diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-04 22:10:32 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-04 22:10:32 +0000 |
commit | 6876d7456a927b803946958c47e8478c211a4ea6 (patch) | |
tree | 36a69e5a45f58f19265070735090d27eeb96d0cd /kde-base/kreadconfig | |
parent | Bump KDE 4.2.1 (diff) | |
download | gentoo-2-6876d7456a927b803946958c47e8478c211a4ea6.tar.gz gentoo-2-6876d7456a927b803946958c47e8478c211a4ea6.tar.bz2 gentoo-2-6876d7456a927b803946958c47e8478c211a4ea6.zip |
Bump KDE 4.2.1
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kreadconfig')
-rw-r--r-- | kde-base/kreadconfig/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kreadconfig/kreadconfig-4.2.1.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kreadconfig/ChangeLog b/kde-base/kreadconfig/ChangeLog index cf525b9e29fd..c40da13ddf43 100644 --- a/kde-base/kreadconfig/ChangeLog +++ b/kde-base/kreadconfig/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kreadconfig # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kreadconfig/ChangeLog,v 1.81 2009/02/17 14:05:09 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kreadconfig/ChangeLog,v 1.82 2009/03/04 22:10:32 alexxy Exp $ + +*kreadconfig-4.2.1 (04 Mar 2009) + + 04 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> + +kreadconfig-4.2.1.ebuild: + Bump KDE 4.2.1 17 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> -kreadconfig-4.1.4.ebuild: diff --git a/kde-base/kreadconfig/kreadconfig-4.2.1.ebuild b/kde-base/kreadconfig/kreadconfig-4.2.1.ebuild new file mode 100644 index 000000000000..62d76bfec6a2 --- /dev/null +++ b/kde-base/kreadconfig/kreadconfig-4.2.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kreadconfig/kreadconfig-4.2.1.ebuild,v 1.1 2009/03/04 22:10:32 alexxy Exp $ + +EAPI="2" + +KMNAME="kdebase-runtime" +inherit kde4-meta + +DESCRIPTION="KDE: A command-line tool to read KConfig entries" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug" |