summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-28 14:03:22 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-28 14:03:22 +0200
commitd502a07b9aede0dfc8d18dab07aff9ce6ded2fae (patch)
tree0da2f3b9be9c55136a243ab275227baca208d5b3
parentgames-simulation/dangerdeep: Remove last-rited pkg (diff)
downloadgentoo-d502a07b9aede0dfc8d18dab07aff9ce6ded2fae.tar.gz
gentoo-d502a07b9aede0dfc8d18dab07aff9ce6ded2fae.tar.bz2
gentoo-d502a07b9aede0dfc8d18dab07aff9ce6ded2fae.zip
media-sound/gnac: Remove last-rited pkg
Closes: https://bugs.gentoo.org/629182
-rw-r--r--media-sound/gnac/Manifest1
-rw-r--r--media-sound/gnac/files/gnac-0.2.4.1-cflags.patch19
-rw-r--r--media-sound/gnac/files/gnac-0.2.4.1-nls.patch10
-rw-r--r--media-sound/gnac/gnac-0.2.4.1.ebuild53
-rw-r--r--media-sound/gnac/metadata.xml11
-rw-r--r--profiles/package.mask5
6 files changed, 0 insertions, 99 deletions
diff --git a/media-sound/gnac/Manifest b/media-sound/gnac/Manifest
deleted file mode 100644
index 4036025411bb..000000000000
--- a/media-sound/gnac/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gnac-0.2.4.1.tar.bz2 929747 BLAKE2B 5375efe2ccdbbd4d6be936532521005228cf84d68626e993f5ea914fb1b3f717d4df6febc490a94614d8d69b54a6f5a031874f49b5c5b1ece834526b6db9366f SHA512 c474854222cc938d6ec081cdf5e8e8762e5618eca1c17dacaf8412970310ee50af2fad92501ba3b129f8756782fabd770e52656d6eead77d1a8ec0dd5f972f9b
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
deleted file mode 100644
index 816eadb70ef7..000000000000
--- a/media-sound/gnac/files/gnac-0.2.4.1-cflags.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- gnac-0.2.4.1/configure.ac
-+++ gnac-0.2.4.1/configure.ac
-@@ -122,16 +122,6 @@
- AC_SUBST(DISABLE_DEPRECATED)
- fi
-
--# debug support
--AC_ARG_ENABLE([debug], [],
--[ if test "$enableval" = "yes"; then
-- CFLAGS="-g -ggdb -O0"
-- else
-- CFLAGS="-O2"
-- fi
-- AC_SUBST([CFLAGS])
-- ])
--
- AC_SUBST([AM_CPPFLAGS])
- AC_SUBST([AM_CFLAGS])
- AC_SUBST([AM_LDFLAGS])
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
deleted file mode 100644
index 76d822f08bf9..000000000000
--- a/media-sound/gnac/files/gnac-0.2.4.1-nls.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- gnac-0.2.4.1/po/POTFILES.in
-+++ gnac-0.2.4.1/po/POTFILES.in
-@@ -32,6 +32,7 @@
- [type: gettext/xml]data/profiles/vorbis.xml.in
- [type: gettext/xml]data/profiles/wav.xml.in
- [type: gettext/xml]data/profiles/wavpack.xml.in
-+intl/plural.c
- libgnac/libgnac-converter.c
- libgnac/libgnac-error.c
- libgnac/libgnac-gst.c
diff --git a/media-sound/gnac/gnac-0.2.4.1.ebuild b/media-sound/gnac/gnac-0.2.4.1.ebuild
deleted file mode 100644
index 641dcf40ff3c..000000000000
--- a/media-sound/gnac/gnac-0.2.4.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils flag-o-matic gnome2
-
-DESCRIPTION="Audio converter for GNOME"
-HOMEPAGE="http://gnac.sourceforge.net/"
-SRC_URI="mirror://sourceforge/gnac/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="aac flac libnotify mp3 nls wavpack"
-
-RDEPEND="
- x11-libs/gtk+:3
- dev-libs/libunique:3
- dev-libs/libxml2:2
- libnotify? ( x11-libs/libnotify )
- >=media-libs/gstreamer-0.10.31:0.10
- >=media-libs/gst-plugins-base-0.10.31:0.10
- media-plugins/gst-plugins-gio:0.10
- media-plugins/gst-plugins-meta:0.10[flac?,mp3?,wavpack?]
- aac? ( media-plugins/gst-plugins-faac:0.10 )
- nls? ( virtual/libintl )
-"
-DEPEND="${RDEPEND}
- >=app-text/gnome-doc-utils-0.17.2
- gnome-base/gnome-common
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
-"
-PATCHES=(
- "${FILESDIR}/${P}-cflags.patch"
- "${FILESDIR}/${P}-nls.patch"
-)
-
-src_prepare() {
- default
- epatch -p1 "${PATCHES[@]}"
-
- # fix bug 574568 by restoring pre-GCC5 inline semantics
- append-cflags -std=gnu89
-
- eautoreconf
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure $(use_enable nls)
-}
diff --git a/media-sound/gnac/metadata.xml b/media-sound/gnac/metadata.xml
deleted file mode 100644
index 291998630e92..000000000000
--- a/media-sound/gnac/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sound@gentoo.org</email>
- <name>Gentoo Sound project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">gnac</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index a4b3b2fa67b9..b7d626a5daeb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -245,11 +245,6 @@ dev-python/django-two-factor-auth
sci-physics/hoomd-blue
# Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
-# Upstream dead, relies on obsolete gstreamer:0.10. Please use alternatives
-# (like soundconverter) instead (#629182). Removal in a month.
-media-sound/gnac
-
-# Pacho Ramos <pacho@gentoo.org> (17 Jun 2018)
# Dead since 2013, not compatible with latest profiles (#642568). Removal in
# a month
net-vpn/miredo