From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B0ED8138E74 for ; Thu, 4 Sep 2014 22:32:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 078BEE09ED; Thu, 4 Sep 2014 22:32:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6646E09F0 for ; Thu, 4 Sep 2014 22:32:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82B4133FDA2 for ; Thu, 4 Sep 2014 22:32:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EBC94BB4 for ; Thu, 4 Sep 2014 22:32:00 +0000 (UTC) From: "Francois Bissey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Francois Bissey" Message-ID: <1409869846.6f1600029a9db4bfd1154451aad5dffb7f0e90a0.fbissey@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/m4ri/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/m4ri/ChangeLog sci-libs/m4ri/m4ri-20090512.ebuild sci-libs/m4ri/m4ri-20100221.ebuild sci-libs/m4ri/metadata.xml X-VCS-Directories: sci-libs/m4ri/ X-VCS-Committer: fbissey X-VCS-Committer-Name: Francois Bissey X-VCS-Revision: 6f1600029a9db4bfd1154451aad5dffb7f0e90a0 X-VCS-Branch: master Date: Thu, 4 Sep 2014 22:32:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7cd1bf87-b299-410b-bbe3-e78251c9d140 X-Archives-Hash: 591d4e7c2cd01b13cd1be21976656156 commit: 6f1600029a9db4bfd1154451aad5dffb7f0e90a0 Author: François Bissey canterbury ac nz> AuthorDate: Thu Sep 4 22:30:46 2014 +0000 Commit: Francois Bissey massey ac 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 m4ri-20100221.ebuild: - Add $(use_enable debug) on request from mgorny - -*m4ri-20100221 (20 Aug 2010) - - 20 Aug 2010; Christopher Schwan - +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 - -m4ri-20080624.ebuild, +m4ri-20090512.ebuild: - version bump - - 16 Jul 2008; Francois Bissey 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 @@ - - - - sci - 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. -