diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-05-02 17:15:13 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-05-02 17:15:13 +0000 |
commit | 30277a8949bcc7f0d5f1eced97ddcc079b11bde7 (patch) | |
tree | 10a7e363a2a7c4db7313c7cc37bb433ec60e7b06 /sci-libs/tamu_anova | |
parent | net-fs/netatalk: Version Bump (diff) | |
download | gentoo-2-30277a8949bcc7f0d5f1eced97ddcc079b11bde7.tar.gz gentoo-2-30277a8949bcc7f0d5f1eced97ddcc079b11bde7.tar.bz2 gentoo-2-30277a8949bcc7f0d5f1eced97ddcc079b11bde7.zip |
sci-libs/tamu_anova: Handle static libs
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/tamu_anova')
-rw-r--r-- | sci-libs/tamu_anova/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/tamu_anova/metadata.xml | 8 | ||||
-rw-r--r-- | sci-libs/tamu_anova/tamu_anova-0.2.1.ebuild | 19 |
3 files changed, 19 insertions, 16 deletions
diff --git a/sci-libs/tamu_anova/ChangeLog b/sci-libs/tamu_anova/ChangeLog index 47907a3efd13..01806d30d289 100644 --- a/sci-libs/tamu_anova/ChangeLog +++ b/sci-libs/tamu_anova/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/tamu_anova -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/tamu_anova/ChangeLog,v 1.1 2011/02/19 15:16:22 jlec Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/tamu_anova/ChangeLog,v 1.2 2012/05/02 17:15:13 jlec Exp $ + + 02 May 2012; Justin Lecher <jlec@gentoo.org> tamu_anova-0.2.1.ebuild, + metadata.xml: + Handle static libs *tamu_anova-0.2.1 (19 Feb 2011) diff --git a/sci-libs/tamu_anova/metadata.xml b/sci-libs/tamu_anova/metadata.xml index c6856dc7f2cf..210ad0db014c 100644 --- a/sci-libs/tamu_anova/metadata.xml +++ b/sci-libs/tamu_anova/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> -<maintainer> - <email>jlec@gentoo.org</email> -</maintainer> + <herd>sci</herd> + <maintainer> + <email>jlec@gentoo.org</email> + </maintainer> </pkgmetadata> diff --git a/sci-libs/tamu_anova/tamu_anova-0.2.1.ebuild b/sci-libs/tamu_anova/tamu_anova-0.2.1.ebuild index 8fae01ffe907..251e9a042ee2 100644 --- a/sci-libs/tamu_anova/tamu_anova-0.2.1.ebuild +++ b/sci-libs/tamu_anova/tamu_anova-0.2.1.ebuild @@ -1,26 +1,25 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ -EAPI="4" +EAPI=4 -inherit autotools eutils +AUTOTOOLS_AUTORECONF=yes + +inherit autotools-utils DESCRIPTION="ANOVA Extensions to the GNU Scientific Library" -HOMEPAGE="http://www.stat.tamu.edu/~aredd/tamuanova" +HOMEPAGE="http://www.stat.tamu.edu/~aredd/tamuanova/" SRC_URI="http://www.stat.tamu.edu/~aredd/tamuanova/${PN}-0.2.tar.gz -> ${P}.tar.gz" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE="GPL-2" -IUSE="" +IUSE="static-libs" RDEPEND="sci-libs/gsl" DEPEND="${RDEPEND}" S="${WORKDIR}"/${PN}-0.2 -src_prepare() { - epatch "${FILESDIR}"/${PV}-gentoo.patch - eautoreconf -} +PATCHES=( "${FILESDIR}"/${PV}-gentoo.patch ) |