diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-11-09 11:57:25 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-11-09 11:59:16 +0100 |
commit | 517f783331e1c17e007963be5222369445a9904d (patch) | |
tree | 3db29a0de27c2855e2c572f4ad7f8f567f0decf5 /media-radio | |
parent | package.mask drop obsolete entries (diff) | |
download | gentoo-517f783331e1c17e007963be5222369445a9904d.tar.gz gentoo-517f783331e1c17e007963be5222369445a9904d.tar.bz2 gentoo-517f783331e1c17e007963be5222369445a9904d.zip |
Remove masked for removal packages
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/radiotray/Manifest | 1 | ||||
-rw-r--r-- | media-radio/radiotray/metadata.xml | 22 | ||||
-rw-r--r-- | media-radio/radiotray/radiotray-0.7.3-r2.ebuild | 37 | ||||
-rw-r--r-- | media-radio/radiotray/radiotray-9999.ebuild | 57 |
4 files changed, 0 insertions, 117 deletions
diff --git a/media-radio/radiotray/Manifest b/media-radio/radiotray/Manifest deleted file mode 100644 index 111b7192bcbd..000000000000 --- a/media-radio/radiotray/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST radiotray-0.7.3.tar.gz 94678 SHA256 709cbabbd03627270f60cd56084803d6f03fe0e14fbfc15b6325b4c5bd9faf2d SHA512 84e32d7be0db87e7a42464dae5207fd4c0f52208f4c92c5033fd51695276be5af013c824bcfbf1944d34977a82702c6d00f31079563c8ce477d166df64bcfb84 WHIRLPOOL b32b9f9a35bfbd6d4fd5ca86ed3ab878c24e45b3ec70372c2508985b9240458bb56d44465f1ddf3a58eac70700820451bc06bad25adf670a54e8343a915cec1c diff --git a/media-radio/radiotray/metadata.xml b/media-radio/radiotray/metadata.xml deleted file mode 100644 index fdfb298b73bc..000000000000 --- a/media-radio/radiotray/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>hwoarang@gentoo.org</email> - <name>Markos Chandras</name> - </maintainer> - <upstream> - <maintainer> - <email>carlosmribeiro1@gmail.com</email> - <name>Carlos Ribeiro</name> - </maintainer> - <maintainer> - <email>ogmaciel@gnome.org</email> - <name>Og Maciel</name> - </maintainer> - <changelog>http://radiotray.sourceforge.net/</changelog> - <remote-id type="sourceforge">radiotray</remote-id> - </upstream> - <longdescription lang="en"> - </longdescription> -</pkgmetadata> diff --git a/media-radio/radiotray/radiotray-0.7.3-r2.ebuild b/media-radio/radiotray/radiotray-0.7.3-r2.ebuild deleted file mode 100644 index 6027c21425e8..000000000000 --- a/media-radio/radiotray/radiotray-0.7.3-r2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -inherit distutils-r1 - -DESCRIPTION="Online radio streaming player" -HOMEPAGE="http://radiotray.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-1+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="sys-apps/dbus[X] - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/gst-python:0.10[${PYTHON_USEDEP}] - dev-python/pygtk[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] - dev-python/pygobject:2[${PYTHON_USEDEP}] - dev-python/notify-python[${PYTHON_USEDEP}] - media-libs/gst-plugins-good:0.10 - media-libs/gst-plugins-ugly:0.10 - media-plugins/gst-plugins-alsa:0.10 - media-plugins/gst-plugins-libmms:0.10 - media-plugins/gst-plugins-ffmpeg:0.10 - media-plugins/gst-plugins-mad:0.10 - media-plugins/gst-plugins-ogg:0.10 - media-plugins/gst-plugins-soup:0.10 - media-plugins/gst-plugins-vorbis:0.10" - -DEPEND="dev-python/pyxdg[${PYTHON_USEDEP}]" diff --git a/media-radio/radiotray/radiotray-9999.ebuild b/media-radio/radiotray/radiotray-9999.ebuild deleted file mode 100644 index f0f87bc0e103..000000000000 --- a/media-radio/radiotray/radiotray-9999.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 mercurial - -DESCRIPTION="Online radio streaming player" -HOMEPAGE="http://radiotray.sourceforge.net/" -SRC_URI="" -EHG_REPO_URI="http://radiotray.hg.sourceforge.net:8000/hgroot/radiotray/radiotray" - -LICENSE="GPL-1+" -SLOT="0" -KEYWORDS="" -IUSE="" - -LANGS="ca de el en_GB es fi fr gl gu hu it ko lt pl pt_BR pt ro ru sk sl sv te -tr uk zh_CN" - -for x in ${LANGS}; do - IUSE="${IUSE} linguas_${x}" -done - -RDEPEND="sys-apps/dbus[X] - dev-python/gst-python:0.10[${PYTHON_USEDEP}] - dev-python/pygtk[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] - dev-python/pygobject:2[${PYTHON_USEDEP}] - dev-python/notify-python[${PYTHON_USEDEP}] - media-libs/gst-plugins-good:0.10 - media-libs/gst-plugins-ugly:0.10 - media-plugins/gst-plugins-alsa:0.10 - media-plugins/gst-plugins-libmms:0.10 - media-plugins/gst-plugins-ffmpeg:0.10 - media-plugins/gst-plugins-mad:0.10 - media-plugins/gst-plugins-ogg:0.10 - media-plugins/gst-plugins-soup:0.10 - media-plugins/gst-plugins-vorbis:0.10" - -DEPEND="${RDEPEND}" - -DOCS=( AUTHORS CONTRIBUTORS NEWS README ) - -python_prepare_all() { - # remove LINUGAS file so we can create our - rm "${S}"/po/LINGUAS - for x in ${LANGS}; do - use "linguas_${x}" && echo "${x}" >> "${S}"/po/LINGUAS - ! use "linguas_${x}" && rm "${S}"/po/${x}.po - done - - distutils-r1_python_prepare_all -} |