diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 04:01:52 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 04:01:52 +0000 |
commit | 7f981d31f71f84db8eae4a1f5ab25062fe5e96dd (patch) | |
tree | 01a03a16a6f607c455e4df1e0f865a47f9360cf6 /dev-lua/luaexpat | |
parent | dev-util/pkgconfig -> virtual/pkgconfig (diff) | |
download | historical-7f981d31f71f84db8eae4a1f5ab25062fe5e96dd.tar.gz historical-7f981d31f71f84db8eae4a1f5ab25062fe5e96dd.tar.bz2 historical-7f981d31f71f84db8eae4a1f5ab25062fe5e96dd.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'dev-lua/luaexpat')
-rw-r--r-- | dev-lua/luaexpat/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lua/luaexpat/luaexpat-1.2.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lua/luaexpat/luaexpat-1.2.0.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-lua/luaexpat/ChangeLog b/dev-lua/luaexpat/ChangeLog index 5572841c720a..ca6c2a253fd1 100644 --- a/dev-lua/luaexpat/ChangeLog +++ b/dev-lua/luaexpat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lua/luaexpat # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/luaexpat/ChangeLog,v 1.5 2012/03/01 12:51:19 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/luaexpat/ChangeLog,v 1.6 2012/05/04 04:01:48 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> luaexpat-1.2.0.ebuild, + luaexpat-1.2.0-r1.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *luaexpat-1.2.0-r1 (01 Mar 2012) diff --git a/dev-lua/luaexpat/luaexpat-1.2.0-r1.ebuild b/dev-lua/luaexpat/luaexpat-1.2.0-r1.ebuild index 361db69e4d67..210ffd1d4d13 100644 --- a/dev-lua/luaexpat/luaexpat-1.2.0-r1.ebuild +++ b/dev-lua/luaexpat/luaexpat-1.2.0-r1.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-lua/luaexpat/luaexpat-1.2.0-r1.ebuild,v 1.1 2012/03/01 12:51:18 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/luaexpat/luaexpat-1.2.0-r1.ebuild,v 1.2 2012/05/04 04:01:48 jdhore Exp $ EAPI=4 @@ -18,7 +18,7 @@ IUSE="" RDEPEND=">=dev-lang/lua-5.1[deprecated] dev-libs/expat" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { sed -i -e "s#^LUA_LIBDIR=.*#LUA_LIBDIR=$(pkg-config --variable INSTALL_CMOD lua)#" "${S}/config" diff --git a/dev-lua/luaexpat/luaexpat-1.2.0.ebuild b/dev-lua/luaexpat/luaexpat-1.2.0.ebuild index 6759d45ed83b..be422b705711 100644 --- a/dev-lua/luaexpat/luaexpat-1.2.0.ebuild +++ b/dev-lua/luaexpat/luaexpat-1.2.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-lua/luaexpat/luaexpat-1.2.0.ebuild,v 1.1 2011/06/06 11:34:21 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lua/luaexpat/luaexpat-1.2.0.ebuild,v 1.2 2012/05/04 04:01:50 jdhore Exp $ EAPI=2 @@ -18,7 +18,7 @@ IUSE="" RDEPEND=">=dev-lang/lua-5.1[deprecated] dev-libs/expat" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { sed -i -e "s#^LUA_LIBDIR=.*#LUA_LIBDIR=$(pkg-config --variable INSTALL_CMOD lua)#" "${S}/config" |