diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2013-02-07 04:58:00 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2013-02-07 04:58:00 +0000 |
commit | d7e1a4366ff9ba481421bd6f31539139be38e99a (patch) | |
tree | 06cf6fc3ad2522bd965c90e770efaf564b4caf81 /kde-base/kstart | |
parent | Mask KDE SC 4.10.0 for keywording bug #455960 (diff) | |
download | gentoo-2-d7e1a4366ff9ba481421bd6f31539139be38e99a.tar.gz gentoo-2-d7e1a4366ff9ba481421bd6f31539139be38e99a.tar.bz2 gentoo-2-d7e1a4366ff9ba481421bd6f31539139be38e99a.zip |
Add KDE SC 4.10.0
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key F82F92E6)
Diffstat (limited to 'kde-base/kstart')
-rw-r--r-- | kde-base/kstart/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kstart/kstart-4.10.0.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kstart/ChangeLog b/kde-base/kstart/ChangeLog index 95003bc1cfe5..e58c34a05c5b 100644 --- a/kde-base/kstart/ChangeLog +++ b/kde-base/kstart/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kstart # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kstart/ChangeLog,v 1.217 2013/01/28 12:13:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstart/ChangeLog,v 1.218 2013/02/07 04:57:15 alexxy Exp $ + +*kstart-4.10.0 (06 Feb 2013) + + 06 Feb 2013; Alexey Shvetsov <alexxy@gentoo.org> +kstart-4.10.0.ebuild: + Version bump KDE SC 4.10.0 28 Jan 2013; Agostino Sarubbo <ago@gentoo.org> -kstart-4.9.3.ebuild, -kstart-4.9.4.ebuild: diff --git a/kde-base/kstart/kstart-4.10.0.ebuild b/kde-base/kstart/kstart-4.10.0.ebuild new file mode 100644 index 000000000000..689306051854 --- /dev/null +++ b/kde-base/kstart/kstart-4.10.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kstart/kstart-4.10.0.ebuild,v 1.1 2013/02/07 04:57:15 alexxy Exp $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="KDE: Utility to launch applications with special window properties" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" |