summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-lua/lua-zlib/ChangeLog7
-rw-r--r--dev-lua/lua-zlib/lua-zlib-0.2.ebuild6
-rw-r--r--dev-lua/luadbi/ChangeLog5
-rw-r--r--dev-lua/luadbi/luadbi-0.5-r1.ebuild4
-rw-r--r--dev-lua/luaevent/ChangeLog7
-rw-r--r--dev-lua/luaevent/luaevent-0.3.1.ebuild6
-rw-r--r--dev-lua/luaexpat/ChangeLog6
-rw-r--r--dev-lua/luaexpat/luaexpat-1.2.0-r1.ebuild4
-rw-r--r--dev-lua/luaexpat/luaexpat-1.2.0.ebuild6
-rw-r--r--dev-lua/luasec/ChangeLog6
-rw-r--r--dev-lua/luasec/luasec-0.4.1.ebuild4
-rw-r--r--dev-lua/luasec/luasec-0.4.ebuild6
-rw-r--r--dev-lua/luasocket/ChangeLog7
-rw-r--r--dev-lua/luasocket/luasocket-2.0.2.ebuild6
14 files changed, 50 insertions, 30 deletions
diff --git a/dev-lua/lua-zlib/ChangeLog b/dev-lua/lua-zlib/ChangeLog
index 2d9cdad92107..31d8f9ee21bd 100644
--- a/dev-lua/lua-zlib/ChangeLog
+++ b/dev-lua/lua-zlib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lua/lua-zlib
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v 1.1 2011/05/02 16:42:39 djc Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v 1.2 2012/05/04 04:01:51 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> lua-zlib-0.2.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
*lua-zlib-0.2 (02 May 2011)
diff --git a/dev-lua/lua-zlib/lua-zlib-0.2.ebuild b/dev-lua/lua-zlib/lua-zlib-0.2.ebuild
index 4b3d030978db..acc577742ba4 100644
--- a/dev-lua/lua-zlib/lua-zlib-0.2.ebuild
+++ b/dev-lua/lua-zlib/lua-zlib-0.2.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/lua-zlib/lua-zlib-0.2.ebuild,v 1.1 2011/05/02 16:42:39 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/lua-zlib-0.2.ebuild,v 1.2 2012/05/04 04:01:51 jdhore Exp $
EAPI=3
@@ -18,7 +18,7 @@ IUSE=""
RDEPEND="dev-lang/lua
sys-libs/zlib"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_unpack() {
unpack ${A}
diff --git a/dev-lua/luadbi/ChangeLog b/dev-lua/luadbi/ChangeLog
index 65369498be9b..28746582cee4 100644
--- a/dev-lua/luadbi/ChangeLog
+++ b/dev-lua/luadbi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lua/luadbi
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luadbi/ChangeLog,v 1.4 2012/03/01 12:16:02 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luadbi/ChangeLog,v 1.5 2012/05/04 04:01:52 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> luadbi-0.5-r1.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
01 Mar 2012; Dirkjan Ochtman <djc@gentoo.org> luadbi-0.5-r1.ebuild:
Depend on virtual/mysql instead of dev-db/mysql (bug 392395).
diff --git a/dev-lua/luadbi/luadbi-0.5-r1.ebuild b/dev-lua/luadbi/luadbi-0.5-r1.ebuild
index 18899b0b08d4..6f3a1bef0fb8 100644
--- a/dev-lua/luadbi/luadbi-0.5-r1.ebuild
+++ b/dev-lua/luadbi/luadbi-0.5-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/luadbi/luadbi-0.5-r1.ebuild,v 1.2 2012/03/01 12:16:02 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luadbi/luadbi-0.5-r1.ebuild,v 1.3 2012/05/04 04:01:52 jdhore Exp $
EAPI=2
@@ -20,7 +20,7 @@ RDEPEND=">=dev-lang/lua-5.1
postgres? ( dev-db/postgresql-base )
sqlite? ( >=dev-db/sqlite-3 )"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
S="${WORKDIR}"
diff --git a/dev-lua/luaevent/ChangeLog b/dev-lua/luaevent/ChangeLog
index 5314b7f23d09..4c2bbf54caf1 100644
--- a/dev-lua/luaevent/ChangeLog
+++ b/dev-lua/luaevent/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lua/luaevent
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luaevent/ChangeLog,v 1.6 2011/08/24 19:27:22 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luaevent/ChangeLog,v 1.7 2012/05/04 04:01:52 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> luaevent-0.3.1.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
24 Aug 2011; Markus Meier <maekke@gentoo.org> luaevent-0.3.1.ebuild:
x86 stable, bug #380087
diff --git a/dev-lua/luaevent/luaevent-0.3.1.ebuild b/dev-lua/luaevent/luaevent-0.3.1.ebuild
index b3d4e70c8c62..0b6f3b7b39a8 100644
--- a/dev-lua/luaevent/luaevent-0.3.1.ebuild
+++ b/dev-lua/luaevent/luaevent-0.3.1.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/luaevent/luaevent-0.3.1.ebuild,v 1.6 2011/08/24 19:27:22 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luaevent/luaevent-0.3.1.ebuild,v 1.7 2012/05/04 04:01:52 jdhore Exp $
EAPI=2
@@ -18,7 +18,7 @@ IUSE=""
RDEPEND=">=dev-lang/lua-5.1
>=dev-libs/libevent-1.4"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_prepare() {
sed -i "s:^CFLAGS =:CFLAGS +=:" "${S}/Makefile" \
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"
diff --git a/dev-lua/luasec/ChangeLog b/dev-lua/luasec/ChangeLog
index 8d2e6f21a729..c540d5b2205b 100644
--- a/dev-lua/luasec/ChangeLog
+++ b/dev-lua/luasec/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lua/luasec
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasec/ChangeLog,v 1.3 2012/02/16 12:51:32 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasec/ChangeLog,v 1.4 2012/05/04 04:01:51 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> luasec-0.4.ebuild,
+ luasec-0.4.1.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
*luasec-0.4.1 (16 Feb 2012)
diff --git a/dev-lua/luasec/luasec-0.4.1.ebuild b/dev-lua/luasec/luasec-0.4.1.ebuild
index 2e1dcd15b868..54fb92aae571 100644
--- a/dev-lua/luasec/luasec-0.4.1.ebuild
+++ b/dev-lua/luasec/luasec-0.4.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-lua/luasec/luasec-0.4.1.ebuild,v 1.1 2012/02/16 12:51:32 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasec/luasec-0.4.1.ebuild,v 1.2 2012/05/04 04:01:51 jdhore Exp $
EAPI=2
@@ -19,7 +19,7 @@ RDEPEND=">=dev-lang/lua-5.1[deprecated]
dev-lua/luasocket
dev-libs/openssl"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_prepare() {
sed -i -e "s#^LUAPATH=.*#LUAPATH=$(pkg-config --variable INSTALL_LMOD lua)#" "${S}/Makefile"
diff --git a/dev-lua/luasec/luasec-0.4.ebuild b/dev-lua/luasec/luasec-0.4.ebuild
index 51b2b3aef3d4..5a97b0b2a614 100644
--- a/dev-lua/luasec/luasec-0.4.ebuild
+++ b/dev-lua/luasec/luasec-0.4.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-lua/luasec/luasec-0.4.ebuild,v 1.2 2010/11/05 21:33:44 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasec/luasec-0.4.ebuild,v 1.3 2012/05/04 04:01:51 jdhore Exp $
EAPI=2
@@ -19,7 +19,7 @@ RDEPEND=">=dev-lang/lua-5.1[deprecated]
dev-lua/luasocket
dev-libs/openssl"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_prepare() {
sed -i -e "s#^LUAPATH=.*#LUAPATH=$(pkg-config --variable INSTALL_LMOD lua)#" "${S}/Makefile"
diff --git a/dev-lua/luasocket/ChangeLog b/dev-lua/luasocket/ChangeLog
index 11d3e1c0b2e0..2449165ca187 100644
--- a/dev-lua/luasocket/ChangeLog
+++ b/dev-lua/luasocket/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lua/luasocket
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasocket/ChangeLog,v 1.1 2010/11/05 21:31:09 rafaelmartins Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasocket/ChangeLog,v 1.2 2012/05/04 04:01:48 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> luasocket-2.0.2.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
05 Nov 2010; Rafael G. Martins <rafaelmartins@gentoo.org>
+luasocket-2.0.2.ebuild, +files/luasocket-2.0.2-unixsocket.patch,
diff --git a/dev-lua/luasocket/luasocket-2.0.2.ebuild b/dev-lua/luasocket/luasocket-2.0.2.ebuild
index e548b9581cd5..c57fe4f2787f 100644
--- a/dev-lua/luasocket/luasocket-2.0.2.ebuild
+++ b/dev-lua/luasocket/luasocket-2.0.2.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-lua/luasocket/luasocket-2.0.2.ebuild,v 1.1 2010/11/05 21:31:09 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lua/luasocket/luasocket-2.0.2.ebuild,v 1.2 2012/05/04 04:01:48 jdhore Exp $
EAPI=2
@@ -17,7 +17,7 @@ IUSE="debug"
RDEPEND=">=dev-lang/lua-5.1[deprecated]"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_prepare() {
# Unix socket support is needed by app-crypt/ekeyd, but upstream