diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 20:29:58 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 20:29:58 +0000 |
commit | 731f6e6aed38452f1f221e7ac5736687debd6ac6 (patch) | |
tree | 3dd9b9deb0c259aa730ad5488a6df90c1b2fb5fd /games-emulation | |
parent | Changing nostrip to strip. (diff) | |
download | gentoo-2-731f6e6aed38452f1f221e7ac5736687debd6ac6.tar.gz gentoo-2-731f6e6aed38452f1f221e7ac5736687debd6ac6.tar.bz2 gentoo-2-731f6e6aed38452f1f221e7ac5736687debd6ac6.zip |
Changing nostrip to strip.
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/epsxe/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/epsxe/epsxe-1.5.2-r1.ebuild | 6 | ||||
-rw-r--r-- | games-emulation/epsxe/epsxe-1.6.0-r3.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/games-emulation/epsxe/ChangeLog b/games-emulation/epsxe/ChangeLog index a3bcc11ad773..858be601ff4d 100644 --- a/games-emulation/epsxe/ChangeLog +++ b/games-emulation/epsxe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/epsxe -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/epsxe/ChangeLog,v 1.5 2004/09/13 04:45:07 mr_bones_ Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/epsxe/ChangeLog,v 1.6 2006/03/31 20:29:58 wolf31o2 Exp $ + + 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> epsxe-1.5.2-r1.ebuild, + epsxe-1.6.0-r3.ebuild: + Changing nostrip to strip. 12 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> epsxe-1.6.0-r3.ebuild: fix SRC_URI for bug #63848; tidy diff --git a/games-emulation/epsxe/epsxe-1.5.2-r1.ebuild b/games-emulation/epsxe/epsxe-1.5.2-r1.ebuild index ff90cbf276ec..838f1b9ef8cb 100644 --- a/games-emulation/epsxe/epsxe-1.5.2-r1.ebuild +++ b/games-emulation/epsxe/epsxe-1.5.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/epsxe/epsxe-1.5.2-r1.ebuild,v 1.5 2004/06/24 22:26:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/epsxe/epsxe-1.5.2-r1.ebuild,v 1.6 2006/03/31 20:29:58 wolf31o2 Exp $ inherit games @@ -12,7 +12,7 @@ LICENSE="freedist" SLOT="0" KEYWORDS="-* x86" IUSE="opengl" -RESTRICT="nostrip" # For some strange reason, strip truncates the whole file +RESTRICT="strip" # For some strange reason, strip truncates the whole file DEPEND="app-arch/unzip" RDEPEND=">=dev-libs/glib-1.2 diff --git a/games-emulation/epsxe/epsxe-1.6.0-r3.ebuild b/games-emulation/epsxe/epsxe-1.6.0-r3.ebuild index 11e4ed3b327e..013d685b9844 100644 --- a/games-emulation/epsxe/epsxe-1.6.0-r3.ebuild +++ b/games-emulation/epsxe/epsxe-1.6.0-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/epsxe/epsxe-1.6.0-r3.ebuild,v 1.5 2004/09/13 04:45:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/epsxe/epsxe-1.6.0-r3.ebuild,v 1.6 2006/03/31 20:29:58 wolf31o2 Exp $ inherit games @@ -12,7 +12,7 @@ LICENSE="freedist" SLOT="0" KEYWORDS="-* x86" IUSE="opengl" -RESTRICT="nostrip" # For some strange reason, strip truncates the whole file +RESTRICT="strip" # For some strange reason, strip truncates the whole file DEPEND="app-arch/unzip" RDEPEND=">=dev-libs/glib-1.2 |