diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-11-08 07:20:11 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-11-08 07:20:11 +0000 |
commit | 892f35062e2cefafe6d2b27ee925d00f7cb26610 (patch) | |
tree | 4c5c184d379c206e72f0c2a281f5d0f7b3fea7ab /app-text | |
parent | trim whitespace (diff) | |
download | historical-892f35062e2cefafe6d2b27ee925d00f7cb26610.tar.gz historical-892f35062e2cefafe6d2b27ee925d00f7cb26610.tar.bz2 historical-892f35062e2cefafe6d2b27ee925d00f7cb26610.zip |
x11-proto -> x11-libs
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript/Manifest | 12 | ||||
-rw-r--r-- | app-text/ghostscript/ghostscript-7.07.1-r10.ebuild | 13 |
2 files changed, 7 insertions, 18 deletions
diff --git a/app-text/ghostscript/Manifest b/app-text/ghostscript/Manifest index c534bb2f3991..6ea38aa76fe9 100644 --- a/app-text/ghostscript/Manifest +++ b/app-text/ghostscript/Manifest @@ -1,6 +1,3 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 5900b3358f937766aa7b4f4b8a2cdf54 ChangeLog 17916 MD5 db00eb9aaf23133f903513fea669954f files/digest-ghostscript-7.07.1-r10 212 MD5 b7ca313a24a8adf4c527c0a097354f60 files/digest-ghostscript-7.07.1-r7 212 @@ -31,14 +28,7 @@ MD5 acda8ddfde1efeaf451cb28a67dcc773 files/gs7.07.1-krgb.patch.gz 5569 MD5 92fa24960f2c7802749ce6908aeaf60d files/gs7.07.1-nogtk2.patch 1419 MD5 b2ca914ffcff3e5296d6b5acc7fac182 files/gs7.07.1-ps2ps.patch 244 MD5 1d5618d793799f7247d624ced0dea493 files/gs7.07.1-tempfile.patch 3123 -MD5 e63ab6a6a84c05276da9012df18af289 ghostscript-7.07.1-r10.ebuild 6178 +MD5 caeeb5df88f433092d2dd0c93d4f51d5 ghostscript-7.07.1-r10.ebuild 6158 MD5 e5c681abcdd4309829734a5f91ab007b ghostscript-7.07.1-r7.ebuild 4288 MD5 0adb31bdf1827f38952f2f0dd249e926 ghostscript-7.07.1-r8.ebuild 5491 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDcCKeomPajV0RnrERAq6hAJ9ZUpm9Gtflo/D3IbNEJ6prWzxLCwCfbxxF -ZyxVeF+uP0VsfEzofrTAgPI= -=6ok7 ------END PGP SIGNATURE----- diff --git a/app-text/ghostscript/ghostscript-7.07.1-r10.ebuild b/app-text/ghostscript/ghostscript-7.07.1-r10.ebuild index 4030f25d4a78..33cb052b2af0 100644 --- a/app-text/ghostscript/ghostscript-7.07.1-r10.ebuild +++ b/app-text/ghostscript/ghostscript-7.07.1-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.07.1-r10.ebuild,v 1.5 2005/11/08 03:59:21 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.07.1-r10.ebuild,v 1.6 2005/11/08 07:20:11 swegener Exp $ inherit flag-o-matic eutils toolchain-funcs libtool @@ -32,12 +32,11 @@ RDEPEND="${DEP} media-fonts/kochi-substitute media-fonts/baekmuk-fonts ) X? ( || ( ( - x11-proto/libXt - x11-proto/libXt - x11-proto/libSM - x11-proto/libICE - x11-proto/libXau - x11-proto/libXdmcp ) + x11-libs/libXt + x11-libs/libSM + x11-libs/libICE + x11-libs/libXau + x11-libs/libXdmcp ) virtual/x11 ) ) media-fonts/gnu-gs-fonts-std" |