diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 04:10:57 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 04:10:57 +0000 |
commit | fcc3030b86b627bb894609368dc95aed2b6a3107 (patch) | |
tree | 49ef3ae7cbb2e566ee809f609d0108401b67092e /dev-perl/gtk2-spell | |
parent | fix broken useflag X wrt #375841, disable nvtt by default wrt #411565 (diff) | |
download | gentoo-2-fcc3030b86b627bb894609368dc95aed2b6a3107.tar.gz gentoo-2-fcc3030b86b627bb894609368dc95aed2b6a3107.tar.bz2 gentoo-2-fcc3030b86b627bb894609368dc95aed2b6a3107.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'dev-perl/gtk2-spell')
-rw-r--r-- | dev-perl/gtk2-spell/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/gtk2-spell/gtk2-spell-1.30.0.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/gtk2-spell/gtk2-spell-1.40.0.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-perl/gtk2-spell/ChangeLog b/dev-perl/gtk2-spell/ChangeLog index e75ea374c830..a1ace028ab20 100644 --- a/dev-perl/gtk2-spell/ChangeLog +++ b/dev-perl/gtk2-spell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/gtk2-spell # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.25 2012/04/12 17:43:48 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.26 2012/05/04 04:10:55 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> gtk2-spell-1.30.0.ebuild, + gtk2-spell-1.40.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 12 Apr 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Fix cpan distribution in metadata.xml diff --git a/dev-perl/gtk2-spell/gtk2-spell-1.30.0.ebuild b/dev-perl/gtk2-spell/gtk2-spell-1.30.0.ebuild index a5695947f295..42bfb8ad1844 100644 --- a/dev-perl/gtk2-spell/gtk2-spell-1.30.0.ebuild +++ b/dev-perl/gtk2-spell/gtk2-spell-1.30.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-perl/gtk2-spell/gtk2-spell-1.30.0.ebuild,v 1.2 2011/10/27 06:18:34 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.30.0.ebuild,v 1.3 2012/05/04 04:10:55 jdhore Exp $ EAPI=3 @@ -25,7 +25,7 @@ RDEPEND="x11-libs/gtk+:2 DEPEND="${RDEPEND} dev-perl/extutils-depends dev-perl/extutils-pkgconfig - dev-util/pkgconfig" + virtual/pkgconfig" PATCHES=( "${DISTDIR}"/gtk2-spell-1.03-caa0ef46.patch.gz ) diff --git a/dev-perl/gtk2-spell/gtk2-spell-1.40.0.ebuild b/dev-perl/gtk2-spell/gtk2-spell-1.40.0.ebuild index 51aefda85a4f..ed4d2227a474 100644 --- a/dev-perl/gtk2-spell/gtk2-spell-1.40.0.ebuild +++ b/dev-perl/gtk2-spell/gtk2-spell-1.40.0.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-perl/gtk2-spell/gtk2-spell-1.40.0.ebuild,v 1.1 2012/01/08 19:13:53 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.40.0.ebuild,v 1.2 2012/05/04 04:10:55 jdhore Exp $ EAPI=4 @@ -26,5 +26,5 @@ RDEPEND=" DEPEND="${RDEPEND} dev-perl/extutils-depends dev-perl/extutils-pkgconfig - dev-util/pkgconfig + virtual/pkgconfig " |