aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan-Christofer Demay <jcdemay@gmail.com>2009-10-24 02:10:50 +0000
committerJonathan-Christofer Demay <jcdemay@gmail.com>2009-10-24 02:10:50 +0000
commit39a693c44d40ce52ae2b5ce97338a63952baf60e (patch)
tree76297d60d2a6c81a4fcfa1bd0b1729489308a514
parentmore eapi2 updates (diff)
parentMerge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sci (diff)
downloadsci-39a693c44d40ce52ae2b5ce97338a63952baf60e.tar.gz
sci-39a693c44d40ce52ae2b5ce97338a63952baf60e.tar.bz2
sci-39a693c44d40ce52ae2b5ce97338a63952baf60e.zip
Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sci
-rw-r--r--sci-mathematics/sage-bin/ChangeLog14
-rw-r--r--sci-mathematics/sage-bin/Manifest4
-rw-r--r--sci-mathematics/sage-bin/metadata.xml12
-rw-r--r--sci-mathematics/sage-bin/sage-bin-3.1.4.ebuild35
4 files changed, 0 insertions, 65 deletions
diff --git a/sci-mathematics/sage-bin/ChangeLog b/sci-mathematics/sage-bin/ChangeLog
deleted file mode 100644
index 787c9592c..000000000
--- a/sci-mathematics/sage-bin/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-# ChangeLog for sci-mathematics/sage-bin
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 06 Nov 2008; Tim Cera <timcera@earthlink.net> -sage-bin-3.1.2.ebuild,
- +sage-bin-3.1.4.ebuild:
- Version bump. Verson 3.1.2 no longer available for download. Minor change in
- SRC. Changed to explicit movement of sage-* directory and explicit creation
- of /usr/bin/sage symlink.
-
- 08 Oct 2008; Tim Cera <timcera@earthlink.net> +sage-bin-3.1.2.ebuild,
- +metadata.xml:
- Initial ebuild.
-
diff --git a/sci-mathematics/sage-bin/Manifest b/sci-mathematics/sage-bin/Manifest
deleted file mode 100644
index fc7a1cc46..000000000
--- a/sci-mathematics/sage-bin/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST sage-3.1.4-rhel5-32bitIntelXeon-i686-Linux.tar.gz 378914155 RMD160 bb0bc98734df2609ec8c1927e41ba8989aa1336d SHA1 bbc07a6cc52ac2a9505944bb368d8e5c4b32b8e8 SHA256 42589f478592912a3b9a34d25f08b6793c6faee24cf56232ff96d8623c4f56d8
-EBUILD sage-bin-3.1.4.ebuild 722 RMD160 7d2eb215db228598a719595230a4c2a37c7d89af SHA1 0f8d5e40d7362b3e79a0347cd8d953410d10af84 SHA256 727a553f4cfdd8fc36fa5c9af7cb52fddf2548eac6c490c668a0488e888787a0
-MISC ChangeLog 517 RMD160 da4804f7614b2f76b2f3fdd4b65e4a61ed4cd26b SHA1 e47a40733e27215be696bfb1f13879fdef951fe5 SHA256 5a6d5674781d17ce764ea98dbeac7aeb8f47ade183f37fea48453664d0801d76
-MISC metadata.xml 382 RMD160 8de737d72790910d3d1d9af886241651974b620e SHA1 1aea9e9694fc83551aaddcad724c8b4763cd883e SHA256 64d39a23d1e079a09044a89ac2c1ff67b4345e3dd6b584b860c74d67b703702c
diff --git a/sci-mathematics/sage-bin/metadata.xml b/sci-mathematics/sage-bin/metadata.xml
deleted file mode 100644
index c12291562..000000000
--- a/sci-mathematics/sage-bin/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-<maintainer>
-<email>timcera@earthlink.net</email>
-<name>Tim Cera</name>
-</maintainer>
-<longdescription lang="en">
-Math software for algebra, geometry, number theory, cryptography, and numerical computation.
-</longdescription>
-</pkgmetadata>
diff --git a/sci-mathematics/sage-bin/sage-bin-3.1.4.ebuild b/sci-mathematics/sage-bin/sage-bin-3.1.4.ebuild
deleted file mode 100644
index 7f792693a..000000000
--- a/sci-mathematics/sage-bin/sage-bin-3.1.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MY_P="${P/-bin/}"
-MY_SRC="${MY_P}-rhel5-32bitIntelXeon-i686-Linux"
-
-DESCRIPTION="Math software for algebra, geometry, number theory, cryptography,
-and numerical computation."
-HOMEPAGE="http://www.sagemath.org"
-SRC_URI="http://sagemath.org/bin/linux/32bit/${MY_SRC}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-
-RDEPEND=">=virtual/jre-1.4
- ${DEPEND}"
-
-
-src_install() {
- dodir /opt/sage-bin
- mv "${MY_SRC}" "${D}"/opt/sage-bin
- dosym /opt/sage-bin/"${MY_SRC}"/sage /usr/bin/sage
-}
-
-
-pkg_postinst() {
- # Running corrects all paths to the new location
- /usr/bin/sage <<< quit
-}
-