diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 08:00:36 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 08:00:36 +0000 |
commit | 960d8e1d9adabc0cb8b2d11a8fabc121f9637b9a (patch) | |
tree | b524a0135b34d7c03823125c866972ffdbd3571b /media-gfx | |
parent | Remove gnuconfig_update usage, leave it to econf. (diff) | |
download | gentoo-2-960d8e1d9adabc0cb8b2d11a8fabc121f9637b9a.tar.gz gentoo-2-960d8e1d9adabc0cb8b2d11a8fabc121f9637b9a.tar.bz2 gentoo-2-960d8e1d9adabc0cb8b2d11a8fabc121f9637b9a.zip |
Remove gnuconfig_update usage, leave it to econf.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/graphviz/ChangeLog | 9 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-1.10.ebuild | 7 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-1.12-r1.ebuild | 8 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-1.12.ebuild | 7 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-1.16-r1.ebuild | 8 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-1.16.ebuild | 8 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-2.2.ebuild | 8 |
7 files changed, 23 insertions, 32 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog index eba945a2d484..224b085bf934 100644 --- a/media-gfx/graphviz/ChangeLog +++ b/media-gfx/graphviz/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/graphviz -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.95 2006/10/19 15:17:51 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.96 2007/01/05 08:00:36 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> graphviz-1.10.ebuild, + graphviz-1.12.ebuild, graphviz-1.12-r1.ebuild, graphviz-1.16.ebuild, + graphviz-1.16-r1.ebuild, graphviz-2.2.ebuild: + Remove gnuconfig_update usage, leave it to econf. 19 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> graphviz-2.8-r2.ebuild: Stable on Alpha. diff --git a/media-gfx/graphviz/graphviz-1.10.ebuild b/media-gfx/graphviz/graphviz-1.10.ebuild index 1c274a87d73f..118319c20e1e 100644 --- a/media-gfx/graphviz/graphviz-1.10.ebuild +++ b/media-gfx/graphviz/graphviz-1.10.ebuild @@ -1,8 +1,7 @@ -# 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/media-gfx/graphviz/graphviz-1.10.ebuild,v 1.25 2006/09/10 22:54:53 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.10.ebuild,v 1.26 2007/01/05 08:00:36 flameeyes Exp $ -inherit gnuconfig DESCRIPTION="open source graph drawing software" HOMEPAGE="http://www.research.att.com/sw/tools/graphviz/" @@ -26,8 +25,6 @@ src_unpack() { cd ${S} sed -i -e "s:+0 -1:-k 1,2:" "${S}/dotneato/common/Makefile.in" - # Run gnuconfig_update on all arches, needed at least for mips - gnuconfig_update } src_compile() { diff --git a/media-gfx/graphviz/graphviz-1.12-r1.ebuild b/media-gfx/graphviz/graphviz-1.12-r1.ebuild index 7c1deba4f91d..d941bd9239f6 100644 --- a/media-gfx/graphviz/graphviz-1.12-r1.ebuild +++ b/media-gfx/graphviz/graphviz-1.12-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/media-gfx/graphviz/graphviz-1.12-r1.ebuild,v 1.9 2006/09/10 22:54:53 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.12-r1.ebuild,v 1.10 2007/01/05 08:00:36 flameeyes Exp $ -inherit gnuconfig eutils +inherit eutils DESCRIPTION="open source graph drawing software" HOMEPAGE="http://www.research.att.com/sw/tools/graphviz/" @@ -27,8 +27,6 @@ src_unpack() { unpack ${A} cd ${S} - # Run gnuconfig_update on all arches, needed at least for mips - gnuconfig_update # this next chunk will be obsolete when 1.13 comes out # it's a buildfix so that graphviz will build when TckTk is NOT being used diff --git a/media-gfx/graphviz/graphviz-1.12.ebuild b/media-gfx/graphviz/graphviz-1.12.ebuild index 5853e77ca283..b52fe8ead2e2 100644 --- a/media-gfx/graphviz/graphviz-1.12.ebuild +++ b/media-gfx/graphviz/graphviz-1.12.ebuild @@ -1,8 +1,7 @@ -# 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/media-gfx/graphviz/graphviz-1.12.ebuild,v 1.8 2006/09/10 22:54:53 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.12.ebuild,v 1.9 2007/01/05 08:00:36 flameeyes Exp $ -inherit gnuconfig DESCRIPTION="open source graph drawing software" HOMEPAGE="http://www.research.att.com/sw/tools/graphviz/" @@ -29,8 +28,6 @@ src_unpack() { # when putting it in. sed -i -e "s:+0 -1:-k 1,2:" "${S}/dotneato/common/Makefile.in" - # Run gnuconfig_update on all arches, needed at least for mips - gnuconfig_update } src_compile() { diff --git a/media-gfx/graphviz/graphviz-1.16-r1.ebuild b/media-gfx/graphviz/graphviz-1.16-r1.ebuild index 8de2812a103d..3b9f59687be1 100644 --- a/media-gfx/graphviz/graphviz-1.16-r1.ebuild +++ b/media-gfx/graphviz/graphviz-1.16-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/media-gfx/graphviz/graphviz-1.16-r1.ebuild,v 1.4 2006/01/05 03:10:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.16-r1.ebuild,v 1.5 2007/01/05 08:00:36 flameeyes Exp $ -inherit gnuconfig eutils flag-o-matic +inherit eutils flag-o-matic DESCRIPTION="open source graph drawing software" HOMEPAGE="http://www.research.att.com/sw/tools/graphviz/" @@ -37,8 +37,6 @@ src_unpack() { epatch ${FILESDIR}/${P}-common_h.patch fi - # Run gnuconfig_update on all arches, needed at least for mips - gnuconfig_update if ! use ppc-macos; then #EPATCH_OPTS="-p1 -d${S}" epatch ${FILESDIR}/${P}-fontconfig-externalgd.diff || die "Failed to patch" diff --git a/media-gfx/graphviz/graphviz-1.16.ebuild b/media-gfx/graphviz/graphviz-1.16.ebuild index 5cb1f24e73bd..b7cbd969ad69 100644 --- a/media-gfx/graphviz/graphviz-1.16.ebuild +++ b/media-gfx/graphviz/graphviz-1.16.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/media-gfx/graphviz/graphviz-1.16.ebuild,v 1.20 2006/09/10 22:54:53 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-1.16.ebuild,v 1.21 2007/01/05 08:00:36 flameeyes Exp $ -inherit gnuconfig eutils flag-o-matic +inherit eutils flag-o-matic DESCRIPTION="open source graph drawing software" HOMEPAGE="http://www.research.att.com/sw/tools/graphviz/" @@ -37,8 +37,6 @@ src_unpack() { epatch ${FILESDIR}/${P}-common_h.patch fi - # Run gnuconfig_update on all arches, needed at least for mips - gnuconfig_update if ! use ppc-macos; then #EPATCH_OPTS="-p1 -d${S}" epatch ${FILESDIR}/${P}-fontconfig-externalgd.diff || die "Failed to patch" diff --git a/media-gfx/graphviz/graphviz-2.2.ebuild b/media-gfx/graphviz/graphviz-2.2.ebuild index d75ea549e31e..c32924cf17a5 100644 --- a/media-gfx/graphviz/graphviz-2.2.ebuild +++ b/media-gfx/graphviz/graphviz-2.2.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/media-gfx/graphviz/graphviz-2.2.ebuild,v 1.4 2006/09/10 22:54:53 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.2.ebuild,v 1.5 2007/01/05 08:00:36 flameeyes Exp $ -inherit gnuconfig eutils flag-o-matic +inherit eutils flag-o-matic DESCRIPTION="open source graph drawing software" HOMEPAGE="http://www.research.att.com/sw/tools/graphviz/" @@ -28,8 +28,6 @@ src_unpack() { unpack ${A} cd ${S} - # Run gnuconfig_update on all arches, needed at least for mips - gnuconfig_update if ! use ppc-macos; then #EPATCH_OPTS="-p1 -d${S}" epatch ${FILESDIR}/${P}-fontconfig-externalgd.diff || die "Failed to patch" |