Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcdio-paranoia/files/, dev-libs/libcdio-paranoia/
Date: Wed, 11 Sep 2019 09:09:42
Message-Id: 1568192972.7b925b6cc3933717563eb066bf789a5f13be35b6.polynomial-c@gentoo
1 commit: 7b925b6cc3933717563eb066bf789a5f13be35b6
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 11 08:55:40 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 11 09:09:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b925b6c
7
8 dev-libs/libcdio-paranoia: Removed old
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 dev-libs/libcdio-paranoia/Manifest | 1 -
14 .../files/libcdio-paranoia-0.90-mkdir_p.patch | 26 --------
15 .../libcdio-paranoia-0.90_p1-r1.ebuild | 64 -------------------
16 .../libcdio-paranoia-0.94_p2-r1.ebuild | 73 ----------------------
17 4 files changed, 164 deletions(-)
18
19 diff --git a/dev-libs/libcdio-paranoia/Manifest b/dev-libs/libcdio-paranoia/Manifest
20 index 7fce00f8b7d..2beae256720 100644
21 --- a/dev-libs/libcdio-paranoia/Manifest
22 +++ b/dev-libs/libcdio-paranoia/Manifest
23 @@ -1,4 +1,3 @@
24 -DIST libcdio-paranoia-10.2+0.90+1.tar.gz 634050 BLAKE2B 10a7f8b2a45e5605afa6961132f0bf949ba51222a6c23b7a933032e3e430e60104eae8f7d49fc6ec18894fe0e826e9387f67f186af0ba277a9e7341484aa8ac3 SHA512 c3d00b57f22deb19be929ba87f41bbd83fc51ca66e8ccc1da7acb4131d85449fdd38161cc3ec0f1714fc0571e219d72029b5a72f853c139aa479695df783aad6
25 DIST libcdio-paranoia-10.2+0.93+1.tar.gz 686055 BLAKE2B 5b4c30687c907cc8dd0917263c20e3d55e425cb7fb2a935a79ec6c5cc82c6165a5504fe71b77e314bd4a828b0c652f948cce62fecf94341d20c920c66450d97a SHA512 2bb418c99ef037aeb90ba3db841ea9182c5bc401e74c6f4b552730e6c8561552f7d3e27be71ef4fbb07b4fcd9db418a4fe330d5278e8f41cdd99c757aa4b8bc6
26 DIST libcdio-paranoia-10.2+0.94+2.tar.gz 704560 BLAKE2B babb912a7252b25b1d32f7d3cc80d73235383170b16118c4f6fcddd58ded534b2e5a8bb61aa8ca784270fc4631ea3e53cdc88d03b0a7686f74ab1cef7ca35980 SHA512 0e4ed5cc52d0758e945ac7f956c1ca870068f6444df912e2ba5f597947962c471d1c526b5cdab4e092fecb924ecb317667df454497b2e515a4e985693cd86f47
27 DIST libcdio-paranoia-10.2+2.0.0.tar.bz2 588472 BLAKE2B 5593c967cc91e7db922c30a0e4fd6a71c81625527b3e3cd19494328c545237c64c6332969e6964ae27cce70b0a7ed9678c2dcf0cf675ea6ea81602071b5a9e1b SHA512 0398617f9af63632d74c5a93c4efae1bc69d339fb7ab2e36dbfa6d19c0940f3bf27ea3ed482698d2842838d2034df3e40304774f1648db8c274d441130ef40a2
28
29 diff --git a/dev-libs/libcdio-paranoia/files/libcdio-paranoia-0.90-mkdir_p.patch b/dev-libs/libcdio-paranoia/files/libcdio-paranoia-0.90-mkdir_p.patch
30 deleted file mode 100644
31 index 98681d0a08f..00000000000
32 --- a/dev-libs/libcdio-paranoia/files/libcdio-paranoia-0.90-mkdir_p.patch
33 +++ /dev/null
34 @@ -1,26 +0,0 @@
35 -http://bugs.gentoo.org/455374
36 -http://github.com/rocky/libcdio-paranoia/issues/1
37 -https://savannah.gnu.org/bugs/index.php?38273
38 -
39 ---- a/configure.ac
40 -+++ b/configure.ac
41 -@@ -74,6 +74,8 @@
42 - dnl Checks for programs.
43 - AC_AIX
44 -
45 -+AC_PROG_MKDIR_P
46 -+
47 - if test "x$GCC" != "xyes"
48 - then
49 - AC_MSG_WARN([
50 ---- a/doc/ja/Makefile.am
51 -+++ b/doc/ja/Makefile.am
52 -@@ -25,7 +25,7 @@
53 -
54 - install-man1: $(man_MANS)
55 - @$(NORMAL_INSTALL)
56 -- test -z "$(man1dir)" || $(mkdir_p) "$(DESTDIR)$(mandir)$(mansubdir)"
57 -+ test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(mandir)$(mansubdir)"
58 - @list='$(man1_MANS)'; \
59 - l2='$(man_MANS)'; for i in $$l2; do \
60 - case "$$i" in \
61
62 diff --git a/dev-libs/libcdio-paranoia/libcdio-paranoia-0.90_p1-r1.ebuild b/dev-libs/libcdio-paranoia/libcdio-paranoia-0.90_p1-r1.ebuild
63 deleted file mode 100644
64 index ed391732a87..00000000000
65 --- a/dev-libs/libcdio-paranoia/libcdio-paranoia-0.90_p1-r1.ebuild
66 +++ /dev/null
67 @@ -1,64 +0,0 @@
68 -# Copyright 1999-2018 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=6
72 -
73 -MY_P=${PN}-10.2+${PV/_p/+}
74 -
75 -inherit autotools multilib-minimal
76 -
77 -DESCRIPTION="an advanced CDDA reader with error correction"
78 -HOMEPAGE="https://www.gnu.org/software/libcdio/"
79 -SRC_URI="mirror://gnu/${PN%-*}/${MY_P}.tar.gz"
80 -
81 -# COPYING-GPL from cdparanoia says "2 or later"
82 -# COPYING-LGPL from cdparanoia says "2.1 or later" but 2 files are without the
83 -# clause "or later" so we use LGPL-2.1 without +
84 -LICENSE="GPL-3+ GPL-2+ LGPL-2.1"
85 -SLOT="0"
86 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
87 -IUSE="+cxx static-libs test"
88 -
89 -RDEPEND="app-eselect/eselect-cdparanoia
90 - >=dev-libs/libcdio-0.90-r1[${MULTILIB_USEDEP}]
91 - >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
92 -"
93 -
94 -DEPEND="${RDEPEND}
95 - sys-devel/gettext
96 - virtual/pkgconfig
97 - test? ( dev-lang/perl )"
98 -
99 -S="${WORKDIR}/${MY_P}"
100 -
101 -DOCS=( AUTHORS ChangeLog NEWS README THANKS )
102 -
103 -PATCHES=(
104 - "${FILESDIR}"/${PN}-0.90-mkdir_p.patch
105 -)
106 -
107 -src_prepare() {
108 - default
109 - sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #466410
110 - eautoreconf
111 -}
112 -
113 -multilib_src_configure() {
114 - local myeconfargs=(
115 - --disable-maintainer-mode
116 - --disable-example-progs
117 - $(use_enable cxx)
118 - --disable-cpp-progs
119 - --with-cd-paranoia-name=libcdio-paranoia
120 - )
121 - ECONF_SOURCE="${S}" \
122 - econf "${myeconfargs[@]}"
123 -}
124 -
125 -pkg_postinst() {
126 - eselect cdparanoia update ifunset
127 -}
128 -
129 -pkg_postrm() {
130 - eselect cdparanoia update ifunset
131 -}
132
133 diff --git a/dev-libs/libcdio-paranoia/libcdio-paranoia-0.94_p2-r1.ebuild b/dev-libs/libcdio-paranoia/libcdio-paranoia-0.94_p2-r1.ebuild
134 deleted file mode 100644
135 index 85b83bfa513..00000000000
136 --- a/dev-libs/libcdio-paranoia/libcdio-paranoia-0.94_p2-r1.ebuild
137 +++ /dev/null
138 @@ -1,73 +0,0 @@
139 -# Copyright 1999-2019 Gentoo Authors
140 -# Distributed under the terms of the GNU General Public License v2
141 -
142 -EAPI=6
143 -
144 -MY_P=${PN}-10.2+${PV/_p/+}
145 -
146 -inherit autotools multilib-minimal flag-o-matic
147 -
148 -DESCRIPTION="an advanced CDDA reader with error correction"
149 -HOMEPAGE="https://www.gnu.org/software/libcdio/"
150 -SRC_URI="mirror://gnu/${PN%-*}/${MY_P}.tar.gz"
151 -
152 -# COPYING-GPL from cdparanoia says "2 or later"
153 -# COPYING-LGPL from cdparanoia says "2.1 or later" but 2 files are without the
154 -# clause "or later" so we use LGPL-2.1 without +
155 -LICENSE="GPL-3+ GPL-2+ LGPL-2.1"
156 -SLOT="0/2" # soname version
157 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
158 -IUSE="+cxx static-libs test"
159 -
160 -RDEPEND="app-eselect/eselect-cdparanoia
161 - >=dev-libs/libcdio-0.94:0=[${MULTILIB_USEDEP}]
162 - >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
163 -"
164 -
165 -DEPEND="${RDEPEND}
166 - sys-devel/gettext
167 - virtual/pkgconfig
168 - test? ( dev-lang/perl )"
169 -
170 -S="${WORKDIR}/${MY_P}"
171 -
172 -DOCS=( AUTHORS ChangeLog NEWS README.md THANKS )
173 -
174 -PATCHES=(
175 - "${FILESDIR}"/${PN}-0.90-oos-tests.patch
176 -)
177 -
178 -src_prepare() {
179 - default
180 - sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #466410
181 - eautoreconf
182 -
183 - [[ ${CC} == *clang* ]] && append-flags -std=gnu89
184 -}
185 -
186 -multilib_src_configure() {
187 - local myeconfargs=(
188 - --disable-maintainer-mode
189 - --disable-example-progs
190 - $(use_enable cxx)
191 - --disable-cpp-progs
192 - --with-cd-paranoia-name=libcdio-paranoia
193 - # upstream accidentally default-disabled it
194 - # reenable it to preserve ABI compat with previous versions
195 - # https://bugs.gentoo.org/616054
196 - # https://savannah.gnu.org/bugs/index.php?50978
197 - --enable-ld-version-script
198 - )
199 - # Darwin linker doesn't get this
200 - [[ ${CHOST} == *-darwin* ]] && myeconfargs+=( --disable-ld-version-script )
201 - ECONF_SOURCE="${S}" \
202 - econf "${myeconfargs[@]}"
203 -}
204 -
205 -pkg_postinst() {
206 - eselect cdparanoia update ifunset
207 -}
208 -
209 -pkg_postrm() {
210 - eselect cdparanoia update ifunset
211 -}