diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 21:53:06 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-31 21:53:06 +0000 |
commit | b945c7307bcf65b2543464954d00e9c621a5f310 (patch) | |
tree | 6b6d46fb44c7a3b0e9af7b0e23b12054087ee72a /games-simulation/stoned-bin | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | historical-b945c7307bcf65b2543464954d00e9c621a5f310.tar.gz historical-b945c7307bcf65b2543464954d00e9c621a5f310.tar.bz2 historical-b945c7307bcf65b2543464954d00e9c621a5f310.zip |
Changed nostrip to strip.
Package-Manager: portage-2.1_pre7-r2
Diffstat (limited to 'games-simulation/stoned-bin')
-rw-r--r-- | games-simulation/stoned-bin/ChangeLog | 6 | ||||
-rw-r--r-- | games-simulation/stoned-bin/Manifest | 12 | ||||
-rw-r--r-- | games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild | 6 |
3 files changed, 14 insertions, 10 deletions
diff --git a/games-simulation/stoned-bin/ChangeLog b/games-simulation/stoned-bin/ChangeLog index 08a91860df68..51db850a5f02 100644 --- a/games-simulation/stoned-bin/ChangeLog +++ b/games-simulation/stoned-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/stoned-bin # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/ChangeLog,v 1.8 2006/03/31 21:52:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/ChangeLog,v 1.9 2006/03/31 21:53:06 wolf31o2 Exp $ + + 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> + stoned-bin-1.1.6.ebuild: + Changed nostrip to strip. 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> -stoned-bin-1.0.4.ebuild: diff --git a/games-simulation/stoned-bin/Manifest b/games-simulation/stoned-bin/Manifest index 10e0bd50a3ec..95e18483092d 100644 --- a/games-simulation/stoned-bin/Manifest +++ b/games-simulation/stoned-bin/Manifest @@ -1,12 +1,12 @@ -MD5 702f8b032f12268802ebf39ebf0bf41e ChangeLog 1485 -RMD160 c301f94c4854f56f669fb91fb15d5daab3537d58 ChangeLog 1485 -SHA256 fc082cdd650e2d3adab05ef5aaa517bb145332a0674f8424adf3dcdeeadd06d9 ChangeLog 1485 +MD5 254455f56a506299d439f456ea42831a ChangeLog 1595 +RMD160 6323ef9cea3b551ae2c9db9253bba8acb1332be9 ChangeLog 1595 +SHA256 99419c0a850a9a516c1eb638b3e7d1913ccb8b64c7d38e31fccdf8805d9610d4 ChangeLog 1595 MD5 a068023c6dbdce95af37bc031a0b435f files/digest-stoned-bin-1.1.6 75 RMD160 50f0394a8d7ad8d777030524acd4b7e634e4459c files/digest-stoned-bin-1.1.6 75 SHA256 a7ef178f5cfdc6dc8677f7ad45d4bddf81dcc557402763e5ce60e7e24ee135de files/digest-stoned-bin-1.1.6 75 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea metadata.xml 158 SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 metadata.xml 158 -MD5 c7f34422922695ff17139cc753752bf9 stoned-bin-1.1.6.ebuild 740 -RMD160 2fb4af162369cf048697da00b51247ef235c7ae2 stoned-bin-1.1.6.ebuild 740 -SHA256 c49ecf69862b96c94f50c514a9c50a4dff6d0ade9791f73774ce118feca7da51 stoned-bin-1.1.6.ebuild 740 +MD5 65e25160c9277d350fbece2d2980b0ce stoned-bin-1.1.6.ebuild 737 +RMD160 93eca36b40c094920964320f54b2eed55c7edbd3 stoned-bin-1.1.6.ebuild 737 +SHA256 65e21b2780341e6f57c5f4e5807327b94ccee97ee3d546e35437a3770843b13c stoned-bin-1.1.6.ebuild 737 diff --git a/games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild b/games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild index 546799660e90..2184772b4e6e 100644 --- a/games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild +++ b/games-simulation/stoned-bin/stoned-bin-1.1.6.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-simulation/stoned-bin/stoned-bin-1.1.6.ebuild,v 1.3 2005/02/25 22:46:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild,v 1.4 2006/03/31 21:53:06 wolf31o2 Exp $ inherit games @@ -12,7 +12,7 @@ LICENSE="as-is" SLOT="0" KEYWORDS="-* x86" IUSE="" -RESTRICT="nostrip" +RESTRICT="strip" RDEPEND="virtual/opengl virtual/glut |