summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Holland <robh@gentoo.org>2003-07-10 15:09:41 +0000
committerRob Holland <robh@gentoo.org>2003-07-10 15:09:41 +0000
commit43498c23334483c65203235ddc52e687792950e4 (patch)
tree94816f1bbaf842546300e1a315fb953c745b33d6 /dev-util/cvsgraph
parentinitial version (diff)
downloadgentoo-2-43498c23334483c65203235ddc52e687792950e4.tar.gz
gentoo-2-43498c23334483c65203235ddc52e687792950e4.tar.bz2
gentoo-2-43498c23334483c65203235ddc52e687792950e4.zip
initial version
Diffstat (limited to 'dev-util/cvsgraph')
-rw-r--r--dev-util/cvsgraph/ChangeLog10
-rw-r--r--dev-util/cvsgraph/Manifest3
-rw-r--r--dev-util/cvsgraph/cvsgraph-1.3.0.ebuild37
-rw-r--r--dev-util/cvsgraph/files/digest-cvsgraph-1.3.01
4 files changed, 50 insertions, 1 deletions
diff --git a/dev-util/cvsgraph/ChangeLog b/dev-util/cvsgraph/ChangeLog
new file mode 100644
index 000000000000..252fcbd79243
--- /dev/null
+++ b/dev-util/cvsgraph/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-util/cvsgraph
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/ChangeLog,v 1.1 2003/07/10 15:09:34 robh Exp $
+
+*cvsgraph-1.3.0 (10 Jul 2003)
+
+ 10 Jul 2003; robh <robh@gentoo.org> cvsgraph-1.3.0.ebuild:
+ Initial version. Based on the ebuild from #16501 by axxackall@yahoo.com, but
+ hacked about by me.
+
diff --git a/dev-util/cvsgraph/Manifest b/dev-util/cvsgraph/Manifest
index c7bfd391160d..5ba0a2668345 100644
--- a/dev-util/cvsgraph/Manifest
+++ b/dev-util/cvsgraph/Manifest
@@ -1,2 +1,3 @@
-MD5 1dfeb8f0bfa27b0543b687e66106b8e6 cvsgraph-1.3.0.ebuild 698
+MD5 8d7cbdc0a0031ea1a50a6237226b89d7 cvsgraph-1.3.0.ebuild 992
+MD5 64cd7fa2e5fe8ae614a28655f93eb79e ChangeLog 408
MD5 48388df6aa6e24fe218206cc91e1a9dd files/digest-cvsgraph-1.3.0 65
diff --git a/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild b/dev-util/cvsgraph/cvsgraph-1.3.0.ebuild
new file mode 100644
index 000000000000..78e630cc6f46
--- /dev/null
+++ b/dev-util/cvsgraph/cvsgraph-1.3.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.3.0.ebuild,v 1.1 2003/07/10 15:09:34 robh 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.3.0 b/dev-util/cvsgraph/files/digest-cvsgraph-1.3.0
new file mode 100644
index 000000000000..6e8130a168d0
--- /dev/null
+++ b/dev-util/cvsgraph/files/digest-cvsgraph-1.3.0
@@ -0,0 +1 @@
+MD5 cc26eea4071631e1b6c98157c5459b53 cvsgraph-1.3.0.tar.gz 65489