summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2008-04-03 21:40:22 +0000
committerWulf Krueger <philantrop@gentoo.org>2008-04-03 21:40:22 +0000
commita4f204cc4e734617d0197f86a7b970cd41b9f962 (patch)
tree891e09d2127f4f1cb089af790e811822f2b98fe4
parentVersion bump to KDE 4.0.3. This is still not intended for mainstream so DO NO... (diff)
downloadgentoo-2-a4f204cc4e734617d0197f86a7b970cd41b9f962.tar.gz
gentoo-2-a4f204cc4e734617d0197f86a7b970cd41b9f962.tar.bz2
gentoo-2-a4f204cc4e734617d0197f86a7b970cd41b9f962.zip
Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.4.4)
-rw-r--r--kde-base/libkcompactdisc/ChangeLog9
-rw-r--r--kde-base/libkcompactdisc/libkcompactdisc-4.0.3.ebuild18
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/libkcompactdisc/ChangeLog b/kde-base/libkcompactdisc/ChangeLog
index 45eec9748a67..700f942e3aab 100644
--- a/kde-base/libkcompactdisc/ChangeLog
+++ b/kde-base/libkcompactdisc/ChangeLog
@@ -1,6 +1,13 @@
# 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.5 2008/03/20 18:13:58 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.6 2008/04/03 21:40:22 philantrop Exp $
+
+*libkcompactdisc-4.0.3 (03 Apr 2008)
+
+ 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org>
+ +libkcompactdisc-4.0.3.ebuild:
+ Version bump to KDE 4.0.3. This is still not intended for mainstream so DO
+ NOT KEYWORD IT without talking to the KDE herd first.
20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org>
-libkcompactdisc-4.0.1.ebuild:
diff --git a/kde-base/libkcompactdisc/libkcompactdisc-4.0.3.ebuild b/kde-base/libkcompactdisc/libkcompactdisc-4.0.3.ebuild
new file mode 100644
index 000000000000..1ff3ff20e84b
--- /dev/null
+++ b/kde-base/libkcompactdisc/libkcompactdisc-4.0.3.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.3.ebuild,v 1.1 2008/04/03 21:40:22 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
+}