diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 21:44:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 21:44:18 +0000 |
commit | a94badf79306fe690b5e92a2b9b1080b9cd0da40 (patch) | |
tree | 2c2813a93d6724cf62c7ce3a015a040384c5af3b /app-text/dgs | |
parent | add inherit eutils (diff) | |
download | gentoo-2-a94badf79306fe690b5e92a2b9b1080b9cd0da40.tar.gz gentoo-2-a94badf79306fe690b5e92a2b9b1080b9cd0da40.tar.bz2 gentoo-2-a94badf79306fe690b5e92a2b9b1080b9cd0da40.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 |