diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-09-06 02:04:19 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-09-06 02:04:19 +0000 |
commit | 20c72af4e7872cb0f5c782e7016cc7f3fa136911 (patch) | |
tree | a24962c772bb833872b534c865e813e36c16c94d /kde-base | |
parent | Version bump KDE SC 4.5.1 (diff) | |
download | gentoo-2-20c72af4e7872cb0f5c782e7016cc7f3fa136911.tar.gz gentoo-2-20c72af4e7872cb0f5c782e7016cc7f3fa136911.tar.bz2 gentoo-2-20c72af4e7872cb0f5c782e7016cc7f3fa136911.zip |
Version bump KDE SC 4.5.1
(Portage version: 2.2_rc75/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base')
-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/ +" |