summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-02-20 18:49:31 +0100
committerPacho Ramos <pacho@gentoo.org>2016-02-20 18:51:06 +0100
commit760e17fcbac1b8c04a96ab08306dbcc644131dfb (patch)
treee89f1b472226b0439a5a08e98af7fca11f0e892c /net-misc
parentsys-fs/pytagsfs: distutils-r1 + EAPI 5 (diff)
downloadgentoo-760e17fcbac1b8c04a96ab08306dbcc644131dfb.tar.gz
gentoo-760e17fcbac1b8c04a96ab08306dbcc644131dfb.tar.bz2
gentoo-760e17fcbac1b8c04a96ab08306dbcc644131dfb.zip
Remove masked for removal packages
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/yaydl/Manifest1
-rw-r--r--net-misc/yaydl/metadata.xml7
-rw-r--r--net-misc/yaydl/yaydl-1.5.2.ebuild47
3 files changed, 0 insertions, 55 deletions
diff --git a/net-misc/yaydl/Manifest b/net-misc/yaydl/Manifest
deleted file mode 100644
index 29f2a6178393..000000000000
--- a/net-misc/yaydl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST yaydl-1.5.2.tar.gz 13933 SHA256 f2ee58aad1b6ab458fb3e9ff21f195af17dbfea4237642a998d89996b0449cc0 SHA512 3b490acdf881ca0eceaec8371bf0d75ad69ba82cacc4c36026683443237e517ff2223555e2431cdfb0dffdcd4de9452726ee967ff28868fea0eb19cb646ee926 WHIRLPOOL 522a89c4d3fc0bb1975bb8d77d5512db8ee53bed928167828d27d76b5f06726dbcf8487c3c6c4c5370f9f10725c14012c467cd10c12f82fac7bb7cb4420d6787
diff --git a/net-misc/yaydl/metadata.xml b/net-misc/yaydl/metadata.xml
deleted file mode 100644
index ad9f6a248c5f..000000000000
--- a/net-misc/yaydl/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <use>
- <flag name="soundextract">Extract the soundtracks of the downloaded videos</flag>
- </use>
-</pkgmetadata>
diff --git a/net-misc/yaydl/yaydl-1.5.2.ebuild b/net-misc/yaydl/yaydl-1.5.2.ebuild
deleted file mode 100644
index 0b99a27632f3..000000000000
--- a/net-misc/yaydl/yaydl-1.5.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Yet Another Youtube DownLoader which is downloading more than youtube"
-HOMEPAGE="http://pdes-net.org/x-haui/"
-SRC_URI="http://pdes-net.org/x-haui/scripts/perl/yaydl_youtubedownloader/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="encode soundextract"
-
-DEPEND=""
-RDEPEND="
- dev-lang/perl
- dev-perl/LWP-UserAgent-Determined
- dev-perl/MP3-Info
- dev-perl/Term-ProgressBar
- dev-perl/URI
- encode? (
- || (
- virtual/ffmpeg[encode]
- media-video/mplayer[encode,mp3,xvid]
- )
- )
- soundextract? (
- || (
- virtual/ffmpeg[encode,mp3]
- (
- media-video/mplayer
- media-sound/lame
- )
- )
- )"
-
-src_install() {
- newbin ${PN}.pl ${PN}
- dodoc changelog README
-}
-
-pkg_postinst() {
- elog "${PN} is supporting a lot of video websites."
- elog "Look at ${HOMEPAGE} for more information."
-}