diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-01-18 08:14:16 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-01-18 08:14:16 +0000 |
commit | 53e4bec4c057dcc115a1a535fdffebc28b861c8d (patch) | |
tree | 4e87e8b2a01b005d0d97ed89629968ec970fdc1f /sci-mathematics | |
parent | CVS Snapshot version bump. (diff) | |
download | historical-53e4bec4c057dcc115a1a535fdffebc28b861c8d.tar.gz historical-53e4bec4c057dcc115a1a535fdffebc28b861c8d.tar.bz2 historical-53e4bec4c057dcc115a1a535fdffebc28b861c8d.zip |
First new release in ages -- conversion to gtk+-2 and autotools.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/euler/ChangeLog | 9 | ||||
-rw-r--r-- | sci-mathematics/euler/Manifest | 8 | ||||
-rw-r--r-- | sci-mathematics/euler/euler-1.61.0.ebuild | 16 | ||||
-rw-r--r-- | sci-mathematics/euler/files/digest-euler-1.61.0 | 1 |
4 files changed, 29 insertions, 5 deletions
diff --git a/sci-mathematics/euler/ChangeLog b/sci-mathematics/euler/ChangeLog index 073764c16609..551c55fa201d 100644 --- a/sci-mathematics/euler/ChangeLog +++ b/sci-mathematics/euler/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-mathematics/euler -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/ChangeLog,v 1.5 2005/06/26 01:32:29 ribosome Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/ChangeLog,v 1.6 2006/01/18 08:14:16 spyderous Exp $ + +*euler-1.61.0 (18 Jan 2006) + + 18 Jan 2006; Donnie Berkholz <spyderous@gentoo.org>; +euler-1.61.0.ebuild: + First new release in ages -- conversion to gtk+-2 and autotools. 26 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -euler-1.60.6.ebuild: Removed obsolete version. diff --git a/sci-mathematics/euler/Manifest b/sci-mathematics/euler/Manifest index d67aec46ce74..2ff771808dae 100644 --- a/sci-mathematics/euler/Manifest +++ b/sci-mathematics/euler/Manifest @@ -1,6 +1,8 @@ +MD5 14c3ba5c659fd434ce1c582af1ac8dc8 ChangeLog 3217 MD5 1e9c619b86892f3ce3cc1f52626ed1da euler-1.60.6-r1.ebuild 1255 -MD5 b4d0635e11466c626dbb6239e4660eba ChangeLog 3042 -MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 -MD5 797a67ee56e452b239fbadb6a9a8c319 files/euler-1.60.6.patch 284 +MD5 b9abd5656b1fb6107e894d96cb481461 euler-1.61.0.ebuild 532 MD5 25c07f2cd7585d6b674ba310cf33fafa files/digest-euler-1.60.6-r1 64 +MD5 71890d35a59781a66942023798d56344 files/digest-euler-1.61.0 62 MD5 9efb40aa017b65e543bc280229e78da6 files/euler-1.60-compound_statements.patch 851 +MD5 797a67ee56e452b239fbadb6a9a8c319 files/euler-1.60.6.patch 284 +MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 diff --git a/sci-mathematics/euler/euler-1.61.0.ebuild b/sci-mathematics/euler/euler-1.61.0.ebuild new file mode 100644 index 000000000000..d6adb53984cf --- /dev/null +++ b/sci-mathematics/euler/euler-1.61.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/euler-1.61.0.ebuild,v 1.1 2006/01/18 08:14:16 spyderous Exp $ + +DESCRIPTION="Mathematical programming environment" +HOMEPAGE="http://euler.sourceforge.net/" +SRC_URI="mirror://sourceforge/euler/${P}.tgz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc -sparc ~amd64" +IUSE="" +DEPEND=">=x11-libs/gtk+-2" + +src_install() { + make DESTDIR="${D}" install || die "install failed" +} diff --git a/sci-mathematics/euler/files/digest-euler-1.61.0 b/sci-mathematics/euler/files/digest-euler-1.61.0 new file mode 100644 index 000000000000..bbaf896a764e --- /dev/null +++ b/sci-mathematics/euler/files/digest-euler-1.61.0 @@ -0,0 +1 @@ +MD5 4a45d7aaba2b73c7978e6d5623141103 euler-1.61.0.tgz 1202485 |