summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 14:22:04 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 14:22:04 +0000
commit5752644596a9f18479fe6df389ee5c45359bcf58 (patch)
tree73c702f2068bb81718929ab8ae2bcfe45b4ad450 /app-text/a2ps
parentAdd ~alpha keyword. (diff)
downloadgentoo-2-5752644596a9f18479fe6df389ee5c45359bcf58.tar.gz
gentoo-2-5752644596a9f18479fe6df389ee5c45359bcf58.tar.bz2
gentoo-2-5752644596a9f18479fe6df389ee5c45359bcf58.zip
Don't use gnuconfig_update anymore.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'app-text/a2ps')
-rw-r--r--app-text/a2ps/ChangeLog7
-rw-r--r--app-text/a2ps/a2ps-4.13c-r5.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/app-text/a2ps/ChangeLog b/app-text/a2ps/ChangeLog
index a6ae8c96722c..9cda4ac9d001 100644
--- a/app-text/a2ps/ChangeLog
+++ b/app-text/a2ps/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/a2ps
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/ChangeLog,v 1.57 2006/12/13 20:00:04 genstef Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/ChangeLog,v 1.58 2007/01/04 14:22:04 flameeyes Exp $
+
+ 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> a2ps-4.13c-r5.ebuild:
+ Don't use gnuconfig_update anymore.
13 Dec 2006; Stefan Schweizer <genstef@gentoo.org> a2ps-4.13c-r5.ebuild:
Fix depedn thanks jakub and Jürgen Pierau <gentoo-bugs@pierau.org> in bug
diff --git a/app-text/a2ps/a2ps-4.13c-r5.ebuild b/app-text/a2ps/a2ps-4.13c-r5.ebuild
index 6d5d748f2ed5..8e1cb4a8abf9 100644
--- a/app-text/a2ps/a2ps-4.13c-r5.ebuild
+++ b/app-text/a2ps/a2ps-4.13c-r5.ebuild
@@ -1,11 +1,11 @@
-# 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/a2ps/a2ps-4.13c-r5.ebuild,v 1.12 2006/12/13 20:00:04 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r5.ebuild,v 1.13 2007/01/04 14:22:04 flameeyes Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
-inherit gnuconfig eutils autotools
+inherit eutils autotools
S=${WORKDIR}/${PN}-${PV:0:4}
DESCRIPTION="Any to PostScript filter"
@@ -59,7 +59,6 @@ src_unpack() {
# fix >=autoconf-2.60, bug 138161
epatch ${FILESDIR}/a2ps-4.13-fixcachecheck.patch
- gnuconfig_update || die "gnuconfig_update failed"
AT_M4DIR="m4" eautoreconf || die "eautoreconf failed"
}