diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-08-12 13:16:18 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-08-12 13:16:18 +0000 |
commit | 36711d5096da9752c270b43eed9e226a285954b5 (patch) | |
tree | 544f74422df3a745ccfd6a1f3e8bcdbdff1101ef /app-text | |
parent | Keyworded ~sparc (Manifest recommit) (diff) | |
download | gentoo-2-36711d5096da9752c270b43eed9e226a285954b5.tar.gz gentoo-2-36711d5096da9752c270b43eed9e226a285954b5.tar.bz2 gentoo-2-36711d5096da9752c270b43eed9e226a285954b5.zip |
remove vulnerable versions
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/gv/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/gv/files/digest-gv-3.5.8-r2 | 1 | ||||
-rw-r--r-- | app-text/gv/files/digest-gv-3.5.8-r3 | 1 | ||||
-rw-r--r-- | app-text/gv/gv-3.5.8-r2.ebuild | 57 | ||||
-rw-r--r-- | app-text/gv/gv-3.5.8-r3.ebuild | 58 |
5 files changed, 5 insertions, 118 deletions
diff --git a/app-text/gv/ChangeLog b/app-text/gv/ChangeLog index 2f18f0ffd22c..3cc0985b1f14 100644 --- a/app-text/gv/ChangeLog +++ b/app-text/gv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/gv # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v 1.25 2004/08/08 12:59:52 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v 1.26 2004/08/12 13:16:18 lanius Exp $ + + 12 Aug 2004; Heinrich Wendel <lanius@gentoo.org> gv-3.5.8-r2.ebuild, + gv-3.5.8-r3.ebuild: + remove vulnerable versions 08 Aug 2004; Luca Barbato <lu_zero@gentoo.org> gv-3.5.8-r4.ebuild: Marked ppc diff --git a/app-text/gv/files/digest-gv-3.5.8-r2 b/app-text/gv/files/digest-gv-3.5.8-r2 deleted file mode 100644 index 64a808e5d694..000000000000 --- a/app-text/gv/files/digest-gv-3.5.8-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 8f2f0bd97395d6cea52926ddee736da8 gv-3.5.8.tar.gz 369609 diff --git a/app-text/gv/files/digest-gv-3.5.8-r3 b/app-text/gv/files/digest-gv-3.5.8-r3 deleted file mode 100644 index 64a808e5d694..000000000000 --- a/app-text/gv/files/digest-gv-3.5.8-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 8f2f0bd97395d6cea52926ddee736da8 gv-3.5.8.tar.gz 369609 diff --git a/app-text/gv/gv-3.5.8-r2.ebuild b/app-text/gv/gv-3.5.8-r2.ebuild deleted file mode 100644 index c3596cd265e1..000000000000 --- a/app-text/gv/gv-3.5.8-r2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.5.8-r2.ebuild,v 1.15 2004/06/24 22:38:25 agriffis Exp $ - -inherit eutils - -DESCRIPTION="standard ghostscript frontend used by programs like LyX" -HOMEPAGE="http://wwwthep.physik.uni-mainz.de/~plass/gv/" -SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/gv/unix/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc alpha sparc amd64" -IUSE="" - -# There's probably more, but ghostscript also depends on it, -# so I can't identify it -DEPEND="virtual/x11 - x11-libs/Xaw3d - virtual/ghostscript" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PF}-gentoo.diff - epatch ${FILESDIR}/${PV}-gcc3.patch -} - -src_compile() { - sed -i \ - -e 's:usr/local:usr:' \ - -e "s:SCRATCH_DIR = ~/:SCRATCH_DIR = /tmp/:g" \ - config.Unix - - xmkmf || die - make Makefiles || die - - cd source - sed -i \ - -e 's/install.man:: gv.man/install.man::/' \ - -e 's/all:: gv./\#all:: gv./' \ - -e '/gv.man/ c \#removed by sed for ebuilding' \ - Makefile - if [ ! "`grep gv.man Makefile`" = "" ] ; then - ewarn "sed didn't completely remove gv.man references from the Makefile." - ewarn "We'll just run make and pray." - fi - - cd ${S} - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - make GV_DOCDIR=${D}/usr/share/doc/${PF} install.doc || die - newman doc/gv.man gv.1 -} diff --git a/app-text/gv/gv-3.5.8-r3.ebuild b/app-text/gv/gv-3.5.8-r3.ebuild deleted file mode 100644 index 1f498dcc2eb8..000000000000 --- a/app-text/gv/gv-3.5.8-r3.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.5.8-r3.ebuild,v 1.7 2004/07/03 22:42:14 kloeri Exp $ - -inherit eutils - -DESCRIPTION="standard ghostscript frontend used by programs like LyX" -HOMEPAGE="http://wwwthep.physik.uni-mainz.de/~plass/gv/" -SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/gv/unix/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc alpha sparc amd64" -IUSE="" - -# There's probably more, but ghostscript also depends on it, -# so I can't identify it -DEPEND="virtual/x11 - x11-libs/Xaw3d - virtual/ghostscript" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-r2-gentoo.diff - epatch ${FILESDIR}/${PV}-gcc3.patch - epatch ${FILESDIR}/${P}-antialias.patch -} - -src_compile() { - cp config.Unix 1 - sed -e 's:usr/local:usr:' 1 > config.Unix - sed -i -e "s:SCRATCH_DIR = ~/:SCRATCH_DIR = /tmp/:g" config.Unix - rm 1 - - xmkmf || die - make Makefiles || die - - cd source - sed -i \ - -e 's/install.man:: gv.man/install.man::/' \ - -e 's/all:: gv./\#all:: gv./' \ - -e '/gv.man/ c \#removed by sed for ebuilding' \ - Makefile - if [ ! "`grep gv.man Makefile`" = "" ] ; then - ewarn "sed didn't completely remove gv.man references from the Makefile." - ewarn "We'll just run make and pray." - fi - - cd ${S} - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - make GV_DOCDIR=${D}/usr/share/doc/${PF} install.doc || die - newman doc/gv.man gv.1 -} |