diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 11:06:59 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-07 11:06:59 +0000 |
commit | 37e7e87b7400a9147262b5f120dd8ef1145129bc (patch) | |
tree | 4cbddcffbb38d4a10ecb84e3fccbe11554e4b694 /kde-base/kscd | |
parent | Removed old versions. (diff) | |
download | gentoo-2-37e7e87b7400a9147262b5f120dd8ef1145129bc.tar.gz gentoo-2-37e7e87b7400a9147262b5f120dd8ef1145129bc.tar.bz2 gentoo-2-37e7e87b7400a9147262b5f120dd8ef1145129bc.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/kscd')
-rw-r--r-- | kde-base/kscd/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kscd/kscd-3.5.8.ebuild | 32 | ||||
-rw-r--r-- | kde-base/kscd/kscd-4.0.2.ebuild | 19 | ||||
-rw-r--r-- | kde-base/kscd/kscd-4.0.3.ebuild | 19 |
4 files changed, 5 insertions, 71 deletions
diff --git a/kde-base/kscd/ChangeLog b/kde-base/kscd/ChangeLog index 1357c234bce4..5c34881cb5f5 100644 --- a/kde-base/kscd/ChangeLog +++ b/kde-base/kscd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kscd # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kscd/ChangeLog,v 1.97 2008/06/05 22:17:09 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kscd/ChangeLog,v 1.98 2008/06/07 11:06:59 keytoaster Exp $ + + 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -kscd-3.5.8.ebuild, + -kscd-4.0.2.ebuild, -kscd-4.0.3.ebuild: + Removed old versions. *kscd-4.0.5 (05 Jun 2008) diff --git a/kde-base/kscd/kscd-3.5.8.ebuild b/kde-base/kscd/kscd-3.5.8.ebuild deleted file mode 100644 index d8391873e515..000000000000 --- a/kde-base/kscd/kscd-3.5.8.ebuild +++ /dev/null @@ -1,32 +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/kscd/kscd-3.5.8.ebuild,v 1.8 2008/03/04 05:28:57 jer Exp $ - -KMNAME=kdemultimedia -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -SRC_URI="${SRC_URI}" - -DESCRIPTION="KDE CD player" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcddb)" - -RDEPEND="${DEPEND}" - -KMCOPYLIB="libkcddb libkcddb" - -KMCOMPILEONLY="libkcddb" - -PATCHES="${FILESDIR}/kscd-3.5.6-alsa-tests.patch - ${FILESDIR}/kscd-3.5.6-arts.patch" - -src_compile() { - DO_NOT_COMPILE=libkcddb kde-meta_src_compile myconf configure - cd "${S}"/libkcddb && make configbase.h - cd "${S}"/libkcddb && make cdinfodialogbase.h - DO_NOT_COMPILE=libkcddb kde-meta_src_compile make -} diff --git a/kde-base/kscd/kscd-4.0.2.ebuild b/kde-base/kscd/kscd-4.0.2.ebuild deleted file mode 100644 index b6a1af760504..000000000000 --- a/kde-base/kscd/kscd-4.0.2.ebuild +++ /dev/null @@ -1,19 +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/kscd/kscd-4.0.2.ebuild,v 1.1 2008/03/10 23:51:26 philantrop Exp $ - -EAPI="1" - -KMNAME=kdemultimedia -inherit kde4-meta - -DESCRIPTION="KDE CD player" -KEYWORDS="~amd64 ~x86" -IUSE="debug htmlhandbook" - -DEPEND=" - >=kde-base/libkcddb-${PV}:${SLOT} - >=kde-base/libkcompactdisc-${PV}:${SLOT}" -RDEPEND="${DEPEND}" - -KMEXTRACTONLY="libkcompactdisc/" diff --git a/kde-base/kscd/kscd-4.0.3.ebuild b/kde-base/kscd/kscd-4.0.3.ebuild deleted file mode 100644 index 19ccd0e4e5c5..000000000000 --- a/kde-base/kscd/kscd-4.0.3.ebuild +++ /dev/null @@ -1,19 +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/kscd/kscd-4.0.3.ebuild,v 1.1 2008/04/03 21:26:54 philantrop Exp $ - -EAPI="1" - -KMNAME=kdemultimedia -inherit kde4-meta - -DESCRIPTION="KDE CD player" -KEYWORDS="~amd64 ~x86" -IUSE="debug htmlhandbook" - -DEPEND=" - >=kde-base/libkcddb-${PV}:${SLOT} - >=kde-base/libkcompactdisc-${PV}:${SLOT}" -RDEPEND="${DEPEND}" - -KMEXTRACTONLY="libkcompactdisc/" |