diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-09-08 07:55:19 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-09-08 07:55:19 +0000 |
commit | 3765d08e8df3722e923ead2b6a2aebd326760fe9 (patch) | |
tree | c00a33178c73fa468e203e7690f16c9d856ce310 /app-text/flpsed | |
parent | Fix building with libgphoto2-2.5 (bug #427580, thanks to Diego Elio Pettenò). (diff) | |
download | gentoo-2-3765d08e8df3722e923ead2b6a2aebd326760fe9.tar.gz gentoo-2-3765d08e8df3722e923ead2b6a2aebd326760fe9.tar.bz2 gentoo-2-3765d08e8df3722e923ead2b6a2aebd326760fe9.zip |
Remove old.
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'app-text/flpsed')
-rw-r--r-- | app-text/flpsed/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/flpsed/flpsed-0.5.1.ebuild | 27 |
2 files changed, 4 insertions, 28 deletions
diff --git a/app-text/flpsed/ChangeLog b/app-text/flpsed/ChangeLog index 1c49c6ec6f98..29444d0c5581 100644 --- a/app-text/flpsed/ChangeLog +++ b/app-text/flpsed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/flpsed # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/ChangeLog,v 1.28 2012/02/16 18:50:39 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/ChangeLog,v 1.29 2012/09/08 07:55:19 radhermit Exp $ + + 08 Sep 2012; Tim Harder <radhermit@gentoo.org> -flpsed-0.5.1.ebuild: + Remove old. 16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> flpsed-0.7.0.ebuild: x86 stable wrt bug #402203 diff --git a/app-text/flpsed/flpsed-0.5.1.ebuild b/app-text/flpsed/flpsed-0.5.1.ebuild deleted file mode 100644 index 40c8e84244ca..000000000000 --- a/app-text/flpsed/flpsed-0.5.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/flpsed-0.5.1.ebuild,v 1.5 2011/03/20 20:20:39 jlec Exp $ - -EAPI=1 - -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 - x11-libs/fltk:1 - app-text/ghostscript-gpl" - -DEPEND="${RDEPEND}" - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc README ChangeLog NEWS AUTHORS -} |