diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-09-21 21:08:48 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-09-21 21:09:25 +0200 |
commit | e310c3e237a6e37f78c16cc3f108f7ccdbbdb8c0 (patch) | |
tree | 46448bef0f729194c1a7554ed8bbf59468685fd6 /media-sound | |
parent | dev-ruby/bundler-1.12.5-r0: add alpha keyword (diff) | |
download | gentoo-e310c3e237a6e37f78c16cc3f108f7ccdbbdb8c0.tar.gz gentoo-e310c3e237a6e37f78c16cc3f108f7ccdbbdb8c0.tar.bz2 gentoo-e310c3e237a6e37f78c16cc3f108f7ccdbbdb8c0.zip |
Remove some masked for removal packages
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/listen/Manifest | 1 | ||||
-rw-r--r-- | media-sound/listen/files/listen-0.6.5-Makefile.patch | 32 | ||||
-rw-r--r-- | media-sound/listen/listen-0.6.5-r1.ebuild | 59 | ||||
-rw-r--r-- | media-sound/listen/metadata.xml | 37 |
4 files changed, 0 insertions, 129 deletions
diff --git a/media-sound/listen/Manifest b/media-sound/listen/Manifest deleted file mode 100644 index 8ab63aea145c..000000000000 --- a/media-sound/listen/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST listen-0.6.5.tar.gz 984613 SHA256 23a4d33ef3251c529ac9a78d992557a2498fa05b825e76c9ab4bad431ed6c61a SHA512 aa772077603f0796f4ec5376c2ec3d1d67ca6a85a489ab6589258c75aafb58a525e2c803663ecfc31de789348e5b9cc7e380fc439dd1bd76292f1e798b305cce WHIRLPOOL a84964ad172a66c5f432cdd7f3f8a6b4ac3d8fbe7d9c92b77bbef5ffe30e97ddd8c2670b8b8e7b0ecc81ce1109e2668553d67f8e990dd19398e60d06dbb39409 diff --git a/media-sound/listen/files/listen-0.6.5-Makefile.patch b/media-sound/listen/files/listen-0.6.5-Makefile.patch deleted file mode 100644 index 5d13bbc30237..000000000000 --- a/media-sound/listen/files/listen-0.6.5-Makefile.patch +++ /dev/null @@ -1,32 +0,0 @@ ---- Makefile -+++ Makefile -@@ -50,10 +50,8 @@ - echo 'Name=org.gnome.Listen' >> org.gnome.Listen.service - echo 'Exec=$(BINDIR)/listen' >> org.gnome.Listen.service - -- docbook2x-man misc/listen.1.docbook --to-stdout | gzip > listen.1.gz -+ docbook2man.pl misc/listen.1.docbook - -- python -m compileall src -- python -O -m compileall src - @echo "Done" - @echo "Type: make install now" - -@@ -104,8 +102,6 @@ - - install: make-install-dirs - install -m 644 src/*.py $(DESTDIR)$(LIBDIR)/listen -- install -m 644 src/*.pyc $(DESTDIR)$(LIBDIR)/listen -- install -m 644 src/*.pyo $(DESTDIR)$(LIBDIR)/listen - for dir in $(PYSRC_DIR); do \ - for file in src/$${dir}/*.py; do \ - grep '^#@nodistribution' $$file >/dev/null && echo "$$file not distribued" && continue ; \ -@@ -122,7 +118,7 @@ - install -m 644 data/img/listen.png $(DESTDIR)$(DATADIR)/pixmaps/ - - install -m 644 listen.desktop $(DESTDIR)$(DATADIR)/applications/ -- install -m 644 listen.1.gz $(DESTDIR)$(MANDIR)/man1/ -+ install -m 644 listen.1 $(DESTDIR)$(MANDIR)/man1/ - install -m 644 org.gnome.Listen.service $(DESTDIR)$(DBUSDIR)/services - - for lang in $(PO); do install -m 644 po/$$lang.mo $(DESTDIR)$(LOCALEDIR)/$$lang/LC_MESSAGES/listen.mo; done diff --git a/media-sound/listen/listen-0.6.5-r1.ebuild b/media-sound/listen/listen-0.6.5-r1.ebuild deleted file mode 100644 index 61fcfa7733ec..000000000000 --- a/media-sound/listen/listen-0.6.5-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -inherit eutils multilib python-single-r1 - -DESCRIPTION="A music management and playback for GTK+ based desktops" -HOMEPAGE="http://www.listen-project.org/" -SRC_URI="http://download.listen-project.org/${PV%.*}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="cdda" - -RDEPEND="${PYTHON_DEPS} - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/gst-python:0.10[${PYTHON_USEDEP}] - >=dev-python/pygtk-2.8:2[${PYTHON_USEDEP}] - dev-python/pyinotify[${PYTHON_USEDEP}] - || ( dev-python/python-xlib[${PYTHON_USEDEP}] dev-python/egg-python[${PYTHON_USEDEP}] ) - dev-python/pywebkitgtk - dev-python/pyxdg[${PYTHON_USEDEP}] - media-libs/libgpod[python] - media-libs/mutagen[${PYTHON_USEDEP}] - media-plugins/gst-plugins-meta:0.10 - x11-libs/libnotify - cdda? ( dev-python/python-musicbrainz[${PYTHON_USEDEP}] )" -DEPEND="${RDEPEND} - app-text/docbook2X - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig - !media-radio/ax25-apps" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -pkg_setup() { - python-single-r1_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-Makefile.patch - sed -i -e 's:audip/mp3:audio/mp3:' misc/listen.desktop.in || die -} - -src_compile() { - CHECK_DEPENDS=0 emake PYTHON="${EPYTHON}" -} - -src_test() { :; } #324719 - -src_install() { - DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" emake install - dodoc README - - python_optimize "${ED}"/usr/$(get_libdir)/${PN} -} diff --git a/media-sound/listen/metadata.xml b/media-sound/listen/metadata.xml deleted file mode 100644 index 76835abd8ff9..000000000000 --- a/media-sound/listen/metadata.xml +++ /dev/null @@ -1,37 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sound@gentoo.org</email> - <name>Gentoo Sound project</name> - </maintainer> - <longdescription> - Listen, a music management and playback for GNOME - - With listen you can - - * Play your favorite songs - * Manage your library - * Manage your ipod - * Manage your podcast - * Make playlists - * Automatically or manually download album covers - * Automatically synchronize album covers with iPod - * Easily burn an audio CD - * Directly get informations from wikipedia when you play a song - * See the lyrics of a song - * Have statistics about your favorite songs, albums or artists - * Listen to web radio - * Submit your songs to Audioscrobbler - * Quick access to last.fm related file - - - With listen you will be able to - - * Listen And Rip Audio CDs - * Browse and listen songs on a DAAP share - * Share you library via a DAAP share - * Fill metadata with musicbrainz - * Make inteligent playlists -</longdescription> -</pkgmetadata> |