diff options
author | Alex Alexander <wired@gentoo.org> | 2009-08-04 00:04:01 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-08-04 00:04:01 +0000 |
commit | 9fc7526682996b6007a03be16aba7bae7754050a (patch) | |
tree | e221fb282325302e6d557d9ab49e1d8ccf12cbf2 /kde-base | |
parent | Version bump KDE 4.3.0 (diff) | |
download | gentoo-2-9fc7526682996b6007a03be16aba7bae7754050a.tar.gz gentoo-2-9fc7526682996b6007a03be16aba7bae7754050a.tar.bz2 gentoo-2-9fc7526682996b6007a03be16aba7bae7754050a.zip |
Version bump KDE 4.3.0
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kdeadmin-meta/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kdeadmin-meta/kdeadmin-meta-4.3.0.ebuild | 33 |
2 files changed, 40 insertions, 1 deletions
diff --git a/kde-base/kdeadmin-meta/ChangeLog b/kde-base/kdeadmin-meta/ChangeLog index df5fc7864a17..0722431fa558 100644 --- a/kde-base/kdeadmin-meta/ChangeLog +++ b/kde-base/kdeadmin-meta/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kdeadmin-meta # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin-meta/ChangeLog,v 1.125 2009/07/12 11:45:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin-meta/ChangeLog,v 1.126 2009/08/04 00:04:01 wired Exp $ + +*kdeadmin-meta-4.3.0 (04 Aug 2009) + + 04 Aug 2009; Alex Alexander <wired@gentoo.org> + +kdeadmin-meta-4.3.0.ebuild: + Version bump 12 Jul 2009; Raúl Porcel <armin76@gentoo.org> kdeadmin-meta-3.5.10.ebuild: diff --git a/kde-base/kdeadmin-meta/kdeadmin-meta-4.3.0.ebuild b/kde-base/kdeadmin-meta/kdeadmin-meta-4.3.0.ebuild new file mode 100644 index 000000000000..3d30cbcd3a33 --- /dev/null +++ b/kde-base/kdeadmin-meta/kdeadmin-meta-4.3.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeadmin-meta/kdeadmin-meta-4.3.0.ebuild,v 1.1 2009/08/04 00:04:01 wired Exp $ + +EAPI="2" + +DESCRIPTION="KDE administration tools - merge this to pull in all kdeadmin-derived packages" +HOMEPAGE="http://www.kde.org/" + +LICENSE="GPL-2" +SLOT="4.3" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="cups kdeprefix lilo" + +RDEPEND=" + >=kde-base/kcron-${PV}:${SLOT}[kdeprefix=] + >=kde-base/knetworkconf-${PV}:${SLOT}[kdeprefix=] + >=kde-base/ksystemlog-${PV}:${SLOT}[kdeprefix=] + >=kde-base/kuser-${PV}:${SLOT}[kdeprefix=] + cups? ( >=kde-base/system-config-printer-kde-${PV}:${SLOT}[kdeprefix=] ) + lilo? ( >=kde-base/lilo-config-${PV}:${SLOT}[kdeprefix=] ) +" + +## The following package was just added and has a questionable interest to Gentoo +# >=kde-base/kpackage-${PV}:${SLOT} + +## the following packages are currently missing in kde 4.1 +#>=kde-base/kdeadmin-kfile-plugins-${PV}:${SLOT} +#>=kde-base/secpolicy-${PV}:${SLOT} + +## These seem to be broken +#>=kde-base/kdat-${PV}:${SLOT} +#>=kde-base/ksysv-${PV}:${SLOT} |