summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2011-10-28 23:41:48 +0000
committerJonathan Callen <jcallen@gentoo.org>2011-10-28 23:41:48 +0000
commit9cbb2f23494cc726a6f1e4bd2b451f2e82a9f832 (patch)
tree8178d3ad0ede66ae65202d06ce5544309f193977 /media-sound/kstreamripper
parentBump to EAPI=4 (diff)
downloadhistorical-9cbb2f23494cc726a6f1e4bd2b451f2e82a9f832.tar.gz
historical-9cbb2f23494cc726a6f1e4bd2b451f2e82a9f832.tar.bz2
historical-9cbb2f23494cc726a6f1e4bd2b451f2e82a9f832.zip
remove old
Package-Manager: portage-2.2.0_alpha70/cvs/Linux x86_64
Diffstat (limited to 'media-sound/kstreamripper')
-rw-r--r--media-sound/kstreamripper/ChangeLog5
-rw-r--r--media-sound/kstreamripper/kstreamripper-0.7.74.ebuild26
2 files changed, 4 insertions, 27 deletions
diff --git a/media-sound/kstreamripper/ChangeLog b/media-sound/kstreamripper/ChangeLog
index 31b696cbbde4..69bbbc4e51f4 100644
--- a/media-sound/kstreamripper/ChangeLog
+++ b/media-sound/kstreamripper/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/kstreamripper
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/ChangeLog,v 1.25 2011/09/27 20:23:19 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/ChangeLog,v 1.26 2011/10/28 23:33:16 abcd Exp $
+
+ 28 Oct 2011; Jonathan Callen <abcd@gentoo.org> -kstreamripper-0.7.74.ebuild:
+ remove old
*kstreamripper-0.7.100 (27 Sep 2011)
diff --git a/media-sound/kstreamripper/kstreamripper-0.7.74.ebuild b/media-sound/kstreamripper/kstreamripper-0.7.74.ebuild
deleted file mode 100644
index b17b086676b4..000000000000
--- a/media-sound/kstreamripper/kstreamripper-0.7.74.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/kstreamripper-0.7.74.ebuild,v 1.1 2011/02/25 12:34:42 aballier Exp $
-
-EAPI=3
-
-inherit kde4-base
-
-DESCRIPTION="A program for ripping internet radios"
-HOMEPAGE="http://kstreamripper.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2 GPL-3"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND=""
-#>=net-libs/libproxy-0.3.1
-RDEPEND="${DEPEND}
- media-sound/streamripper
-"
-
-S=${WORKDIR}/${PN}
-
-DOCS=( TODO.odt )