summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-02-29 14:49:22 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-02-29 14:49:22 +0000
commit1a6ff0c2e2b26e389e441d17f39a8e58843e5bed (patch)
tree8a356f770b1539bb0fa915b16e3792c4b164087d /media-sound
parentStable for AMD64, wrt security bug #371469 (diff)
downloadgentoo-2-1a6ff0c2e2b26e389e441d17f39a8e58843e5bed.tar.gz
gentoo-2-1a6ff0c2e2b26e389e441d17f39a8e58843e5bed.tar.bz2
gentoo-2-1a6ff0c2e2b26e389e441d17f39a8e58843e5bed.zip
Stable kstreamripper on amd64 and x86, seems to work fine. Remove overshadowed version.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/kstreamripper/ChangeLog9
-rw-r--r--media-sound/kstreamripper/kstreamripper-0.7.100-r1.ebuild6
-rw-r--r--media-sound/kstreamripper/kstreamripper-0.7.100.ebuild26
3 files changed, 10 insertions, 31 deletions
diff --git a/media-sound/kstreamripper/ChangeLog b/media-sound/kstreamripper/ChangeLog
index 779d8da241a0..9353f1d544e5 100644
--- a/media-sound/kstreamripper/ChangeLog
+++ b/media-sound/kstreamripper/ChangeLog
@@ -1,6 +1,11 @@
# 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.27 2011/12/18 19:22:11 dilfridge Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/ChangeLog,v 1.28 2012/02/29 14:49:22 scarabeus Exp $
+
+ 29 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+ -kstreamripper-0.7.100.ebuild, kstreamripper-0.7.100-r1.ebuild:
+ Stable kstreamripper on amd64 and x86, seems to work fine. Remove overshadowed
+ version.
*kstreamripper-0.7.100-r1 (18 Dec 2011)
diff --git a/media-sound/kstreamripper/kstreamripper-0.7.100-r1.ebuild b/media-sound/kstreamripper/kstreamripper-0.7.100-r1.ebuild
index e8e632e268c3..67fe8190bfeb 100644
--- a/media-sound/kstreamripper/kstreamripper-0.7.100-r1.ebuild
+++ b/media-sound/kstreamripper/kstreamripper-0.7.100-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/kstreamripper-0.7.100-r1.ebuild,v 1.1 2011/12/18 19:22:11 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/kstreamripper-0.7.100-r1.ebuild,v 1.2 2012/02/29 14:49:22 scarabeus Exp $
EAPI=4
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2 GPL-3"
SLOT="4"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="debug"
DEPEND=""
diff --git a/media-sound/kstreamripper/kstreamripper-0.7.100.ebuild b/media-sound/kstreamripper/kstreamripper-0.7.100.ebuild
deleted file mode 100644
index 3235e538fd27..000000000000
--- a/media-sound/kstreamripper/kstreamripper-0.7.100.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.100.ebuild,v 1.1 2011/09/27 20:23:19 dilfridge Exp $
-
-EAPI=4
-
-inherit kde4-base
-
-DESCRIPTION="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 )