summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-07-02 18:13:33 +0200
committerPacho Ramos <pacho@gentoo.org>2016-07-02 19:11:12 +0200
commit212b51c8c6d5433b6054c94c616f247e443fc7d3 (patch)
tree221bc77cdc0a3ff21b55c5b0dcbec48e955f987f /media-sound
parentmedia-sound/pulseaudio: Version bump (diff)
downloadgentoo-212b51c8c6d5433b6054c94c616f247e443fc7d3.tar.gz
gentoo-212b51c8c6d5433b6054c94c616f247e443fc7d3.tar.bz2
gentoo-212b51c8c6d5433b6054c94c616f247e443fc7d3.zip
media-sound/sound-juicer: Drop old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/sound-juicer/Manifest1
-rw-r--r--media-sound/sound-juicer/sound-juicer-3.18.1.ebuild59
2 files changed, 0 insertions, 60 deletions
diff --git a/media-sound/sound-juicer/Manifest b/media-sound/sound-juicer/Manifest
index 5c6723a4effd..c91cc9543ef6 100644
--- a/media-sound/sound-juicer/Manifest
+++ b/media-sound/sound-juicer/Manifest
@@ -1,2 +1 @@
-DIST sound-juicer-3.18.1.tar.xz 819428 SHA256 526d5a84d9b6b8f002f82f9d5678e3850c48e3b5692a499451fc5f36eef0de76 SHA512 00091ab962409c97afee7dec0c8a4135c33203a439584c33f958e883338df9d4bbc8022e9541fcf061ab09bb14844f3d2480deb703709a4d077f0f07788462f2 WHIRLPOOL 74cd69c719da6cfec62b04c80e4919d4366c324a518fddcdad45ea2d7bd82c6470c80cbba76b4f79069c9433f97271e9c9ce945c878cfb92556a22ea529228cd
DIST sound-juicer-3.18.2.tar.xz 821624 SHA256 fd51d09dc733a5fa68dfa4457094ab0daa36eb4a76b3fdb27e36d61f533eac30 SHA512 34fbdbe0214afe20cb6eb5a60e47c08f98194f85f52c32336b457fc723a1cd2cae17a88fab3ec9508fa30771f3ae7191d560b9f2a47b208d426debabdc3636e9 WHIRLPOOL 234ecc5515dab9104e766e5a980b7de3fa3577b837b1228ea7585e9d84021acc4b6212137be1e7549dbf390f772833e11761b09173c2832e90fda5ea988cf234
diff --git a/media-sound/sound-juicer/sound-juicer-3.18.1.ebuild b/media-sound/sound-juicer/sound-juicer-3.18.1.ebuild
deleted file mode 100644
index c7add3de6d63..000000000000
--- a/media-sound/sound-juicer/sound-juicer-3.18.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit gnome2
-
-DESCRIPTION="CD ripper for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/SoundJuicer"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-IUSE="flac test vorbis"
-
-COMMON_DEPEND="
- app-text/iso-codes
- >=dev-libs/glib-2.38:2[dbus]
- >=x11-libs/gtk+-3.4:3
- media-libs/libcanberra[gtk3]
- >=app-cdr/brasero-2.90
- sys-apps/dbus
- gnome-base/gsettings-desktop-schemas
-
- media-libs/libdiscid
- >=media-libs/musicbrainz-5.0.1:5
-
- media-libs/gstreamer:1.0
- media-libs/gst-plugins-base:1.0[vorbis?]
- flac? ( media-plugins/gst-plugins-flac:1.0 )
-"
-RDEPEND="${COMMON_DEPEND}
- gnome-base/gvfs[cdda,udev]
- || (
- media-plugins/gst-plugins-cdparanoia:1.0
- media-plugins/gst-plugins-cdio:1.0 )
- media-plugins/gst-plugins-meta:1.0
-"
-DEPEND="${COMMON_DEPEND}
- dev-libs/appstream-glib
- >=dev-util/intltool-0.50
- dev-util/itstool
- virtual/pkgconfig
- test? ( ~app-text/docbook-xml-dtd-4.3 )
-"
-# eautoreconf needs gnome-common
-
-src_prepare() {
- gnome2_src_prepare
-
- # FIXME: gst macros does not take GST_INSPECT override anymore but we need a
- # way to disable inspection due to gst-clutter always creating a GL context
- # which is forbidden in sandbox since it needs write access to
- # /dev/card*/dri
- sed -e "s|\(gstinspect=\).*|\1$(type -P true)|" \
- -i configure || die
-}