summaryrefslogtreecommitdiff
path: root/app-editors/featherpad
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-02 17:59:14 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-02 17:59:14 +0000
commit58837d9e1b04bf74e9680ee60989ab9905607669 (patch)
tree9fe73540a450df0cb7112af0af76bf8cbf00a3dc /app-editors/featherpad
parent50e019aab74a3eb18b1067b8cff3bfdf0ccc76c6 (diff)
drop old EAPI ebuilds
Diffstat (limited to 'app-editors/featherpad')
-rw-r--r--app-editors/featherpad/Manifest1
-rw-r--r--app-editors/featherpad/featherpad-0.10.0-r1.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/app-editors/featherpad/Manifest b/app-editors/featherpad/Manifest
deleted file mode 100644
index b8ffc3f3..00000000
--- a/app-editors/featherpad/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST featherpad-0.10.0.tar.gz 689927 BLAKE2B 162960bdc0d7857191a6b09ada9e28e1ccf9ecd8603d5d1c174a39316ae6a614d37459bc459239e669ee7d2e8b7091b1c2dcf69f45c6077e760a883fb957568f SHA512 63bde3a5b0febe2dc17700e5e789708696d842520dd1d69832cea19e5b7dc5e6498732cc20927bac4732fa20f516d5d035e38e77142c8e47c723a1b5a07bb901
diff --git a/app-editors/featherpad/featherpad-0.10.0-r1.ebuild b/app-editors/featherpad/featherpad-0.10.0-r1.ebuild
deleted file mode 100644
index f8aaa005..00000000
--- a/app-editors/featherpad/featherpad-0.10.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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
-}