summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-08-15 03:40:50 +0000
committerSamuli Suominen <drac@gentoo.org>2007-08-15 03:40:50 +0000
commit376bea69292540d7bb10c21d4ecd772dcc3c1d75 (patch)
tree35fabdce764370e0775b5f7fdefff230038214ae /media-sound/streamripper
parentStable for HPPA (bug #188490). (diff)
downloadgentoo-2-376bea69292540d7bb10c21d4ecd772dcc3c1d75.tar.gz
gentoo-2-376bea69292540d7bb10c21d4ecd772dcc3c1d75.tar.bz2
gentoo-2-376bea69292540d7bb10c21d4ecd772dcc3c1d75.zip
Remove unused and vulnerable versions.
(Portage version: 2.1.3.5)
Diffstat (limited to 'media-sound/streamripper')
-rw-r--r--media-sound/streamripper/files/digest-streamripper-1.61.263
-rw-r--r--media-sound/streamripper/files/digest-streamripper-1.61.273
-rw-r--r--media-sound/streamripper/files/digest-streamripper-1.62.03
-rw-r--r--media-sound/streamripper/streamripper-1.61.26.ebuild40
-rw-r--r--media-sound/streamripper/streamripper-1.61.27.ebuild40
-rw-r--r--media-sound/streamripper/streamripper-1.62.0.ebuild31
6 files changed, 0 insertions, 120 deletions
diff --git a/media-sound/streamripper/files/digest-streamripper-1.61.26 b/media-sound/streamripper/files/digest-streamripper-1.61.26
deleted file mode 100644
index 8d50c99dc1e7..000000000000
--- a/media-sound/streamripper/files/digest-streamripper-1.61.26
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 435ae5886a47919732553925436f66df streamripper-1.61.26.tar.gz 1227439
-RMD160 eb47e516c8904623eafa30ac3ed9e352ba25bc11 streamripper-1.61.26.tar.gz 1227439
-SHA256 f4c79cdcb20c6dca0fb93d405a8c64c0d4a7c340ae84a05e764289b0d33bf591 streamripper-1.61.26.tar.gz 1227439
diff --git a/media-sound/streamripper/files/digest-streamripper-1.61.27 b/media-sound/streamripper/files/digest-streamripper-1.61.27
deleted file mode 100644
index 0b87fc2b621b..000000000000
--- a/media-sound/streamripper/files/digest-streamripper-1.61.27
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 d92a37bf23ee3f1bd5a9498d72c0562a streamripper-1.61.27.tar.gz 1227559
-RMD160 14b55b91e3b995515d6978383f9fc618fe92bbcb streamripper-1.61.27.tar.gz 1227559
-SHA256 d53fc5d3fb49bbb2332a4d26c5a63a0679009d6bf6b4b0e4e5078a9cdc183111 streamripper-1.61.27.tar.gz 1227559
diff --git a/media-sound/streamripper/files/digest-streamripper-1.62.0 b/media-sound/streamripper/files/digest-streamripper-1.62.0
deleted file mode 100644
index f120c90290e5..000000000000
--- a/media-sound/streamripper/files/digest-streamripper-1.62.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1a8353af3c36d56f2d8ee8552f632071 streamripper-1.62.0.tar.gz 1237935
-RMD160 43294ffd84c88800e59f43070ae727b56ae18a3c streamripper-1.62.0.tar.gz 1237935
-SHA256 19db4c9b90e85419eaae4b685a1c27ee9de1eafc8e8dcf2a217cb2943bcbb3db streamripper-1.62.0.tar.gz 1237935
diff --git a/media-sound/streamripper/streamripper-1.61.26.ebuild b/media-sound/streamripper/streamripper-1.61.26.ebuild
deleted file mode 100644
index 47d0b3be32d3..000000000000
--- a/media-sound/streamripper/streamripper-1.61.26.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/streamripper/streamripper-1.61.26.ebuild,v 1.9 2007/06/11 20:32:00 aballier Exp $
-
-inherit eutils
-
-DESCRIPTION="Extracts and records individual MP3 file tracks from shoutcast streams"
-HOMEPAGE="http://streamripper.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
-IUSE="vorbis"
-
-DEPEND="media-libs/libmad
- vorbis? ( media-libs/libogg
- media-libs/libvorbis )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Force package to use system libmad
- rm -rf libmad*
- sed -i -e 's/libmad//' Makefile.in || die "sed failed"
-
- # for some reason the install-sh file is not executable on OSX...
- chmod a+x install-sh
-}
-
-src_compile() {
- econf $(use_with vorbis ogg) || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc CHANGES README THANKS readme_xfade.txt
-}
diff --git a/media-sound/streamripper/streamripper-1.61.27.ebuild b/media-sound/streamripper/streamripper-1.61.27.ebuild
deleted file mode 100644
index c381e2827d80..000000000000
--- a/media-sound/streamripper/streamripper-1.61.27.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/streamripper/streamripper-1.61.27.ebuild,v 1.9 2007/07/02 14:36:25 gustavoz Exp $
-
-inherit eutils
-
-DESCRIPTION="Extracts and records individual MP3 file tracks from shoutcast streams"
-HOMEPAGE="http://streamripper.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86"
-IUSE="vorbis"
-
-DEPEND="media-libs/libmad
- vorbis? ( media-libs/libogg
- media-libs/libvorbis )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # Force package to use system libmad
- rm -rf libmad*
- sed -i -e 's/libmad//' Makefile.in || die "sed failed"
-
- # for some reason the install-sh file is not executable on OSX...
- chmod a+x install-sh
-}
-
-src_compile() {
- econf $(use_with vorbis ogg) || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc CHANGES README THANKS readme_xfade.txt
-}
diff --git a/media-sound/streamripper/streamripper-1.62.0.ebuild b/media-sound/streamripper/streamripper-1.62.0.ebuild
deleted file mode 100644
index 873fd5e603d6..000000000000
--- a/media-sound/streamripper/streamripper-1.62.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/streamripper/streamripper-1.62.0.ebuild,v 1.5 2007/06/13 06:32:08 corsair Exp $
-
-inherit eutils
-
-DESCRIPTION="Extracts and records individual MP3 file tracks from shoutcast streams"
-HOMEPAGE="http://streamripper.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="vorbis"
-
-DEPEND="media-libs/libmad
- vorbis? ( media-libs/libogg
- media-libs/libvorbis )
- >=dev-libs/tre-0.7.2"
-
-src_compile() {
- econf $(use_with vorbis ogg) \
- --without-included-libmad \
- --without-included-tre || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc CHANGES README THANKS readme_xfade.txt
-}