diff options
author | 2005-06-26 01:32:29 +0000 | |
---|---|---|
committer | 2005-06-26 01:32:29 +0000 | |
commit | 653a63a72a682bdc735578955d3898e382c4a38f (patch) | |
tree | ac03bcb2855eaad1e044699a1dba64aaa50a6fb4 /sci-mathematics/euler | |
parent | Add patch from CVS, compile and install cgilib.test to make testing easier (diff) | |
download | historical-653a63a72a682bdc735578955d3898e382c4a38f.tar.gz historical-653a63a72a682bdc735578955d3898e382c4a38f.tar.bz2 historical-653a63a72a682bdc735578955d3898e382c4a38f.zip |
Removed obsolete version.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sci-mathematics/euler')
-rw-r--r-- | sci-mathematics/euler/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/euler/Manifest | 6 | ||||
-rw-r--r-- | sci-mathematics/euler/euler-1.60.6.ebuild | 49 | ||||
-rw-r--r-- | sci-mathematics/euler/files/digest-euler-1.60.6 | 1 |
4 files changed, 6 insertions, 55 deletions
diff --git a/sci-mathematics/euler/ChangeLog b/sci-mathematics/euler/ChangeLog index 47c4b1223388..073764c16609 100644 --- a/sci-mathematics/euler/ChangeLog +++ b/sci-mathematics/euler/ChangeLog @@ -1,6 +1,9 @@ # 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.4 2005/04/20 21:40:24 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/ChangeLog,v 1.5 2005/06/26 01:32:29 ribosome Exp $ + + 26 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -euler-1.60.6.ebuild: + Removed obsolete version. 20 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> euler-1.60.6-r1.ebuild: diff --git a/sci-mathematics/euler/Manifest b/sci-mathematics/euler/Manifest index ae1fc71b4790..d67aec46ce74 100644 --- a/sci-mathematics/euler/Manifest +++ b/sci-mathematics/euler/Manifest @@ -1,8 +1,6 @@ -MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 -MD5 0e620ee0b55502f8a52df7efa5564563 ChangeLog 2936 MD5 1e9c619b86892f3ce3cc1f52626ed1da euler-1.60.6-r1.ebuild 1255 -MD5 d7e5c552e4ffc8be8ee04d8e76dea621 euler-1.60.6.ebuild 1208 -MD5 25c07f2cd7585d6b674ba310cf33fafa files/digest-euler-1.60.6 64 +MD5 b4d0635e11466c626dbb6239e4660eba ChangeLog 3042 +MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 797a67ee56e452b239fbadb6a9a8c319 files/euler-1.60.6.patch 284 MD5 25c07f2cd7585d6b674ba310cf33fafa files/digest-euler-1.60.6-r1 64 MD5 9efb40aa017b65e543bc280229e78da6 files/euler-1.60-compound_statements.patch 851 diff --git a/sci-mathematics/euler/euler-1.60.6.ebuild b/sci-mathematics/euler/euler-1.60.6.ebuild deleted file mode 100644 index 29b1e33cb209..000000000000 --- a/sci-mathematics/euler/euler-1.60.6.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/euler/euler-1.60.6.ebuild,v 1.2 2005/01/11 17:16:25 gustavoz Exp $ - -inherit eutils -IUSE="" - -#euler only uses two major numners internally, need to do some mangling -MajVer="$(echo ${PV}|cut -d '.' -f 1,2)" -S=${WORKDIR}/${PN}-${MajVer} - -DESCRIPTION="Mathematical programming environment" -HOMEPAGE="http://euler.sourceforge.net/" -SRC_URI="mirror://sourceforge/euler/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc -sparc" - -DEPEND="virtual/libc - virtual/x11 - =x11-libs/gtk+-1.2*" - -src_unpack() { - unpack ${P}.tar.gz - - cd ${S}/source - epatch ${FILESDIR}/${P}.patch - epatch ${FILESDIR}/euler-1.60-compound_statements.patch - sed -e "s:share/euler/docs/index.html:share/doc/${P}/html/index.html:" \ - -i main.c -} - -src_compile() { - cd ${S}/source - emake INSTALL_DIR=/usr || die -} - -src_install() { - cd ${S}/source - dodir usr usr/share usr/bin - make INSTALL_DIR=${D}/usr install || die - - cd ${S} - dodir usr/share/doc/${P}/html - mv ${D}/usr/share/doc/${PN}/* ${D}/usr/share/doc/${PF}/html - rm -rf ${D}/usr/share/doc/${PN} - dodoc ChangeLog README TODO -} diff --git a/sci-mathematics/euler/files/digest-euler-1.60.6 b/sci-mathematics/euler/files/digest-euler-1.60.6 deleted file mode 100644 index 969cfd5375a3..000000000000 --- a/sci-mathematics/euler/files/digest-euler-1.60.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 e56a0f41c184fc2f416457f0c5ece78f euler-1.60.6.tar.gz 769602 |