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: profiles/, media-sound/gnac/files/, media-sound/gnac/
Date: Sat, 28 Jul 2018 12:06:29
Message-Id: 1532779402.d502a07b9aede0dfc8d18dab07aff9ce6ded2fae.mgorny@gentoo
1 commit: d502a07b9aede0dfc8d18dab07aff9ce6ded2fae
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 28 12:03:22 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 28 12:03:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d502a07b
7
8 media-sound/gnac: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/629182
11
12 media-sound/gnac/Manifest | 1 -
13 media-sound/gnac/files/gnac-0.2.4.1-cflags.patch | 19 ---------
14 media-sound/gnac/files/gnac-0.2.4.1-nls.patch | 10 -----
15 media-sound/gnac/gnac-0.2.4.1.ebuild | 53 ------------------------
16 media-sound/gnac/metadata.xml | 11 -----
17 profiles/package.mask | 5 ---
18 6 files changed, 99 deletions(-)
19
20 diff --git a/media-sound/gnac/Manifest b/media-sound/gnac/Manifest
21 deleted file mode 100644
22 index 4036025411b..00000000000
23 --- a/media-sound/gnac/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST gnac-0.2.4.1.tar.bz2 929747 BLAKE2B 5375efe2ccdbbd4d6be936532521005228cf84d68626e993f5ea914fb1b3f717d4df6febc490a94614d8d69b54a6f5a031874f49b5c5b1ece834526b6db9366f SHA512 c474854222cc938d6ec081cdf5e8e8762e5618eca1c17dacaf8412970310ee50af2fad92501ba3b129f8756782fabd770e52656d6eead77d1a8ec0dd5f972f9b
27
28 diff --git a/media-sound/gnac/files/gnac-0.2.4.1-cflags.patch b/media-sound/gnac/files/gnac-0.2.4.1-cflags.patch
29 deleted file mode 100644
30 index 816eadb70ef..00000000000
31 --- a/media-sound/gnac/files/gnac-0.2.4.1-cflags.patch
32 +++ /dev/null
33 @@ -1,19 +0,0 @@
34 ---- gnac-0.2.4.1/configure.ac
35 -+++ gnac-0.2.4.1/configure.ac
36 -@@ -122,16 +122,6 @@
37 - AC_SUBST(DISABLE_DEPRECATED)
38 - fi
39 -
40 --# debug support
41 --AC_ARG_ENABLE([debug], [],
42 --[ if test "$enableval" = "yes"; then
43 -- CFLAGS="-g -ggdb -O0"
44 -- else
45 -- CFLAGS="-O2"
46 -- fi
47 -- AC_SUBST([CFLAGS])
48 -- ])
49 --
50 - AC_SUBST([AM_CPPFLAGS])
51 - AC_SUBST([AM_CFLAGS])
52 - AC_SUBST([AM_LDFLAGS])
53
54 diff --git a/media-sound/gnac/files/gnac-0.2.4.1-nls.patch b/media-sound/gnac/files/gnac-0.2.4.1-nls.patch
55 deleted file mode 100644
56 index 76d822f08bf..00000000000
57 --- a/media-sound/gnac/files/gnac-0.2.4.1-nls.patch
58 +++ /dev/null
59 @@ -1,10 +0,0 @@
60 ---- gnac-0.2.4.1/po/POTFILES.in
61 -+++ gnac-0.2.4.1/po/POTFILES.in
62 -@@ -32,6 +32,7 @@
63 - [type: gettext/xml]data/profiles/vorbis.xml.in
64 - [type: gettext/xml]data/profiles/wav.xml.in
65 - [type: gettext/xml]data/profiles/wavpack.xml.in
66 -+intl/plural.c
67 - libgnac/libgnac-converter.c
68 - libgnac/libgnac-error.c
69 - libgnac/libgnac-gst.c
70
71 diff --git a/media-sound/gnac/gnac-0.2.4.1.ebuild b/media-sound/gnac/gnac-0.2.4.1.ebuild
72 deleted file mode 100644
73 index 641dcf40ff3..00000000000
74 --- a/media-sound/gnac/gnac-0.2.4.1.ebuild
75 +++ /dev/null
76 @@ -1,53 +0,0 @@
77 -# Copyright 1999-2018 Gentoo Foundation
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=5
81 -
82 -inherit autotools eutils flag-o-matic gnome2
83 -
84 -DESCRIPTION="Audio converter for GNOME"
85 -HOMEPAGE="http://gnac.sourceforge.net/"
86 -SRC_URI="mirror://sourceforge/gnac/${P}.tar.bz2"
87 -
88 -LICENSE="GPL-3"
89 -SLOT="0"
90 -KEYWORDS="~amd64 ~x86"
91 -IUSE="aac flac libnotify mp3 nls wavpack"
92 -
93 -RDEPEND="
94 - x11-libs/gtk+:3
95 - dev-libs/libunique:3
96 - dev-libs/libxml2:2
97 - libnotify? ( x11-libs/libnotify )
98 - >=media-libs/gstreamer-0.10.31:0.10
99 - >=media-libs/gst-plugins-base-0.10.31:0.10
100 - media-plugins/gst-plugins-gio:0.10
101 - media-plugins/gst-plugins-meta:0.10[flac?,mp3?,wavpack?]
102 - aac? ( media-plugins/gst-plugins-faac:0.10 )
103 - nls? ( virtual/libintl )
104 -"
105 -DEPEND="${RDEPEND}
106 - >=app-text/gnome-doc-utils-0.17.2
107 - gnome-base/gnome-common
108 - virtual/pkgconfig
109 - nls? ( sys-devel/gettext )
110 -"
111 -PATCHES=(
112 - "${FILESDIR}/${P}-cflags.patch"
113 - "${FILESDIR}/${P}-nls.patch"
114 -)
115 -
116 -src_prepare() {
117 - default
118 - epatch -p1 "${PATCHES[@]}"
119 -
120 - # fix bug 574568 by restoring pre-GCC5 inline semantics
121 - append-cflags -std=gnu89
122 -
123 - eautoreconf
124 - gnome2_src_prepare
125 -}
126 -
127 -src_configure() {
128 - gnome2_src_configure $(use_enable nls)
129 -}
130
131 diff --git a/media-sound/gnac/metadata.xml b/media-sound/gnac/metadata.xml
132 deleted file mode 100644
133 index 291998630e9..00000000000
134 --- a/media-sound/gnac/metadata.xml
135 +++ /dev/null
136 @@ -1,11 +0,0 @@
137 -<?xml version="1.0" encoding="UTF-8"?>
138 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
139 -<pkgmetadata>
140 - <maintainer type="project">
141 - <email>sound@g.o</email>
142 - <name>Gentoo Sound project</name>
143 - </maintainer>
144 - <upstream>
145 - <remote-id type="sourceforge">gnac</remote-id>
146 - </upstream>
147 -</pkgmetadata>
148
149 diff --git a/profiles/package.mask b/profiles/package.mask
150 index a4b3b2fa67b..b7d626a5dae 100644
151 --- a/profiles/package.mask
152 +++ b/profiles/package.mask
153 @@ -244,11 +244,6 @@ dev-python/django-two-factor-auth
154 # Fails to build (#624688). Removal in a month.
155 sci-physics/hoomd-blue
156
157 -# Pacho Ramos <pacho@g.o> (17 Jun 2018)
158 -# Upstream dead, relies on obsolete gstreamer:0.10. Please use alternatives
159 -# (like soundconverter) instead (#629182). Removal in a month.
160 -media-sound/gnac
161 -
162 # Pacho Ramos <pacho@g.o> (17 Jun 2018)
163 # Dead since 2013, not compatible with latest profiles (#642568). Removal in
164 # a month