summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2008-06-04 00:13:42 +0000
committerTristan Heaven <nyhm@gentoo.org>2008-06-04 00:13:42 +0000
commit7dde3ec2c4cb7c9d63a9e67cdace8dc04fa80817 (patch)
treef8fab18d9c9d0c5ea44ed54360abf87050f9ad60 /games-fps/postal2
parent Version bump, fixes security bug #198473 (CVE-2008-2517), DAR encryption p... (diff)
downloadgentoo-2-7dde3ec2c4cb7c9d63a9e67cdace8dc04fa80817.tar.gz
gentoo-2-7dde3ec2c4cb7c9d63a9e67cdace8dc04fa80817.tar.bz2
gentoo-2-7dde3ec2c4cb7c9d63a9e67cdace8dc04fa80817.zip
Remove unneeded dependencies
(Portage version: 2.2_pre7-r1/cvs/Linux 2.6.25.4 Intel(R) Core(TM)2 Duo CPU E6750 @ 2.66GHz)
Diffstat (limited to 'games-fps/postal2')
-rw-r--r--games-fps/postal2/ChangeLog5
-rw-r--r--games-fps/postal2/postal2-1409.2.ebuild16
2 files changed, 10 insertions, 11 deletions
diff --git a/games-fps/postal2/ChangeLog b/games-fps/postal2/ChangeLog
index 3e994d1e91c3..60e987577fec 100644
--- a/games-fps/postal2/ChangeLog
+++ b/games-fps/postal2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/postal2
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2/ChangeLog,v 1.5 2008/02/29 19:25:32 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2/ChangeLog,v 1.6 2008/06/04 00:13:42 nyhm Exp $
+
+ 04 Jun 2008; Tristan Heaven <nyhm@gentoo.org> postal2-1409.2.ebuild:
+ Remove unneeded dependencies
29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> postal2-1409.2.ebuild:
Remove icon extension from desktop entry to match Icon Theme Specification.
diff --git a/games-fps/postal2/postal2-1409.2.ebuild b/games-fps/postal2/postal2-1409.2.ebuild
index c79baa3821fe..1e4ba815edbd 100644
--- a/games-fps/postal2/postal2-1409.2.ebuild
+++ b/games-fps/postal2/postal2-1409.2.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2/postal2-1409.2.ebuild,v 1.5 2008/02/29 19:25:32 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/postal2/postal2-1409.2.ebuild,v 1.6 2008/06/04 00:13:42 nyhm Exp $
inherit eutils games
-DESCRIPTION="Postal 2: Share The Pain"
+DESCRIPTION="Postal 2: Share the Pain"
HOMEPAGE="http://www.gopostal.com/"
SRC_URI="http://updatefiles.linuxgamepublishing.com/${PN}/${P/%?/1}.run
http://updatefiles.linuxgamepublishing.com/${PN}/${P}.run"
@@ -16,13 +16,9 @@ IUSE=""
RESTRICT="strip"
DEPEND="games-util/loki_patch"
-RDEPEND="x11-libs/libXext
- amd64? (
- app-emulation/emul-linux-x86-baselibs
- app-emulation/emul-linux-x86-xlibs
- app-emulation/emul-linux-x86-soundlibs
- app-emulation/emul-linux-x86-sdl
- app-emulation/emul-linux-x86-compat )"
+RDEPEND="sys-libs/glibc
+ virtual/opengl
+ amd64? ( app-emulation/emul-linux-x86-xlibs )"
S=${WORKDIR}
@@ -57,7 +53,7 @@ src_install() {
games_make_wrapper ${PN} ./${PN}-bin "${dir}"/System .
doicon "${CDROM_ROOT}"/.installation_data/${PN}.xpm
- make_desktop_entry ${PN} "Postal 2: Share The Pain" ${PN}
+ make_desktop_entry ${PN} "Postal 2: Share the Pain"
prepgamesdirs
}