diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2013-04-20 23:51:53 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2013-04-20 23:51:53 +0000 |
commit | 931923d8b5c2d8b4ff2c5efeeed7e9a6d637b87f (patch) | |
tree | 9c071513fdeb36b5fb0e3e7575035ff00613ab81 /sci-biology/foldingathome | |
parent | Version bump by Manuel Rüger <gentoo@rueg.eu> +me. Remove old. (diff) | |
download | gentoo-2-931923d8b5c2d8b4ff2c5efeeed7e9a6d637b87f.tar.gz gentoo-2-931923d8b5c2d8b4ff2c5efeeed7e9a6d637b87f.tar.bz2 gentoo-2-931923d8b5c2d8b4ff2c5efeeed7e9a6d637b87f.zip |
restricted strip as technically that modifies the binaries, and we want to be as safe as possible wrt to the EULA
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'sci-biology/foldingathome')
-rw-r--r-- | sci-biology/foldingathome/ChangeLog | 9 | ||||
-rw-r--r-- | sci-biology/foldingathome/foldingathome-7.3.6-r2.ebuild (renamed from sci-biology/foldingathome/foldingathome-7.3.6-r1.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sci-biology/foldingathome/ChangeLog b/sci-biology/foldingathome/ChangeLog index 8609cd29d40b..8778f9b6ee27 100644 --- a/sci-biology/foldingathome/ChangeLog +++ b/sci-biology/foldingathome/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-biology/foldingathome # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v 1.38 2013/04/16 18:37:52 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v 1.39 2013/04/20 23:51:53 axs Exp $ + +*foldingathome-7.3.6-r2 (20 Apr 2013) + + 20 Apr 2013; Ian Stakenvicius <axs@gentoo.org> +foldingathome-7.3.6-r2.ebuild, + -foldingathome-7.3.6-r1.ebuild: + restricted strip as technically that modifies the binaries, and we want to be + as safe as possible wrt to the EULA *foldingathome-7.3.6-r1 (16 Apr 2013) diff --git a/sci-biology/foldingathome/foldingathome-7.3.6-r1.ebuild b/sci-biology/foldingathome/foldingathome-7.3.6-r2.ebuild index 08998e0c0d8d..f8b71fe0b984 100644 --- a/sci-biology/foldingathome/foldingathome-7.3.6-r1.ebuild +++ b/sci-biology/foldingathome/foldingathome-7.3.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/foldingathome-7.3.6-r1.ebuild,v 1.1 2013/04/16 18:37:52 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/foldingathome-7.3.6-r2.ebuild,v 1.1 2013/04/20 23:51:53 axs Exp $ EAPI="4" @@ -15,7 +15,7 @@ HOMEPAGE="http://folding.stanford.edu/FAQ-SMP.html" SRC_URI="x86? ( ${MY_32B_URI} ) amd64? ( ${MY_64B_URI} )" -RESTRICT="fetch bindist" +RESTRICT="fetch bindist strip" LICENSE="FAH-EULA-2009" SLOT="0" |