summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-11-14 10:01:05 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-11-14 10:01:05 +0000
commit8a7047a04cf9d2b3a1592d63334aaff10c9d1f4c (patch)
tree28d3b3c7e6c7acef82ff82a191387b00e6483be7 /app-text/flpsed
parentput language.dat.d and language.def.d in CONFIG_PROTECT_MASK too, refs bug #2... (diff)
downloadgentoo-2-8a7047a04cf9d2b3a1592d63334aaff10c9d1f4c.tar.gz
gentoo-2-8a7047a04cf9d2b3a1592d63334aaff10c9d1f4c.tar.bz2
gentoo-2-8a7047a04cf9d2b3a1592d63334aaff10c9d1f4c.zip
remove old
(Portage version: 2.2_rc14/cvs/Linux 2.6.27.5 x86_64)
Diffstat (limited to 'app-text/flpsed')
-rw-r--r--app-text/flpsed/ChangeLog6
-rw-r--r--app-text/flpsed/flpsed-0.3.7.ebuild34
-rw-r--r--app-text/flpsed/flpsed-0.5.0.ebuild34
3 files changed, 5 insertions, 69 deletions
diff --git a/app-text/flpsed/ChangeLog b/app-text/flpsed/ChangeLog
index 464958e30063..bbfb29c4db8b 100644
--- a/app-text/flpsed/ChangeLog
+++ b/app-text/flpsed/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/flpsed
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/ChangeLog,v 1.17 2008/10/04 13:57:28 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/ChangeLog,v 1.18 2008/11/14 10:01:05 aballier Exp $
+
+ 14 Nov 2008; Alexis Ballier <aballier@gentoo.org> -flpsed-0.3.7.ebuild,
+ -flpsed-0.5.0.ebuild:
+ remove old
04 Oct 2008; Markus Meier <maekke@gentoo.org> flpsed-0.5.1.ebuild:
amd64/x86 stable, bug #226875
diff --git a/app-text/flpsed/flpsed-0.3.7.ebuild b/app-text/flpsed/flpsed-0.3.7.ebuild
deleted file mode 100644
index 53f3d5535caa..000000000000
--- a/app-text/flpsed/flpsed-0.3.7.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/flpsed-0.3.7.ebuild,v 1.4 2007/07/22 10:14:31 omp Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Pseudo PostScript editor"
-HOMEPAGE="http://www.ecademix.com/JohannesHofmann/"
-SRC_URI="http://www.ecademix.com/JohannesHofmann/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXft"
-DEPEND="${RDEPEND}
- >=x11-libs/fltk-1.1
- virtual/ghostscript"
-
-src_compile() {
- append-flags $(fltk-config --cxxflags)
- append-ldflags $(fltk-config --ldflags)
-
- econf || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc README ChangeLog NEWS
-}
diff --git a/app-text/flpsed/flpsed-0.5.0.ebuild b/app-text/flpsed/flpsed-0.5.0.ebuild
deleted file mode 100644
index c6081caec4f9..000000000000
--- a/app-text/flpsed/flpsed-0.5.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/flpsed-0.5.0.ebuild,v 1.1 2007/12/25 04:26:40 jsin Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Pseudo PostScript editor"
-HOMEPAGE="http://www.ecademix.com/JohannesHofmann/"
-SRC_URI="http://www.ecademix.com/JohannesHofmann/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXft"
-DEPEND="${RDEPEND}
- >=x11-libs/fltk-1.1
- virtual/ghostscript"
-
-src_compile() {
- append-flags $(fltk-config --cxxflags)
- append-ldflags $(fltk-config --ldflags)
-
- econf || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc README ChangeLog NEWS
-}