diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-17 11:32:48 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-17 11:32:48 +0000 |
commit | a083f02c848959e11383f4cd56bf8f3680085d07 (patch) | |
tree | 29439c015e4f59b6b46b7035939ec18628d7a2ac /media-gfx | |
parent | QA - inherit eutils. (diff) | |
download | historical-a083f02c848959e11383f4cd56bf8f3680085d07.tar.gz historical-a083f02c848959e11383f4cd56bf8f3680085d07.tar.bz2 historical-a083f02c848959e11383f4cd56bf8f3680085d07.zip |
QA - inherit eutils, don't assign default S.
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/springgraph/springgraph-79.ebuild | 3 | ||||
-rw-r--r-- | media-gfx/springgraph/springgraph-82.ebuild | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/media-gfx/springgraph/springgraph-79.ebuild b/media-gfx/springgraph/springgraph-79.ebuild index 5d305f457aed..5d3daebb2634 100644 --- a/media-gfx/springgraph/springgraph-79.ebuild +++ b/media-gfx/springgraph/springgraph-79.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/springgraph/springgraph-79.ebuild,v 1.5 2004/05/30 02:11:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/springgraph/springgraph-79.ebuild,v 1.6 2004/06/17 11:32:48 kloeri Exp $ DESCRIPTION="Generate spring graphs from graphviz input files" HOMEPAGE="http://www.chaosreigns.com/code/springgraph" @@ -12,7 +12,6 @@ KEYWORDS="x86 alpha hppa ~mips ppc sparc ia64 amd64" IUSE="" DEPEND="" RDEPEND="dev-perl/GD" -S=${WORKDIR}/${P} src_unpack() { # nothing to do diff --git a/media-gfx/springgraph/springgraph-82.ebuild b/media-gfx/springgraph/springgraph-82.ebuild index fc45d0ac3a5e..066f5783f624 100644 --- a/media-gfx/springgraph/springgraph-82.ebuild +++ b/media-gfx/springgraph/springgraph-82.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/springgraph/springgraph-82.ebuild,v 1.1 2004/05/30 02:11:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/springgraph/springgraph-82.ebuild,v 1.2 2004/06/17 11:32:48 kloeri Exp $ + +inherit eutils DESCRIPTION="Generate spring graphs from graphviz input files" HOMEPAGE="http://www.chaosreigns.com/code/springgraph" |