summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-03-11 12:18:30 +0200
committerMart Raudsepp <leio@gentoo.org>2019-03-11 12:18:30 +0200
commitbb4463909c1014f1e9a46ef7196cf6673313768f (patch)
treeb8c79af5c624b29d2caf6c8b8ebe43aa871ac1b0
parentgnome-extra/gnome-boxes: remove releases (in ::gentoo), blind sync live (diff)
downloadgnome-bb4463909c1014f1e9a46ef7196cf6673313768f.tar.gz
gnome-bb4463909c1014f1e9a46ef7196cf6673313768f.tar.bz2
gnome-bb4463909c1014f1e9a46ef7196cf6673313768f.zip
media-sound/gnome-music-3.28.1: remove, 3.28.2.1 available in ::gentoo
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
-rw-r--r--media-sound/gnome-music/Manifest1
-rw-r--r--media-sound/gnome-music/gnome-music-3.28.1.ebuild74
-rw-r--r--media-sound/gnome-music/metadata.xml8
3 files changed, 0 insertions, 83 deletions
diff --git a/media-sound/gnome-music/Manifest b/media-sound/gnome-music/Manifest
deleted file mode 100644
index 32ba84c9..00000000
--- a/media-sound/gnome-music/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gnome-music-3.28.1.tar.xz 2990376 BLAKE2B b49839e74322117d20bb64846e54a0e40f5c75c8bca1cdc08f59df265d0c33bf18c95c2ffe52ba922b1923a8369abd9f4727d3ab1289c257a7e9ac8f190a9673 SHA512 4a5e4feeee95aa38d51445eb90e33af0caadad0c0de23ebbd7015e585e8e11f6e2a7787df67f03d0414b6a7733256fca3c4a21f3244b12d62ec04f629d658cef
diff --git a/media-sound/gnome-music/gnome-music-3.28.1.ebuild b/media-sound/gnome-music/gnome-music-3.28.1.ebuild
deleted file mode 100644
index 69fdbec1..00000000
--- a/media-sound/gnome-music/gnome-music-3.28.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-
-inherit gnome.org gnome2-utils meson python-single-r1 xdg
-
-DESCRIPTION="Music management for Gnome"
-HOMEPAGE="https://wiki.gnome.org/Apps/Music"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-KEYWORDS="~amd64 ~x86"
-
-COMMON_DEPEND="
- ${PYTHON_DEPS}
- >=dev-libs/gobject-introspection-1.35.9:=
- >=x11-libs/gtk+-3.19.3:3[introspection]
- >=media-libs/libmediaart-1.9.1:2.0[introspection]
- >=app-misc/tracker-1.99.1[introspection(+)]
- >=dev-python/pygobject-3.21.1:3[cairo,${PYTHON_USEDEP}]
- >=media-libs/grilo-0.3.4:0.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-miners[gstreamer]
- app-misc/tracker-miners[ffmpeg]
- )
- x11-libs/libnotify[introspection]
- dev-python/requests[${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.3[tracker]
- net-libs/gnome-online-accounts[introspection]
- x11-misc/xdg-user-dirs
-"
-DEPEND="${COMMON_DEPEND}
- dev-libs/libxml2:2
- dev-util/itstool
- >=sys-devel/gettext-0.19.7
- virtual/pkgconfig
-"
-
-# The only 2 tests are file validation tests, nothing to do with program behavior
-RESTRICT="test"
-
-src_prepare() {
- default
- sed -e '/sys.path.insert/d' -i "${S}"/gnome-music.in || die "python fixup sed failed"
-}
-
-src_install() {
- meson_src_install
- python_fix_shebang "${D}"usr/bin/gnome-music
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
- gnome2_icon_cache_update
-}
diff --git a/media-sound/gnome-music/metadata.xml b/media-sound/gnome-music/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/media-sound/gnome-music/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
-</maintainer>
-</pkgmetadata>