summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Heinlein <keytoaster@gentoo.org>2008-06-07 14:51:48 +0000
committerTobias Heinlein <keytoaster@gentoo.org>2008-06-07 14:51:48 +0000
commit12f317daf4738c52f2f09d05f57d3a025d9a9fed (patch)
tree813a7bf28e2c2c9daa7f05678f268cee2be40e83 /kde-base/kaudiocreator
parentRemoved old versions. (diff)
downloadgentoo-2-12f317daf4738c52f2f09d05f57d3a025d9a9fed.tar.gz
gentoo-2-12f317daf4738c52f2f09d05f57d3a025d9a9fed.tar.bz2
gentoo-2-12f317daf4738c52f2f09d05f57d3a025d9a9fed.zip
Removed old versions.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'kde-base/kaudiocreator')
-rw-r--r--kde-base/kaudiocreator/ChangeLog6
-rw-r--r--kde-base/kaudiocreator/kaudiocreator-3.5.8.ebuild40
2 files changed, 5 insertions, 41 deletions
diff --git a/kde-base/kaudiocreator/ChangeLog b/kde-base/kaudiocreator/ChangeLog
index c80eaa719710..4da6870df5e7 100644
--- a/kde-base/kaudiocreator/ChangeLog
+++ b/kde-base/kaudiocreator/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kaudiocreator
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kaudiocreator/ChangeLog,v 1.91 2008/05/18 21:10:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kaudiocreator/ChangeLog,v 1.92 2008/06/07 14:51:48 keytoaster Exp $
+
+ 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org>
+ -kaudiocreator-3.5.8.ebuild:
+ Removed old versions.
18 May 2008; Markus Meier <maekke@gentoo.org> kaudiocreator-3.5.9.ebuild:
amd64/x86 stable, bug #221063
diff --git a/kde-base/kaudiocreator/kaudiocreator-3.5.8.ebuild b/kde-base/kaudiocreator/kaudiocreator-3.5.8.ebuild
deleted file mode 100644
index 008e5335209e..000000000000
--- a/kde-base/kaudiocreator/kaudiocreator-3.5.8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kaudiocreator/kaudiocreator-3.5.8.ebuild,v 1.8 2008/03/04 05:26:38 jer Exp $
-
-KMNAME=kdemultimedia
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-DESCRIPTION="KDE CD ripper and audio encoder frontend"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="encode flac mp3 vorbis"
-DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcddb)
- media-sound/cdparanoia"
-
-# External encoders used - no optional compile-time support
-RDEPEND="${RDEPEND}
- $(deprange $PV $MAXKDEVER kde-base/kdemultimedia-kioslaves)
- encode? ( vorbis? ( media-sound/vorbis-tools )
- flac? ( media-libs/flac )
- mp3? ( media-sound/lame ) )"
-
-KMCOPYLIB="libkcddb libkcddb"
-KMEXTRACTONLY="libkcddb"
-KMCOMPILEONLY="kscd
- libkcddb/"
-PATCHES="${FILESDIR}/kaudiocreator-3.5.6-arts.patch"
-
-src_compile () {
- DO_NOT_COMPILE=libkcddb kde-meta_src_compile myconf configure
- cd "${S}"/libkcddb && make configbase.h cdinfodialogbase.h
-
- # Library deps seems not to be built as they should :/
- cd "${S}"/kscd/libwm/audio && make libworkmanaudio.la && \
- cd "${S}"/kscd/libwm && make libworkman.la && \
- cd "${S}"/kscd && make libkcompactdisc.la || \
- die "failed to make prerequisite libraries."
-
- DO_NOT_COMPILE=libkcddb kde-meta_src_compile make
-}