commit:     6f1600029a9db4bfd1154451aad5dffb7f0e90a0
Author:     François Bissey <francois.bissey <AT> canterbury <DOT> ac <DOT> nz>
AuthorDate: Thu Sep  4 22:30:46 2014 +0000
Commit:     Francois Bissey <f.r.bissey <AT> massey <DOT> ac <DOT> nz>
CommitDate: Thu Sep  4 22:30:46 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6f160002

Removing out of date m4ri. More up to date and maintained ebuilds in 
sage-on-gentoo overlay

---
 sci-libs/m4ri/ChangeLog            | 24 ------------------------
 sci-libs/m4ri/m4ri-20090512.ebuild | 18 ------------------
 sci-libs/m4ri/m4ri-20100221.ebuild | 38 --------------------------------------
 sci-libs/m4ri/metadata.xml         |  6 ------
 4 files changed, 86 deletions(-)

diff --git a/sci-libs/m4ri/ChangeLog b/sci-libs/m4ri/ChangeLog
deleted file mode 100644
index c2ef4c1..0000000
--- a/sci-libs/m4ri/ChangeLog
+++ /dev/null
@@ -1,24 +0,0 @@
-# ChangeLog for sci-libs/m4ri
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  18 Sep 2011; Andreas K. Huettel <[email protected]> m4ri-20100221.ebuild:
-  Add $(use_enable debug) on request from mgorny
-
-*m4ri-20100221 (20 Aug 2010)
-
-  20 Aug 2010; Christopher Schwan <[email protected]>
-  +m4ri-20100221.ebuild:
-  Version bump - ebuild taken from sage-on-gentoo overlay without
-  changes. New ebuild was migrated to autotools-utils and has an option
-  for USE=openmp
-
-*m4ri-20090512 (03 Nov 2009)
-
-  03 Nov 2009; François Bissey <[email protected]>
-  -m4ri-20080624.ebuild, +m4ri-20090512.ebuild:
-  version bump
-
-  16 Jul 2008; Francois Bissey <[email protected]> ChangeLog:
-  Initial import, see bug #230431
-

diff --git a/sci-libs/m4ri/m4ri-20090512.ebuild 
b/sci-libs/m4ri/m4ri-20090512.ebuild
deleted file mode 100644
index 4adad1d..0000000
--- a/sci-libs/m4ri/m4ri-20090512.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Method of four russian for inversion (M4RI)"
-HOMEPAGE="http://m4ri.sagemath.org/";
-SRC_URI="http://m4ri.sagemath.org/downloads/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-RESTRICT="mirror"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-src_install() {
-       make DESTDIR="${D}" install || die "make install failed"
-       dodoc README
-}

diff --git a/sci-libs/m4ri/m4ri-20100221.ebuild 
b/sci-libs/m4ri/m4ri-20100221.ebuild
deleted file mode 100644
index c4da27a..0000000
--- a/sci-libs/m4ri/m4ri-20100221.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-inherit autotools-utils
-
-MY_P="lib${P}"
-
-DESCRIPTION="Method of four russian for inversion (M4RI)"
-HOMEPAGE="http://m4ri.sagemath.org/";
-SRC_URI="mirror://sage/spkg/standard/${MY_P}.spkg -> ${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="debug openmp static-libs"
-
-RESTRICT="mirror"
-
-DEPEND="openmp? ( >=sys-devel/gcc-4.2[openmp] )"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}/src"
-
-DOCS=( AUTHORS README )
-
-src_configure() {
-       # cachetune option is not available, because it kills (at least my) X 
when I
-       # switch from yakuake to desktop
-       myeconfargs=(
-               $(use_with openmp)
-               $(use_enable debug)
-       )
-
-       autotools-utils_src_configure
-}

diff --git a/sci-libs/m4ri/metadata.xml b/sci-libs/m4ri/metadata.xml
deleted file mode 100644
index c1959fd..0000000
--- a/sci-libs/m4ri/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>sci</herd>
-       <longdescription>M4RI is a library for fast arithmetic with dense 
matrices over F2. The name M4RI comes from the first implemented algorithm: The 
'Method of the Four Russians' inversion algorithm published by Gregory Bard. 
This algorithm in turn is named after the 'Method of the Four Russians' 
multiplication algorithm which is probably better referred to as Kronrod's 
method.</longdescription>
-</pkgmetadata>

Reply via email to