diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-29 23:49:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-29 23:49:41 +0000 |
commit | 9646d05993668c491fb341216c02a40e8cb1017b (patch) | |
tree | 4de41a4f983cb596cbe5be8028a5692de14d0f57 /games-strategy | |
parent | Version Bump. Closes bug #120860. (diff) | |
download | historical-9646d05993668c491fb341216c02a40e8cb1017b.tar.gz historical-9646d05993668c491fb341216c02a40e8cb1017b.tar.bz2 historical-9646d05993668c491fb341216c02a40e8cb1017b.zip |
X is implicit
Package-Manager: portage-2.0.54
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/uqm/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/uqm/Manifest | 6 | ||||
-rw-r--r-- | games-strategy/uqm/uqm-0.4.0.ebuild | 19 |
3 files changed, 17 insertions, 15 deletions
diff --git a/games-strategy/uqm/ChangeLog b/games-strategy/uqm/ChangeLog index d4bb701a4e2a..42ddd1a6f55d 100644 --- a/games-strategy/uqm/ChangeLog +++ b/games-strategy/uqm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/uqm -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/ChangeLog,v 1.13 2005/10/06 04:54:17 mr_bones_ Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/ChangeLog,v 1.14 2006/01/29 23:49:41 mr_bones_ Exp $ + + 29 Jan 2006; Michael Sterrett <mr_bones_@gentoo.org> uqm-0.4.0.ebuild: + X is implicit 06 Oct 2005; Michael Sterrett <mr_bones_@gentoo.org> -uqm-0.3-r2.ebuild: clean older version diff --git a/games-strategy/uqm/Manifest b/games-strategy/uqm/Manifest index ac2d46b1dbba..26d1f76c1be5 100644 --- a/games-strategy/uqm/Manifest +++ b/games-strategy/uqm/Manifest @@ -1,4 +1,4 @@ -MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 7797fbfacf289faafe1efa5e7354dce6 uqm-0.4.0.ebuild 3263 -MD5 2377cd2f60ca09d58ae11ae4b87e0820 ChangeLog 1786 +MD5 9c2dce7ce0566319b6dbc08abb304fcd ChangeLog 1876 MD5 a6c1b54df8b63f6ce19a0b480af8e461 files/digest-uqm-0.4.0 471 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 35eff672249a2e26cad4ee98f5981158 uqm-0.4.0.ebuild 3252 diff --git a/games-strategy/uqm/uqm-0.4.0.ebuild b/games-strategy/uqm/uqm-0.4.0.ebuild index 2271c1a059fa..eb330ec44a1d 100644 --- a/games-strategy/uqm/uqm-0.4.0.ebuild +++ b/games-strategy/uqm/uqm-0.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.4.0.ebuild,v 1.3 2005/09/23 15:45:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/uqm/uqm-0.4.0.ebuild,v 1.4 2006/01/29 23:49:41 mr_bones_ Exp $ inherit games @@ -19,8 +19,7 @@ SLOT="0" KEYWORDS="ppc x86" IUSE="music opengl remix voice" -RDEPEND="virtual/x11 - media-libs/libvorbis +RDEPEND="media-libs/libvorbis media-libs/jpeg media-libs/libpng >=media-libs/libsdl-1.2.5 @@ -75,29 +74,29 @@ src_install() { doexe uqm || die "doexe failed" dodir "${GAMES_DATADIR}/${PN}/content/packages/content" - echo ${P} > ${D}${GAMES_DATADIR}/${PN}/content/version \ + echo ${P} > "${D}${GAMES_DATADIR}"/${PN}/content/version \ || die "creating version file failed" cp "${DISTDIR}"/${P}-content.uqm \ - "${D}${GAMES_DATADIR}/${PN}/content/packages" \ + "${D}${GAMES_DATADIR}"/${PN}/content/packages \ || die "cp failed" if use music; then cp "${DISTDIR}"/${P}-3domusic.uqm \ - "${D}${GAMES_DATADIR}/${PN}/content/packages" \ + "${D}${GAMES_DATADIR}"/${PN}/content/packages \ || die "cp failed" fi if use voice; then cp "${DISTDIR}"/${P}-voice.uqm \ - "${D}${GAMES_DATADIR}/${PN}/content/packages" \ + "${D}${GAMES_DATADIR}"/${PN}/content/packages \ || die "cp failed" fi if use remix; then - dodir "${GAMES_DATADIR}/${PN}/content/packages/addons/uqmremix" + dodir "${GAMES_DATADIR}"/${PN}/content/packages/addons/uqmremix cp "${DISTDIR}"/${PN}-remix-pack{1,2,3}.zip \ - "${D}${GAMES_DATADIR}/${PN}/content/packages/addons/uqmremix" \ + "${D}${GAMES_DATADIR}"/${PN}/content/packages/addons/uqmremix \ || die "cp failed" fi |