summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2023-04-18 11:36:41 +0000
committerSam James <sam@gentoo.org>2023-04-26 05:02:56 +0100
commitb9a30c2360737d5adda119b160e35c884f88c890 (patch)
tree4ab7d2e4b70e508950a35f916825168541552932 /app-editors/featherpad
parentapp-editors/featherpad: drop 1.3.1 (diff)
downloadgentoo-b9a30c2360737d5adda119b160e35c884f88c890.tar.gz
gentoo-b9a30c2360737d5adda119b160e35c884f88c890.tar.bz2
gentoo-b9a30c2360737d5adda119b160e35c884f88c890.zip
app-editors/featherpad: drop 1.3.4
Signed-off-by: Michael Vetter <jubalh@iodoru.org> Closes: https://github.com/gentoo/gentoo/pull/30638 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/featherpad')
-rw-r--r--app-editors/featherpad/Manifest1
-rw-r--r--app-editors/featherpad/featherpad-1.3.4.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/app-editors/featherpad/Manifest b/app-editors/featherpad/Manifest
index 8cc9728c85c8..3bbc65f984d9 100644
--- a/app-editors/featherpad/Manifest
+++ b/app-editors/featherpad/Manifest
@@ -1,2 +1 @@
-DIST featherpad-1.3.4.tar.gz 1101191 BLAKE2B 6313e107373e10f7784f9c2f082896fdc7e56587d7c7abde088f8fe133fc1a80f52809d6f369adbbdfe590298b119167b6aa95271c138d964fc76d9583ef8c06 SHA512 81be35bd1f90be4657225f3d8a040882073ad0a600a78c00207bdf0d7e7666e0542c67e07107d4c610753d8deb48829f7b092ab93216c77487d1310ced066e0e
DIST featherpad-1.4.0.tar.gz 1105701 BLAKE2B 31311a9862f64554d57bc6c0688e5ec551a331f6f016b0bd3ab53225afd050347cc6758199ad17ebb5d7aba44b88a971f1e754d8ccd925369e09ed6639eb0131 SHA512 eb3f13dbad799d3a55a8c048a94c2acb2b9286775e75aec482f475c792e2b74078fc4d5cc43def8ba7b4f592ecb5b684c5890629edca5a488ccac336021cb7e8
diff --git a/app-editors/featherpad/featherpad-1.3.4.ebuild b/app-editors/featherpad/featherpad-1.3.4.ebuild
deleted file mode 100644
index c456752a0f7c..000000000000
--- a/app-editors/featherpad/featherpad-1.3.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg cmake
-
-DESCRIPTION="Lightweight Qt5 Plain-Text Editor for Linux"
-HOMEPAGE="https://github.com/tsujan/FeatherPad"
-SRC_URI="https://github.com/tsujan/FeatherPad/archive/V${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/FeatherPad-${PV}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-IUSE="+X"
-
-RDEPEND="app-text/hunspell:=
- >=dev-qt/qtcore-5.15.0:5
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtprintsupport:5
- dev-qt/qtsvg:5
- dev-qt/qtwidgets:5
- X? (
- dev-qt/qtx11extras:5
- x11-libs/libX11
- )"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-src_configure() {
- local mycmakeargs=(
- -DWITHOUT_X11=$(usex !X)
- )
- cmake_src_configure
-}