diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-03 16:31:05 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-11-03 16:31:05 +0000 |
commit | aed7569556697316dc345ae4ca172377916e8ab2 (patch) | |
tree | 6e2289aa47f31b041e7299a47dc94defaa7729a3 /kde-base/solid-runtime | |
parent | Keyword ~ppc64 wrt #337385 (diff) | |
download | gentoo-2-aed7569556697316dc345ae4ca172377916e8ab2.tar.gz gentoo-2-aed7569556697316dc345ae4ca172377916e8ab2.tar.bz2 gentoo-2-aed7569556697316dc345ae4ca172377916e8ab2.zip |
KDE SC 4.5.3 Version bump
(Portage version: 2.2.0_alpha3/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.3.ebuild | 26 |
2 files changed, 33 insertions, 1 deletions
diff --git a/kde-base/solid-runtime/ChangeLog b/kde-base/solid-runtime/ChangeLog index d5adae7e95a3..c254720952a0 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.23 2010/10/06 09:17:09 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/solid-runtime/ChangeLog,v 1.24 2010/11/03 16:30:15 scarabeus Exp $ + +*solid-runtime-4.5.3 (03 Nov 2010) + + 03 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +solid-runtime-4.5.3.ebuild: + Version bump *solid-runtime-4.5.2 (05 Oct 2010) diff --git a/kde-base/solid-runtime/solid-runtime-4.5.3.ebuild b/kde-base/solid-runtime/solid-runtime-4.5.3.ebuild new file mode 100644 index 000000000000..bffff876af1e --- /dev/null +++ b/kde-base/solid-runtime/solid-runtime-4.5.3.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.3.ebuild,v 1.1 2010/11/03 16:30:15 scarabeus Exp $ + +EAPI="3" + +KMNAME="kdebase-runtime" +KMNOMODULE=true +inherit kde4-meta + +DESCRIPTION="KDE SC solid runtime modules (autoeject, automounter and others)" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +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/ +" |