diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 21:49:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 21:49:19 +0000 |
commit | 172ec70fbfc920f7d96581b7c3886845218e7195 (patch) | |
tree | 12a8d5c97f8d7b029d9d242aadf23507d91329e7 /app-text/dgs | |
parent | Added a check to the ebuild to update the patch to use the latest available K... (diff) | |
download | historical-172ec70fbfc920f7d96581b7c3886845218e7195.tar.gz historical-172ec70fbfc920f7d96581b7c3886845218e7195.tar.bz2 historical-172ec70fbfc920f7d96581b7c3886845218e7195.zip |
add inherit eutils
Diffstat (limited to 'app-text/dgs')
-rw-r--r-- | app-text/dgs/dgs-0.5.10-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-text/dgs/dgs-0.5.10-r1.ebuild b/app-text/dgs/dgs-0.5.10-r1.ebuild index 5dfffae9dd8c..52e3afc296d6 100644 --- a/app-text/dgs/dgs-0.5.10-r1.ebuild +++ b/app-text/dgs/dgs-0.5.10-r1.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/dgs-0.5.10-r1.ebuild,v 1.22 2004/04/03 14:52:23 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/dgs-0.5.10-r1.ebuild,v 1.23 2004/04/07 21:41:17 vapier Exp $ -inherit gnuconfig +inherit gnuconfig eutils DESCRIPTION="A Ghostscript based DPS server" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/old/dgs/${P}.tar.gz" HOMEPAGE="http://www.gyve.org/dgs/" +SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/old/dgs/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ppc sparc alpha amd64 hppa ~mips" IUSE="tcpd" @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" pkg_setup() { - if has_version 'sys-apps/tcp-wrappers' && [ -z "`use tcpd`" ]; then + if has_version 'sys-apps/tcp-wrappers' && ! use tcpd ; then ewarn "tcp-wrappers will be detected by the package and support will be enabled" ewarn "The package presently provides no way to disable tcp-wrappers support if you don't want it" fi |