diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-04-25 11:43:05 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-04-25 11:43:05 +0000 |
commit | cd4e8f354141f18780d7c2139ba13d34df785f94 (patch) | |
tree | 4218d48d7ed081a4bd038788c85b93b5a191223b /dev-util | |
parent | stabilise on x86 (diff) | |
download | gentoo-2-cd4e8f354141f18780d7c2139ba13d34df785f94.tar.gz gentoo-2-cd4e8f354141f18780d7c2139ba13d34df785f94.tar.bz2 gentoo-2-cd4e8f354141f18780d7c2139ba13d34df785f94.zip |
Version bump; added metadata.xml for cvs-utils herd.
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cvsgraph/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/cvsgraph/Manifest | 5 | ||||
-rw-r--r-- | dev-util/cvsgraph/cvsgraph-1.5.1.ebuild | 39 | ||||
-rw-r--r-- | dev-util/cvsgraph/files/digest-cvsgraph-1.5.1 | 1 | ||||
-rw-r--r-- | dev-util/cvsgraph/metadata.xml | 5 |
5 files changed, 57 insertions, 3 deletions
diff --git a/dev-util/cvsgraph/ChangeLog b/dev-util/cvsgraph/ChangeLog index eb6f5c08f6df..75b69b77f777 100644 --- a/dev-util/cvsgraph/ChangeLog +++ b/dev-util/cvsgraph/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/cvsgraph -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/ChangeLog,v 1.7 2004/09/10 08:55:07 tigger Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/ChangeLog,v 1.8 2005/04/25 11:43:05 ka0ttic Exp $ + +*cvsgraph-1.5.1 (25 Apr 2005) + + 25 Apr 2005; Aaron Walker <ka0ttic@gentoo.org> +metadata.xml, + +cvsgraph-1.5.1.ebuild: + Version bump; added metadata.xml for cvs-utils herd. *cvsgraph-1.4.1 (10 Sep 2004) diff --git a/dev-util/cvsgraph/Manifest b/dev-util/cvsgraph/Manifest index 88f91351fffa..35f5de476676 100644 --- a/dev-util/cvsgraph/Manifest +++ b/dev-util/cvsgraph/Manifest @@ -1,7 +1,10 @@ MD5 0dfcc7c4f6ab5558b68d7d9a2b745591 cvsgraph-1.4.1.ebuild 1037 MD5 7a4d1c2c7b4478eff07f6dc032bd7b9a cvsgraph-1.3.0.ebuild 961 +MD5 f529f1a05ab181ba04a2123c8bfbc275 cvsgraph-1.5.1.ebuild 1007 MD5 5be2f660d4a4fdd7929a8886cfebc806 cvsgraph-1.4.0.ebuild 981 -MD5 78ab7cca13553f34e98a8ace7e8d7587 ChangeLog 1174 +MD5 a90803af5d3b6b9cd8aa0d9f7b015510 ChangeLog 1351 +MD5 e5e0dc1b17b1dd57e95178b9554c0b60 metadata.xml 163 MD5 48388df6aa6e24fe218206cc91e1a9dd files/digest-cvsgraph-1.3.0 65 MD5 1623ea5becc9e60c232612119c1cd425 files/digest-cvsgraph-1.4.0 65 MD5 a24a6e90f14a4972ca26a3ba7009b2a9 files/digest-cvsgraph-1.4.1 65 +MD5 2086afa850eeaa80b59e22475144d46b files/digest-cvsgraph-1.5.1 66 diff --git a/dev-util/cvsgraph/cvsgraph-1.5.1.ebuild b/dev-util/cvsgraph/cvsgraph-1.5.1.ebuild new file mode 100644 index 000000000000..326b02dd7ce2 --- /dev/null +++ b/dev-util/cvsgraph/cvsgraph-1.5.1.ebuild @@ -0,0 +1,39 @@ +# 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.1 2005/04/25 11:43:05 ka0ttic 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="~x86 ~ppc ~sparc -alpha -amd64 -ia64" +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/files/digest-cvsgraph-1.5.1 b/dev-util/cvsgraph/files/digest-cvsgraph-1.5.1 new file mode 100644 index 000000000000..5e0e10a75953 --- /dev/null +++ b/dev-util/cvsgraph/files/digest-cvsgraph-1.5.1 @@ -0,0 +1 @@ +MD5 2f01dc06685581ac03bac38e08bf3b29 cvsgraph-1.5.1.tar.gz 104506 diff --git a/dev-util/cvsgraph/metadata.xml b/dev-util/cvsgraph/metadata.xml new file mode 100644 index 000000000000..45023270b146 --- /dev/null +++ b/dev-util/cvsgraph/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>cvs-utils</herd> +</pkgmetadata> |