diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-01-18 08:14:16 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-01-18 08:14:16 +0000 |
commit | 76650f570559b7f133f6ccc37a40327fb258e0a5 (patch) | |
tree | 4171ae0191aba5cb901c5b18efa683d7fc61ef59 /sci-mathematics/euler | |
parent | CVS Snapshot version bump. (diff) | |
download | gentoo-2-76650f570559b7f133f6ccc37a40327fb258e0a5.tar.gz gentoo-2-76650f570559b7f133f6ccc37a40327fb258e0a5.tar.bz2 gentoo-2-76650f570559b7f133f6ccc37a40327fb258e0a5.zip |
First new release in ages -- conversion to gtk+-2 and autotools.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sci-mathematics/euler')
-rw-r--r-- | sci-mathematics/euler/ChangeLog | 9 | ||||
-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 |
3 files changed, 24 insertions, 2 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/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 |