diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-03-02 16:55:15 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-03-02 16:55:15 +0000 |
commit | 17a7f9b9c953340a05dacff2517b3e265c006a30 (patch) | |
tree | 8180fc91f66ad8b20f90d96fca532461827bbb12 /kde-base/kdemultimedia-meta | |
parent | Version bump KDE 4.4.1 (diff) | |
download | gentoo-2-17a7f9b9c953340a05dacff2517b3e265c006a30.tar.gz gentoo-2-17a7f9b9c953340a05dacff2517b3e265c006a30.tar.bz2 gentoo-2-17a7f9b9c953340a05dacff2517b3e265c006a30.zip |
Version bump KDE 4.4.1
(Portage version: 2.2_rc63/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kdemultimedia-meta')
-rw-r--r-- | kde-base/kdemultimedia-meta/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kdemultimedia-meta/kdemultimedia-meta-4.4.1.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/kde-base/kdemultimedia-meta/ChangeLog b/kde-base/kdemultimedia-meta/ChangeLog index 2517fd225fa8..196e64ad6cee 100644 --- a/kde-base/kdemultimedia-meta/ChangeLog +++ b/kde-base/kdemultimedia-meta/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kdemultimedia-meta # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia-meta/ChangeLog,v 1.148 2010/02/20 10:33:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia-meta/ChangeLog,v 1.149 2010/03/02 16:55:15 tampakrap Exp $ + +*kdemultimedia-meta-4.4.1 (02 Mar 2010) + + 02 Mar 2010; Theo Chatzimichos <tampakrap@gentoo.org> + +kdemultimedia-meta-4.4.1.ebuild: + Version bump 20 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> kdemultimedia-meta-4.3.5.ebuild: diff --git a/kde-base/kdemultimedia-meta/kdemultimedia-meta-4.4.1.ebuild b/kde-base/kdemultimedia-meta/kdemultimedia-meta-4.4.1.ebuild new file mode 100644 index 000000000000..99fa5cae4e1a --- /dev/null +++ b/kde-base/kdemultimedia-meta/kdemultimedia-meta-4.4.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia-meta/kdemultimedia-meta-4.4.1.ebuild,v 1.1 2010/03/02 16:55:15 tampakrap Exp $ + +EAPI="3" +inherit kde4-functions + +DESCRIPTION="kdemultimedia - merge this to pull in all kdemultimedia-derived packages" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2" +SLOT="4.4" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="aqua kdeprefix" + +RDEPEND=" + $(add_kdebase_dep dragonplayer) + $(add_kdebase_dep juk) + $(add_kdebase_dep kdemultimedia-kioslaves) + $(add_kdebase_dep kmix) + $(add_kdebase_dep kscd) + $(add_kdebase_dep libkcddb) + $(add_kdebase_dep libkcompactdisc) + $(add_kdebase_dep mplayerthumbs) + $(block_other_slots) +" |