summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Albertson <ramereth@gentoo.org>2006-04-09 21:59:16 +0000
committerLance Albertson <ramereth@gentoo.org>2006-04-09 21:59:16 +0000
commit0e6aa04a92b6fa04f86be84fc7e8b0c72a771a6e (patch)
tree1fa64139a8cdde80170136f7629bb37ed6e344c0 /dev-util/cvsgraph
parentStable on amd64. (diff)
downloadgentoo-2-0e6aa04a92b6fa04f86be84fc7e8b0c72a771a6e.tar.gz
gentoo-2-0e6aa04a92b6fa04f86be84fc7e8b0c72a771a6e.tar.bz2
gentoo-2-0e6aa04a92b6fa04f86be84fc7e8b0c72a771a6e.zip
version bump, fix one docs issue
(Portage version: 2.0.54)
Diffstat (limited to 'dev-util/cvsgraph')
-rw-r--r--dev-util/cvsgraph/ChangeLog10
-rw-r--r--dev-util/cvsgraph/Manifest2
-rw-r--r--dev-util/cvsgraph/cvsgraph-1.6.0.ebuild40
-rw-r--r--dev-util/cvsgraph/files/digest-cvsgraph-1.6.01
4 files changed, 51 insertions, 2 deletions
diff --git a/dev-util/cvsgraph/ChangeLog b/dev-util/cvsgraph/ChangeLog
index 4608d3e76460..e933ae3b456a 100644
--- a/dev-util/cvsgraph/ChangeLog
+++ b/dev-util/cvsgraph/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/cvsgraph
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/ChangeLog,v 1.13 2005/10/16 06:01:35 weeve Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/ChangeLog,v 1.14 2006/04/09 21:59:16 ramereth Exp $
+
+*cvsgraph-1.6.0 (09 Apr 2006)
+
+ 09 Apr 2006; Lance Albertson <ramereth@gentoo.org> +cvsgraph-1.6.0.ebuild:
+ * Version bump
+ * Added automatic_documentation in docs
16 Oct 2005; Jason Wever <weeve@gentoo.org> cvsgraph-1.5.2.ebuild:
Stable on SPARC.
diff --git a/dev-util/cvsgraph/Manifest b/dev-util/cvsgraph/Manifest
index 1d96b47e55df..d2ac89a07fc5 100644
--- a/dev-util/cvsgraph/Manifest
+++ b/dev-util/cvsgraph/Manifest
@@ -1,6 +1,8 @@
MD5 a61e4610bf32c59622df22183181378f ChangeLog 2025
MD5 40083e8cd5b3cad1e1fd3fd8963370f0 cvsgraph-1.5.1.ebuild 1008
MD5 a6ddce7fe0d36b57b25d151048dd0175 cvsgraph-1.5.2.ebuild 1003
+MD5 8ffc9fd20c8a0ecfb50ef3c0037cee58 cvsgraph-1.6.0.ebuild 1081
MD5 2086afa850eeaa80b59e22475144d46b files/digest-cvsgraph-1.5.1 66
MD5 14797959b956fab083b69c516d2681be files/digest-cvsgraph-1.5.2 66
+MD5 39bd30c4efb7cf21f4246b715fc91ddb files/digest-cvsgraph-1.6.0 66
MD5 67c3a76cd7092593fdc962d273ae599b metadata.xml 587
diff --git a/dev-util/cvsgraph/cvsgraph-1.6.0.ebuild b/dev-util/cvsgraph/cvsgraph-1.6.0.ebuild
new file mode 100644
index 000000000000..c05b8bb69fe9
--- /dev/null
+++ b/dev-util/cvsgraph/cvsgraph-1.6.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2006 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.1 2006/04/09 21:59:16 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
+ docinto automatic_documentation ; dodoc contrib/automatic_documentation/*
+}
diff --git a/dev-util/cvsgraph/files/digest-cvsgraph-1.6.0 b/dev-util/cvsgraph/files/digest-cvsgraph-1.6.0
new file mode 100644
index 000000000000..6f443ee867c3
--- /dev/null
+++ b/dev-util/cvsgraph/files/digest-cvsgraph-1.6.0
@@ -0,0 +1 @@
+MD5 d8919dc9617ab4cf8bf658b7fbd1df0e cvsgraph-1.6.0.tar.gz 114186