diff options
author | Rob Holland <tigger@gentoo.org> | 2003-07-10 15:09:41 +0000 |
---|---|---|
committer | Rob Holland <tigger@gentoo.org> | 2003-07-10 15:09:41 +0000 |
commit | 951982e4730952830c153be67fca456c624c07ee (patch) | |
tree | b421e8b695d5eec71d2e8f0af37c6dad209ab938 /dev-util/cvsgraph | |
parent | initial version (diff) | |
download | historical-951982e4730952830c153be67fca456c624c07ee.tar.gz historical-951982e4730952830c153be67fca456c624c07ee.tar.bz2 historical-951982e4730952830c153be67fca456c624c07ee.zip |
initial version
Diffstat (limited to 'dev-util/cvsgraph')
-rw-r--r-- | dev-util/cvsgraph/Manifest | 3 | ||||
-rw-r--r-- | dev-util/cvsgraph/cvsgraph-1.3.0.ebuild | 37 | ||||
-rw-r--r-- | dev-util/cvsgraph/files/digest-cvsgraph-1.3.0 | 1 |
3 files changed, 40 insertions, 1 deletions
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 |