diff options
Diffstat (limited to 'kde-base/kapptemplate')
-rw-r--r-- | kde-base/kapptemplate/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kapptemplate/kapptemplate-4.2.0.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/kapptemplate/ChangeLog b/kde-base/kapptemplate/ChangeLog index 34628afe9bf0..44637a19b743 100644 --- a/kde-base/kapptemplate/ChangeLog +++ b/kde-base/kapptemplate/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kapptemplate # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.80 2009/01/14 14:08:04 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.81 2009/01/27 16:35:35 alexxy Exp $ + +*kapptemplate-4.2.0 (27 Jan 2009) + + 27 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> + +kapptemplate-4.2.0.ebuild: + Bump KDE-4.2.0 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -kapptemplate-4.1.2.ebuild, -kapptemplate-4.1.3.ebuild: diff --git a/kde-base/kapptemplate/kapptemplate-4.2.0.ebuild b/kde-base/kapptemplate/kapptemplate-4.2.0.ebuild new file mode 100644 index 000000000000..db6015521e74 --- /dev/null +++ b/kde-base/kapptemplate/kapptemplate-4.2.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-4.2.0.ebuild,v 1.1 2009/01/27 16:35:35 alexxy Exp $ + +EAPI="2" + +KMNAME="kdesdk" +inherit kde4-meta + +DESCRIPTION="KAppTemplate - A shell script to create the necessary framework to develop KDE applications." +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +# Fails, checked revision 810882. +RESTRICT="test" |