diff options
author | Rob Holland <tigger@gentoo.org> | 2004-09-10 08:55:07 +0000 |
---|---|---|
committer | Rob Holland <tigger@gentoo.org> | 2004-09-10 08:55:07 +0000 |
commit | 969360a9d0ef5dc0e62349dc4228f363c20981b3 (patch) | |
tree | e37c5e5d9266165e4104d69da90dd3bfdbb17b4c /dev-util/cvsgraph | |
parent | Added missing patch. This closes bug #63483. (Manifest recommit) (diff) | |
download | gentoo-2-969360a9d0ef5dc0e62349dc4228f363c20981b3.tar.gz gentoo-2-969360a9d0ef5dc0e62349dc4228f363c20981b3.tar.bz2 gentoo-2-969360a9d0ef5dc0e62349dc4228f363c20981b3.zip |
version bump, closes #59430. also installs sample wrapper scripts now
Diffstat (limited to 'dev-util/cvsgraph')
-rw-r--r-- | dev-util/cvsgraph/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/cvsgraph/Manifest | 2 | ||||
-rw-r--r-- | dev-util/cvsgraph/cvsgraph-1.4.1.ebuild | 37 | ||||
-rw-r--r-- | dev-util/cvsgraph/files/digest-cvsgraph-1.4.1 | 1 |
4 files changed, 46 insertions, 1 deletions
diff --git a/dev-util/cvsgraph/ChangeLog b/dev-util/cvsgraph/ChangeLog index c465e0eb2169..eb6f5c08f6df 100644 --- a/dev-util/cvsgraph/ChangeLog +++ b/dev-util/cvsgraph/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/cvsgraph # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/ChangeLog,v 1.6 2004/08/05 22:12:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/ChangeLog,v 1.7 2004/09/10 08:55:07 tigger Exp $ + +*cvsgraph-1.4.1 (10 Sep 2004) + + 10 Sep 2004; Rob Holland <tigger@gentoo.org> +cvsgraph-1.4.1.ebuild: + version bump, closes #59430. also installs sample wrapper scripts now 05 Aug 2004; Aron Griffis <agriffis@gentoo.org> cvsgraph-1.4.0.ebuild: Explicitly disable on 64-bit arches because there are assumptions in the app diff --git a/dev-util/cvsgraph/Manifest b/dev-util/cvsgraph/Manifest index 8be421cf521f..b01a05435024 100644 --- a/dev-util/cvsgraph/Manifest +++ b/dev-util/cvsgraph/Manifest @@ -1,5 +1,7 @@ +MD5 20a7767b00011b01f06be64158b779eb cvsgraph-1.4.1.ebuild 1039 MD5 7a4d1c2c7b4478eff07f6dc032bd7b9a cvsgraph-1.3.0.ebuild 961 MD5 5be2f660d4a4fdd7929a8886cfebc806 cvsgraph-1.4.0.ebuild 981 MD5 cc8f18141f97129d0ed585c14d7259a9 ChangeLog 1001 MD5 48388df6aa6e24fe218206cc91e1a9dd files/digest-cvsgraph-1.3.0 65 MD5 1623ea5becc9e60c232612119c1cd425 files/digest-cvsgraph-1.4.0 65 +MD5 a24a6e90f14a4972ca26a3ba7009b2a9 files/digest-cvsgraph-1.4.1 65 diff --git a/dev-util/cvsgraph/cvsgraph-1.4.1.ebuild b/dev-util/cvsgraph/cvsgraph-1.4.1.ebuild new file mode 100644 index 000000000000..a543a0a8e813 --- /dev/null +++ b/dev-util/cvsgraph/cvsgraph-1.4.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsgraph/cvsgraph-1.4.1.ebuild,v 1.1 2004/09/10 08:55:07 tigger 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="~x86 ~ppc ~sparc -alpha -amd64 -ia64" +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() { + local myopts + + myopts="`use_enable nls` `use_enable gif` `use_enable png` `use_enable jpeg` `use_enable truetype`" + + econf ${myopts} || die "econf failed" + emake || die +} + +src_install () { + dobin ${S}/cvsgraph + insinto /etc + doins ${S}/cvsgraph.conf + doman ${S}/cvsgraph.1 ${S}/cvsgraph.conf.5 + dodoc ${S}/mkimage.php3 + dodoc ${S}/cvsgraphwrapper.php3 +} diff --git a/dev-util/cvsgraph/files/digest-cvsgraph-1.4.1 b/dev-util/cvsgraph/files/digest-cvsgraph-1.4.1 new file mode 100644 index 000000000000..126ab1af3678 --- /dev/null +++ b/dev-util/cvsgraph/files/digest-cvsgraph-1.4.1 @@ -0,0 +1 @@ +MD5 ed3ce864699c66995504f10ef7bbef08 cvsgraph-1.4.1.tar.gz 91932 |