summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-06-21 11:42:43 +0000
committerJustin Lecher <jlec@gentoo.org>2015-06-21 11:42:43 +0000
commitb950c537fe1d8ff288515d53d7ad2ee044fb9f43 (patch)
tree763feeda3d84753e826498e006eb6a26da7ec0fa /sci-libs
parentClean old patches (diff)
downloadgentoo-2-b950c537fe1d8ff288515d53d7ad2ee044fb9f43.tar.gz
gentoo-2-b950c537fe1d8ff288515d53d7ad2ee044fb9f43.tar.bz2
gentoo-2-b950c537fe1d8ff288515d53d7ad2ee044fb9f43.zip
Clean old; obsoletes bug #261568
(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/amd/ChangeLog6
-rw-r--r--sci-libs/amd/amd-2.2.0.ebuild38
-rw-r--r--sci-libs/amd/files/amd-2.2.0-autotools.patch100
3 files changed, 5 insertions, 139 deletions
diff --git a/sci-libs/amd/ChangeLog b/sci-libs/amd/ChangeLog
index a1da2b17b538..98476b7feaf2 100644
--- a/sci-libs/amd/ChangeLog
+++ b/sci-libs/amd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/amd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.44 2015/05/13 05:58:22 jmorgan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.45 2015/06/21 11:42:43 jlec Exp $
+
+ 21 Jun 2015; Justin Lecher <jlec@gentoo.org> -amd-2.2.0.ebuild,
+ -files/amd-2.2.0-autotools.patch:
+ Clean old; obsoletes bug #261568
13 May 2015; Jack Morgan <jmorgan@gentoo.org> amd-2.3.1.ebuild:
sparc stable wrt bug #534626
diff --git a/sci-libs/amd/amd-2.2.0.ebuild b/sci-libs/amd/amd-2.2.0.ebuild
deleted file mode 100644
index 6507015439e4..000000000000
--- a/sci-libs/amd/amd-2.2.0.ebuild
+++ /dev/null
@@ -1,38 +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/amd/amd-2.2.0.ebuild,v 1.24 2015/02/22 00:53:19 mattst88 Exp $
-
-inherit autotools eutils fortran-2 toolchain-funcs
-
-MY_PN=AMD
-
-DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization"
-HOMEPAGE="http://www.cise.ufl.edu/research/sparse/amd"
-SRC_URI="http://www.cise.ufl.edu/research/sparse/${PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS=" amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE="doc"
-
-DEPEND="sci-libs/ufconfig"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch \
- "${FILESDIR}"/${P}-autotools.patch
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README.txt Doc/ChangeLog || die "dodoc failed"
- if use doc; then
- insinto /usr/share/doc/${PF}
- doins Doc/AMD_UserGuide.pdf || die "doc install failed"
- fi
-}
diff --git a/sci-libs/amd/files/amd-2.2.0-autotools.patch b/sci-libs/amd/files/amd-2.2.0-autotools.patch
deleted file mode 100644
index bcf9ca8abaef..000000000000
--- a/sci-libs/amd/files/amd-2.2.0-autotools.patch
+++ /dev/null
@@ -1,100 +0,0 @@
---- configure.ac 1970-01-01 01:00:00.000000000 +0100
-+++ configure.ac 2007-08-18 16:31:52.575954410 +0100
-@@ -0,0 +1,14 @@
-+# -*- Autoconf -*-
-+AC_PREREQ(2.59)
-+AC_INIT(amd, 2.2.0, davis@cise.ufl.edu)
-+AC_CONFIG_SRCDIR([Source/amd_global.c])
-+AC_CONFIG_HEADER([config.h])
-+AM_INIT_AUTOMAKE([foreign])
-+AC_PROG_INSTALL
-+AC_PROG_F77
-+AC_PROG_LIBTOOL
-+AC_CHECK_LIB(m, sqrt)
-+AC_CONFIG_FILES([Source/Makefile
-+ Demo/Makefile
-+ Makefile])
-+AC_OUTPUT
---- Demo/Makefile.am 1970-01-01 01:00:00.000000000 +0100
-+++ Demo/Makefile.am 2007-08-18 17:58:28.566755030 +0100
-@@ -0,0 +1,45 @@
-+AM_CPPFLAGS = -I$(top_srcdir)/Include
-+LDADD = $(top_builddir)/Source/libamd.la -lm
-+check_PROGRAMS = \
-+ amd_simple \
-+ amd_demo \
-+ amd_demo2 \
-+ amd_l_demo \
-+ amd_f77demo \
-+ amd_f77simple
-+# buggy demo
-+# amd_f77cross
-+
-+amd_demo_SOURCES = amd_demo.c
-+amd_l_demo_SOURCES = amd_l_demo.c
-+amd_demo2_SOURCES = amd_demo2.c
-+amd_simple_SOURCES = amd_simple.c
-+
-+amd_f77demo_SOURCES = amd_f77demo.f
-+amd_f77demo_LDADD = $(LDADD) $(top_builddir)/Source/libamdf77.la
-+amd_f77simple_SOURCES = amd_f77simple.f
-+amd_f77simple_LDADD = $(LDADD) $(top_builddir)/Source/libamdf77.la
-+amd_f77wrapper_CPPFLAGS = -DDINT
-+#amd_f77cross_SOURCES = amd_f77cross.f amd_f77wrapper.f
-+#amd_f77cross_LDADD = $(LDADD) $(top_builddir)/Source/libamdf77.la
-+
-+check-local: $(check_PROGRAMS)
-+ @for i in $(check_PROGRAMS); do \
-+ echo " ----------" ; \
-+ ./$$i$(EXEEXT) > my_$$i.out; \
-+ diff my_$$i.out $(srcdir)/$$i.out > /dev/null; \
-+ if test "x$$?" = "x0"; then \
-+ echo "Test $$i PASSED."; \
-+ else \
-+ echo "** Test $$i FAILED. Diff: "; \
-+ diff my_$$i.out $(srcdir)/$$i.out; \
-+ doexit="yes"; \
-+ fi; \
-+ done; \
-+ echo " ----------" ; \
-+ if test "x$$doexit" = "xyes"; then \
-+ exit 1; \
-+ fi
-+
-+clean-local:
-+ -rm -f my_*.out
---- Makefile.am 1970-01-01 01:00:00.000000000 +0100
-+++ Makefile.am 2007-08-18 14:20:51.230268114 +0100
-@@ -0,0 +1,3 @@
-+SUBDIRS = Demo Source
-+EXTRA_DIST = README.txt
-+include_HEADERS = Include/amd.h Include/amd_internal.h
---- Source/Makefile.am 1970-01-01 01:00:00.000000000 +0100
-+++ Source/Makefile.am 2007-08-18 16:32:15.237245803 +0100
-@@ -0,0 +1,26 @@
-+AMDCSRC = \
-+ amd_1.c \
-+ amd_2.c \
-+ amd_aat.c \
-+ amd_control.c \
-+ amd_defaults.c \
-+ amd_dump.c \
-+ amd_info.c \
-+ amd_order.c \
-+ amd_postorder.c \
-+ amd_post_tree.c \
-+ amd_preprocess.c \
-+ amd_valid.c
-+
-+lib_LTLIBRARIES = libamd.la libamdf77.la
-+noinst_LTLIBRARIES = libamdi.la libamdl.la
-+AM_CPPFLAGS = -I$(top_srcdir)/Include
-+
-+libamdi_la_SOURCES = $(AMDCSRC)
-+libamdi_la_CPPFLAGS = $(AM_CPPFLAGS) -DDINT
-+libamdl_la_SOURCES = $(AMDCSRC)
-+libamdl_la_CPPFLAGS = $(AM_CPPFLAGS) -DDLONG
-+
-+libamd_la_SOURCES = amd_global.c
-+libamd_la_LIBADD = libamdl.la libamdi.la
-+libamdf77_la_SOURCES = amd.f amdbar.f