summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-07-29 15:47:11 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-07-29 15:47:11 +0000
commit375ac220de8cf6543057706e2be47bf2918007bd (patch)
tree397fd43d186a81c2e76dcd8deda35e4751f0f09b /app-text
parentRemove keywords from boost-1.33.1-r1.ebuild except ~x86-fbsd because it is vu... (diff)
downloadgentoo-2-375ac220de8cf6543057706e2be47bf2918007bd.tar.gz
gentoo-2-375ac220de8cf6543057706e2be47bf2918007bd.tar.bz2
gentoo-2-375ac220de8cf6543057706e2be47bf2918007bd.zip
Remove vulnerable version(s), bug 271757
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/enscript/ChangeLog8
-rw-r--r--app-text/enscript/enscript-1.6.4-r2.ebuild45
-rw-r--r--app-text/enscript/enscript-1.6.4-r3.ebuild47
3 files changed, 6 insertions, 94 deletions
diff --git a/app-text/enscript/ChangeLog b/app-text/enscript/ChangeLog
index 01c78496e43b..ad6c764dbcc7 100644
--- a/app-text/enscript/ChangeLog
+++ b/app-text/enscript/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/enscript
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/ChangeLog,v 1.56 2008/11/15 18:44:05 dertobi123 Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/ChangeLog,v 1.57 2009/07/29 15:47:11 darkside Exp $
+
+ 29 Jul 2009; Jeremy Olexa <darkside@gentoo.org> -enscript-1.6.4-r2.ebuild,
+ -enscript-1.6.4-r3.ebuild:
+ Remove vulnerable version(s), bug 271757
15 Nov 2008; Tobias Scherbaum <dertobi123@gentoo.org>
enscript-1.6.4-r4.ebuild:
diff --git a/app-text/enscript/enscript-1.6.4-r2.ebuild b/app-text/enscript/enscript-1.6.4-r2.ebuild
deleted file mode 100644
index 22463029881a..000000000000
--- a/app-text/enscript/enscript-1.6.4-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/enscript-1.6.4-r2.ebuild,v 1.10 2008/03/04 03:07:51 jer Exp $
-
-inherit eutils
-
-DESCRIPTION="powerful text-to-postscript converter"
-SRC_URI="http://www.iki.fi/mtr/genscript/${P}.tar.gz"
-HOMEPAGE="http://www.gnu.org/software/enscript/enscript.html"
-
-KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="nls"
-
-DEPEND="sys-devel/flex
- sys-devel/bison
- nls? ( sys-devel/gettext )"
-RDEPEND="nls? ( virtual/libintl )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/enscript-1.6.3-security.patch
- epatch "${FILESDIR}"/enscript-1.6.3-language.patch
- epatch "${FILESDIR}"/enscript-catmur.patch
- epatch "${FILESDIR}"/enscript-1.6.4-ebuild.st.patch
-}
-
-src_compile() {
- unset CC
- econf `use_enable nls` || die
- emake || die
-}
-
-src_install() {
- einstall || die
- dodoc AUTHORS ChangeLog FAQ.html NEWS README* THANKS TODO
- insinto /usr/share/enscript/hl
- doins "${FILESDIR}"/ebuild.st
-}
-
-pkg_postinst() {
- elog "Now, customize /etc/enscript.cfg."
-}
diff --git a/app-text/enscript/enscript-1.6.4-r3.ebuild b/app-text/enscript/enscript-1.6.4-r3.ebuild
deleted file mode 100644
index 49b3c3466418..000000000000
--- a/app-text/enscript/enscript-1.6.4-r3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/enscript-1.6.4-r3.ebuild,v 1.2 2008/03/04 03:07:51 jer Exp $
-
-inherit eutils
-
-DESCRIPTION="powerful text-to-postscript converter"
-SRC_URI="http://www.iki.fi/mtr/genscript/${P}.tar.gz"
-HOMEPAGE="http://www.gnu.org/software/enscript/enscript.html"
-
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="nls ruby"
-
-DEPEND="sys-devel/flex
- sys-devel/bison
- nls? ( sys-devel/gettext )"
-RDEPEND="nls? ( virtual/libintl )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/enscript-1.6.3-security.patch
- epatch "${FILESDIR}"/enscript-1.6.3-language.patch
- epatch "${FILESDIR}"/enscript-catmur.patch
- epatch "${FILESDIR}"/enscript-1.6.4-ebuild.st.patch
- use ruby && epatch "${FILESDIR}"/enscript-1.6.2-ruby.patch
-}
-
-src_compile() {
- unset CC
- econf `use_enable nls` || die
- emake || die
-}
-
-src_install() {
- einstall || die
- dodoc AUTHORS ChangeLog FAQ.html NEWS README* THANKS TODO
- insinto /usr/share/enscript/hl
- doins "${FILESDIR}"/ebuild.st
- use ruby && doins "${FILESDIR}"/ruby.st
-}
-
-pkg_postinst() {
- elog "Now, customize /etc/enscript.cfg."
-}