From 7e9d35215412ec4545a542e5386f73b5477ec709 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Dec 2019 18:22:32 +0000 Subject: app-editors/featherpad : EAPI bump --- app-editors/featherpad/featherpad-0.10.0-r1.ebuild | 30 ++++++++++++++++++++++ app-editors/featherpad/featherpad-0.10.0.ebuild | 30 ---------------------- 2 files changed, 30 insertions(+), 30 deletions(-) create mode 100644 app-editors/featherpad/featherpad-0.10.0-r1.ebuild delete mode 100644 app-editors/featherpad/featherpad-0.10.0.ebuild (limited to 'app-editors') diff --git a/app-editors/featherpad/featherpad-0.10.0-r1.ebuild b/app-editors/featherpad/featherpad-0.10.0-r1.ebuild new file mode 100644 index 00000000..f8aaa005 --- /dev/null +++ b/app-editors/featherpad/featherpad-0.10.0-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit eutils qmake-utils + +DESCRIPTION="Lightweight Qt5 Plain-Text Editor for Linux" +SRC_URI="https://github.com/tsujan/FeatherPad/archive/V${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtsvg:5 +" +DEPEND="${RDEPEND}" + +S="${WORKDIR}"/FeatherPad-"${PV}" + +src_configure() { + eqmake5 PREFIX="${EPREFIX}/usr" fp.pro +} + +src_install() { + emake INSTALL_ROOT=${D} install || die +} diff --git a/app-editors/featherpad/featherpad-0.10.0.ebuild b/app-editors/featherpad/featherpad-0.10.0.ebuild deleted file mode 100644 index 4189920d..00000000 --- a/app-editors/featherpad/featherpad-0.10.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils qmake-utils - -DESCRIPTION="Lightweight Qt5 Plain-Text Editor for Linux" -SRC_URI="https://github.com/tsujan/FeatherPad/archive/V${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtsvg:5 -" -DEPEND="${RDEPEND}" - -S="${WORKDIR}"/FeatherPad-"${PV}" - -src_configure() { - eqmake5 PREFIX="${EPREFIX}/usr" fp.pro -} - -src_install() { - make INSTALL_ROOT=${D} install || die -} -- cgit v1.2.3