diff options
author | Ferry Meyndert <m0rpheus@gentoo.org> | 2002-02-04 21:21:32 +0000 |
---|---|---|
committer | Ferry Meyndert <m0rpheus@gentoo.org> | 2002-02-04 21:21:32 +0000 |
commit | ed64dbb06f3e5d951933be3dda6782d43efd79d4 (patch) | |
tree | 43f9d94a843379d0261717b354b6d3de3fe74b63 /app-text/enscript | |
parent | Removed old enscript versions that contain a security bug (diff) | |
download | gentoo-2-ed64dbb06f3e5d951933be3dda6782d43efd79d4.tar.gz gentoo-2-ed64dbb06f3e5d951933be3dda6782d43efd79d4.tar.bz2 gentoo-2-ed64dbb06f3e5d951933be3dda6782d43efd79d4.zip |
Removed old enscript version that contain a security bug
Diffstat (limited to 'app-text/enscript')
-rw-r--r-- | app-text/enscript/enscript-1.6.1-r1.ebuild | 41 | ||||
-rw-r--r-- | app-text/enscript/enscript-1.6.1.ebuild | 41 |
2 files changed, 0 insertions, 82 deletions
diff --git a/app-text/enscript/enscript-1.6.1-r1.ebuild b/app-text/enscript/enscript-1.6.1-r1.ebuild deleted file mode 100644 index 6ee7d8b94be1..000000000000 --- a/app-text/enscript/enscript-1.6.1-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/enscript-1.6.1-r1.ebuild,v 1.1 2002/01/10 23:07:03 hallski Exp $ - -S=${WORKDIR}/${P} -SRC_URI="ftp://ftp.gnu.org/gnu/enscript/${P}.tar.gz" - -HOMEPAGE="http:/www.gnu.org/software/enscript/enscript.html" -DESCRIPTION="GNU's enscript is a powerful text-to-postsript converter" - -DEPEND="sys-devel/flex - sys-devel/bison" - -src_compile() { - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --sysconfdir=/etc - assert - - emake || die -} - -src_install () { - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - sysconfdir=${D}/etc \ - install || die - - dodoc AUTHORS COPYING ChangeLog FAQ.html NEWS README* THANKS TODO -} - -pkg_postinst() { - echo " - Now, customize /etc/enscript.cfg. - " -} diff --git a/app-text/enscript/enscript-1.6.1.ebuild b/app-text/enscript/enscript-1.6.1.ebuild deleted file mode 100644 index 3eb2587ca641..000000000000 --- a/app-text/enscript/enscript-1.6.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/enscript-1.6.1.ebuild,v 1.1 2001/07/23 18:40:38 danarmak Exp $ - -S=${WORKDIR}/${P} -SRC_URI="ftp://ftp.gnu.org/gnu/enscript/${P}.tar.gz" - -HOMEPAGE="http:/www.gnu.org/software/enscript/enscript.html" -DESCRIPTION="GNU's enscript is a powerful text-to-postsript converter" - -DEPEND="sys-devel/flex sys-devel/bison" - -src_compile() { - - confopts="--infodir=/usr/share/info --mandir=/usr/share/man --prefix=/usr --host=${CHOST}" - - try ./configure ${confopts} - - try emake - -} - -src_install () { - - try make DESTDIR=${D} install - - # I have no idea why, but the default config file isn't getting - # installed. Sometime I'll research that. - insinto /etc - doins ${S}/lib/enscript.cfg - -} - -pkg_postinst() { - - echo " - Now, customize /etc/enscript.cfg. - " - -}
\ No newline at end of file |