Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/udunits/, sci-libs/udunits/files/
Date: Sat, 27 Feb 2021 16:54:39
Message-Id: 1614444830.9745cac4dd3ab20127cdaff8846da22930881a37.sam@gentoo
1 commit: 9745cac4dd3ab20127cdaff8846da22930881a37
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Sat Feb 27 16:24:22 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 16:53:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9745cac4
7
8 sci-libs/udunits: Remove old
9
10 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-libs/udunits/Manifest | 1 -
14 .../udunits/files/udunits-2.1.15-autotools.patch | 61 ----------------------
15 sci-libs/udunits/udunits-2.1.24-r1.ebuild | 40 --------------
16 3 files changed, 102 deletions(-)
17
18 diff --git a/sci-libs/udunits/Manifest b/sci-libs/udunits/Manifest
19 index a9e0e7d4832..49a3f8d88fe 100644
20 --- a/sci-libs/udunits/Manifest
21 +++ b/sci-libs/udunits/Manifest
22 @@ -1,2 +1 @@
23 -DIST udunits-2.1.24.tar.gz 1059344 BLAKE2B a28f13e886d4db875078ffee7577f4e17712987b0d87df586e037c1f9a0986ad206ea8bf648920269890d458a6b65250c896f4ea9ec2e8e7bfbe6e1692967530 SHA512 71af2aa62300dd6a2c58318d75cb9182433a208e28446725334a3a80195ebdae77aebe66e6c4e12b53b675501cf3295de2960d1e8beb1496a547d4eed0cde98e
24 DIST udunits-2.2.28.tar.gz 1224503 BLAKE2B 64d64c609cfbada505c5e163a1e757cd25c09dd75865f255ec8f3bfc26dfafa0f2b9b9997602cb91f80ae81e1fa74bfc0f2d9f3d2d29f880c64e8785e5cbb1a8 SHA512 86146d489e1d472723e059fb15a5dd697a67568ffb5cdba17d191eb304c018bffffea708a73cce50a6c87ad33b387e5ee6653377ae0ebe9986117dfd41e9a5a1
25
26 diff --git a/sci-libs/udunits/files/udunits-2.1.15-autotools.patch b/sci-libs/udunits/files/udunits-2.1.15-autotools.patch
27 deleted file mode 100644
28 index 31c67656a81..00000000000
29 --- a/sci-libs/udunits/files/udunits-2.1.15-autotools.patch
30 +++ /dev/null
31 @@ -1,61 +0,0 @@
32 -diff --git a/Makefile.am b/Makefile.am
33 -index 728e587..3c84c1b 100644
34 ---- a/Makefile.am
35 -+++ b/Makefile.am
36 -@@ -6,11 +6,11 @@
37 - #
38 - ## Process this file with automake to produce Makefile.in
39 - if COND_EXPAT
40 -- SUBDIRS = expat lib prog
41 -+ SUBDIRS = lib prog
42 - else
43 - SUBDIRS = lib prog
44 - endif
45 --DIST_SUBDIRS = expat lib prog test
46 -+DIST_SUBDIRS = lib prog test
47 - info_TEXINFOS = udunits2.texi
48 - udunits2_TEXINFOS = success.texi failure.texi make.texi
49 - EXTRA_DIST = \
50 -diff --git a/configure.ac b/configure.ac
51 -index 097f6eb..091e673 100644
52 ---- a/configure.ac
53 -+++ b/configure.ac
54 -@@ -13,7 +13,7 @@ AC_INIT(UDUNITS, 2.1.15, support-udunits@××××××××××××.edu)
55 - AC_CONFIG_SRCDIR([lib/converter.c])
56 - AC_CONFIG_AUX_DIR([.])
57 - AM_INIT_AUTOMAKE([foreign subdir-objects])
58 --AC_CONFIG_HEADERS([config.h expat/expat_config.h])
59 -+AC_CONFIG_HEADERS([config.h])
60 -
61 - CFLAGS_COVERAGE=''
62 - LIBS_COVERAGE=''
63 -@@ -37,7 +37,7 @@ AC_ARG_ENABLE([debug],
64 - CFLAGS="-g${CFLAGS:+ $CFLAGS}"
65 - debug=true ;;
66 - no)
67 -- CFLAGS="-O${CFLAGS:+ $CFLAGS}"
68 -+ CFLAGS="${CFLAGS:+ $CFLAGS}"
69 - debug=false ;;
70 - *) AC_MSG_ERROR([bad value ${enableval} for --enable-debug]) ;;
71 - esac],
72 -@@ -110,20 +110,12 @@ AM_CONDITIONAL([HAVE_CUNIT], [test "$LD_CUNIT"])
73 - AC_C_CONST
74 - AC_TYPE_SIZE_T
75 -
76 --# Needed for the Expat subpackage:
77 --AC_C_BIGENDIAN([byteorder=4321], [byteorder=1234])
78 --AC_DEFINE_UNQUOTED([BYTEORDER], [$byteorder],
79 -- [Define to 4321 for big-endian and 1234 for little-endian])
80 --AC_DEFINE([XML_CONTEXT_BYTES], 1024,
81 -- [How much context to retain around the current parse point.])
82 --
83 - # Checks for library functions.
84 - AC_CHECK_FUNCS([floor memmove memset modf pow strcasecmp strdup strpbrk])
85 -
86 - AC_PROG_LIBTOOL
87 -
88 - AC_CONFIG_FILES([Makefile
89 -- expat/Makefile
90 - lib/Makefile
91 - lib/xmlFailures/Makefile
92 - lib/xmlSuccesses/Makefile
93
94 diff --git a/sci-libs/udunits/udunits-2.1.24-r1.ebuild b/sci-libs/udunits/udunits-2.1.24-r1.ebuild
95 deleted file mode 100644
96 index 4ab59d99c97..00000000000
97 --- a/sci-libs/udunits/udunits-2.1.24-r1.ebuild
98 +++ /dev/null
99 @@ -1,40 +0,0 @@
100 -# Copyright 1999-2020 Gentoo Authors
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=5
104 -
105 -inherit autotools eutils fortran-2
106 -
107 -DESCRIPTION="Library for manipulating units of physical quantities"
108 -HOMEPAGE="https://www.unidata.ucar.edu/software/udunits/"
109 -SRC_URI="ftp://ftp.unidata.ucar.edu/pub/udunits/${P}.tar.gz"
110 -
111 -SLOT="0"
112 -LICENSE="UCAR-Unidata"
113 -KEYWORDS="~alpha amd64 ~hppa ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux"
114 -IUSE="static-libs"
115 -
116 -RDEPEND="dev-libs/expat"
117 -DEPEND="${RDEPEND}"
118 -
119 -src_prepare() {
120 - # respect user's flags, compile with system libexpat
121 - epatch "${FILESDIR}"/${PN}-2.1.15-autotools.patch
122 - rm -rf expat || die
123 - eautoreconf
124 -}
125 -
126 -src_configure() {
127 - econf \
128 - --docdir="${EPREFIX}/usr/share/doc/${PF}" \
129 - $(use_enable static-libs static)
130 -}
131 -
132 -src_install() {
133 - default
134 - doinfo udunits2.info prog/udunits2prog.info
135 - dodoc CHANGE_LOG ANNOUNCEMENT
136 - dodoc udunits2.pdf prog/udunits2prog.pdf
137 - docinto html
138 - dodoc udunits2.html prog/udunits2prog.html
139 -}