diff options
author | 2004-08-12 09:00:27 +0000 | |
---|---|---|
committer | 2004-08-12 09:00:27 +0000 | |
commit | 81f58bd5b38df857332ed38c612e57001c4fe31c (patch) | |
tree | b50a7518dc3bed73400e46ec94ac7b9765404d40 | |
parent | needs src_compile for portage 2.0.50-r9 (bug #60123) (Manifest recommit) (diff) | |
download | gentoo-2-81f58bd5b38df857332ed38c612e57001c4fe31c.tar.gz gentoo-2-81f58bd5b38df857332ed38c612e57001c4fe31c.tar.bz2 gentoo-2-81f58bd5b38df857332ed38c612e57001c4fe31c.zip |
Modify DESCRIPTION per bug #60122
-rw-r--r-- | app-text/dgs/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/dgs/dgs-0.5.10-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/dgs/ChangeLog b/app-text/dgs/ChangeLog index a39376e5b596..547191198ad1 100644 --- a/app-text/dgs/ChangeLog +++ b/app-text/dgs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/dgs # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/ChangeLog,v 1.18 2004/07/17 21:18:37 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/ChangeLog,v 1.19 2004/08/12 09:00:27 mr_bones_ Exp $ + + 12 Aug 2004; Michael Sterrett <mr_bones_@gentoo.org> dgs-0.5.10-r1.ebuild: + Modify DESCRIPTION per bug #60122 17 Jul 2004; Tom Gall <tgall@gentoo.org> dgs-0.5.10-r1.ebuild: stable on ppc64, bug #55801 diff --git a/app-text/dgs/dgs-0.5.10-r1.ebuild b/app-text/dgs/dgs-0.5.10-r1.ebuild index 2e386970b507..9c7b3cf859bc 100644 --- a/app-text/dgs/dgs-0.5.10-r1.ebuild +++ b/app-text/dgs/dgs-0.5.10-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # 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.28 2004/07/17 21:18:37 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/dgs-0.5.10-r1.ebuild,v 1.29 2004/08/12 09:00:27 mr_bones_ Exp $ inherit gnuconfig eutils -DESCRIPTION="A Ghostscript based DPS server" +DESCRIPTION="A Ghostscript based Display Postscript (DPS) server" HOMEPAGE="http://www.gyve.org/dgs/" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/old/dgs/${P}.tar.gz" @@ -33,7 +33,7 @@ src_unpack() { src_compile() { WANT_AUTOCONF=2.1 autoconf - econf --with-x `use_enable tcpd` || die + econf --with-x $(use_enable tcpd) || die make || die } |