summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-03-18 03:45:43 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-03-18 03:45:43 +0000
commitf2f6d9a327efe5619591f01e97111d21c1802584 (patch)
tree82512faf15b9068f58f24345db306ff0abf05944 /games-fps
parentVersion bump (diff)
downloadgentoo-2-f2f6d9a327efe5619591f01e97111d21c1802584.tar.gz
gentoo-2-f2f6d9a327efe5619591f01e97111d21c1802584.tar.bz2
gentoo-2-f2f6d9a327efe5619591f01e97111d21c1802584.zip
EAPI=2; built_with_use -> has_version
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/quake1-data/ChangeLog8
-rw-r--r--games-fps/quake1-data/quake1-data-2.40.ebuild7
2 files changed, 10 insertions, 5 deletions
diff --git a/games-fps/quake1-data/ChangeLog b/games-fps/quake1-data/ChangeLog
index d62172cb9ae9..566f8ec03ed1 100644
--- a/games-fps/quake1-data/ChangeLog
+++ b/games-fps/quake1-data/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/quake1-data
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-data/ChangeLog,v 1.8 2008/09/26 18:33:10 zmedico Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-data/ChangeLog,v 1.9 2010/03/18 03:45:43 mr_bones_ Exp $
+
+ 18 Mar 2010; Michael Sterrett <mr_bones_@gentoo.org>
+ quake1-data-2.40.ebuild:
+ EAPI=2; built_with_use -> has_version
26 Sep 2008; Zac Medico <zmedico@gentoo.org> quake1-data-2.40.ebuild:
Set PROPERTIES=interactive since src_unpack() calls cdrom_get_cds().
diff --git a/games-fps/quake1-data/quake1-data-2.40.ebuild b/games-fps/quake1-data/quake1-data-2.40.ebuild
index dc4063a571c7..7ea844a87622 100644
--- a/games-fps/quake1-data/quake1-data-2.40.ebuild
+++ b/games-fps/quake1-data/quake1-data-2.40.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-data/quake1-data-2.40.ebuild,v 1.14 2008/09/26 18:33:10 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake1-data/quake1-data-2.40.ebuild,v 1.15 2010/03/18 03:45:43 mr_bones_ Exp $
# TODO: if installing off of the 1.01 cd, need to fetch the
# quake shareware and use that pak0
# http://linux.omnipotent.net/article.php?article_id=11287
# ftp://ftp.cdrom.com/pub/idgames/idstuff/quake/quake106.zip
+EAPI=2
inherit eutils games
DESCRIPTION="iD Software's Quake 1 ... the data files"
@@ -28,7 +29,7 @@ pkg_setup() {
games_pkg_setup
if has_version games-fps/quake1-demodata && \
- built_with_use "games-fps/quake1-demodata" symlink ; then
+ ! has_version "games-fps/quake1-demodata[symlink]" ; then
eerror "The symlink for the demo data conflicts with the cdinstall data"
die "Unmerge games-fps/quake1-demodata to remove the conflict"
fi