diff options
author | Kevin McCarthy <signals@gentoo.org> | 2011-02-25 20:57:39 +0000 |
---|---|---|
committer | Kevin McCarthy <signals@gentoo.org> | 2011-02-25 20:57:39 +0000 |
commit | cd1cd7871b5f3109fe931c2824e48a9cf8994b2b (patch) | |
tree | 170f8a2207a84e53e759f542ef56f5b01d68bc3a /dev-vcs | |
parent | depend virtual/jpeg (diff) | |
download | gentoo-2-cd1cd7871b5f3109fe931c2824e48a9cf8994b2b.tar.gz gentoo-2-cd1cd7871b5f3109fe931c2824e48a9cf8994b2b.tar.bz2 gentoo-2-cd1cd7871b5f3109fe931c2824e48a9cf8994b2b.zip |
depend virtual/jpeg
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/cvsgraph/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild | 6 | ||||
-rw-r--r-- | dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-vcs/cvsgraph/ChangeLog b/dev-vcs/cvsgraph/ChangeLog index 8085c2f24cdc..13335e2a6862 100644 --- a/dev-vcs/cvsgraph/ChangeLog +++ b/dev-vcs/cvsgraph/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/cvsgraph -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsgraph/ChangeLog,v 1.1 2010/06/19 00:31:17 abcd Exp $ +# 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 $ + + 25 Feb 2011; Kevin McCarthy <signals@gentoo.org> cvsgraph-1.6.1.ebuild, + cvsgraph-1.7.0.ebuild: + Update depends from media-libs/jpeg to virtual/jpeg 19 Jun 2010; Jonathan Callen <abcd@gentoo.org> +cvsgraph-1.6.1.ebuild, +cvsgraph-1.7.0.ebuild, +metadata.xml: diff --git a/dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild b/dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild index 6bc63b029fb8..2116cbbb799e 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-2010 Gentoo Foundation +# Copyright 1999-2011 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.1 2010/06/19 00:31:17 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild,v 1.2 2011/02/25 20:57:39 signals Exp $ DESCRIPTION="CVS/RCS repository grapher" HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph" @@ -15,7 +15,7 @@ DEPEND="media-libs/gd zlib? ( sys-libs/zlib ) gif? ( media-libs/giflib ) png? ( media-libs/libpng ) - jpeg? ( media-libs/jpeg ) + jpeg? ( virtual/jpeg ) truetype? ( media-libs/freetype )" src_compile() { diff --git a/dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild b/dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild index ee6a4354fd9b..c0b8d14c6f63 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-2010 Gentoo Foundation +# Copyright 1999-2011 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.1 2010/06/19 00:31:17 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild,v 1.2 2011/02/25 20:57:39 signals Exp $ DESCRIPTION="CVS/RCS repository grapher" HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph" @@ -15,7 +15,7 @@ DEPEND="media-libs/gd zlib? ( sys-libs/zlib ) gif? ( media-libs/giflib ) png? ( media-libs/libpng ) - jpeg? ( media-libs/jpeg ) + jpeg? ( virtual/jpeg ) truetype? ( media-libs/freetype )" src_compile() { |