diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 18:35:57 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 18:35:57 +0000 |
commit | 588cba8e12bc29ac7920b41f170954a2aa12a9a7 (patch) | |
tree | 0e78601126eff12e930f2026e0a65ace639ffa61 /dev-libs/libotf | |
parent | 0.8.50 version bump. (diff) | |
download | gentoo-2-588cba8e12bc29ac7920b41f170954a2aa12a9a7.tar.gz gentoo-2-588cba8e12bc29ac7920b41f170954a2aa12a9a7.tar.bz2 gentoo-2-588cba8e12bc29ac7920b41f170954a2aa12a9a7.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'dev-libs/libotf')
-rw-r--r-- | dev-libs/libotf/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/libotf/libotf-0.9.12.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/libotf/libotf-0.9.8.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/libotf/libotf-0.9.9.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/dev-libs/libotf/ChangeLog b/dev-libs/libotf/ChangeLog index 74571637747c..acdc03f77513 100644 --- a/dev-libs/libotf/ChangeLog +++ b/dev-libs/libotf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libotf -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/ChangeLog,v 1.49 2010/11/04 09:44:28 matsuu Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/ChangeLog,v 1.50 2012/05/04 18:35:44 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> libotf-0.9.8.ebuild, + libotf-0.9.9.ebuild, libotf-0.9.12.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *libotf-0.9.12 (04 Nov 2010) diff --git a/dev-libs/libotf/libotf-0.9.12.ebuild b/dev-libs/libotf/libotf-0.9.12.ebuild index ac4b6c258546..6050566c436d 100644 --- a/dev-libs/libotf/libotf-0.9.12.ebuild +++ b/dev-libs/libotf/libotf-0.9.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.12.ebuild,v 1.1 2010/11/04 09:44:28 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.12.ebuild,v 1.2 2012/05/04 18:35:44 jdhore Exp $ inherit autotools @@ -21,7 +21,7 @@ RDEPEND=">=media-libs/freetype-2.1 DEPEND="${RDEPEND} >=sys-apps/sed-4 - dev-util/pkgconfig" + virtual/pkgconfig" src_unpack() { unpack ${A} diff --git a/dev-libs/libotf/libotf-0.9.8.ebuild b/dev-libs/libotf/libotf-0.9.8.ebuild index 5fdd8296c55c..0729d3d74f2c 100644 --- a/dev-libs/libotf/libotf-0.9.8.ebuild +++ b/dev-libs/libotf/libotf-0.9.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.8.ebuild,v 1.11 2009/07/22 15:17:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.8.ebuild,v 1.12 2012/05/04 18:35:44 jdhore Exp $ WANT_AUTOMAKE=latest WANT_AUTOCONF=latest @@ -24,7 +24,7 @@ RDEPEND=">=media-libs/freetype-2.1 DEPEND="${RDEPEND} >=sys-apps/sed-4 - dev-util/pkgconfig" + virtual/pkgconfig" src_unpack() { unpack ${A} diff --git a/dev-libs/libotf/libotf-0.9.9.ebuild b/dev-libs/libotf/libotf-0.9.9.ebuild index 46114e727301..4db791ae37c0 100644 --- a/dev-libs/libotf/libotf-0.9.9.ebuild +++ b/dev-libs/libotf/libotf-0.9.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.9.ebuild,v 1.1 2009/05/27 00:09:45 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.9.ebuild,v 1.2 2012/05/04 18:35:44 jdhore Exp $ inherit autotools @@ -21,7 +21,7 @@ RDEPEND=">=media-libs/freetype-2.1 DEPEND="${RDEPEND} >=sys-apps/sed-4 - dev-util/pkgconfig" + virtual/pkgconfig" src_unpack() { unpack ${A} |