diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2017-04-21 11:15:05 -0400 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2017-04-21 11:15:40 -0400 |
commit | cf4135b2256124c5f2c31a2e6c4cfc4b93c447cb (patch) | |
tree | f713c78b7b8c48db03b565ff2d9fa354df9eb6c4 /sci-biology | |
parent | sci-biology/foldingathome: drop obsolete version (diff) | |
download | gentoo-cf4135b2256124c5f2c31a2e6c4cfc4b93c447cb.tar.gz gentoo-cf4135b2256124c5f2c31a2e6c4cfc4b93c447cb.tar.bz2 gentoo-cf4135b2256124c5f2c31a2e6c4cfc4b93c447cb.zip |
sci-biology/foldingathome: bump EAPI
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/foldingathome/foldingathome-7.4.4-r1.ebuild (renamed from sci-biology/foldingathome/foldingathome-7.4.4.ebuild) | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sci-biology/foldingathome/foldingathome-7.4.4.ebuild b/sci-biology/foldingathome/foldingathome-7.4.4-r1.ebuild index d1455b3ed9c5..9afa2539eee6 100644 --- a/sci-biology/foldingathome/foldingathome-7.4.4.ebuild +++ b/sci-biology/foldingathome/foldingathome-7.4.4-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=6 inherit versionator user @@ -34,16 +34,16 @@ I="opt/foldingathome" QA_PREBUILT="${I}/*" pkg_setup() { - einfo "" - einfo "Special permission is hereby granted to the Gentoo project to provide an" - einfo "automated installer package which downloads and installs the Folding@home client" - einfo "software. Permission is also granted for future Gentoo installer packages on the" - einfo "condition that they continue to adhere to all of the terms of the accompanying" - einfo "Folding@home license agreements and display this notice." - einfo "-- Vijay S. Pande, Stanford University, 07 May 2013" - einfo "" - einfo "(ref: http://foldingforum.org/viewtopic.php?f=16&t=22524&p=241992#p241992 )" - einfo "" + elog "" + elog "Special permission is hereby granted to the Gentoo project to provide an" + elog "automated installer package which downloads and installs the Folding@home client" + elog "software. Permission is also granted for future Gentoo installer packages on the" + elog "condition that they continue to adhere to all of the terms of the accompanying" + elog "Folding@home license agreements and display this notice." + elog "-- Vijay S. Pande, Stanford University, 07 May 2013" + elog "" + elog "(ref: http://foldingforum.org/viewtopic.php?f=16&t=22524&p=241992#p241992 )" + elog "" } src_install() { |