summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-01-19 14:50:50 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-01-19 14:50:50 +0000
commit85a0a6d935ce8c944c8f92fd0705df22e1084aa7 (patch)
treea1b3540bbdd4ac81b315641ed9245b0b44383960 /app-text/dgs
parentQA: remove invalid RESTRICT="mirror"; fix grammer (diff)
downloadgentoo-2-85a0a6d935ce8c944c8f92fd0705df22e1084aa7.tar.gz
gentoo-2-85a0a6d935ce8c944c8f92fd0705df22e1084aa7.tar.bz2
gentoo-2-85a0a6d935ce8c944c8f92fd0705df22e1084aa7.zip
ugh, fix autotools handling again, my fault. Thanks masterdriverz
(Portage version: 2.1.2-r1)
Diffstat (limited to 'app-text/dgs')
-rw-r--r--app-text/dgs/ChangeLog5
-rw-r--r--app-text/dgs/dgs-0.5.10-r1.ebuild7
2 files changed, 7 insertions, 5 deletions
diff --git a/app-text/dgs/ChangeLog b/app-text/dgs/ChangeLog
index 7fde4bfe959f..75a863a64b78 100644
--- a/app-text/dgs/ChangeLog
+++ b/app-text/dgs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/dgs
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/ChangeLog,v 1.27 2007/01/19 14:34:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/ChangeLog,v 1.28 2007/01/19 14:50:50 armin76 Exp $
+
+ 19 Jan 2007; Raúl Porcel <armin76@gentoo.org> dgs-0.5.10-r1.ebuild:
+ ugh, fix autotools handling again, my fault. Thanks masterdriverz
19 Jan 2007; Raúl Porcel <armin76@gentoo.org> dgs-0.5.10-r1.ebuild:
Fix autotools handling, bug 160155
diff --git a/app-text/dgs/dgs-0.5.10-r1.ebuild b/app-text/dgs/dgs-0.5.10-r1.ebuild
index 926cc0f50054..af74abf6ca8a 100644
--- a/app-text/dgs/dgs-0.5.10-r1.ebuild
+++ b/app-text/dgs/dgs-0.5.10-r1.ebuild
@@ -1,12 +1,12 @@
# 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.36 2007/01/19 14:34:48 armin76 Exp $
-
-inherit eutils autotools
+# $Header: /var/cvsroot/gentoo-x86/app-text/dgs/dgs-0.5.10-r1.ebuild,v 1.37 2007/01/19 14:50:50 armin76 Exp $
WANT_AUTOCONF="2.1"
WANT_AUTOMAKE="latest"
+inherit eutils autotools
+
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"
@@ -18,7 +18,6 @@ RDEPEND="=dev-libs/glib-1.2*
!<x11-base/xorg-x11-7"
DEPEND="${RDEPEND}
sys-apps/texinfo
- sys-devel/autoconf
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
src_unpack() {