diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 17:51:45 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 17:51:45 +0000 |
commit | 9b028d9741b06af0c6babc6f6448a57f91d1042e (patch) | |
tree | f4498e0fa0482fe6057027a5c51eb3f2e82e1714 /dev-util/geany-plugins | |
parent | build with -O1 on amd64-fbsd otherwise the kernel does not boot with gcc 4.4 ... (diff) | |
download | gentoo-2-9b028d9741b06af0c6babc6f6448a57f91d1042e.tar.gz gentoo-2-9b028d9741b06af0c6babc6f6448a57f91d1042e.tar.bz2 gentoo-2-9b028d9741b06af0c6babc6f6448a57f91d1042e.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'dev-util/geany-plugins')
-rw-r--r-- | dev-util/geany-plugins/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/geany-plugins/geany-plugins-0.20-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-util/geany-plugins/geany-plugins-0.21.1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-util/geany-plugins/ChangeLog b/dev-util/geany-plugins/ChangeLog index c299e785cf51..baf0c3120c29 100644 --- a/dev-util/geany-plugins/ChangeLog +++ b/dev-util/geany-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/geany-plugins # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/ChangeLog,v 1.13 2012/02/24 14:11:25 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/ChangeLog,v 1.14 2012/05/04 17:51:45 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> geany-plugins-0.20-r1.ebuild, + geany-plugins-0.21.1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> geany-plugins-0.21.1.ebuild: diff --git a/dev-util/geany-plugins/geany-plugins-0.20-r1.ebuild b/dev-util/geany-plugins/geany-plugins-0.20-r1.ebuild index efbfd4032b30..de94009cb212 100644 --- a/dev-util/geany-plugins/geany-plugins-0.20-r1.ebuild +++ b/dev-util/geany-plugins/geany-plugins-0.20-r1.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-util/geany-plugins/geany-plugins-0.20-r1.ebuild,v 1.5 2011/10/27 04:51:22 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/geany-plugins-0.20-r1.ebuild,v 1.6 2012/05/04 17:51:45 jdhore Exp $ EAPI="2" @@ -31,7 +31,7 @@ RDEPEND=">=dev-util/geany-$(get_version_component_range 1-2) )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { # https://sourceforge.net/tracker/?func=detail&aid=3163117&group_id=222729&atid=1056532 diff --git a/dev-util/geany-plugins/geany-plugins-0.21.1.ebuild b/dev-util/geany-plugins/geany-plugins-0.21.1.ebuild index 3acae5711cd8..dbf5c335671f 100644 --- a/dev-util/geany-plugins/geany-plugins-0.21.1.ebuild +++ b/dev-util/geany-plugins/geany-plugins-0.21.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/geany-plugins-0.21.1.ebuild,v 1.3 2012/02/24 14:11:25 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/geany-plugins/geany-plugins-0.21.1.ebuild,v 1.4 2012/05/04 17:51:45 jdhore Exp $ EAPI=4 @@ -38,7 +38,7 @@ RDEPEND=">=dev-util/geany-$(get_version_component_range 1-2) )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) - dev-util/pkgconfig" + virtual/pkgconfig" src_configure() { # GeanyGenDoc requires ctpl which isn't yet in portage |