diff options
Diffstat (limited to 'app-text/dgs')
-rw-r--r-- | app-text/dgs/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/dgs/dgs-0.5.10-r1.ebuild | 9 |
2 files changed, 8 insertions, 8 deletions
diff --git a/app-text/dgs/ChangeLog b/app-text/dgs/ChangeLog index 1ccd0ff59246..8f065c581368 100644 --- a/app-text/dgs/ChangeLog +++ b/app-text/dgs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/dgs -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/ChangeLog,v 1.25 2006/03/23 18:51:40 spyderous Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/ChangeLog,v 1.26 2007/01/05 07:22:56 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> dgs-0.5.10-r1.ebuild: + Remove gnuconfig_update usage, leave it to econf. 23 Mar 2006; Donnie Berkholz <spyderous@gentoo.org>; dgs-0.5.10-r1.ebuild: (#127342) Doesn't build in parallel, found by Erik Zeek. diff --git a/app-text/dgs/dgs-0.5.10-r1.ebuild b/app-text/dgs/dgs-0.5.10-r1.ebuild index 9eac0481bf8f..911600970f7b 100644 --- a/app-text/dgs/dgs-0.5.10-r1.ebuild +++ b/app-text/dgs/dgs-0.5.10-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.34 2006/03/23 18:51:41 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/dgs-0.5.10-r1.ebuild,v 1.35 2007/01/05 07:22:56 flameeyes Exp $ -inherit gnuconfig eutils +inherit eutils DESCRIPTION="A Ghostscript based Display Postscript (DPS) server" HOMEPAGE="http://www.gyve.org/dgs/" @@ -25,9 +25,6 @@ src_unpack() { epatch ${FILESDIR}/${P}-tcpd-gentoo.diff epatch ${FILESDIR}/${P}-gcc-3.4.diff epatch ${FILESDIR}/${PV}-workaround-include-in-comments.patch - - # needed for amd64 and alphaev67 at least - gnuconfig_update } src_compile() { |