diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-04-01 20:36:47 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-04-01 20:36:47 +0000 |
commit | e742376ed02b9b1c92f3358c653fb131b6d74198 (patch) | |
tree | 2c8923e9ffe7c6df53115f2446c3f48594b4f95a /virtual/ghostscript/ghostscript-0.ebuild | |
parent | Version bump. (diff) | |
download | historical-e742376ed02b9b1c92f3358c653fb131b6d74198.tar.gz historical-e742376ed02b9b1c92f3358c653fb131b6d74198.tar.bz2 historical-e742376ed02b9b1c92f3358c653fb131b6d74198.zip |
New-style virtual for ghostscript
Package-Manager: portage-2.1_pre7-r2
Diffstat (limited to 'virtual/ghostscript/ghostscript-0.ebuild')
-rw-r--r-- | virtual/ghostscript/ghostscript-0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/virtual/ghostscript/ghostscript-0.ebuild b/virtual/ghostscript/ghostscript-0.ebuild new file mode 100644 index 000000000000..4eaae103b550 --- /dev/null +++ b/virtual/ghostscript/ghostscript-0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/ghostscript/ghostscript-0.ebuild,v 1.1 2006/04/01 20:36:47 genstef Exp $ + +DESCRIPTION="Virtual for Ghostscript" +HOMEPAGE="http://www.ghostscript.com" +SRC_URI="" +LICENSE="as-is" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" +IUSE="" +DEPEND="|| ( + app-text/ghostscript-gnu + app-text/ghostscript-esp + app-text/ghostscript-afpl + )" +RDEPEND="${DEPEND}" |