diff options
author | Lance Albertson <ramereth@gentoo.org> | 2008-05-06 20:12:55 +0000 |
---|---|---|
committer | Lance Albertson <ramereth@gentoo.org> | 2008-05-06 20:12:55 +0000 |
commit | 5370dba949538fe4afc7b8f0af3d9c70331f4be1 (patch) | |
tree | ba773d799202517d8cc38abe63d663775740dc07 /dev-util/cvsgraph | |
parent | Add a few patch fixes to app-admin/cronolog (diff) | |
download | gentoo-2-5370dba949538fe4afc7b8f0af3d9c70331f4be1.tar.gz gentoo-2-5370dba949538fe4afc7b8f0af3d9c70331f4be1.tar.bz2 gentoo-2-5370dba949538fe4afc7b8f0af3d9c70331f4be1.zip |
ebuild cleanup for dev-util/cvsgraph
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util/cvsgraph')
-rw-r--r-- | dev-util/cvsgraph/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/cvsgraph/cvsgraph-1.5.1.ebuild | 39 | ||||
-rw-r--r-- | dev-util/cvsgraph/cvsgraph-1.5.2.ebuild | 39 | ||||
-rw-r--r-- | dev-util/cvsgraph/cvsgraph-1.6.0.ebuild | 40 |
4 files changed, 6 insertions, 120 deletions
diff --git a/dev-util/cvsgraph/ChangeLog b/dev-util/cvsgraph/ChangeLog index 8a32b6b91d55..34d9597d0a37 100644 --- a/dev-util/cvsgraph/ChangeLog +++ b/dev-util/cvsgraph/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cvsgraph -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/ChangeLog,v 1.21 2007/09/06 18:52:08 beandog Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/ChangeLog,v 1.22 2008/05/06 20:12:55 ramereth Exp $ + + 06 May 2008; Lance Albertson <ramereth@gentoo.org> -cvsgraph-1.5.1.ebuild, + -cvsgraph-1.5.2.ebuild, -cvsgraph-1.6.0.ebuild: + ebuild cleanup 06 Sep 2007; Steve Dibb <beandog@gentoo.org> cvsgraph-1.6.0.ebuild, cvsgraph-1.6.1.ebuild: diff --git a/dev-util/cvsgraph/cvsgraph-1.5.1.ebuild b/dev-util/cvsgraph/cvsgraph-1.5.1.ebuild deleted file mode 100644 index 6d467c32731c..000000000000 --- a/dev-util/cvsgraph/cvsgraph-1.5.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/cvsgraph-1.5.1.ebuild,v 1.2 2005/09/29 19:30:46 ramereth Exp $ - -DESCRIPTION="CVS/RCS repository grapher" -HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph" -SRC_URI="http://www.akhphd.au.dk/~bertho/cvsgraph/release/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-alpha -amd64 -ia64 ~ppc ~sparc x86" -IUSE="gif jpeg nls png truetype zlib" - -DEPEND="media-libs/gd - zlib? ( sys-libs/zlib ) - gif? ( media-libs/giflib ) - png? ( media-libs/libpng ) - jpeg? ( media-libs/jpeg ) - truetype? ( media-libs/freetype )" - -src_compile() { - econf \ - $(use_enable nls) \ - $(use_enable gif) \ - $(use_enable png) \ - $(use_enable jpeg) \ - $(use_enable truetype) \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install () { - dobin cvsgraph - insinto /etc - doins cvsgraph.conf - doman cvsgraph.1 cvsgraph.conf.5 - dodoc ChangeLog README contrib/*.php3 -} diff --git a/dev-util/cvsgraph/cvsgraph-1.5.2.ebuild b/dev-util/cvsgraph/cvsgraph-1.5.2.ebuild deleted file mode 100644 index ec64f2683be0..000000000000 --- a/dev-util/cvsgraph/cvsgraph-1.5.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/cvsgraph-1.5.2.ebuild,v 1.5 2005/10/16 06:01:35 weeve Exp $ - -DESCRIPTION="CVS/RCS repository grapher" -HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph" -SRC_URI="http://www.akhphd.au.dk/~bertho/cvsgraph/release/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-alpha ~amd64 -ia64 ppc sparc x86" -IUSE="gif jpeg nls png truetype zlib" - -DEPEND="media-libs/gd - zlib? ( sys-libs/zlib ) - gif? ( media-libs/giflib ) - png? ( media-libs/libpng ) - jpeg? ( media-libs/jpeg ) - truetype? ( media-libs/freetype )" - -src_compile() { - econf \ - $(use_enable nls) \ - $(use_enable gif) \ - $(use_enable png) \ - $(use_enable jpeg) \ - $(use_enable truetype) \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install () { - dobin cvsgraph - insinto /etc - doins cvsgraph.conf - doman cvsgraph.1 cvsgraph.conf.5 - dodoc ChangeLog README contrib/*.php3 -} diff --git a/dev-util/cvsgraph/cvsgraph-1.6.0.ebuild b/dev-util/cvsgraph/cvsgraph-1.6.0.ebuild deleted file mode 100644 index 2c005bcadb06..000000000000 --- a/dev-util/cvsgraph/cvsgraph-1.6.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/cvsgraph-1.6.0.ebuild,v 1.5 2007/09/06 18:52:08 beandog Exp $ - -DESCRIPTION="CVS/RCS repository grapher" -HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph" -SRC_URI="http://www.akhphd.au.dk/~bertho/cvsgraph/release/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-alpha amd64 -ia64 ppc sparc x86" -IUSE="gif jpeg nls png truetype zlib" - -DEPEND="media-libs/gd - zlib? ( sys-libs/zlib ) - gif? ( media-libs/giflib ) - png? ( media-libs/libpng ) - jpeg? ( media-libs/jpeg ) - truetype? ( media-libs/freetype )" - -src_compile() { - econf \ - $(use_enable nls) \ - $(use_enable gif) \ - $(use_enable png) \ - $(use_enable jpeg) \ - $(use_enable truetype) \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install () { - dobin cvsgraph - insinto /etc - doins cvsgraph.conf - doman cvsgraph.1 cvsgraph.conf.5 - dodoc ChangeLog README contrib/*.php3 - docinto automatic_documentation ; dodoc contrib/automatic_documentation/* -} |