diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:23:16 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:23:16 +0000 |
commit | 0f717150b2ff8d3bcd70c1f8d953ad386aa17e64 (patch) | |
tree | c2459fbb59d35271a0ccd3573f4b5ff4c36c6b67 /kde-base/knewstuff | |
parent | [kde-base/kcalc] Version bump to KDE SC 4.4.0 (diff) | |
download | gentoo-2-0f717150b2ff8d3bcd70c1f8d953ad386aa17e64.tar.gz gentoo-2-0f717150b2ff8d3bcd70c1f8d953ad386aa17e64.tar.bz2 gentoo-2-0f717150b2ff8d3bcd70c1f8d953ad386aa17e64.zip |
[kde-base/knewstuff] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/knewstuff')
-rw-r--r-- | kde-base/knewstuff/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/knewstuff/knewstuff-4.4.0.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/knewstuff/ChangeLog b/kde-base/knewstuff/ChangeLog index 59441c78f153..963d86eb65a1 100644 --- a/kde-base/knewstuff/ChangeLog +++ b/kde-base/knewstuff/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/knewstuff # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knewstuff/ChangeLog,v 1.49 2010/01/25 16:24:10 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knewstuff/ChangeLog,v 1.50 2010/02/09 00:23:16 alexxy Exp $ + +*knewstuff-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +knewstuff-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *knewstuff-4.3.5 (25 Jan 2010) diff --git a/kde-base/knewstuff/knewstuff-4.4.0.ebuild b/kde-base/knewstuff/knewstuff-4.4.0.ebuild new file mode 100644 index 000000000000..c617b7944321 --- /dev/null +++ b/kde-base/knewstuff/knewstuff-4.4.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knewstuff/knewstuff-4.4.0.ebuild,v 1.1 2010/02/09 00:23:16 alexxy Exp $ + +EAPI="2" + +KMNAME="kdebase-runtime" +inherit kde4-meta + +DESCRIPTION="KDE4 software to download and upload 'new stuff'" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" |