diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-06-26 01:32:29 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-06-26 01:32:29 +0000 |
commit | fd506a8bfa6181b54dd8daa95085fda68e754b81 (patch) | |
tree | 082ecfffc250efa52093ce0a2f68dabb53eebaab /sci-mathematics | |
parent | Add patch from CVS, compile and install cgilib.test to make testing easier (diff) | |
download | gentoo-2-fd506a8bfa6181b54dd8daa95085fda68e754b81.tar.gz gentoo-2-fd506a8bfa6181b54dd8daa95085fda68e754b81.tar.bz2 gentoo-2-fd506a8bfa6181b54dd8daa95085fda68e754b81.zip |
Removed obsolete version.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/euler/ChangeLog | 5 | ||||
-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 |
3 files changed, 4 insertions, 51 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/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 |