diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-13 01:45:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-13 01:45:19 +0000 |
commit | c760ebdb0ee19cd9235b48efd3b88ea0246db83d (patch) | |
tree | e43b587f4fa880ebaba81d50130247757ad5e71d /dev-util/cvsgraph | |
parent | touchups (diff) | |
download | gentoo-2-c760ebdb0ee19cd9235b48efd3b88ea0246db83d.tar.gz gentoo-2-c760ebdb0ee19cd9235b48efd3b88ea0246db83d.tar.bz2 gentoo-2-c760ebdb0ee19cd9235b48efd3b88ea0246db83d.zip |
Don't assign default to S; header fix
Diffstat (limited to 'dev-util/cvsgraph')
-rw-r--r-- | dev-util/cvsgraph/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/cvsgraph/cvsgraph-1.3.0.ebuild | 5 | ||||
-rw-r--r-- | dev-util/cvsgraph/cvsgraph-1.4.0.ebuild | 5 |
3 files changed, 10 insertions, 8 deletions
diff --git a/dev-util/cvsgraph/ChangeLog b/dev-util/cvsgraph/ChangeLog index 742342096f60..66999eafc4f4 100644 --- a/dev-util/cvsgraph/ChangeLog +++ b/dev-util/cvsgraph/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cvsgraph -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/ChangeLog,v 1.2 2003/10/16 19:04:40 mholzer Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/ChangeLog,v 1.3 2004/03/13 01:41:42 mr_bones_ Exp $ + + 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> cvsgraph-1.3.0.ebuild, + cvsgraph-1.4.0.ebuild: + Don't assign default to S; header fix *cvsgraph-1.4.0 (17 Oct 2003) diff --git a/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild b/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild index d3ab3cb2a210..9036ec0aa9c0 100644 --- a/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild +++ b/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild,v 1.3 2003/09/06 20:28:40 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild,v 1.4 2004/03/13 01:41:42 mr_bones_ Exp $ HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph" KEYWORDS="~x86 ~sparc ~ppc" @@ -9,7 +9,6 @@ LICENSE="GPL-2" DESCRIPTION="CVS/RCS repository grapher" SRC_URI="http://www.akhphd.au.dk/~bertho/cvsgraph/release/${P}.tar.gz" -S=${WORKDIR}/${P} IUSE="gd png gif jpeg zlib truetype nls" diff --git a/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild b/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild index 04df6ec6c77b..971b910f17e4 100644 --- a/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild +++ b/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild,v 1.1 2003/10/16 19:04:40 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild,v 1.2 2004/03/13 01:41:42 mr_bones_ Exp $ HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph" KEYWORDS="~x86 ~sparc ~ppc" @@ -9,7 +9,6 @@ LICENSE="GPL-2" DESCRIPTION="CVS/RCS repository grapher" SRC_URI="http://www.akhphd.au.dk/~bertho/cvsgraph/release/${P}.tar.gz" -S=${WORKDIR}/${P} IUSE="gd png gif jpeg zlib truetype nls" |