* [gentoo-commits] proj/sci:master commit in: sci-libs/m4ri/
@ 2011-09-18 8:44 Andreas Hüttel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Hüttel @ 2011-09-18 8:44 UTC (permalink / raw
To: gentoo-commits
commit: 1625327261bbcdf54115a0f1b068b440ad84ef8d
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 08:44:56 2011 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 08:44:56 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=16253272
Add $(use_enable debug) on request from mgorny
(Portage version: 2.1.10.17/git/Linux x86_64, signed Manifest commit with key 7887F787)
---
sci-libs/m4ri/ChangeLog | 5 ++++-
sci-libs/m4ri/m4ri-20100221.ebuild | 3 ++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/sci-libs/m4ri/ChangeLog b/sci-libs/m4ri/ChangeLog
index d2f04b7..c2ef4c1 100644
--- a/sci-libs/m4ri/ChangeLog
+++ b/sci-libs/m4ri/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-libs/m4ri
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 18 Sep 2011; Andreas K. Huettel <dilfridge@gentoo.org> m4ri-20100221.ebuild:
+ Add $(use_enable debug) on request from mgorny
+
*m4ri-20100221 (20 Aug 2010)
20 Aug 2010; Christopher Schwan <cschwan@students.uni-mainz.de>
diff --git a/sci-libs/m4ri/m4ri-20100221.ebuild b/sci-libs/m4ri/m4ri-20100221.ebuild
index b6ba7f0..838fed4 100644
--- a/sci-libs/m4ri/m4ri-20100221.ebuild
+++ b/sci-libs/m4ri/m4ri-20100221.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -31,6 +31,7 @@ src_configure() {
# switch from yakuake to desktop
myeconfargs=(
$(use_with openmp)
+ $(use_enable debug)
)
autotools-utils_src_configure
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/m4ri/
@ 2014-09-04 22:32 Francois Bissey
0 siblings, 0 replies; 2+ messages in thread
From: Francois Bissey @ 2014-09-04 22:32 UTC (permalink / raw
To: gentoo-commits
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 <dilfridge@gentoo.org> m4ri-20100221.ebuild:
- Add $(use_enable debug) on request from mgorny
-
-*m4ri-20100221 (20 Aug 2010)
-
- 20 Aug 2010; Christopher Schwan <cschwan@students.uni-mainz.de>
- +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 <f.r.bissey@massey.ac.nz>
- -m4ri-20080624.ebuild, +m4ri-20090512.ebuild:
- version bump
-
- 16 Jul 2008; Francois Bissey <f.r.bissey@massey.ac.nz> 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>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-04 22:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-04 22:32 [gentoo-commits] proj/sci:master commit in: sci-libs/m4ri/ Francois Bissey
-- strict thread matches above, loose matches on Subject: below --
2011-09-18 8:44 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox