diff options
Diffstat (limited to 'kde-base/kapptemplate')
-rw-r--r-- | kde-base/kapptemplate/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kapptemplate/kapptemplate-4.5.2.ebuild | 13 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kapptemplate/ChangeLog b/kde-base/kapptemplate/ChangeLog index 37547e230e0a..7c235ebf2987 100644 --- a/kde-base/kapptemplate/ChangeLog +++ b/kde-base/kapptemplate/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kapptemplate # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.136 2010/09/05 23:23:56 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.137 2010/10/06 09:17:31 alexxy Exp $ + +*kapptemplate-4.5.2 (05 Oct 2010) + + 05 Oct 2010; Alexey Shvetsov <alexxy@gentoo.org> + +kapptemplate-4.5.2.ebuild: + Version bump KDE SC 4.5.2 *kapptemplate-4.5.1 (05 Sep 2010) diff --git a/kde-base/kapptemplate/kapptemplate-4.5.2.ebuild b/kde-base/kapptemplate/kapptemplate-4.5.2.ebuild new file mode 100644 index 000000000000..faaca39bbe2b --- /dev/null +++ b/kde-base/kapptemplate/kapptemplate-4.5.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-4.5.2.ebuild,v 1.1 2010/10/06 09:17:31 alexxy Exp $ + +EAPI="3" + +KDE_HANDBOOK="optional" +KMNAME="kdesdk" +inherit kde4-meta + +DESCRIPTION="KAppTemplate - A shell script to create the necessary framework to develop KDE applications." +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" |