diff options
author | Lance Albertson <ramereth@gentoo.org> | 2012-05-13 21:19:17 +0000 |
---|---|---|
committer | Lance Albertson <ramereth@gentoo.org> | 2012-05-13 21:19:17 +0000 |
commit | 9774a81c769df824743e93f781dacc9349e60fef (patch) | |
tree | 41b08c55f3626decc953feaf0d42ed0428e31612 /dev-vcs/cvsgraph | |
parent | Allow more drivers that were fixed for 1.12 back in. (diff) | |
download | gentoo-2-9774a81c769df824743e93f781dacc9349e60fef.tar.gz gentoo-2-9774a81c769df824743e93f781dacc9349e60fef.tar.bz2 gentoo-2-9774a81c769df824743e93f781dacc9349e60fef.zip |
Stablize 1.7.0
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/cvsgraph')
-rw-r--r-- | dev-vcs/cvsgraph/ChangeLog | 7 | ||||
-rw-r--r-- | dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild | 5 | ||||
-rw-r--r-- | dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild | 7 |
3 files changed, 12 insertions, 7 deletions
diff --git a/dev-vcs/cvsgraph/ChangeLog b/dev-vcs/cvsgraph/ChangeLog index 13335e2a6862..d1a40127f7e8 100644 --- a/dev-vcs/cvsgraph/ChangeLog +++ b/dev-vcs/cvsgraph/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/cvsgraph -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsgraph/ChangeLog,v 1.2 2011/02/25 20:57:39 signals Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsgraph/ChangeLog,v 1.3 2012/05/13 21:19:17 ramereth Exp $ + + 13 May 2012; Lance Albertson <ramereth@gentoo.org> cvsgraph-1.7.0.ebuild: + Stablize 1.7.0 25 Feb 2011; Kevin McCarthy <signals@gentoo.org> cvsgraph-1.6.1.ebuild, cvsgraph-1.7.0.ebuild: diff --git a/dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild b/dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild index 2116cbbb799e..afe918e6d42a 100644 --- a/dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild +++ b/dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild,v 1.2 2011/02/25 20:57:39 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild,v 1.3 2012/05/13 21:19:17 ramereth Exp $ DESCRIPTION="CVS/RCS repository grapher" HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph" @@ -17,6 +17,7 @@ DEPEND="media-libs/gd png? ( media-libs/libpng ) jpeg? ( virtual/jpeg ) truetype? ( media-libs/freetype )" +RDEPEND="${DEPEND}" src_compile() { econf \ diff --git a/dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild b/dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild index c0b8d14c6f63..adc38b46fbf9 100644 --- a/dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild +++ b/dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild,v 1.2 2011/02/25 20:57:39 signals Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild,v 1.3 2012/05/13 21:19:17 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 @@ -17,6 +17,7 @@ DEPEND="media-libs/gd png? ( media-libs/libpng ) jpeg? ( virtual/jpeg ) truetype? ( media-libs/freetype )" +RDEPEND="${DEPEND}" src_compile() { econf \ |