summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/gv/ChangeLog6
-rw-r--r--app-text/gv/Manifest12
-rw-r--r--app-text/gv/files/digest-gv-3.5.8-r21
-rw-r--r--app-text/gv/files/digest-gv-3.5.8-r31
-rw-r--r--app-text/gv/gv-3.5.8-r2.ebuild57
-rw-r--r--app-text/gv/gv-3.5.8-r3.ebuild58
6 files changed, 9 insertions, 126 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/Manifest b/app-text/gv/Manifest
index 71a12c9ebafd..11acd156f141 100644
--- a/app-text/gv/Manifest
+++ b/app-text/gv/Manifest
@@ -1,12 +1,8 @@
MD5 de91c908c8c551fb0a0981f7f50ae286 gv-3.5.8-r4.ebuild 1404
-MD5 fbff05bf83706093d716e10c06aa5e5d ChangeLog 3026
+MD5 bfe57d353927f598de52e4e47d18d399 ChangeLog 3148
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
-MD5 17caa23707d6a6a1b8e6f33da9603de0 gv-3.5.8-r3.ebuild 1482
-MD5 12d1456f4f7a27131de898ace5d5cc41 gv-3.5.8-r2.ebuild 1408
-MD5 edd147a5f4d3877aa67c2d6766e79d21 files/gv-3.5.8-antialias.patch 336
MD5 0fb8b33ec888f8eacdc965602299d3a4 files/gv-3.5.8-debian.diff.gz 9506
-MD5 ed8bb15a47bee7c6c61f5b8f419391a1 files/digest-gv-3.5.8-r3 60
-MD5 7d78a05e583db8e620f61c7dfefddab3 files/gv-3.5.8-r2-gentoo.diff 2577
-MD5 8f60d24f315a2d3035f0fd78c06a3f9c files/3.5.8-gcc3.patch 490
-MD5 ed8bb15a47bee7c6c61f5b8f419391a1 files/digest-gv-3.5.8-r2 60
MD5 ed8bb15a47bee7c6c61f5b8f419391a1 files/digest-gv-3.5.8-r4 60
+MD5 edd147a5f4d3877aa67c2d6766e79d21 files/gv-3.5.8-antialias.patch 336
+MD5 8f60d24f315a2d3035f0fd78c06a3f9c files/3.5.8-gcc3.patch 490
+MD5 7d78a05e583db8e620f61c7dfefddab3 files/gv-3.5.8-r2-gentoo.diff 2577
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
-}