diff options
author | 2013-05-13 16:47:20 +0000 | |
---|---|---|
committer | 2013-05-13 16:47:20 +0000 | |
commit | 6eb0309581d457cc4bfd0b5979b8ed806d28df2b (patch) | |
tree | 781bd7a24f496fbf202ca82e04a3812eeacd24e3 /sci-biology | |
parent | put back mirror restriction (was too excited about dropping fetch, forgot to ... (diff) | |
download | gentoo-2-6eb0309581d457cc4bfd0b5979b8ed806d28df2b.tar.gz gentoo-2-6eb0309581d457cc4bfd0b5979b8ed806d28df2b.tar.bz2 gentoo-2-6eb0309581d457cc4bfd0b5979b8ed806d28df2b.zip |
showing special permission during pkg_setup so that we 'display this notice.'
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/foldingathome/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/foldingathome/foldingathome-7.3.6-r2.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sci-biology/foldingathome/ChangeLog b/sci-biology/foldingathome/ChangeLog index 70c49ac0911c..973004424b29 100644 --- a/sci-biology/foldingathome/ChangeLog +++ b/sci-biology/foldingathome/ChangeLog @@ -1,6 +1,9 @@ # 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.41 2013/05/13 16:33:19 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/ChangeLog,v 1.42 2013/05/13 16:47:20 axs Exp $ + + 13 May 2013; Ian Stakenvicius <axs@gentoo.org> foldingathome-7.3.6-r2.ebuild: + showing special permission during pkg_setup so that we 'display this notice.' 13 May 2013; Ian Stakenvicius <axs@gentoo.org> foldingathome-7.3.6-r2.ebuild: put back mirror restriction (was too excited about dropping fetch, forgot to diff --git a/sci-biology/foldingathome/foldingathome-7.3.6-r2.ebuild b/sci-biology/foldingathome/foldingathome-7.3.6-r2.ebuild index 451b8fbd4057..2c852199a4d4 100644 --- a/sci-biology/foldingathome/foldingathome-7.3.6-r2.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-r2.ebuild,v 1.3 2013/05/13 16:33:19 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/foldingathome/foldingathome-7.3.6-r2.ebuild,v 1.4 2013/05/13 16:47:20 axs Exp $ EAPI="4" @@ -36,6 +36,9 @@ QA_PREBUILT="${I}/*" pkg_setup() { I="${EROOT}/${I}" + einfo "" + cat "${PORTDIR}"/licenses/FAH-special-permission + einfo "" } src_install() { |