diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-02-27 17:24:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-27 16:53:50 +0000 |
commit | 9745cac4dd3ab20127cdaff8846da22930881a37 (patch) | |
tree | 677a8d93806171e30cd3ed5af049307e5995f46a /sci-libs/udunits | |
parent | sci-biology/finchtv: Remove old (diff) | |
download | gentoo-9745cac4dd3ab20127cdaff8846da22930881a37.tar.gz gentoo-9745cac4dd3ab20127cdaff8846da22930881a37.tar.bz2 gentoo-9745cac4dd3ab20127cdaff8846da22930881a37.zip |
sci-libs/udunits: Remove old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/udunits')
-rw-r--r-- | sci-libs/udunits/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/udunits/files/udunits-2.1.15-autotools.patch | 61 | ||||
-rw-r--r-- | sci-libs/udunits/udunits-2.1.24-r1.ebuild | 40 |
3 files changed, 0 insertions, 102 deletions
diff --git a/sci-libs/udunits/Manifest b/sci-libs/udunits/Manifest index a9e0e7d48323..49a3f8d88fe0 100644 --- a/sci-libs/udunits/Manifest +++ b/sci-libs/udunits/Manifest @@ -1,2 +1 @@ -DIST udunits-2.1.24.tar.gz 1059344 BLAKE2B a28f13e886d4db875078ffee7577f4e17712987b0d87df586e037c1f9a0986ad206ea8bf648920269890d458a6b65250c896f4ea9ec2e8e7bfbe6e1692967530 SHA512 71af2aa62300dd6a2c58318d75cb9182433a208e28446725334a3a80195ebdae77aebe66e6c4e12b53b675501cf3295de2960d1e8beb1496a547d4eed0cde98e DIST udunits-2.2.28.tar.gz 1224503 BLAKE2B 64d64c609cfbada505c5e163a1e757cd25c09dd75865f255ec8f3bfc26dfafa0f2b9b9997602cb91f80ae81e1fa74bfc0f2d9f3d2d29f880c64e8785e5cbb1a8 SHA512 86146d489e1d472723e059fb15a5dd697a67568ffb5cdba17d191eb304c018bffffea708a73cce50a6c87ad33b387e5ee6653377ae0ebe9986117dfd41e9a5a1 diff --git a/sci-libs/udunits/files/udunits-2.1.15-autotools.patch b/sci-libs/udunits/files/udunits-2.1.15-autotools.patch deleted file mode 100644 index 31c67656a815..000000000000 --- a/sci-libs/udunits/files/udunits-2.1.15-autotools.patch +++ /dev/null @@ -1,61 +0,0 @@ -diff --git a/Makefile.am b/Makefile.am -index 728e587..3c84c1b 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -6,11 +6,11 @@ - # - ## Process this file with automake to produce Makefile.in - if COND_EXPAT -- SUBDIRS = expat lib prog -+ SUBDIRS = lib prog - else - SUBDIRS = lib prog - endif --DIST_SUBDIRS = expat lib prog test -+DIST_SUBDIRS = lib prog test - info_TEXINFOS = udunits2.texi - udunits2_TEXINFOS = success.texi failure.texi make.texi - EXTRA_DIST = \ -diff --git a/configure.ac b/configure.ac -index 097f6eb..091e673 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -13,7 +13,7 @@ AC_INIT(UDUNITS, 2.1.15, support-udunits@unidata.ucar.edu) - AC_CONFIG_SRCDIR([lib/converter.c]) - AC_CONFIG_AUX_DIR([.]) - AM_INIT_AUTOMAKE([foreign subdir-objects]) --AC_CONFIG_HEADERS([config.h expat/expat_config.h]) -+AC_CONFIG_HEADERS([config.h]) - - CFLAGS_COVERAGE='' - LIBS_COVERAGE='' -@@ -37,7 +37,7 @@ AC_ARG_ENABLE([debug], - CFLAGS="-g${CFLAGS:+ $CFLAGS}" - debug=true ;; - no) -- CFLAGS="-O${CFLAGS:+ $CFLAGS}" -+ CFLAGS="${CFLAGS:+ $CFLAGS}" - debug=false ;; - *) AC_MSG_ERROR([bad value ${enableval} for --enable-debug]) ;; - esac], -@@ -110,20 +110,12 @@ AM_CONDITIONAL([HAVE_CUNIT], [test "$LD_CUNIT"]) - AC_C_CONST - AC_TYPE_SIZE_T - --# Needed for the Expat subpackage: --AC_C_BIGENDIAN([byteorder=4321], [byteorder=1234]) --AC_DEFINE_UNQUOTED([BYTEORDER], [$byteorder], -- [Define to 4321 for big-endian and 1234 for little-endian]) --AC_DEFINE([XML_CONTEXT_BYTES], 1024, -- [How much context to retain around the current parse point.]) -- - # Checks for library functions. - AC_CHECK_FUNCS([floor memmove memset modf pow strcasecmp strdup strpbrk]) - - AC_PROG_LIBTOOL - - AC_CONFIG_FILES([Makefile -- expat/Makefile - lib/Makefile - lib/xmlFailures/Makefile - lib/xmlSuccesses/Makefile diff --git a/sci-libs/udunits/udunits-2.1.24-r1.ebuild b/sci-libs/udunits/udunits-2.1.24-r1.ebuild deleted file mode 100644 index 4ab59d99c971..000000000000 --- a/sci-libs/udunits/udunits-2.1.24-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils fortran-2 - -DESCRIPTION="Library for manipulating units of physical quantities" -HOMEPAGE="https://www.unidata.ucar.edu/software/udunits/" -SRC_URI="ftp://ftp.unidata.ucar.edu/pub/udunits/${P}.tar.gz" - -SLOT="0" -LICENSE="UCAR-Unidata" -KEYWORDS="~alpha amd64 ~hppa ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" - -RDEPEND="dev-libs/expat" -DEPEND="${RDEPEND}" - -src_prepare() { - # respect user's flags, compile with system libexpat - epatch "${FILESDIR}"/${PN}-2.1.15-autotools.patch - rm -rf expat || die - eautoreconf -} - -src_configure() { - econf \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - $(use_enable static-libs static) -} - -src_install() { - default - doinfo udunits2.info prog/udunits2prog.info - dodoc CHANGE_LOG ANNOUNCEMENT - dodoc udunits2.pdf prog/udunits2prog.pdf - docinto html - dodoc udunits2.html prog/udunits2prog.html -} |