From b06505207e22f93a52ce7c62de3d1e4e407a7e82 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Tue, 9 Jun 2015 18:35:18 +0200 Subject: media-sound/gnome-music: moved to gentoo-x86 --- media-sound/gnome-music/Manifest | 11 ----- media-sound/gnome-music/gnome-music-3.16.1.ebuild | 60 ----------------------- 2 files changed, 71 deletions(-) delete mode 100644 media-sound/gnome-music/Manifest delete mode 100644 media-sound/gnome-music/gnome-music-3.16.1.ebuild diff --git a/media-sound/gnome-music/Manifest b/media-sound/gnome-music/Manifest deleted file mode 100644 index ec5497cb..00000000 --- a/media-sound/gnome-music/Manifest +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA512 - -DIST gnome-music-3.16.1.tar.xz 1477652 SHA256 116945d87fbac6aea2aedfa8e6a98bef720675916a0a6e9ae21aa83d450ad2df SHA512 dfc65d4d951fa9e87b9969b9a4c8affe467770ac37f8bf2027135b26668b099217a467cec6747f16f9cfed04f2403b13923bcd59c2548a9a22f4090adef7e2c2 WHIRLPOOL 9b9af3cdc935189a4aafbe475a1da8481389ddf70495c80a1d0834df370d3b9e195526152837638e2b29023e9734acea6ffed0f5f903b9865d3e26d25b596977 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iEYEAREKAAYFAlVGk48ACgkQ1fmVwcYIWAYStgCfXJzjsw6Xb83dE4gyi5F4NTts -O0AAn3DOWuktPU4Y+UXWGSa77pVfKFWx -=RXK9 ------END PGP SIGNATURE----- diff --git a/media-sound/gnome-music/gnome-music-3.16.1.ebuild b/media-sound/gnome-music/gnome-music-3.16.1.ebuild deleted file mode 100644 index b2f22fcb..00000000 --- a/media-sound/gnome-music/gnome-music-3.16.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2015 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:2.0 - >=x11-libs/gtk+-3.13.2:3[introspection] -" -# xdg-user-dirs-update needs to be there to create needed dirs -# https://bugzilla.gnome.org/show_bug.cgi?id=731613 -RDEPEND="${COMMON_DEPEND} - app-misc/tracker[introspection(+)] - || ( - app-misc/tracker[gstreamer] - app-misc/tracker[ffmpeg] - ) - 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] - x11-misc/xdg-user-dirs -" -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}" -} -- cgit v1.2.3-65-gdbad