Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/soxr/
Date: Sun, 10 Jun 2018 22:31:42
Message-Id: 1528669813.80d3d0939ef7c8a8e2513b52ca240b83f5eb3ee1.asturm@gentoo
1 commit: 80d3d0939ef7c8a8e2513b52ca240b83f5eb3ee1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 10 22:23:52 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 22:30:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d3d093
7
8 media-libs/soxr: Drop old
9
10 Closes: https://bugs.gentoo.org/526500
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12
13 media-libs/soxr/Manifest | 1 -
14 media-libs/soxr/soxr-0.1.1.ebuild | 34 ----------------------------
15 media-libs/soxr/soxr-0.1.3.ebuild | 47 ---------------------------------------
16 3 files changed, 82 deletions(-)
17
18 diff --git a/media-libs/soxr/Manifest b/media-libs/soxr/Manifest
19 index fc0ba7abb87..08cf40d022b 100644
20 --- a/media-libs/soxr/Manifest
21 +++ b/media-libs/soxr/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST soxr-0.1.1-Source.tar.xz 80716 BLAKE2B 40da97d0f3fe7544976b8735c685796038639bdcf35d17709d4d92b32b8f3550054d8d632c4bcfb785cb6152f890ae8e8184dd8c028c31422d78689c498c01b2 SHA512 377d9c0bb72cd673f89021a86da18861d35ab52f773afd97b6b5f7a2fa8e78865f3484cab4b795ceafacbbb34be6b77efeaaed75c66a839d5e891d70f00d6679
24 DIST soxr-0.1.2-Source.tar.xz 83760 BLAKE2B b54e31599a3eb94902af21749ba92c79ea4edf9a82de5c83581c7968182c22a80c86fbcd7f0bbd823b45adbd52570a7b4accf6bc75df31bb0a76b2b4e4703572 SHA512 ee902c1bc713e05b748f917d78222b68b5fe01d43f405e0954c21ce4d1ee494d01000caa79f696cb8d202c662a4c4d958b332dae034d6f929e0480abf27cd07c
25 DIST soxr-0.1.3-Source.tar.xz 94384 BLAKE2B 5b7078f71404b9ef83917dcabc0c99cf17fd625d3e033d1b934382a7b60e55e359931a6ab53f8adaf955c0d811d6cbf231cd6a226549560b3506a3867e845607 SHA512 f4883ed298d5650399283238aac3dbe78d605b988246bea51fa343d4a8ce5ce97c6e143f6c3f50a3ff81795d9c19e7a07217c586d4020f6ced102aceac46aaa8
26
27 diff --git a/media-libs/soxr/soxr-0.1.1.ebuild b/media-libs/soxr/soxr-0.1.1.ebuild
28 deleted file mode 100644
29 index ce5ac6d1d9e..00000000000
30 --- a/media-libs/soxr/soxr-0.1.1.ebuild
31 +++ /dev/null
32 @@ -1,34 +0,0 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -inherit cmake-multilib
39 -
40 -MY_P=${P}-Source
41 -DESCRIPTION="The SoX Resampler library"
42 -HOMEPAGE="https://sourceforge.net/p/soxr/wiki/Home/"
43 -SRC_URI="mirror://sourceforge/soxr/${MY_P}.tar.xz"
44 -
45 -LICENSE="LGPL-2.1"
46 -SLOT="0"
47 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd"
48 -IUSE="examples"
49 -
50 -DEPEND=""
51 -RDEPEND="${DEPEND}"
52 -
53 -S="${WORKDIR}/${MY_P}"
54 -DOCS=( "README" "TODO" "NEWS" "AUTHORS" )
55 -PATCHES=(
56 - "${FILESDIR}/nodoc.patch"
57 - "${FILESDIR}/noexamples.patch"
58 - )
59 -
60 -src_install() {
61 - cmake-multilib_src_install
62 - if use examples ; then
63 - dodoc -r examples
64 - docompress -x /usr/share/doc/${PF}/examples
65 - fi
66 -}
67
68 diff --git a/media-libs/soxr/soxr-0.1.3.ebuild b/media-libs/soxr/soxr-0.1.3.ebuild
69 deleted file mode 100644
70 index 7d9c21dddcd..00000000000
71 --- a/media-libs/soxr/soxr-0.1.3.ebuild
72 +++ /dev/null
73 @@ -1,47 +0,0 @@
74 -# Copyright 1999-2018 Gentoo Foundation
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=6
78 -
79 -inherit cmake-multilib
80 -
81 -MY_P="${P}-Source"
82 -DESCRIPTION="The SoX Resampler library"
83 -HOMEPAGE="https://sourceforge.net/p/soxr/wiki/Home/"
84 -SRC_URI="mirror://sourceforge/soxr/${MY_P}.tar.xz"
85 -
86 -LICENSE="LGPL-2.1"
87 -SLOT="0"
88 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
89 -IUSE="examples test"
90 -
91 -DEPEND=""
92 -RDEPEND="${DEPEND}"
93 -
94 -S="${WORKDIR}/${MY_P}"
95 -DOCS=( "README" "TODO" "NEWS" "AUTHORS" )
96 -PATCHES=(
97 - "${FILESDIR}/nodoc.patch"
98 -)
99 -# CMakeLists.txt builds examples if either test or examples USE flag is enabled.
100 -REQUIRED_USE="test? ( examples )"
101 -
102 -src_configure() {
103 - local mycmakeargs=(
104 - -DBUILD_EXAMPLES="$(usex examples)"
105 - -DBUILD_TESTS="$(usex test)"
106 - )
107 - if use examples ; then
108 - mycmakeargs+=(
109 - -DDOC_INSTALL_DIR="/usr/share/doc/${PF}"
110 - )
111 - fi
112 - cmake-multilib_src_configure
113 -}
114 -
115 -src_install() {
116 - cmake-multilib_src_install
117 - if use examples ; then
118 - docompress -x /usr/share/doc/${PF}/examples
119 - fi
120 -}