diff options
Diffstat (limited to 'app-text/flpsed/flpsed-0.5.1.ebuild')
-rw-r--r-- | app-text/flpsed/flpsed-0.5.1.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
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 -} |