diff options
author | 2010-09-06 02:10:06 +0000 | |
---|---|---|
committer | 2010-09-06 02:10:06 +0000 | |
commit | 385ff8b2910e50bae3c5e4b04aab109640ba9bd0 (patch) | |
tree | d9033ecafa524717a40d45159d963ed5151a493d /kde-base/solid-runtime | |
parent | Automated update of use.local.desc (diff) | |
download | historical-385ff8b2910e50bae3c5e4b04aab109640ba9bd0.tar.gz historical-385ff8b2910e50bae3c5e4b04aab109640ba9bd0.tar.bz2 historical-385ff8b2910e50bae3c5e4b04aab109640ba9bd0.zip |
Version bump KDE SC 4.5.1
Package-Manager: portage-2.2_rc75/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/solid-runtime')
-rw-r--r-- | kde-base/solid-runtime/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/solid-runtime/solid-runtime-4.5.1.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/kde-base/solid-runtime/ChangeLog b/kde-base/solid-runtime/ChangeLog index 490f7b6354f7..e7f39feaf3cd 100644 --- a/kde-base/solid-runtime/ChangeLog +++ b/kde-base/solid-runtime/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/solid-runtime # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/solid-runtime/ChangeLog,v 1.21 2010/08/15 11:21:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/solid-runtime/ChangeLog,v 1.22 2010/09/06 02:04:19 tampakrap Exp $ + +*solid-runtime-4.5.1 (06 Sep 2010) + + 06 Sep 2010; Theo Chatzimichos <tampakrap@gentoo.org> + +solid-runtime-4.5.1.ebuild: + Version bump 15 Aug 2010; Raúl Porcel <armin76@gentoo.org> solid-runtime-4.4.5.ebuild: Add ~arm diff --git a/kde-base/solid-runtime/solid-runtime-4.5.1.ebuild b/kde-base/solid-runtime/solid-runtime-4.5.1.ebuild new file mode 100644 index 000000000000..5a816a75c87d --- /dev/null +++ b/kde-base/solid-runtime/solid-runtime-4.5.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/solid-runtime/solid-runtime-4.5.1.ebuild,v 1.1 2010/09/06 02:04:19 tampakrap Exp $ + +EAPI="3" + +KMNAME="kdebase-runtime" +KMNOMODULE=true +inherit kde4-meta + +DESCRIPTION="KDE SC solid runtime modules (autoeject, automounter and others)" +KEYWORDS="" +IUSE="debug" + +# Packages merged around 4.3.77 +add_blocker solidautoeject +add_blocker solid-device-automounter +add_blocker solid-hardware +add_blocker soliduiserver + +KMEXTRA=" + solidautoeject/ + solid-device-automounter/ + solid-hardware/ + soliduiserver/ +" |