summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Albertson <ramereth@gentoo.org>2006-09-05 04:42:39 +0000
committerLance Albertson <ramereth@gentoo.org>2006-09-05 04:42:39 +0000
commit80c39c53143174038f5133f5e09aed7541b65a58 (patch)
tree5a33f66e1d920a717767c513561dd7cd97f946d5 /dev-util
parentMarked stable on mips. (diff)
downloadgentoo-2-80c39c53143174038f5133f5e09aed7541b65a58.tar.gz
gentoo-2-80c39c53143174038f5133f5e09aed7541b65a58.tar.bz2
gentoo-2-80c39c53143174038f5133f5e09aed7541b65a58.zip
version bump, 1.6.0 stable on x86
(Portage version: 2.1-r2)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cvsgraph/ChangeLog9
-rw-r--r--dev-util/cvsgraph/cvsgraph-1.6.0.ebuild4
-rw-r--r--dev-util/cvsgraph/cvsgraph-1.6.1.ebuild40
-rw-r--r--dev-util/cvsgraph/files/digest-cvsgraph-1.5.12
-rw-r--r--dev-util/cvsgraph/files/digest-cvsgraph-1.5.22
-rw-r--r--dev-util/cvsgraph/files/digest-cvsgraph-1.6.02
-rw-r--r--dev-util/cvsgraph/files/digest-cvsgraph-1.6.13
7 files changed, 59 insertions, 3 deletions
diff --git a/dev-util/cvsgraph/ChangeLog b/dev-util/cvsgraph/ChangeLog
index e933ae3b456a..aa3b318a1673 100644
--- a/dev-util/cvsgraph/ChangeLog
+++ b/dev-util/cvsgraph/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-util/cvsgraph
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/ChangeLog,v 1.15 2006/09/05 04:42:39 ramereth Exp $
+
+*cvsgraph-1.6.1 (05 Sep 2006)
+
+ 05 Sep 2006; Lance Albertson <ramereth@gentoo.org> cvsgraph-1.6.0.ebuild,
+ +cvsgraph-1.6.1.ebuild:
+ * Version bump
+ * 1.6.0 stable on x86
*cvsgraph-1.6.0 (09 Apr 2006)
diff --git a/dev-util/cvsgraph/cvsgraph-1.6.0.ebuild b/dev-util/cvsgraph/cvsgraph-1.6.0.ebuild
index c05b8bb69fe9..385e0c1d4a22 100644
--- a/dev-util/cvsgraph/cvsgraph-1.6.0.ebuild
+++ b/dev-util/cvsgraph/cvsgraph-1.6.0.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/cvsgraph-1.6.0.ebuild,v 1.2 2006/09/05 04:42:39 ramereth Exp $
DESCRIPTION="CVS/RCS repository grapher"
HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph"
@@ -8,7 +8,7 @@ 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"
+KEYWORDS="-alpha ~amd64 -ia64 ~ppc ~sparc x86"
IUSE="gif jpeg nls png truetype zlib"
DEPEND="media-libs/gd
diff --git a/dev-util/cvsgraph/cvsgraph-1.6.1.ebuild b/dev-util/cvsgraph/cvsgraph-1.6.1.ebuild
new file mode 100644
index 000000000000..449f24350c0c
--- /dev/null
+++ b/dev-util/cvsgraph/cvsgraph-1.6.1.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.1.ebuild,v 1.1 2006/09/05 04:42:39 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.5.1 b/dev-util/cvsgraph/files/digest-cvsgraph-1.5.1
index 5e0e10a75953..38867dbd9214 100644
--- a/dev-util/cvsgraph/files/digest-cvsgraph-1.5.1
+++ b/dev-util/cvsgraph/files/digest-cvsgraph-1.5.1
@@ -1 +1,3 @@
MD5 2f01dc06685581ac03bac38e08bf3b29 cvsgraph-1.5.1.tar.gz 104506
+RMD160 989e630660f75af33868929e57c5368278f4e813 cvsgraph-1.5.1.tar.gz 104506
+SHA256 7765bb8355673c7916bc3a0a97d77d333cd88208d089d5c83ad9b2da260d8beb cvsgraph-1.5.1.tar.gz 104506
diff --git a/dev-util/cvsgraph/files/digest-cvsgraph-1.5.2 b/dev-util/cvsgraph/files/digest-cvsgraph-1.5.2
index d09ac9ac13a3..49132fdf7090 100644
--- a/dev-util/cvsgraph/files/digest-cvsgraph-1.5.2
+++ b/dev-util/cvsgraph/files/digest-cvsgraph-1.5.2
@@ -1 +1,3 @@
MD5 095a779d7977ae0c12f456ed119af6f6 cvsgraph-1.5.2.tar.gz 106382
+RMD160 80840d4ab89582ebc534ddf4586df5c92a4f7585 cvsgraph-1.5.2.tar.gz 106382
+SHA256 c759970c9f2d3c01982bba94dcc37297c942aa4b469b55757cd349f4c5bfeff3 cvsgraph-1.5.2.tar.gz 106382
diff --git a/dev-util/cvsgraph/files/digest-cvsgraph-1.6.0 b/dev-util/cvsgraph/files/digest-cvsgraph-1.6.0
index 6f443ee867c3..6cc8075f39db 100644
--- a/dev-util/cvsgraph/files/digest-cvsgraph-1.6.0
+++ b/dev-util/cvsgraph/files/digest-cvsgraph-1.6.0
@@ -1 +1,3 @@
MD5 d8919dc9617ab4cf8bf658b7fbd1df0e cvsgraph-1.6.0.tar.gz 114186
+RMD160 c604b26685375956155ff6200468078cd103ee6f cvsgraph-1.6.0.tar.gz 114186
+SHA256 43ee5d1358ee1b2b88ca1fbd1e8078f47fa8e90dd6b231b72c7f758a29acde6d cvsgraph-1.6.0.tar.gz 114186
diff --git a/dev-util/cvsgraph/files/digest-cvsgraph-1.6.1 b/dev-util/cvsgraph/files/digest-cvsgraph-1.6.1
new file mode 100644
index 000000000000..59b61cb44984
--- /dev/null
+++ b/dev-util/cvsgraph/files/digest-cvsgraph-1.6.1
@@ -0,0 +1,3 @@
+MD5 2f3da8e85de67d0690b120b33304f966 cvsgraph-1.6.1.tar.gz 114337
+RMD160 b4fa44c6d41a28d8e2e8d1f505dc117d0f59d286 cvsgraph-1.6.1.tar.gz 114337
+SHA256 05cdbed36bb2dd37aa382fc7f4410caac20dcf9176a50e922551cdc965dbc60b cvsgraph-1.6.1.tar.gz 114337