diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-04-11 17:16:13 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-04-11 17:16:13 +0000 |
commit | 92c175227f0576fcab96b3aab55785a85992c770 (patch) | |
tree | 53f12c06f08ef1d8f2bfe1d76e4853a9843b473d /app-emulation/systemsim-cell | |
parent | Use the right compiler call, bug #216877 (diff) | |
download | gentoo-2-92c175227f0576fcab96b3aab55785a85992c770.tar.gz gentoo-2-92c175227f0576fcab96b3aab55785a85992c770.tar.bz2 gentoo-2-92c175227f0576fcab96b3aab55785a85992c770.zip |
Version bump. Add strip to RESTRICT.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-emulation/systemsim-cell')
-rw-r--r-- | app-emulation/systemsim-cell/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/systemsim-cell/systemsim-cell-3.0_p22.ebuild (renamed from app-emulation/systemsim-cell/systemsim-cell-3.0-r2.ebuild) | 10 |
2 files changed, 12 insertions, 6 deletions
diff --git a/app-emulation/systemsim-cell/ChangeLog b/app-emulation/systemsim-cell/ChangeLog index 35f4f8a5c85e..8137449fdf24 100644 --- a/app-emulation/systemsim-cell/ChangeLog +++ b/app-emulation/systemsim-cell/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/systemsim-cell # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/systemsim-cell/ChangeLog,v 1.4 2008/04/03 16:35:34 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/systemsim-cell/ChangeLog,v 1.5 2008/04/11 17:16:13 corsair Exp $ + +*systemsim-cell-3.0_p22 (11 Apr 2008) + + 11 Apr 2008; Markus Rothe <corsair@gentoo.org> + -systemsim-cell-3.0-r2.ebuild, +systemsim-cell-3.0_p22.ebuild: + Version bump. Add strip to RESTRICT. *systemsim-cell-3.0-r2 (03 Apr 2008) diff --git a/app-emulation/systemsim-cell/systemsim-cell-3.0-r2.ebuild b/app-emulation/systemsim-cell/systemsim-cell-3.0_p22.ebuild index 5505b43887b5..8446104101bf 100644 --- a/app-emulation/systemsim-cell/systemsim-cell-3.0-r2.ebuild +++ b/app-emulation/systemsim-cell/systemsim-cell-3.0_p22.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/systemsim-cell/systemsim-cell-3.0-r2.ebuild,v 1.1 2008/04/03 16:35:34 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/systemsim-cell/systemsim-cell-3.0_p22.ebuild,v 1.1 2008/04/11 17:16:13 corsair Exp $ inherit rpm eutils DESCRIPTION="Full-System Simulator for the Cell Broadband Engine Processor" HOMEPAGE="http://www.alphaworks.ibm.com/tech/cellsystemsim" -SRC_URI="x86? ( ${P}-15.i386.rpm ) - ppc64? ( ${P}-15.ppc64.rpm ) - amd64? ( ${P}-15.x86_64.rpm )" +SRC_URI="x86? ( ${P/_p/-}.i386.rpm ) + ppc64? ( ${P/_p/-}.ppc64.rpm ) + amd64? ( ${P/_p/-}.x86_64.rpm )" LICENSE="IBM-ILAR" SLOT="0" @@ -21,7 +21,7 @@ IMAGE_PATH="/usr/share/${PN}/image" DEPEND="=dev-lang/tcl-8.4* =dev-lang/tk-8.4*" -RESTRICT="fetch" +RESTRICT="fetch strip" S="${WORKDIR}" pkg_nofetch() { |