Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/ggnfs: ggnfs-0.77.1-r2.ebuild ChangeLog
Date: Mon, 01 Jul 2013 06:23:32
Message-Id: 20130701062326.E5B352171C@flycatcher.gentoo.org
1 patrick 13/07/01 06:23:26
2
3 Modified: ggnfs-0.77.1-r2.ebuild ChangeLog
4 Log:
5 Remove futile pkg_setup phase
6
7 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.3 sci-mathematics/ggnfs/ggnfs-0.77.1-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/ggnfs/ggnfs-0.77.1-r2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/ggnfs/ggnfs-0.77.1-r2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/ggnfs/ggnfs-0.77.1-r2.ebuild?r1=1.2&r2=1.3
15
16 Index: ggnfs-0.77.1-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ggnfs-0.77.1-r2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ggnfs-0.77.1-r2.ebuild 10 Mar 2013 08:58:02 -0000 1.2
23 +++ ggnfs-0.77.1-r2.ebuild 1 Jul 2013 06:23:26 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 EAPI=5
31
32 @@ -27,17 +27,6 @@
33
34 S=${WORKDIR}/${PN}-master
35
36 -pkg_setup() {
37 - einfo "There are several internal tuning options"
38 - einfo "Please export ARCH being on of the following"
39 - einfo " prescott"
40 - einfo " pentium2"
41 - einfo " pentium4"
42 - einfo "if your cpu is of that type"
43 -
44 - [[ -z ${ARCH} ]] && export ARCH=generic
45 -}
46 -
47 src_prepare() {
48 epatch "${FILESDIR}"/${P}-gentoo.patch
49 echo "#define GGNFS_VERSION \"0.77.1-$ARCH\"" > include/version.h || die
50
51
52
53 1.8 sci-mathematics/ggnfs/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/ggnfs/ChangeLog?rev=1.8&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/ggnfs/ChangeLog?rev=1.8&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/ggnfs/ChangeLog?r1=1.7&r2=1.8
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ChangeLog,v
62 retrieving revision 1.7
63 retrieving revision 1.8
64 diff -u -r1.7 -r1.8
65 --- ChangeLog 10 Mar 2013 08:58:02 -0000 1.7
66 +++ ChangeLog 1 Jul 2013 06:23:26 -0000 1.8
67 @@ -1,6 +1,9 @@
68 # ChangeLog for sci-mathematics/ggnfs
69 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ChangeLog,v 1.7 2013/03/10 08:58:02 patrick Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ChangeLog,v 1.8 2013/07/01 06:23:26 patrick Exp $
72 +
73 + 01 Jul 2013; Patrick Lauer <patrick@g.o> ggnfs-0.77.1-r2.ebuild:
74 + Remove futile pkg_setup phase
75
76 10 Mar 2013; Patrick Lauer <patrick@g.o> ggnfs-0.77.1-r2.ebuild:
77 Adding unzip dep