Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/tamu_anova: metadata.xml ChangeLog tamu_anova-0.2.1.ebuild
Date: Wed, 02 May 2012 17:15:30
Message-Id: 20120502171513.D10FD2004B@flycatcher.gentoo.org
1 jlec 12/05/02 17:15:13
2
3 Modified: metadata.xml ChangeLog tamu_anova-0.2.1.ebuild
4 Log:
5 sci-libs/tamu_anova: Handle static libs
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-libs/tamu_anova/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/tamu_anova/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/tamu_anova/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/tamu_anova/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/tamu_anova/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 19 Feb 2011 15:16:22 -0000 1.1
23 +++ metadata.xml 2 May 2012 17:15:13 -0000 1.2
24 @@ -1,8 +1,8 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 -<herd>sci</herd>
29 -<maintainer>
30 - <email>jlec@g.o</email>
31 -</maintainer>
32 + <herd>sci</herd>
33 + <maintainer>
34 + <email>jlec@g.o</email>
35 + </maintainer>
36 </pkgmetadata>
37
38
39
40 1.2 sci-libs/tamu_anova/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/tamu_anova/ChangeLog?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/tamu_anova/ChangeLog?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/tamu_anova/ChangeLog?r1=1.1&r2=1.2
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-libs/tamu_anova/ChangeLog,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- ChangeLog 19 Feb 2011 15:16:22 -0000 1.1
53 +++ ChangeLog 2 May 2012 17:15:13 -0000 1.2
54 @@ -1,6 +1,10 @@
55 # ChangeLog for sci-libs/tamu_anova
56 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/tamu_anova/ChangeLog,v 1.1 2011/02/19 15:16:22 jlec Exp $
58 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
59 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/tamu_anova/ChangeLog,v 1.2 2012/05/02 17:15:13 jlec Exp $
60 +
61 + 02 May 2012; Justin Lecher <jlec@g.o> tamu_anova-0.2.1.ebuild,
62 + metadata.xml:
63 + Handle static libs
64
65 *tamu_anova-0.2.1 (19 Feb 2011)
66
67
68
69
70 1.2 sci-libs/tamu_anova/tamu_anova-0.2.1.ebuild
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/tamu_anova/tamu_anova-0.2.1.ebuild?rev=1.2&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/tamu_anova/tamu_anova-0.2.1.ebuild?rev=1.2&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/tamu_anova/tamu_anova-0.2.1.ebuild?r1=1.1&r2=1.2
75
76 Index: tamu_anova-0.2.1.ebuild
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/sci-libs/tamu_anova/tamu_anova-0.2.1.ebuild,v
79 retrieving revision 1.1
80 retrieving revision 1.2
81 diff -u -r1.1 -r1.2
82 --- tamu_anova-0.2.1.ebuild 19 Feb 2011 15:16:22 -0000 1.1
83 +++ tamu_anova-0.2.1.ebuild 2 May 2012 17:15:13 -0000 1.2
84 @@ -1,26 +1,25 @@
85 -# Copyright 1999-2011 Gentoo Foundation
86 +# Copyright 1999-2012 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/tamu_anova/tamu_anova-0.2.1.ebuild,v 1.1 2011/02/19 15:16:22 jlec Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/tamu_anova/tamu_anova-0.2.1.ebuild,v 1.2 2012/05/02 17:15:13 jlec Exp $
90
91 -EAPI="4"
92 +EAPI=4
93
94 -inherit autotools eutils
95 +AUTOTOOLS_AUTORECONF=yes
96 +
97 +inherit autotools-utils
98
99 DESCRIPTION="ANOVA Extensions to the GNU Scientific Library"
100 -HOMEPAGE="http://www.stat.tamu.edu/~aredd/tamuanova"
101 +HOMEPAGE="http://www.stat.tamu.edu/~aredd/tamuanova/"
102 SRC_URI="http://www.stat.tamu.edu/~aredd/tamuanova/${PN}-0.2.tar.gz -> ${P}.tar.gz"
103
104 SLOT="0"
105 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
106 LICENSE="GPL-2"
107 -IUSE=""
108 +IUSE="static-libs"
109
110 RDEPEND="sci-libs/gsl"
111 DEPEND="${RDEPEND}"
112
113 S="${WORKDIR}"/${PN}-0.2
114
115 -src_prepare() {
116 - epatch "${FILESDIR}"/${PV}-gentoo.patch
117 - eautoreconf
118 -}
119 +PATCHES=( "${FILESDIR}"/${PV}-gentoo.patch )