diff options
author | Thomas Kahle <tomka@gentoo.org> | 2010-11-04 12:02:49 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2010-11-04 12:02:49 +0000 |
commit | b5771069e3376eb146670ce90b3c7c4077c745cc (patch) | |
tree | 6e1c1d8bb5bf940a1f7459eae39e3b16b167641c /sci-mathematics/normaliz | |
parent | add version that supports minor version slotting (diff) | |
download | gentoo-2-b5771069e3376eb146670ce90b3c7c4077c745cc.tar.gz gentoo-2-b5771069e3376eb146670ce90b3c7c4077c745cc.tar.bz2 gentoo-2-b5771069e3376eb146670ce90b3c7c4077c745cc.zip |
Improved metadata.xml and naming of patch
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/normaliz')
-rw-r--r-- | sci-mathematics/normaliz/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/normaliz/files/normaliz-2.5-respect-flags.patch (renamed from sci-mathematics/normaliz/files/normaliz-2.5-makefile.patch) | 0 | ||||
-rw-r--r-- | sci-mathematics/normaliz/metadata.xml | 3 | ||||
-rw-r--r-- | sci-mathematics/normaliz/normaliz-2.5-r1.ebuild | 4 |
4 files changed, 10 insertions, 4 deletions
diff --git a/sci-mathematics/normaliz/ChangeLog b/sci-mathematics/normaliz/ChangeLog index 154a1004a685..bc3af2e3c7d9 100644 --- a/sci-mathematics/normaliz/ChangeLog +++ b/sci-mathematics/normaliz/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-mathematics/normaliz # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.1 2010/11/03 08:24:52 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.2 2010/11/04 12:02:49 tomka Exp $ + + 04 Nov 2010; Thomas Kahle <tomka@gentoo.org> normaliz-2.5-r1.ebuild, + -files/normaliz-2.5-makefile.patch, + +files/normaliz-2.5-respect-flags.patch, metadata.xml: + Improved metadata.xml and naming of patch *normaliz-2.5-r1 (03 Nov 2010) diff --git a/sci-mathematics/normaliz/files/normaliz-2.5-makefile.patch b/sci-mathematics/normaliz/files/normaliz-2.5-respect-flags.patch index 98f426006e11..98f426006e11 100644 --- a/sci-mathematics/normaliz/files/normaliz-2.5-makefile.patch +++ b/sci-mathematics/normaliz/files/normaliz-2.5-respect-flags.patch diff --git a/sci-mathematics/normaliz/metadata.xml b/sci-mathematics/normaliz/metadata.xml index 03efd48282f2..ceb6e31d764a 100644 --- a/sci-mathematics/normaliz/metadata.xml +++ b/sci-mathematics/normaliz/metadata.xml @@ -7,7 +7,8 @@ </maintainer> <herd>sci-mathematics</herd> <use> - <flag name="extras"> Install Macaulay2 and Singular packages as shipped by upstream</flag> + <flag name="extras"> Install <pkg>sci-mathematics/Macaulay2</pkg> and <pkg>sci-mathematics/singular</pkg> + packages as shipped by upstream</flag> </use> <longdescription lang="en"> Normaliz is a (command line) tool for computations in affine monoids, vector configurations, lattice polytopes, and diff --git a/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild b/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild index 14b1a5b62f2a..1f87bf157a2b 100644 --- a/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild +++ b/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild,v 1.2 2010/11/03 22:39:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild,v 1.3 2010/11/04 12:02:49 tomka Exp $ EAPI=2 @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MYP} src_prepare () { - epatch "${FILESDIR}/${P}-makefile.patch" + epatch "${FILESDIR}/${P}-respect-flags.patch" if use openmp && tc-has-openmp; then export OPENMP=yes |