summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2012-05-02 21:06:17 +0000
committerJeff Horelick <jdhore@gentoo.org>2012-05-02 21:06:17 +0000
commit72f2ca0ac5235a1bf1ed6c2d24e0d483fc4312f7 (patch)
tree3886a4277476d69ead103927d63dc965fb695a93 /games-roguelike
parentRewrite scrollkeeper support as proposed in bug #301311. (diff)
downloadhistorical-72f2ca0ac5235a1bf1ed6c2d24e0d483fc4312f7.tar.gz
historical-72f2ca0ac5235a1bf1ed6c2d24e0d483fc4312f7.tar.bz2
historical-72f2ca0ac5235a1bf1ed6c2d24e0d483fc4312f7.zip
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'games-roguelike')
-rw-r--r--games-roguelike/angband/ChangeLog6
-rw-r--r--games-roguelike/angband/angband-3.2.0.ebuild6
-rw-r--r--games-roguelike/angband/angband-3.3.2.ebuild4
-rw-r--r--games-roguelike/crossfire-client/ChangeLog8
-rw-r--r--games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild6
5 files changed, 19 insertions, 11 deletions
diff --git a/games-roguelike/angband/ChangeLog b/games-roguelike/angband/ChangeLog
index a3bd2328dac0..ccd36ebfcd99 100644
--- a/games-roguelike/angband/ChangeLog
+++ b/games-roguelike/angband/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-roguelike/angband
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.44 2012/03/06 20:41:29 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.45 2012/05/02 21:06:17 jdhore Exp $
+
+ 02 May 2012; Jeff Horelick <jdhore@gentoo.org> angband-3.2.0.ebuild,
+ angband-3.3.2.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
06 Mar 2012; Brent Baude <ranger@gentoo.org> angband-3.3.2.ebuild:
Marking angband-3.3.2 ppc for bug 401819
diff --git a/games-roguelike/angband/angband-3.2.0.ebuild b/games-roguelike/angband/angband-3.2.0.ebuild
index f24c748f983f..3163c2756ce7 100644
--- a/games-roguelike/angband/angband-3.2.0.ebuild
+++ b/games-roguelike/angband/angband-3.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/games-roguelike/angband/angband-3.2.0.ebuild,v 1.5 2011/03/11 07:44:03 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.2.0.ebuild,v 1.6 2012/05/02 21:06:17 jdhore Exp $
EAPI=2
inherit autotools eutils versionator games
@@ -30,7 +30,7 @@ RDEPEND="gtk? ( gnome-base/libglade
sound? ( media-libs/sdl-mixer
media-libs/libsdl[audio] ) )"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
S=${WORKDIR}/${MY_P}
diff --git a/games-roguelike/angband/angband-3.3.2.ebuild b/games-roguelike/angband/angband-3.3.2.ebuild
index a8ccee23c1a5..68c87dea6b57 100644
--- a/games-roguelike/angband/angband-3.3.2.ebuild
+++ b/games-roguelike/angband/angband-3.3.2.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/games-roguelike/angband/angband-3.3.2.ebuild,v 1.5 2012/03/06 20:41:29 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.3.2.ebuild,v 1.6 2012/05/02 21:06:17 jdhore Exp $
EAPI=2
inherit eutils versionator games
@@ -30,7 +30,7 @@ RDEPEND="gtk? ( gnome-base/libglade
sound? ( media-libs/sdl-mixer
media-libs/libsdl[audio] ) )"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
S=${WORKDIR}/${MY_P}
diff --git a/games-roguelike/crossfire-client/ChangeLog b/games-roguelike/crossfire-client/ChangeLog
index 64267457f7ed..59559e7f24c4 100644
--- a/games-roguelike/crossfire-client/ChangeLog
+++ b/games-roguelike/crossfire-client/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-roguelike/crossfire-client
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.27 2011/09/15 03:01:36 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.28 2012/05/02 21:06:17 jdhore Exp $
+
+ 02 May 2012; Jeff Horelick <jdhore@gentoo.org>
+ crossfire-client-1.12.0.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
15 Sep 2011; Samuli Suominen <ssuominen@gentoo.org>
crossfire-client-1.12.0.ebuild,
diff --git a/games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild b/games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild
index de2d61af6252..79dc20777876 100644
--- a/games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild
+++ b/games-roguelike/crossfire-client/crossfire-client-1.12.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/games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild,v 1.8 2011/09/15 03:01:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild,v 1.9 2012/05/02 21:06:17 jdhore Exp $
EAPI=2
inherit eutils autotools games
@@ -23,7 +23,7 @@ RDEPEND="alsa? ( media-libs/alsa-lib )
media-libs/libpng
sys-libs/zlib"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_prepare() {
sed -i \