diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-09 17:39:35 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-09 17:39:35 +0000 |
commit | 04903dd361d7ccb728bc5947210778c5057c91c2 (patch) | |
tree | 5c61636abd0f768818b81c37d8cab3cebb0a4ad8 /app-text/gv | |
parent | validate metadata.xml (diff) | |
download | gentoo-2-04903dd361d7ccb728bc5947210778c5057c91c2.tar.gz gentoo-2-04903dd361d7ccb728bc5947210778c5057c91c2.tar.bz2 gentoo-2-04903dd361d7ccb728bc5947210778c5057c91c2.zip |
virtual/ghotscript
Diffstat (limited to 'app-text/gv')
-rw-r--r-- | app-text/gv/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/gv/Manifest | 4 | ||||
-rw-r--r-- | app-text/gv/gv-3.5.8-r2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-text/gv/ChangeLog b/app-text/gv/ChangeLog index 8375a89def45..aaa6b41ef5e9 100644 --- a/app-text/gv/ChangeLog +++ b/app-text/gv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/gv # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v 1.9 2003/09/12 02:11:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/ChangeLog,v 1.10 2003/12/09 17:39:30 lanius Exp $ + + 09 Dec 2003; Heinrich Wendel <lanius@gentoo.org> gv-3.5.8-r2.ebuild: + changed app-text/ghostscript to virtual/ghostscript *gv-3.5.8-r2 (03 Oct 2002) diff --git a/app-text/gv/Manifest b/app-text/gv/Manifest index b497a78c27b6..abc347f2b88e 100644 --- a/app-text/gv/Manifest +++ b/app-text/gv/Manifest @@ -1,5 +1,5 @@ -MD5 6e32aacac41d2c2168d4b1bcab09f427 gv-3.5.8-r2.ebuild 1352 +MD5 b9e8e45ce5bf63971a09ec9371204431 gv-3.5.8-r2.ebuild 1351 +MD5 fda9a22d3b2b05554e83705ef2417152 ChangeLog 1451 MD5 ed8bb15a47bee7c6c61f5b8f419391a1 files/digest-gv-3.5.8-r2 60 MD5 8f60d24f315a2d3035f0fd78c06a3f9c files/3.5.8-gcc3.patch 490 MD5 7d78a05e583db8e620f61c7dfefddab3 files/gv-3.5.8-r2-gentoo.diff 2577 -MD5 566ebbcf539384f5c430a515e13881bf ChangeLog 1324 diff --git a/app-text/gv/gv-3.5.8-r2.ebuild b/app-text/gv/gv-3.5.8-r2.ebuild index 712d84ea4a8e..3581d24dbb70 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-2003 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.8 2003/09/12 02:11:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gv/gv-3.5.8-r2.ebuild,v 1.9 2003/12/09 17:39:30 lanius Exp $ DESCRIPTION="standard ghostscript frontend used by programs like LyX" HOMEPAGE="http://wwwthep.physik.uni-mainz.de/~plass/gv/" @@ -14,7 +14,7 @@ KEYWORDS="x86 ppc alpha sparc" # so I can't identify it DEPEND="virtual/x11 x11-libs/Xaw3d - app-text/ghostscript" + virtual/ghostscript" src_unpack() { unpack ${A} |