summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2006-04-09 23:42:48 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2006-04-09 23:42:48 +0000
commit9520036489e6fdbcda43a7ed635bdc0b8b302952 (patch)
tree00b179838c9455855761bf1fa84570ec8e522413
parentAdd PYTHONPATH to tests to make them work without userpriv in FEATURES. (diff)
downloadgentoo-2-9520036489e6fdbcda43a7ed635bdc0b8b302952.tar.gz
gentoo-2-9520036489e6fdbcda43a7ed635bdc0b8b302952.tar.bz2
gentoo-2-9520036489e6fdbcda43a7ed635bdc0b8b302952.zip
Marked ~amd64, pruned old version.
(Portage version: 2.1_pre7-r4)
-rw-r--r--sci-mathematics/kalamaris/ChangeLog6
-rw-r--r--sci-mathematics/kalamaris/files/digest-kalamaris-0.7.13
-rw-r--r--sci-mathematics/kalamaris/kalamaris-0.7.1-r1.ebuild4
-rw-r--r--sci-mathematics/kalamaris/kalamaris-0.7.1.ebuild41
4 files changed, 7 insertions, 47 deletions
diff --git a/sci-mathematics/kalamaris/ChangeLog b/sci-mathematics/kalamaris/ChangeLog
index b0ba9180cff1..b527d88739b1 100644
--- a/sci-mathematics/kalamaris/ChangeLog
+++ b/sci-mathematics/kalamaris/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/kalamaris
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kalamaris/ChangeLog,v 1.5 2006/02/02 17:18:04 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kalamaris/ChangeLog,v 1.6 2006/04/09 23:42:48 cryos Exp $
+
+ 09 Apr 2006; Marcus D. Hanwell <cryos@gentoo.org> -kalamaris-0.7.1.ebuild,
+ kalamaris-0.7.1-r1.ebuild:
+ Marked ~amd64, pruned old version.
*kalamaris-0.7.1-r1 (02 Feb 2006)
diff --git a/sci-mathematics/kalamaris/files/digest-kalamaris-0.7.1 b/sci-mathematics/kalamaris/files/digest-kalamaris-0.7.1
deleted file mode 100644
index 6b44f6411fe1..000000000000
--- a/sci-mathematics/kalamaris/files/digest-kalamaris-0.7.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 814c8c592dbf0ffe76b36ba157d8b2b4 kalamaris-0.7.1.tar.bz2 591429
-RMD160 68d562edf09138392849a83215b6db6bbefddb70 kalamaris-0.7.1.tar.bz2 591429
-SHA256 0b99acbea395462d4a4ab983acdb4ac37866cf285cdc942c0cc9b7cf754ea1f3 kalamaris-0.7.1.tar.bz2 591429
diff --git a/sci-mathematics/kalamaris/kalamaris-0.7.1-r1.ebuild b/sci-mathematics/kalamaris/kalamaris-0.7.1-r1.ebuild
index a0427bb9cdc7..43e50ce7f9b7 100644
--- a/sci-mathematics/kalamaris/kalamaris-0.7.1-r1.ebuild
+++ b/sci-mathematics/kalamaris/kalamaris-0.7.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kalamaris/kalamaris-0.7.1-r1.ebuild,v 1.1 2006/02/02 17:18:04 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kalamaris/kalamaris-0.7.1-r1.ebuild,v 1.2 2006/04/09 23:42:48 cryos Exp $
inherit kde flag-o-matic
@@ -9,7 +9,7 @@ HOMEPAGE="http://developer.kde.org/~larrosa/kalamaris.html"
SRC_URI="http://developer.kde.org/~larrosa/bin/${P}.tar.bz2"
LICENSE="GPL-2"
-KEYWORDS="~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
DEPEND="dev-libs/gmp"
diff --git a/sci-mathematics/kalamaris/kalamaris-0.7.1.ebuild b/sci-mathematics/kalamaris/kalamaris-0.7.1.ebuild
deleted file mode 100644
index b8c3203e8db9..000000000000
--- a/sci-mathematics/kalamaris/kalamaris-0.7.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kalamaris/kalamaris-0.7.1.ebuild,v 1.4 2006/02/02 17:18:04 markusle Exp $
-
-inherit kde
-
-DESCRIPTION="The KDE Computer Algebra System"
-HOMEPAGE="http://developer.kde.org/~larrosa/kalamaris.html"
-SRC_URI="http://developer.kde.org/~larrosa/bin/${P}.tar.bz2"
-LICENSE="GPL-2"
-
-KEYWORDS="~ppc ~sparc x86"
-
-DEPEND="dev-libs/gmp"
-
-need-kde 3
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- mkdir fakebin
- for prog in mcopidl artsc-config; do
- echo '#!/bin/sh' > fakebin/${prog}
- chmod +x fakebin/${prog}
- done
-}
-
-src_compile() {
- PATH="${PATH}:${KDEDIR}/bin:fakebin" econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- kde_src_install
- insinto /usr/share/${PN}/examples
- doins kalamaris/examples/*
- insinto /usr/share/${PN}/examples2
- doins kalamaris/examples2/*
-}