summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-10-16 19:04:52 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-10-16 19:04:52 +0000
commit805acfbfc8674b9c7f1052ea9c75b2fb360f621d (patch)
treeafec64f84b60e3e2042f93d84391fde036cc74f3 /dev-util
parentVersion bumped. Closes #31203. (diff)
downloadhistorical-805acfbfc8674b9c7f1052ea9c75b2fb360f621d.tar.gz
historical-805acfbfc8674b9c7f1052ea9c75b2fb360f621d.tar.bz2
historical-805acfbfc8674b9c7f1052ea9c75b2fb360f621d.zip
Version bumped. Closes #31203.
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cvsgraph/Manifest4
-rw-r--r--dev-util/cvsgraph/cvsgraph-1.4.0.ebuild37
-rw-r--r--dev-util/cvsgraph/files/digest-cvsgraph-1.4.01
3 files changed, 40 insertions, 2 deletions
diff --git a/dev-util/cvsgraph/Manifest b/dev-util/cvsgraph/Manifest
index 114e62b92eb4..53bb263bf559 100644
--- a/dev-util/cvsgraph/Manifest
+++ b/dev-util/cvsgraph/Manifest
@@ -1,5 +1,5 @@
-MD5 64cd7fa2e5fe8ae614a28655f93eb79e ChangeLog 408
+MD5 79993a0896cc23cc2ae4ab83d83d1946 ChangeLog 549
MD5 5d4389f3d7af3ef3cf801dc4e2917c44 cvsgraph-1.3.0.ebuild 973
-MD5 5d4389f3d7af3ef3cf801dc4e2917c44 cvsgraph-1.4.0.ebuild 973
+MD5 f736cba2b1128c9a8f29340df0c69f94 cvsgraph-1.4.0.ebuild 972
MD5 48388df6aa6e24fe218206cc91e1a9dd files/digest-cvsgraph-1.3.0 65
MD5 1623ea5becc9e60c232612119c1cd425 files/digest-cvsgraph-1.4.0 65
diff --git a/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild b/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild
new file mode 100644
index 000000000000..04df6ec6c77b
--- /dev/null
+++ b/dev-util/cvsgraph/cvsgraph-1.4.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2003 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 $
+
+HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph"
+KEYWORDS="~x86 ~sparc ~ppc"
+SLOT="0"
+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"
+
+DEPEND="media-libs/libgd
+ zlib? ( sys-libs/zlib )
+ gif? ( media-libs/giflib )
+ png? ( media-libs/libpng )
+ jpeg? ( media-libs/jpeg )
+ truetype? ( media-libs/freetype )"
+
+src_compile() {
+ local myopts
+
+ myopts="`use_enable nls` `use_enable gif` `use_enable png` `use_enable jpeg` `use_enable truetype`"
+
+ econf ${myopts}
+ emake || die
+}
+
+src_install () {
+ dobin ${S}/cvsgraph
+ insinto /etc
+ doins ${S}/cvsgraph.conf
+ doman ${S}/cvsgraph.1 ${S}/cvsgraph.conf.5
+}
diff --git a/dev-util/cvsgraph/files/digest-cvsgraph-1.4.0 b/dev-util/cvsgraph/files/digest-cvsgraph-1.4.0
new file mode 100644
index 000000000000..1043bc537c3e
--- /dev/null
+++ b/dev-util/cvsgraph/files/digest-cvsgraph-1.4.0
@@ -0,0 +1 @@
+MD5 706f0af002424712feb5b8c8406dcce8 cvsgraph-1.4.0.tar.gz 72321