summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2008-03-10 23:59:53 +0000
committerWulf Krueger <philantrop@gentoo.org>2008-03-10 23:59:53 +0000
commit4333fa4686bd402d431907d5262b3e7d68af339e (patch)
treee650fe46d6a638c988566723e0f10ddf21c1d9a0 /kde-base/libkcompactdisc
parentVersion bump to KDE 4.0.2. (diff)
downloadgentoo-2-4333fa4686bd402d431907d5262b3e7d68af339e.tar.gz
gentoo-2-4333fa4686bd402d431907d5262b3e7d68af339e.tar.bz2
gentoo-2-4333fa4686bd402d431907d5262b3e7d68af339e.zip
Version bump to KDE 4.0.2.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/libkcompactdisc')
-rw-r--r--kde-base/libkcompactdisc/ChangeLog8
-rw-r--r--kde-base/libkcompactdisc/libkcompactdisc-4.0.2.ebuild18
2 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/libkcompactdisc/ChangeLog b/kde-base/libkcompactdisc/ChangeLog
index bbf7472027f8..30069d4f67e0 100644
--- a/kde-base/libkcompactdisc/ChangeLog
+++ b/kde-base/libkcompactdisc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/libkcompactdisc
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.3 2008/02/17 02:57:36 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.4 2008/03/10 23:59:53 philantrop Exp $
+
+*libkcompactdisc-4.0.2 (10 Mar 2008)
+
+ 10 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org>
+ +libkcompactdisc-4.0.2.ebuild:
+ Version bump to KDE 4.0.2
16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org>
-libkcompactdisc-4.0.0.ebuild:
diff --git a/kde-base/libkcompactdisc/libkcompactdisc-4.0.2.ebuild b/kde-base/libkcompactdisc/libkcompactdisc-4.0.2.ebuild
new file mode 100644
index 000000000000..204e9814c482
--- /dev/null
+++ b/kde-base/libkcompactdisc/libkcompactdisc-4.0.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/libkcompactdisc-4.0.2.ebuild,v 1.1 2008/03/10 23:59:53 philantrop Exp $
+
+EAPI="1"
+
+KMNAME=kdemultimedia
+inherit kde4-meta
+
+DESCRIPTION="KDE library for playing & ripping CDs"
+KEYWORDS="~amd64 ~x86"
+IUSE="alsa debug htmlhandbook"
+
+src_compile() {
+ mycmakeargs="${mycmakeargs}
+ $(cmake-utils_use_with alsa Alsa)"
+ kde4-meta_src_compile
+}