diff options
author | Thomas Kahle <tom111@gmx.de> | 2010-03-04 14:27:45 +0100 |
---|---|---|
committer | Thomas Kahle <tom111@gmx.de> | 2010-03-04 14:27:45 +0100 |
commit | a85e6c2ecca9ed28cbb28ca032fcc7745416eaf0 (patch) | |
tree | e8484348887db8698f1ac00b8981c6b67b199624 | |
parent | sci-mathematics/frobby QA/ebuild improvements (diff) | |
download | sci-a85e6c2ecca9ed28cbb28ca032fcc7745416eaf0.tar.gz sci-a85e6c2ecca9ed28cbb28ca032fcc7745416eaf0.tar.bz2 sci-a85e6c2ecca9ed28cbb28ca032fcc7745416eaf0.zip |
QA for sci-mathematics/gfan
-rw-r--r-- | sci-mathematics/gfan/ChangeLog | 18 | ||||
-rw-r--r-- | sci-mathematics/gfan/Manifest | 4 | ||||
-rw-r--r-- | sci-mathematics/gfan/gfan-0.4.ebuild | 6 |
3 files changed, 16 insertions, 12 deletions
diff --git a/sci-mathematics/gfan/ChangeLog b/sci-mathematics/gfan/ChangeLog index 2e58d7ea0..e42041ff8 100644 --- a/sci-mathematics/gfan/ChangeLog +++ b/sci-mathematics/gfan/ChangeLog @@ -1,11 +1,15 @@ -# ChangeLog for <CATEGORY>/<PACKAGE_NAME> -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# ChangeLog for sci-mathematics/gfan +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ - 26 Nov 2009; Thomas Kahle <tom111@gmx.de> - QA Fixes + 04 Mar 2010; Thomas Kahle <tom111@gmx.de> gfan-0.4.ebuild: + QA/ebuild improvements + + 26 Nov 2009; Thomas Kahle <tom111@gmx.de> + QA Fixes + + 16 Nov 2009; Thomas Kahle <tom111@gmx.de> +ChangeLog +metadata.xml + +gfan-0.4.ebuild + Initial import (Bug #293381). - 16 Nov 2009; Thomas Kahle <tom111@gmx.de> +ChangeLog +metadata.xml - +gfan-0.4.ebuild - Initial import (Bug #293381). diff --git a/sci-mathematics/gfan/Manifest b/sci-mathematics/gfan/Manifest index 9e16ef813..6c480a975 100644 --- a/sci-mathematics/gfan/Manifest +++ b/sci-mathematics/gfan/Manifest @@ -1,4 +1,4 @@ DIST gfan0.4plus.tar.gz 748514 RMD160 d8a1f235878c7d207e26c00e9097dfea548540e7 SHA1 e8e3f2c2f730c88d0c556f5b0fdf3a99b66b9bac SHA256 bdc4f608df6bda56fdb1bf253fba8e9d9c98dec6915a80a1da9d9ee4210cfff3 -EBUILD gfan-0.4.ebuild 635 RMD160 bb10c55f399b33f7d96b80252e93126bc37b1701 SHA1 32f016b737844e835c110d7858994c2dee375f45 SHA256 1fa8b0922f7af4c6769643e811caea545ea10f57cfdc0acf17bf2700946fe4ff -MISC ChangeLog 298 RMD160 c8f27a831f7cbd12ae24b8d3f104f8f9ee0ae728 SHA1 082472e31a2c1dd782d5b776048bda7d258c3183 SHA256 4fe33d8529bf258d9f798c56f05b66650a2912762be8b1574521dedf9d382625 +EBUILD gfan-0.4.ebuild 639 RMD160 7ca165057e48516fa9b976c4a53450bf19f4ce6f SHA1 db65e94ab96e333cd2d2660d989dcca237048632 SHA256 5c2a6d3d6d53e1cd78331c17e2d541379efef887f55ed7b73e4ed0b57025cc00 +MISC ChangeLog 386 RMD160 67d4fd36af9c2c4021f917c205afd07d4dd636f8 SHA1 0e6e774d71e79bf775866e9c92d9e6270f5b09e6 SHA256 e0053933946d4eaf11eec63a0cc3fc573e4fbac83eef534094b2aeb22e664c95 MISC metadata.xml 372 RMD160 77adc83b45fcd2f230d4ee6e957b8e644a6c7600 SHA1 6f80c98489b4086df7f8148965c8046051389f8b SHA256 c10acf91832b281e75cbcf0f09931621f12cbc721d8ad1c645fdcb3800cf4fcf diff --git a/sci-mathematics/gfan/gfan-0.4.ebuild b/sci-mathematics/gfan/gfan-0.4.ebuild index 71c92adbb..1b54b5b3f 100644 --- a/sci-mathematics/gfan/gfan-0.4.ebuild +++ b/sci-mathematics/gfan/gfan-0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -8,7 +8,7 @@ inherit eutils DESCRIPTION="gfan computes Groebner fans and tropical varities" HOMEPAGE="http://www.math.tu-berlin.de/~jensen/software/gfan/gfan.html" -SRC_URI="http://www.math.tu-berlin.de/~jensen/software/gfan/gfan0.4plus.tar.gz" +SRC_URI="http://www.math.tu-berlin.de/~jensen/software/gfan/gfan${PV}plus.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" @@ -19,7 +19,7 @@ IUSE="" RDEPEND="${DEPEND}" -S="${WORKDIR}/gfan0.4plus/" +S="${WORKDIR}/gfan${PV}plus/" src_prepare () { sed -i "s/-O2/${CXXFLAGS}/" Makefile |