summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-09-27 21:06:31 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-09-27 21:06:31 +0000
commitb41659936415c70b3b8acd8ea5e81d43e014d36b (patch)
treea2c35ee3e1e5380bd79ac0498b7e7f6694cb1e01
parentChange the instructions at the end of the ebuild from einfo to elog. (diff)
downloadgentoo-2-b41659936415c70b3b8acd8ea5e81d43e014d36b.tar.gz
gentoo-2-b41659936415c70b3b8acd8ea5e81d43e014d36b.tar.bz2
gentoo-2-b41659936415c70b3b8acd8ea5e81d43e014d36b.zip
Removed games-fps/quake4-bin from RDEPEND due to the new behavior in portage which makes circular dependencies such as this, even when they are valid, an error that causes the merge to fail. Closing bug #149345.
(Portage version: 2.1.2_pre1-r2)
-rw-r--r--games-fps/quake4-data/ChangeLog8
-rw-r--r--games-fps/quake4-data/files/digest-quake4-data-1.0.2147.121
-rw-r--r--games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild11
3 files changed, 17 insertions, 3 deletions
diff --git a/games-fps/quake4-data/ChangeLog b/games-fps/quake4-data/ChangeLog
index 1e0fdac2799e..faf454696709 100644
--- a/games-fps/quake4-data/ChangeLog
+++ b/games-fps/quake4-data/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-fps/quake4-data
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-data/ChangeLog,v 1.4 2006/03/31 21:11:36 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-data/ChangeLog,v 1.5 2006/09/27 21:06:31 wolf31o2 Exp $
+
+ 27 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ quake4-data-1.0.2147.12.ebuild:
+ Removed games-fps/quake4-bin from RDEPEND due to the new behavior in portage
+ which makes circular dependencies such as this, even when they are valid, an
+ error that causes the merge to fail. Closing bug #149345.
31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org>
quake4-data-1.0.2147.12.ebuild:
diff --git a/games-fps/quake4-data/files/digest-quake4-data-1.0.2147.12 b/games-fps/quake4-data/files/digest-quake4-data-1.0.2147.12
index e69de29bb2d1..8b137891791f 100644
--- a/games-fps/quake4-data/files/digest-quake4-data-1.0.2147.12
+++ b/games-fps/quake4-data/files/digest-quake4-data-1.0.2147.12
@@ -0,0 +1 @@
+
diff --git a/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild b/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild
index 49e61ba34d0f..ab55ebf0ae77 100644
--- a/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild
+++ b/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild,v 1.5 2006/03/31 21:11:36 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild,v 1.6 2006/09/27 21:06:31 wolf31o2 Exp $
inherit eutils games
@@ -16,7 +16,7 @@ RESTRICT="strip"
DEPEND="app-arch/bzip2
app-arch/tar"
-RDEPEND="games-fps/quake4-bin"
+RDEPEND=""
S=${WORKDIR}
@@ -55,3 +55,10 @@ src_install() {
prepgamesdirs
}
+
+pkg_postinst() {
+ games_pkg_postinst
+ elog "This is just the data portion of the game. You need to merge"
+ elog "games-fps/quake4-bin to play."
+ echo
+}