From ba99df89fd07a4f3ed2d083249a758ae6a2a04c9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 24 Apr 2018 03:26:58 +0100 Subject: app-editors/featherpad : version bump --- app-editors/featherpad/Manifest | 1 + app-editors/featherpad/featherpad-0.6.ebuild | 30 ---------------------------- app-editors/featherpad/featherpad-0.8.ebuild | 30 ++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 30 deletions(-) create mode 100644 app-editors/featherpad/Manifest delete mode 100644 app-editors/featherpad/featherpad-0.6.ebuild create mode 100644 app-editors/featherpad/featherpad-0.8.ebuild diff --git a/app-editors/featherpad/Manifest b/app-editors/featherpad/Manifest new file mode 100644 index 00000000..2c249e07 --- /dev/null +++ b/app-editors/featherpad/Manifest @@ -0,0 +1 @@ +DIST featherpad-0.8.tar.gz 523376 BLAKE2B 8471011b5c2c4219661c48443c50f6905ab461504366b2723284cc51f62534a22d6a75136d3bc970e33625a1edcb43b1d56dc9fb8ddbd69149aad5454a11341d SHA512 e75038f786f38a1a588b3b53c92e51d2673c8a3c5b195785930cdd0d5de9f31bca63b5eca386b6970078f9a6cdb5807d0a197ca988e5126113a9c08765d86768 diff --git a/app-editors/featherpad/featherpad-0.6.ebuild b/app-editors/featherpad/featherpad-0.6.ebuild deleted file mode 100644 index fe43ad4b..00000000 --- a/app-editors/featherpad/featherpad-0.6.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 git-r3 - -DESCRIPTION="Lightweight Qt5 Plain-Text Editor for Linux" -EGIT_REPO_URI="https://github.com/tsujan/FeatherPad.git" -EGIT_COMMIT="00d2202758e5d830c90926fe800343e0946a521d" - -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}" - -src_configure() { - eqmake5 PREFIX="${EPREFIX}/usr" fp.pro -} - -src_install() { - make INSTALL_ROOT=${D} install || die -} diff --git a/app-editors/featherpad/featherpad-0.8.ebuild b/app-editors/featherpad/featherpad-0.8.ebuild new file mode 100644 index 00000000..4189920d --- /dev/null +++ b/app-editors/featherpad/featherpad-0.8.ebuild @@ -0,0 +1,30 @@ +# 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