diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-07-13 09:32:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-07-13 09:32:54 +0000 |
commit | 47de5d5fa27cf8bc560af57c6097ff0b6f6414ad (patch) | |
tree | 3f9c797078ae5a58163fc82eafad6961891b91bb /dev-util/pkgconfig-openbsd | |
parent | Version bump. Remove now unnecessary dev-libs/popt dependency which functiona... (diff) | |
download | gentoo-2-47de5d5fa27cf8bc560af57c6097ff0b6f6414ad.tar.gz gentoo-2-47de5d5fa27cf8bc560af57c6097ff0b6f6414ad.tar.bz2 gentoo-2-47de5d5fa27cf8bc560af57c6097ff0b6f6414ad.zip |
Update pkg.m4 from pkg-config-0.26 to pkg-config-0.27 for PKG_INSTALLDIR (--with-pkgconfigdir) support.
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/pkgconfig-openbsd')
-rw-r--r-- | dev-util/pkgconfig-openbsd/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120710.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-util/pkgconfig-openbsd/ChangeLog b/dev-util/pkgconfig-openbsd/ChangeLog index 959d9a31a1d7..13fda7482013 100644 --- a/dev-util/pkgconfig-openbsd/ChangeLog +++ b/dev-util/pkgconfig-openbsd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/pkgconfig-openbsd # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog,v 1.8 2012/07/10 16:41:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/ChangeLog,v 1.9 2012/07/13 09:32:54 ssuominen Exp $ + + 13 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> + pkgconfig-openbsd-20120710.ebuild: + Update pkg.m4 from pkg-config-0.26 to pkg-config-0.27 for PKG_INSTALLDIR + (--with-pkgconfigdir) support. 10 Jul 2012; Samuli Suominen <ssuominen@gentoo.org> -pkgconfig-openbsd-20120504.ebuild: diff --git a/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120710.ebuild b/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120710.ebuild index e9148e68840b..c61e5e709989 100644 --- a/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120710.ebuild +++ b/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120710.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120710.ebuild,v 1.1 2012/07/10 16:40:04 ssuominen Exp $ - -# cvs -d anoncvs@anoncvs.openbsd.org:/cvs get src/usr.bin/pkg-config +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig-openbsd/pkgconfig-openbsd-20120710.ebuild,v 1.2 2012/07/13 09:32:54 ssuominen Exp $ EAPI=4 -PKG_M4_VERSION=0.26 +# cvs -d anoncvs@anoncvs.openbsd.org:/cvs get src/usr.bin/pkg-config + +PKG_M4_VERSION=0.27 DESCRIPTION="A perl based version of pkg-config from OpenBSD" HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/pkg-config/" |