summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-01-21 22:50:45 +0100
committerDavid Seifert <soap@gentoo.org>2020-01-21 22:50:45 +0100
commit5f9c01b9b821d6e7ca3ee820fb1251dfac2c1f08 (patch)
tree90fdcafaa3c65401f03dd03bafa9724f70fc9c5f /app-text/flpsed
parentapp-text/flpsed: Port to EAPI 7 (diff)
downloadgentoo-5f9c01b9b821d6e7ca3ee820fb1251dfac2c1f08.tar.gz
gentoo-5f9c01b9b821d6e7ca3ee820fb1251dfac2c1f08.tar.bz2
gentoo-5f9c01b9b821d6e7ca3ee820fb1251dfac2c1f08.zip
app-text/flpsed: Remove old
Closes: https://bugs.gentoo.org/521250 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-text/flpsed')
-rw-r--r--app-text/flpsed/Manifest2
-rw-r--r--app-text/flpsed/flpsed-0.7.0.ebuild21
-rw-r--r--app-text/flpsed/flpsed-0.7.2.ebuild34
3 files changed, 0 insertions, 57 deletions
diff --git a/app-text/flpsed/Manifest b/app-text/flpsed/Manifest
index 14a13d1a7628..6cbbb39a7ea0 100644
--- a/app-text/flpsed/Manifest
+++ b/app-text/flpsed/Manifest
@@ -1,3 +1 @@
-DIST flpsed-0.7.0.tar.gz 119159 BLAKE2B 1a051651d3d4835abea7ef3237340140feba465d9d42009b10fa18ac5aa927efeced7418477e096a9a5722f0e9217ba0546e324402ef5b84892adbba3f258c32 SHA512 0d5112f4e4f4401a1942767d0de1b38cffbc37e0f798b59e9371c37892c6d2e2448146baff2737e416ab9ec5d96963728918d4a49fc059ac1119d8ac946db59e
-DIST flpsed-0.7.2.tar.gz 146678 BLAKE2B 0e42f1e5653e9b372047216119fb7fdaab98ad3710c0ef717352ce23443e38fb23bd86e4c39663cb0fa51f80393d2f956658f825f3926dd12b28521bc2d1a7ba SHA512 d0e2f7d34e48555d74f58e9df16fa6d29e8fda1fb4c6e58ccdda512f25d7f7ee0e3657e11564cdb9dec483c14f42078636430e5ec987165cc7c6c5de8990984d
DIST flpsed-0.7.3.tar.gz 146788 BLAKE2B 5721d973b1efe02c8c014104d1ed4991dd630a8da86bc191b58df4a7ed469065e37b80248c7a7ab4946e636f869ecbfbfe457ed15a6cc7c4243642a48790ab67 SHA512 b0a8bf2ea08630d280f83f7c32b4574ba4cf7fd989943492e77d1b73c8d83c81a5df40e64bfff744b5518de845eba21119242ff752e16b20816b225ccb7c3321
diff --git a/app-text/flpsed/flpsed-0.7.0.ebuild b/app-text/flpsed/flpsed-0.7.0.ebuild
deleted file mode 100644
index 671e2fb01d23..000000000000
--- a/app-text/flpsed/flpsed-0.7.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Pseudo PostScript editor"
-HOMEPAGE="http://flpsed.org/flpsed.html"
-SRC_URI="http://flpsed.org/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXft
- >=x11-libs/fltk-1.3.0:1
- app-text/ghostscript-gpl[X]"
-
-DEPEND="${RDEPEND}"
diff --git a/app-text/flpsed/flpsed-0.7.2.ebuild b/app-text/flpsed/flpsed-0.7.2.ebuild
deleted file mode 100644
index 5e75d7154621..000000000000
--- a/app-text/flpsed/flpsed-0.7.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Pseudo PostScript editor"
-HOMEPAGE="http://flpsed.org/flpsed.html"
-SRC_URI="http://flpsed.org/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXft
- >=x11-libs/fltk-1.3.0:1
- app-text/ghostscript-gpl[X]"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-desktop.patch
-}
-
-src_install() {
- default
-
- doicon ${PN}.png
- doicon -s scalable ${PN}.svg
- domenu ${PN}.desktop
-}