From 8d6799bcf05704fc9645c8a5668edc16e8c39cf6 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 13 Apr 2020 13:36:52 -0400 Subject: sci-mathematics/glpk: remove old "unused" version and files. Closes: https://bugs.gentoo.org/666060 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michael Orlitzky --- sci-mathematics/glpk/Manifest | 1 - .../files/glpk-4.63-debundle-system-libs.patch | 94 ---------------------- sci-mathematics/glpk/glpk-4.63.ebuild | 63 --------------- 3 files changed, 158 deletions(-) delete mode 100644 sci-mathematics/glpk/files/glpk-4.63-debundle-system-libs.patch delete mode 100644 sci-mathematics/glpk/glpk-4.63.ebuild (limited to 'sci-mathematics') diff --git a/sci-mathematics/glpk/Manifest b/sci-mathematics/glpk/Manifest index 6c89c63e486b..05714aa32b3c 100644 --- a/sci-mathematics/glpk/Manifest +++ b/sci-mathematics/glpk/Manifest @@ -1,2 +1 @@ -DIST glpk-4.63.tar.gz 4131787 BLAKE2B 791fa1a1424011668019e180fc245c0319f601255f596affe87afa0df47d9d615a8accd794d51c15bff5fe4fe6409369362f6c9e82bdde67903177b8da55e891 SHA512 3ee9b9ec5322282a9c62b2ee209fc7760383a6a764ef3816445ffb66f15ed4d00309bff1b98d50c243b58aa74f83072afde45c389799e637e11e86f4db45276c DIST glpk-4.65.tar.gz 4167110 BLAKE2B 4ccb5cd8301bdca2ccdecfc1648642afe26ff0a1ee9a75cb5a3906838086e5c41edfb16e7c55f4ad677d192f6a66b866f2d917c5be7103da7141bfb1f74e636b SHA512 997e8e599ff1718a08c66b86eadd0e01f4644899f1e95920f8ae91d66b4d8361021766b346845f4dcbcfe667b41ab72ea3d377017a0ebf85d7ece091cfd81375 diff --git a/sci-mathematics/glpk/files/glpk-4.63-debundle-system-libs.patch b/sci-mathematics/glpk/files/glpk-4.63-debundle-system-libs.patch deleted file mode 100644 index e836219d0add..000000000000 --- a/sci-mathematics/glpk/files/glpk-4.63-debundle-system-libs.patch +++ /dev/null @@ -1,94 +0,0 @@ -Remove suitesparse (camd,colamd) and zlib bundles -bicatali - apr 2014 -Updated for 4.57 by soap (Jan 2016) -Updated for 4.60 by bicatali (Dec 2016) -Updated for 4.63 by bicatali (Jul 2017) - -diff -Nuar --exclude '*.orig' --exclude '*.rej' --exclude '*~' glpk-4.63.orig/configure.ac glpk-4.63/configure.ac ---- glpk-4.63.orig/configure.ac 2017-07-25 00:00:00.000000000 -0700 -+++ glpk-4.63/configure.ac 2017-07-27 14:10:47.986520907 -0700 -@@ -69,6 +69,11 @@ - dnl Check for math library - AC_CHECK_LIB([m], [exp]) - -+AC_CHECK_LIB([amd], [amd_1]) -+AC_CHECK_LIB([colamd], [colamd]) -+AC_CHECK_HEADER([amd.h]) -+AC_CHECK_LIB([z], [gzopen]) -+ - dnl Check for header - AC_CHECK_HEADER([sys/time.h], - AC_DEFINE([HAVE_SYS_TIME_H], [1], [N/A])) -diff -Nuar --exclude '*.orig' --exclude '*.rej' --exclude '*~' glpk-4.63.orig/src/Makefile.am glpk-4.63/src/Makefile.am ---- glpk-4.63.orig/src/Makefile.am 2017-07-25 00:00:00.000000000 -0700 -+++ glpk-4.63/src/Makefile.am 2017-07-27 14:11:30.841536062 -0700 -@@ -6,18 +6,15 @@ - - libglpk_la_CPPFLAGS = \ - -I$(srcdir) \ ---I$(srcdir)/amd \ - -I$(srcdir)/api \ - -I$(srcdir)/bflib \ - -I$(srcdir)/cglib \ ---I$(srcdir)/colamd \ - -I$(srcdir)/env \ - -I$(srcdir)/minisat \ - -I$(srcdir)/misc \ - -I$(srcdir)/mpl \ - -I$(srcdir)/proxy \ ---I$(srcdir)/simplex \ ---I$(srcdir)/zlib -+-I$(srcdir)/simplex - - libglpk_la_LDFLAGS = \ - -version-info 42:2:2 \ -@@ -57,18 +54,6 @@ - glpssx01.c \ - glpssx02.c \ - lux.c \ --amd/amd_1.c \ --amd/amd_2.c \ --amd/amd_aat.c \ --amd/amd_control.c \ --amd/amd_defaults.c \ --amd/amd_dump.c \ --amd/amd_info.c \ --amd/amd_order.c \ --amd/amd_post_tree.c \ --amd/amd_postorder.c \ --amd/amd_preprocess.c \ --amd/amd_valid.c \ - api/advbas.c \ - api/asnhall.c \ - api/asnlp.c \ -@@ -142,7 +127,6 @@ - cglib/gmigen.c \ - cglib/mirgen.c \ - cglib/spv.c \ --colamd/colamd.c \ - env/alloc.c \ - env/dlsup.c \ - env/env.c \ -@@ -196,21 +180,6 @@ - simplex/spxprob.c \ - simplex/spychuzc.c \ - simplex/spychuzr.c \ --simplex/spydual.c \ --zlib/adler32.c \ --zlib/compress.c \ --zlib/crc32.c \ --zlib/deflate.c \ --zlib/gzclose.c \ --zlib/gzlib.c \ --zlib/gzread.c \ --zlib/gzwrite.c \ --zlib/inffast.c \ --zlib/inflate.c \ --zlib/inftrees.c \ --zlib/trees.c \ --zlib/uncompr.c \ --zlib/zio.c \ --zlib/zutil.c -+simplex/spydual.c - - ## eof ## diff --git a/sci-mathematics/glpk/glpk-4.63.ebuild b/sci-mathematics/glpk/glpk-4.63.ebuild deleted file mode 100644 index e895918d23a1..000000000000 --- a/sci-mathematics/glpk/glpk-4.63.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools flag-o-matic toolchain-funcs - -DESCRIPTION="GNU Linear Programming Kit" -LICENSE="GPL-3" -HOMEPAGE="https://www.gnu.org/software/glpk/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -SLOT="0/40" -IUSE="doc examples gmp odbc mysql static-libs" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" - -RDEPEND=" - sci-libs/amd:0= - sci-libs/colamd:= - sys-libs/zlib:0= - gmp? ( dev-libs/gmp:0= ) - mysql? ( virtual/mysql ) - odbc? ( || ( dev-db/libiodbc:0 dev-db/unixODBC:0 ) )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-4.63-debundle-system-libs.patch -) - -src_prepare() { - sed -e 's#CPPFLAGS="-I/usr/include/mysql#CPPFLAGS="-I'"${EPREFIX}"'/usr/include/mysql#' -i configure.ac || die - use odbc && [[ -z $(type -P odbc_config) ]] && \ - append-cppflags $($(tc-getPKG_CONFIG) --cflags libiodbc) - - default - eautoreconf -} - -src_configure() { - local myconf - if use mysql || use odbc; then - myconf="--enable-dl" - else - myconf="--disable-dl" - fi - - econf ${myconf} \ - $(use_enable mysql) \ - $(use_enable odbc) \ - $(use_enable static-libs static) \ - $(use_with gmp) -} - -src_install() { - default - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - docompress -x /usr/share/doc/${PF}/examples - fi - use doc && dodoc doc/*.pdf doc/notes/*.pdf doc/*.txt -} -- cgit v1.2.3-65-gdbad