summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/kstreamripper/kstreamripper-0.3.4.ebuild')
-rw-r--r--media-sound/kstreamripper/kstreamripper-0.3.4.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild b/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild
deleted file mode 100644
index 8bb0efb79002..000000000000
--- a/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/kstreamripper-0.3.4.ebuild,v 1.10 2009/05/29 14:54:40 ssuominen Exp $
-
-ARTS_REQUIRED=never
-inherit eutils kde
-
-DESCRIPTION="KStreamripper - a nice KDE3 frontend to media-sound/streamripper"
-HOMEPAGE="http://kstreamripper.tuxipuxi.org/"
-# Portage isn't capable to get along with this url.
-# SRC_URI="http://www.tuxipuxi.org/?download=${P}.tar.bz2"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=">=media-sound/streamripper-1.32-r2"
-DEPEND="${RDEPEND}
- >=dev-util/scons-0.96.1"
-need-kde 3.2
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-desktop-entry.patch
-}
-
-src_compile() {
- local myconf="kdeincludes=$(kde-config --prefix)/include prefix=/usr"
- use amd64 && myconf="${myconf} libsuffix=64"
- unset CFLAGS # freaking scons is passing CFLAGS into g++
- scons configure ${myconf} || die "scons configure failed."
- scons || die "scons failed."
-}
-
-src_install() {
- DESTDIR="${D}" scons install || die "scons install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
- newicon src/hi32-app-${PN}.png ${PN}.png
- domenu src/${PN}.desktop
-}