public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/user/darkelf:master commit in: media-sound/exaile/
@ 2019-08-21 11:45 Simon
  0 siblings, 0 replies; only message in thread
From: Simon @ 2019-08-21 11:45 UTC (permalink / raw
  To: gentoo-commits

commit:     e24c5bb25b9875cb0686725858e86af452338394
Author:     Simon the Sorcerer <neuron <AT> mail <DOT> uni-paderborn <DOT> de>
AuthorDate: Wed Aug 21 11:38:31 2019 +0000
Commit:     Simon <sur3 <AT> gmx <DOT> de>
CommitDate: Wed Aug 21 11:38:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/user/darkelf.git/commit/?id=e24c5bb2

removed media-sound/exaile.

Signed-off-by: Simon the Sorcerer <neuron <AT> mail.uni-paderborn.de>

 media-sound/exaile/Manifest           |  2 -
 media-sound/exaile/exaile-9999.ebuild | 84 -----------------------------------
 media-sound/exaile/metadata.xml       | 13 ------
 3 files changed, 99 deletions(-)

diff --git a/media-sound/exaile/Manifest b/media-sound/exaile/Manifest
deleted file mode 100644
index 767da51..0000000
--- a/media-sound/exaile/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD exaile-9999.ebuild 1892 SHA256 c70a8c4dd22593d532a7a8e02dcf62a4d2a1fb64a3facef0585ece8f63397203 SHA512 bc72dab867ad528d35c20d47535c1de4e03f7c154facdb7d94ef35d38e378a1861adbebefe9d12e2dd209c44f0470181e837548b12f3d6766fcebccce5a740da WHIRLPOOL b1ef2a634c6931f20102a2d3159ae6ea1e714836fbcb56a50da4d2435a95a9c3d9ceb28d60a0190daf91df3466e57fb1af1c7acb6824762ee80166ff16c2c7be
-MISC metadata.xml 504 SHA256 f38e827adcc8292c57cdd9b887cbbb6689954039971671eb7f4d396914f74b06 SHA512 d5946d65a06878be9d4de4581b51373080bf174e661ba0de0e3bc8311a0008928796aa6cb9d6a958a58a1b89065b57520b78dbc2587e3bb6067f084e68c4964c WHIRLPOOL db194fff48ee6a36f78c8c479263014996833651ef3de6f529ecc33de4e7fff183490ee156a1e7a3e4c7dea7012d8c405a919c367b572840821186796cd1ffb8

diff --git a/media-sound/exaile/exaile-9999.ebuild b/media-sound/exaile/exaile-9999.ebuild
deleted file mode 100644
index 27c4425..0000000
--- a/media-sound/exaile/exaile-9999.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit multilib python-single-r1 versionator xdg-utils
-
-if [[ ${PV} == "9999" ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/exaile/exaile.git"
-	MY_PV="${PV}"
-	KEYWORDS=""
-else
-	SRC_URI="https://github.com/${PN}/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
-	MY_PV="$(replace_version_separator 3 '-')"
-	KEYWORDS="~amd64 ~x86 ~arm"
-fi
-
-DESCRIPTION="a media player aiming to be similar to AmaroK, but for GTK+"
-HOMEPAGE="http://www.exaile.org/"
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-IUSE="cddb libnotify moodbar nls scrobbler"
-
-RDEPEND="
-	${PYTHON_DEPS}
-	dev-python/bsddb3[${PYTHON_USEDEP}]
-	dev-python/dbus-python[${PYTHON_USEDEP}]
-	dev-python/gst-python:1.0[${PYTHON_USEDEP}]
-	dev-python/pycairo[${PYTHON_USEDEP}]
-	>=x11-libs/gtk+-3.10:3[introspection]
-	>=dev-python/pygobject-3.13.2:3[${PYTHON_USEDEP}]
-	>=media-libs/gst-plugins-base-1.6:1.0
-	>=media-libs/gst-plugins-good-1.4:1.0
-	>=media-libs/mutagen-1.10[${PYTHON_USEDEP}]
-	media-plugins/gst-plugins-meta:1.0
-	cddb? ( dev-python/cddb-py )
-	scrobbler? ( dev-python/pylast[${PYTHON_USEDEP}] )
-	libnotify? ( dev-python/notify-python )
-	moodbar? ( media-sound/moodbar )"
-DEPEND="
-	nls? (
-		dev-util/intltool
-		sys-devel/gettext
-	)"
-
-RESTRICT="test" #315589
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-pkg_setup() {
-	python-single-r1_pkg_setup
-}
-
-src_compile() {
-	if use nls; then
-		emake locale
-	fi
-}
-
-src_install() {
-	emake \
-		PREFIX=/usr \
-		LIBINSTALLDIR=/$(get_libdir) \
-		DESTDIR="${D}" \
-		install$(use nls || echo _no_locale)
-
-	python_optimize "${D}$(get_libdir)/${PN}"
-	python_optimize "${D}/usr/share/${PN}"
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-}

diff --git a/media-sound/exaile/metadata.xml b/media-sound/exaile/metadata.xml
deleted file mode 100644
index ec66a64..0000000
--- a/media-sound/exaile/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-	<email>neuron@mail.uni-paderborn.de</email>
-	<description>Primary maintainer</description>
-</maintainer>
-<longdescription>A media player aiming to be similar to AmaroK, but for GTK+.</longdescription>
-<use>
-	<flag name="scrobbler">Enable audioscrobbler/last.fm support.</flag>
-	<flag name="moodbar">Enable moodbar support.</flag>
-</use>
-</pkgmetadata>


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

only message in thread, other threads:[~2019-08-21 11:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-21 11:45 [gentoo-commits] repo/user/darkelf:master commit in: media-sound/exaile/ Simon

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