summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-04-08 10:36:20 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-04-08 10:36:20 +0000
commit921c45efbbea985fe020fed7712b85833e7d27b3 (patch)
tree631be0f6e3bdd23c783f460e952e0438bb17dd08 /app-text/gv
parentadd support for kernel 2.6, bug #42921 (diff)
downloadhistorical-921c45efbbea985fe020fed7712b85833e7d27b3.tar.gz
historical-921c45efbbea985fe020fed7712b85833e7d27b3.tar.bz2
historical-921c45efbbea985fe020fed7712b85833e7d27b3.zip
enable antialiasing by default, bug #45208
Diffstat (limited to 'app-text/gv')
-rw-r--r--app-text/gv/ChangeLog8
-rw-r--r--app-text/gv/Manifest10
-rw-r--r--app-text/gv/files/digest-gv-3.5.8-r31
-rw-r--r--app-text/gv/files/gv-3.5.8-antialias.patch11
-rw-r--r--app-text/gv/gv-3.5.8-r2.ebuild3
-rw-r--r--app-text/gv/gv-3.5.8-r3.ebuild55
-rw-r--r--app-text/gv/metadata.xml5
7 files changed, 88 insertions, 5 deletions
diff --git a/app-text/gv/ChangeLog b/app-text/gv/ChangeLog
index 967cd570d910..f4061ff23cef 100644
--- a/app-text/gv/ChangeLog
+++ b/app-text/gv/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/gv
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v 1.12 2004/02/09 08:29:46 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v 1.13 2004/04/08 10:36:20 lanius Exp $
+
+*gv-3.5.8-r3 (08 Apr 2004)
+
+ 08 Apr 2004; Heinrich Wendel <lanius@gentoo.org> gv-3.5.8-r2.ebuild,
+ gv-3.5.8-r3.ebuild, metadata.xml, files/gv-3.5.8-antialias.patch:
+ enable antialiasing by default, bug #45208
09 Feb 2004; Dylan Carlson <absinthe@gentoo.org> gv-3.5.8-r2.ebuild:
marked stable amd64.
diff --git a/app-text/gv/Manifest b/app-text/gv/Manifest
index 97c54e66c0cd..e0605cabd694 100644
--- a/app-text/gv/Manifest
+++ b/app-text/gv/Manifest
@@ -1,5 +1,9 @@
-MD5 4af0e882bb90934ab00e558bdd05ad45 ChangeLog 1634
-MD5 a5f39ac1ea570c923390c7ae0b112f6b gv-3.5.8-r2.ebuild 1360
-MD5 8f60d24f315a2d3035f0fd78c06a3f9c files/3.5.8-gcc3.patch 490
+MD5 d223e2e8a7b69e8474b578725c4b6629 gv-3.5.8-r2.ebuild 1424
+MD5 67427ba8182abc29420929f304a01fcb gv-3.5.8-r3.ebuild 1471
+MD5 b9a4f6e70e26e07683cbc4df4f93d2b9 ChangeLog 1845
+MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
MD5 ed8bb15a47bee7c6c61f5b8f419391a1 files/digest-gv-3.5.8-r2 60
+MD5 ed8bb15a47bee7c6c61f5b8f419391a1 files/digest-gv-3.5.8-r3 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-r3 b/app-text/gv/files/digest-gv-3.5.8-r3
new file mode 100644
index 000000000000..64a808e5d694
--- /dev/null
+++ b/app-text/gv/files/digest-gv-3.5.8-r3
@@ -0,0 +1 @@
+MD5 8f2f0bd97395d6cea52926ddee736da8 gv-3.5.8.tar.gz 369609
diff --git a/app-text/gv/files/gv-3.5.8-antialias.patch b/app-text/gv/files/gv-3.5.8-antialias.patch
new file mode 100644
index 000000000000..09661293ed58
--- /dev/null
+++ b/app-text/gv/files/gv-3.5.8-antialias.patch
@@ -0,0 +1,11 @@
+--- source/gv_user_res.dat.org 2004-04-08 12:33:57.400203510 +0200
++++ source/gv_user_res.dat 2004-04-08 12:34:03.500279743 +0200
+@@ -8,7 +8,7 @@
+ GV.fallbackOrientation: portrait
+ GV.swapLandscape: False
+ GV.autoCenter: True
+-GV.antialias: False
++GV.antialias: True
+ GV.respectDSC: True
+ GV.ignoreEOF: True
+ GV.confirmPrint: True
diff --git a/app-text/gv/gv-3.5.8-r2.ebuild b/app-text/gv/gv-3.5.8-r2.ebuild
index 965e61d3686f..ae74dc783bc0 100644
--- a/app-text/gv/gv-3.5.8-r2.ebuild
+++ b/app-text/gv/gv-3.5.8-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.11 2004/02/09 08:29:46 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.5.8-r2.ebuild,v 1.12 2004/04/08 10:36:20 lanius Exp $
DESCRIPTION="standard ghostscript frontend used by programs like LyX"
HOMEPAGE="http://wwwthep.physik.uni-mainz.de/~plass/gv/"
@@ -26,6 +26,7 @@ src_unpack() {
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
diff --git a/app-text/gv/gv-3.5.8-r3.ebuild b/app-text/gv/gv-3.5.8-r3.ebuild
new file mode 100644
index 000000000000..d2019b26b583
--- /dev/null
+++ b/app-text/gv/gv-3.5.8-r3.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# 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.1 2004/04/08 10:36:20 lanius Exp $
+
+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"
+
+# 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
+}
diff --git a/app-text/gv/metadata.xml b/app-text/gv/metadata.xml
new file mode 100644
index 000000000000..1fa0ca569505
--- /dev/null
+++ b/app-text/gv/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>printing</herd>
+</pkgmetadata>