diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:22:02 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:22:02 +0000 |
commit | af3172c7fc78f1eddd69f01163fe618cf7ffb337 (patch) | |
tree | 9f91cffdc9e3e76cee27e1556ea76cc5534d2b79 /kde-base/libkcompactdisc | |
parent | [kde-base/kdebugdialog] Version bump to KDE SC 4.4.0 (diff) | |
download | gentoo-2-af3172c7fc78f1eddd69f01163fe618cf7ffb337.tar.gz gentoo-2-af3172c7fc78f1eddd69f01163fe618cf7ffb337.tar.bz2 gentoo-2-af3172c7fc78f1eddd69f01163fe618cf7ffb337.zip |
[kde-base/libkcompactdisc] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/libkcompactdisc')
-rw-r--r-- | kde-base/libkcompactdisc/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/libkcompactdisc/libkcompactdisc-4.4.0.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/kde-base/libkcompactdisc/ChangeLog b/kde-base/libkcompactdisc/ChangeLog index 4dd8379409f8..c6a7d809ec50 100644 --- a/kde-base/libkcompactdisc/ChangeLog +++ b/kde-base/libkcompactdisc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/libkcompactdisc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.49 2010/01/25 17:13:25 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.50 2010/02/09 00:22:02 alexxy Exp $ + +*libkcompactdisc-4.4.0 (09 Feb 2010) + + 09 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> + +libkcompactdisc-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *libkcompactdisc-4.3.5 (25 Jan 2010) diff --git a/kde-base/libkcompactdisc/libkcompactdisc-4.4.0.ebuild b/kde-base/libkcompactdisc/libkcompactdisc-4.4.0.ebuild new file mode 100644 index 000000000000..5a594c924126 --- /dev/null +++ b/kde-base/libkcompactdisc/libkcompactdisc-4.4.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/libkcompactdisc-4.4.0.ebuild,v 1.1 2010/02/09 00:22:02 alexxy Exp $ + +EAPI="2" + +KMNAME="kdemultimedia" +inherit kde4-meta + +DESCRIPTION="KDE library for playing & ripping CDs" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="alsa debug" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with alsa) + ) + kde4-meta_src_configure +} |