diff options
author | 2005-12-13 20:25:53 +0000 | |
---|---|---|
committer | 2005-12-13 20:25:53 +0000 | |
commit | 1103969ca29052fdca834f7232451b410f85ac76 (patch) | |
tree | 1a06d5ef1100dbb96f99d43858ebb5c2f3b40930 /app-text | |
parent | Stable on alpha + ia64, bug 115030. (diff) | |
download | gentoo-2-1103969ca29052fdca834f7232451b410f85ac76.tar.gz gentoo-2-1103969ca29052fdca834f7232451b410f85ac76.tar.bz2 gentoo-2-1103969ca29052fdca834f7232451b410f85ac76.zip |
modularised X deps
(Portage version: 2.0.53)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript-gnu/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild | 15 |
2 files changed, 18 insertions, 3 deletions
diff --git a/app-text/ghostscript-gnu/ChangeLog b/app-text/ghostscript-gnu/ChangeLog index 71126f0b24b8..31c4bfe933d0 100644 --- a/app-text/ghostscript-gnu/ChangeLog +++ b/app-text/ghostscript-gnu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ghostscript-gnu # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.5 2005/10/07 02:56:56 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ChangeLog,v 1.6 2005/12/13 20:25:53 seemant Exp $ + + 13 Dec 2005; Seemant Kulleen <seemant@gentoo.org> + ghostscript-gnu-8.16-r1.ebuild: + modularised X deps *ghostscript-gnu-8.16-r1 (07 Oct 2005) diff --git a/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild b/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild index c56c84783d6a..f04f3e8781a7 100644 --- a/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild +++ b/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.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-gnu/ghostscript-gnu-8.16-r1.ebuild,v 1.1 2005/10/07 02:56:56 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gnu/ghostscript-gnu-8.16-r1.ebuild,v 1.2 2005/12/13 20:25:53 seemant Exp $ inherit eutils @@ -27,7 +27,10 @@ DEPEND="virtual/libc >=media-libs/jpeg-6b >=media-libs/libpng-1.2.5 >=sys-libs/zlib-1.2.0 - X? ( virtual/x11 ) + X? ( || ( ( virtual/x11 ) + ( x11-proto/xproto + x11-libs/libX11 + x11-libs/libXt ) ) ) cjk? ( media-fonts/arphicfonts media-fonts/kochi-substitute media-fonts/baekmuk-fonts ) @@ -36,6 +39,14 @@ DEPEND="virtual/libc !virtual/ghostscript media-fonts/gnu-gs-fonts-std" +RDEPEND="X? ( || ( ( virtual/x11 ) + ( x11-libs/libXt + x11-libs/libSM + x11-libs/libICE + x11-libs/libXext + x11-libs/libX11 + x11-libs/libXi ) ) )" + S=${WORKDIR}/${MY_P} src_unpack() { |