public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, media-sound/gnac/files/, media-sound/gnac/
@ 2018-07-28 12:06 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-07-28 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d502a07b9aede0dfc8d18dab07aff9ce6ded2fae
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 28 12:03:22 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 12:03:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d502a07b

media-sound/gnac: Remove last-rited pkg

Closes: https://bugs.gentoo.org/629182

 media-sound/gnac/Manifest                        |  1 -
 media-sound/gnac/files/gnac-0.2.4.1-cflags.patch | 19 ---------
 media-sound/gnac/files/gnac-0.2.4.1-nls.patch    | 10 -----
 media-sound/gnac/gnac-0.2.4.1.ebuild             | 53 ------------------------
 media-sound/gnac/metadata.xml                    | 11 -----
 profiles/package.mask                            |  5 ---
 6 files changed, 99 deletions(-)

diff --git a/media-sound/gnac/Manifest b/media-sound/gnac/Manifest
deleted file mode 100644
index 4036025411b..00000000000
--- 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 816eadb70ef..00000000000
--- 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 76d822f08bf..00000000000
--- 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 641dcf40ff3..00000000000
--- 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 291998630e9..00000000000
--- 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 a4b3b2fa67b..b7d626a5dae 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -244,11 +244,6 @@ dev-python/django-two-factor-auth
 # Fails to build (#624688). Removal in a month.
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-07-28 12:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-28 12:06 [gentoo-commits] repo/gentoo:master commit in: profiles/, media-sound/gnac/files/, media-sound/gnac/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox