summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/gnome-music/Manifest11
-rw-r--r--media-sound/gnome-music/gnome-music-3.14.2.ebuild58
2 files changed, 0 insertions, 69 deletions
diff --git a/media-sound/gnome-music/Manifest b/media-sound/gnome-music/Manifest
deleted file mode 100644
index 59f64ae6..00000000
--- a/media-sound/gnome-music/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST gnome-music-3.14.2.tar.xz 1463220 SHA256 f322897cabfab464e424ab7ff3c7d759912c977b365009dc02f074cf971afb35 SHA512 812abb624b8b08fb4247b9ba314a1f02a80d83a6ff195480a0beb4db990cf3e701cef52ed3042b7fc35545d658c939c8b7ae923f61c3f87c4d59175e70f55ffa WHIRLPOOL 693a54ecb8b5281566d9a5cebd848f0a185cee57f05a0e4da84ff953d0eee8376a1155b93faacacbbf80cf1d4727b8da7c6e8d9bf4b1f4abd32fd75ac378571b
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2
-
-iEYEAREKAAYFAlRyM3oACgkQ1fmVwcYIWAZw2QCgzMb2hxw7H2gqg7EjDpfeTleB
-wPsAnidgUEhDExWPRmXPfMpATtG9AvYk
-=/sP2
------END PGP SIGNATURE-----
diff --git a/media-sound/gnome-music/gnome-music-3.14.2.ebuild b/media-sound/gnome-music/gnome-music-3.14.2.ebuild
deleted file mode 100644
index 5332def3..00000000
--- a/media-sound/gnome-music/gnome-music-3.14.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python{3_3,3_4} )
-
-inherit gnome2 python-single-r1
-
-DESCRIPTION="Music management for Gnome"
-HOMEPAGE="http://wiki.gnome.org/Apps/Music"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-# Let people emerge this by default, bug #472932
-IUSE+=" +python_single_target_python3_3 python_single_target_python3_4"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-KEYWORDS="~amd64 ~x86"
-
-COMMON_DEPEND="
- ${PYTHON_DEPS}
- >=dev-libs/glib-2.28:2
- >=dev-libs/gobject-introspection-1.35.9
- >=media-libs/grilo-0.2.6:0.2[introspection]
- media-libs/libmediaart:1.0
- >=x11-libs/gtk+-3.13.2:3[introspection]
-"
-RDEPEND="${COMMON_DEPEND}
- app-misc/tracker[introspection(+)]
- || (
- app-misc/tracker[gstreamer]
- app-misc/tracker[ffmpeg]
- app-misc/tracker[xine]
- )
- dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
- dev-python/dbus-python[${PYTHON_USEDEP}]
- media-libs/gstreamer:1.0[introspection]
- media-libs/gst-plugins-base:1.0[introspection]
- media-plugins/gst-plugins-meta:1.0
- media-plugins/grilo-plugins:0.2[tracker]
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.26
- virtual/pkgconfig
-"
-
-src_configure() {
- gnome2_src_configure ITSTOOL="$(type -P true)"
-}
-
-src_install() {
- gnome2_src_install
- python_fix_shebang "${ED}"
-}