diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-21 11:32:12 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-21 11:32:12 +0000 |
commit | 325afdf54f7b62247fc6c28dbf435d9aa3be678d (patch) | |
tree | ebd435607b390e7f50f2a91a6428fbc4924549cc /sci-libs | |
parent | Propagate sparc keyword foward. (diff) | |
download | gentoo-2-325afdf54f7b62247fc6c28dbf435d9aa3be678d.tar.gz gentoo-2-325afdf54f7b62247fc6c28dbf435d9aa3be678d.tar.bz2 gentoo-2-325afdf54f7b62247fc6c28dbf435d9aa3be678d.zip |
Clean old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/metis/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/metis/metis-4.0.1-r1.ebuild | 41 |
2 files changed, 4 insertions, 42 deletions
diff --git a/sci-libs/metis/ChangeLog b/sci-libs/metis/ChangeLog index 501d016370f5..9a48418716ee 100644 --- a/sci-libs/metis/ChangeLog +++ b/sci-libs/metis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/metis # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/metis/ChangeLog,v 1.45 2015/04/07 14:42:19 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/metis/ChangeLog,v 1.46 2015/06/21 11:32:12 jlec Exp $ + + 21 Jun 2015; Justin Lecher <jlec@gentoo.org> -metis-4.0.1-r1.ebuild: + Clean old 31 Mar 2015; Agostino Sarubbo <ago@gentoo.org> metis-4.0.3.ebuild: Stable for ppc64, wrt bug #534644 diff --git a/sci-libs/metis/metis-4.0.1-r1.ebuild b/sci-libs/metis/metis-4.0.1-r1.ebuild deleted file mode 100644 index 3be00ade534f..000000000000 --- a/sci-libs/metis/metis-4.0.1-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/metis/metis-4.0.1-r1.ebuild,v 1.22 2015/02/22 00:50:27 mattst88 Exp $ - -EAPI=5 - -inherit autotools eutils fortran-2 - -MYP=${PN}-4.0 - -DESCRIPTION="A package for unstructured serial graph partitioning" -HOMEPAGE="http://www-users.cs.umn.edu/~karypis/metis/metis/index.html" -SRC_URI="http://glaros.dtc.umn.edu/gkhome/fetch/sw/${PN}/OLD/${P}.tar.gz" - -SLOT="0" -KEYWORDS="amd64 hppa ppc ppc64 sparc x86" -LICENSE="free-noncomm" -IUSE="doc static-libs" - -DEPEND="" -RDEPEND="${DEPEND} - !sci-libs/parmetis" - -S="${WORKDIR}/${MYP}" - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-autotools.patch \ - "${FILESDIR}"/${P}-gcc44.patch - eautoreconf -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc CHANGES || die "dodoc failed" - use doc && dodoc Doc/manual.ps -} |