diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-07-01 06:23:26 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-07-01 06:23:26 +0000 |
commit | 4edf02c3f118022158f616750de99be78a70f1a8 (patch) | |
tree | 80516a789af7614f59a8e5772061814f4e81f40b /sci-mathematics | |
parent | remove major slow-down in starting xenstored, put forward by 'a.m.' in Bug #4... (diff) | |
download | gentoo-2-4edf02c3f118022158f616750de99be78a70f1a8.tar.gz gentoo-2-4edf02c3f118022158f616750de99be78a70f1a8.tar.bz2 gentoo-2-4edf02c3f118022158f616750de99be78a70f1a8.zip |
Remove futile pkg_setup phase
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/ggnfs/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/ggnfs/ggnfs-0.77.1-r2.ebuild | 13 |
2 files changed, 5 insertions, 13 deletions
diff --git a/sci-mathematics/ggnfs/ChangeLog b/sci-mathematics/ggnfs/ChangeLog index a9b232124b99..5497e3c14f8e 100644 --- a/sci-mathematics/ggnfs/ChangeLog +++ b/sci-mathematics/ggnfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/ggnfs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ChangeLog,v 1.7 2013/03/10 08:58:02 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ChangeLog,v 1.8 2013/07/01 06:23:26 patrick Exp $ + + 01 Jul 2013; Patrick Lauer <patrick@gentoo.org> ggnfs-0.77.1-r2.ebuild: + Remove futile pkg_setup phase 10 Mar 2013; Patrick Lauer <patrick@gentoo.org> ggnfs-0.77.1-r2.ebuild: Adding unzip dep diff --git a/sci-mathematics/ggnfs/ggnfs-0.77.1-r2.ebuild b/sci-mathematics/ggnfs/ggnfs-0.77.1-r2.ebuild index e7f61145e27e..8797723f3aa2 100644 --- a/sci-mathematics/ggnfs/ggnfs-0.77.1-r2.ebuild +++ b/sci-mathematics/ggnfs/ggnfs-0.77.1-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-mathematics/ggnfs/ggnfs-0.77.1-r2.ebuild,v 1.2 2013/03/10 08:58:02 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ggnfs-0.77.1-r2.ebuild,v 1.3 2013/07/01 06:23:26 patrick Exp $ EAPI=5 @@ -27,17 +27,6 @@ RDEPEND="${DEPEND} S=${WORKDIR}/${PN}-master -pkg_setup() { - einfo "There are several internal tuning options" - einfo "Please export ARCH being on of the following" - einfo " prescott" - einfo " pentium2" - einfo " pentium4" - einfo "if your cpu is of that type" - - [[ -z ${ARCH} ]] && export ARCH=generic -} - src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch echo "#define GGNFS_VERSION \"0.77.1-$ARCH\"" > include/version.h || die |