Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ccaudio2/, profiles/, media-libs/ccaudio2/files/
Date: Sat, 13 Apr 2019 06:58:07
Message-Id: 1555138657.1085f11d5db507233867daed6e11aefce49691a9.mgorny@gentoo
1 commit: 1085f11d5db507233867daed6e11aefce49691a9
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 13 06:52:10 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 13 06:57:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1085f11d
7
8 media-libs/ccaudio2: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/545818
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 media-libs/ccaudio2/Manifest | 1 -
14 media-libs/ccaudio2/ccaudio2-2.1.3.ebuild | 39 ----------------------
15 .../ccaudio2/files/disable_gsm_automagic.patch | 25 --------------
16 media-libs/ccaudio2/metadata.xml | 8 -----
17 profiles/package.mask | 6 ----
18 5 files changed, 79 deletions(-)
19
20 diff --git a/media-libs/ccaudio2/Manifest b/media-libs/ccaudio2/Manifest
21 deleted file mode 100644
22 index f5e89461a26..00000000000
23 --- a/media-libs/ccaudio2/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST ccaudio2-2.1.3.tar.gz 443867 BLAKE2B 98eaf9d7ef21d278095c92b297f5eb68f059e5bcc850247836d95c0121450418cf94adef47be7ba10c65e4e37b548542229f2c4be1e84090573eed419f5816da SHA512 3f6d80a503ddacb473b559450a6fac0cba7f1788a7c17a0326b1ef66918a1403a1c69c1578fbd2f382e75969d95a116c579dae810cdd3719da24a3e25027b9ae
27
28 diff --git a/media-libs/ccaudio2/ccaudio2-2.1.3.ebuild b/media-libs/ccaudio2/ccaudio2-2.1.3.ebuild
29 deleted file mode 100644
30 index 1c87c2187e6..00000000000
31 --- a/media-libs/ccaudio2/ccaudio2-2.1.3.ebuild
32 +++ /dev/null
33 @@ -1,39 +0,0 @@
34 -# Copyright 1999-2014 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -AUTOTOOLS_AUTORECONF="1"
40 -
41 -inherit autotools-utils
42 -
43 -DESCRIPTION="C++ class framework for manipulating audio data"
44 -HOMEPAGE="https://www.gnu.org/software/ccaudio"
45 -SRC_URI="mirror://gnu/ccaudio/${P}.tar.gz"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -IUSE="debug static-libs +speex gsm"
51 -
52 -RDEPEND="dev-libs/ucommon
53 - gsm? ( media-sound/gsm )
54 - speex? ( media-libs/speex )
55 - "
56 -
57 -DEPEND="${RDEPEND}
58 - virtual/pkgconfig
59 - "
60 -
61 -PATCHES=("${FILESDIR}"/disable_gsm_automagic.patch)
62 -DOCS=(AUTHORS ChangeLog INSTALL NEWS README SUPPORT THANKS TODO)
63 -
64 -REQUIRED_USE="^^ ( gsm speex )"
65 -
66 -src_configure() {
67 - local myeconfargs=(
68 - $(use_enable speex)
69 - $(use_enable gsm)
70 - )
71 - autotools-utils_src_configure
72 -}
73
74 diff --git a/media-libs/ccaudio2/files/disable_gsm_automagic.patch b/media-libs/ccaudio2/files/disable_gsm_automagic.patch
75 deleted file mode 100644
76 index 1ae6a79239c..00000000000
77 --- a/media-libs/ccaudio2/files/disable_gsm_automagic.patch
78 +++ /dev/null
79 @@ -1,25 +0,0 @@
80 ---- configure.ac.orig 2011-05-15 21:40:14.000000000 +0300
81 -+++ configure.ac 2011-05-15 21:46:11.000000000 +0300
82 -@@ -138,6 +138,9 @@
83 - ac_gsm_codec=false
84 - ac_spx_codec=false
85 -
86 -+AC_ARG_ENABLE(gsm, [ --disable-gsm disable gsm support])
87 -+if test "$enable_gsm" != "no" ; then
88 -+
89 - AC_CHECK_HEADER(gsm/gsm.h, [
90 - ac_gsm_codec=true
91 - AC_DEFINE(HAVE_GSM_GSM_H, [1], [gsm header found])
92 -@@ -145,9 +148,11 @@
93 - ],[
94 - AC_CHECK_HEADER(gsm.h, [
95 - AUDIO_LIBS="$AUDIO_LIBS -lgsm"
96 -- AC_DEFINE(HAVE_GSM_H, [1], [gsm default header])
97 -+ AC_DEFINE(HAVE_GSM_H, [1], [gsm default header])
98 -+
99 - ])
100 - ])
101 -+fi
102 -
103 - AC_ARG_ENABLE(speex, [ --disable-speex disable speex support])
104 - if test "$enable_speex" != "no" ; then
105
106 diff --git a/media-libs/ccaudio2/metadata.xml b/media-libs/ccaudio2/metadata.xml
107 deleted file mode 100644
108 index c5adddd4b3e..00000000000
109 --- a/media-libs/ccaudio2/metadata.xml
110 +++ /dev/null
111 @@ -1,8 +0,0 @@
112 -<?xml version="1.0" encoding="UTF-8"?>
113 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
114 -<pkgmetadata>
115 -<maintainer type="person">
116 - <email>maksbotan@g.o</email>
117 - <name>Maxim Koltsov</name>
118 -</maintainer>
119 -</pkgmetadata>
120
121 diff --git a/profiles/package.mask b/profiles/package.mask
122 index dd6f820f7db..77abdcdfeb4 100644
123 --- a/profiles/package.mask
124 +++ b/profiles/package.mask
125 @@ -751,12 +751,6 @@ app-eselect/eselect-gnat
126 # Removal in 30 days. Bug #573814.
127 net-analyzer/netcat6
128
129 -# Michał Górny <mgorny@g.o> (13 Mar 2019)
130 -# An obscure GNU audio file library with no reverse dependencies. Last
131 -# release in 2015 (and we are one release behind). Fails to build.
132 -# Removal in 30 days. Bug #545818.
133 -media-libs/ccaudio2
134 -
135 # Eray Aslan <eras@g.o> (01 Mar 2019)
136 # Mask experimental software
137 =mail-mta/postfix-3.5*