diff options
author | 2008-04-03 21:49:41 +0000 | |
---|---|---|
committer | 2008-04-03 21:49:41 +0000 | |
commit | c720f79a21ec6fc47b92109987daca264d416bff (patch) | |
tree | 1b6bd65f854b288e82f20100a5ed85c008e3511e /kde-base/kdeutils-meta | |
parent | added ~amd64 (diff) | |
download | historical-c720f79a21ec6fc47b92109987daca264d416bff.tar.gz historical-c720f79a21ec6fc47b92109987daca264d416bff.tar.bz2 historical-c720f79a21ec6fc47b92109987daca264d416bff.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.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'kde-base/kdeutils-meta')
-rw-r--r-- | kde-base/kdeutils-meta/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kdeutils-meta/kdeutils-meta-4.0.3.ebuild | 37 |
2 files changed, 45 insertions, 1 deletions
diff --git a/kde-base/kdeutils-meta/ChangeLog b/kde-base/kdeutils-meta/ChangeLog index b8db1e4e2bdf..c0c0e13806c8 100644 --- a/kde-base/kdeutils-meta/ChangeLog +++ b/kde-base/kdeutils-meta/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/kdeutils-meta # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils-meta/ChangeLog,v 1.84 2008/03/20 16:55:06 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils-meta/ChangeLog,v 1.85 2008/04/03 21:02:13 philantrop Exp $ + +*kdeutils-meta-4.0.3 (03 Apr 2008) + + 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> + +kdeutils-meta-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> -kdeutils-meta-4.0.1.ebuild: diff --git a/kde-base/kdeutils-meta/kdeutils-meta-4.0.3.ebuild b/kde-base/kdeutils-meta/kdeutils-meta-4.0.3.ebuild new file mode 100644 index 000000000000..6bb4024512b0 --- /dev/null +++ b/kde-base/kdeutils-meta/kdeutils-meta-4.0.3.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils-meta/kdeutils-meta-4.0.3.ebuild,v 1.1 2008/04/03 21:02:13 philantrop Exp $ + +EAPI="1" + +inherit kde4-functions + +DESCRIPTION="KDE utilities - merge this to pull in all kdeutils-derived packages" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2" +SLOT="kde-4" +KEYWORDS="~amd64 ~x86" +# add lirc when kdelirc gets ready +IUSE="crypt" + +RDEPEND=" + >=kde-base/ark-${PV}:${SLOT} + >=kde-base/kcalc-${PV}:${SLOT} + >=kde-base/kcharselect-${PV}:${SLOT} + >=kde-base/kdf-${PV}:${SLOT} + >=kde-base/kfloppy-${PV}:${SLOT} + crypt? ( >=kde-base/kgpg-${PV}:${SLOT} ) + >=kde-base/kjots-${PV}:${SLOT} + >=kde-base/kmilo-${PV}:${SLOT} + >=kde-base/kdessh-${PV}:${SLOT} + >=kde-base/ktimer-${PV}:${SLOT} + >=kde-base/kwallet-${PV}:${SLOT} + >=kde-base/superkaramba-${PV}:${SLOT} + >=kde-base/sweeper-${PV}:${SLOT} +" + +# The following packages are missing in KDE 4.0.3: +#>=kde-base/ksim-${PV}:${SLOT} +#>=kde-base/klaptopdaemon-${PV}:${SLOT} +#lirc? ( >=kde-base/kdelirc-${PV}:${SLOT} ) |