aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Bissey <francois@vrooom.(none)>2009-11-04 00:09:11 +1300
committerFrançois Bissey <francois@vrooom.(none)>2009-11-04 00:20:10 +1300
commitaff24877671b9977fd7f0bd59d011f6d93fe3052 (patch)
tree8afca518f13869a5f4ab53359b95e4f53247de98 /sci-mathematics
parentsci-chemistry/ccp4i (diff)
downloadsci-aff24877671b9977fd7f0bd59d011f6d93fe3052.tar.gz
sci-aff24877671b9977fd7f0bd59d011f6d93fe3052.tar.bz2
sci-aff24877671b9977fd7f0bd59d011f6d93fe3052.zip
cadabra version bump
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/cadabra/ChangeLog6
-rw-r--r--sci-mathematics/cadabra/Manifest6
-rw-r--r--sci-mathematics/cadabra/cadabra-1.16.ebuild (renamed from sci-mathematics/cadabra/cadabra-1.14.ebuild)14
3 files changed, 18 insertions, 8 deletions
diff --git a/sci-mathematics/cadabra/ChangeLog b/sci-mathematics/cadabra/ChangeLog
index b30dd6341..1fe907994 100644
--- a/sci-mathematics/cadabra/ChangeLog
+++ b/sci-mathematics/cadabra/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*cadabra-1.16 (03 Nov 2009)
+
+ 03 Nov 2009; François Bissey <f.r.bissey@massey.ac.nz>
+ -cadabra-1.14.ebuild, +cadabra-1.16.ebuild:
+ version bump
+
*cadabra-1.14 (19 Jul 2009)
19 Jul 2009; François Bissey <f.r.bissey@massey.ac.nz>
diff --git a/sci-mathematics/cadabra/Manifest b/sci-mathematics/cadabra/Manifest
index 2bc343a9a..a212b1d09 100644
--- a/sci-mathematics/cadabra/Manifest
+++ b/sci-mathematics/cadabra/Manifest
@@ -1,5 +1,5 @@
AUX cadabra-1.08-as-needed.patch 415 RMD160 98a78b5841a2268f47482ca28122760d80e1fedd SHA1 a2d095c473d476676a456e72a171f6563498c8c6 SHA256 e978908ab66acf1af6570364ce80dca5b3a3379722e3332cd9d600e3df138a2b
-DIST cadabra-1.14.tar.gz 803090 RMD160 1e739f97b8a5ae7776ef2c1487498d3e2a903a20 SHA1 1034e109aa44e97379445a313a20a978a285bdff SHA256 64c73d6b8e59f501fc7c86faf14b630890dba0891f600663a4c1748ccae309cc
-EBUILD cadabra-1.14.ebuild 1413 RMD160 aff00fec26e58f487a2cbbc5e208e6627b693b32 SHA1 10af2954537ca78a3a859e87a6e7b5137f4991ef SHA256 151b870551edabdee0f7fb09cff98cc5e200650c178c510728627bcdc5417812
-MISC ChangeLog 677 RMD160 366003c95f29317dc8a0cb15aeac11cb70bfda9c SHA1 9de467e0a41d71cb908ae092b4795490a6308e92 SHA256 1cb2ab1c13308a1184ed4087b3c0ff5be15f3c64a69992a19ba1b2b453716f8d
+DIST cadabra-1.16.tar.gz 809418 RMD160 bbe773b6831e66a0bcdead5148ceb8f5ab1edcc2 SHA1 4fdaf6a959c048dde9efaf449d1e6667eab445c6 SHA256 1783a3dbc13127bce846afb206d0dd1ef934a00db57cac2b5dfe9bbd5d733a08
+EBUILD cadabra-1.16.ebuild 1452 RMD160 13d799a06014229b7ff34cef52b624b0a19604b2 SHA1 520f881e64f3528577393db12d0b8fe1d0045e6e SHA256 bb4cc209325b623aab201f063e8dbdf3a7ce26e0585d1ae747dd1af69d990746
+MISC ChangeLog 826 RMD160 bf4e86f746dc82dfe597731fa5f11b436874ddb8 SHA1 9dab94d37eea3a6cf64827b47f39eefb087c3842 SHA256 21b1098596f9c00aeef8bc4e7e3c1b1f1cb78ff97d57a6d8f086e3fc9daa2f25
MISC metadata.xml 594 RMD160 7a4da042b357ffe448a4d75dc15be0bbe685f82f SHA1 766f7f12b1ea17d7b78a58f9e44861b424817463 SHA256 d9081050db0124d955e62e53100aa242e374d56ec1b96f6d7bf40c6625bb810e
diff --git a/sci-mathematics/cadabra/cadabra-1.14.ebuild b/sci-mathematics/cadabra/cadabra-1.16.ebuild
index 6f06a0fcb..ce24472a4 100644
--- a/sci-mathematics/cadabra/cadabra-1.14.ebuild
+++ b/sci-mathematics/cadabra/cadabra-1.16.ebuild
@@ -4,11 +4,11 @@
EAPI=2
-inherit eutils flag-o-matic
+inherit eutils
DESCRIPTION="Field-theory motivated computer algebra system"
-HOMEPAGE="http://www.aei.mpg.de/~peekas/cadabra"
-SRC_URI="http://www.aei.mpg.de/~peekas/cadabra/${P}.tar.gz"
+HOMEPAGE="http://cadabra.phi-sci.com"
+SRC_URI="http://cadabra.phi-sci.com/${P}.tar.gz"
#### Remove the following line when moving this ebuild to the main tree!
RESTRICT="mirror"
@@ -23,14 +23,18 @@ DEPEND="sci-libs/modglue
dev-libs/libpcre
X? ( >=x11-libs/gtk+-2.0
>=dev-cpp/gtkmm-2.4
- app-text/dvipng )"
+ app-text/dvipng )
+ doc? ( || ( app-text/texlive-core dev-tex/pdftex ) )"
RDEPEND="${DEPEND}
virtual/latex-base
dev-tex/mh"
+src_configure(){
+ econf $(use_enable X gui)
+}
+
src_compile() {
- econf $(use_enable X gui)
emake
if ( use doc )