diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-27 16:35:35 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-27 16:35:35 +0000 |
commit | cac3daa192fcc927e729d72c2312d8e84b3b3227 (patch) | |
tree | 831496c5252eab3d31226e0f8504d0c9253968a0 /kde-base/kapptemplate | |
parent | Bump shiny new KDE 4.2.0 (diff) | |
download | gentoo-2-cac3daa192fcc927e729d72c2312d8e84b3b3227.tar.gz gentoo-2-cac3daa192fcc927e729d72c2312d8e84b3b3227.tar.bz2 gentoo-2-cac3daa192fcc927e729d72c2312d8e84b3b3227.zip |
Bump shiny new KDE 4.2.0
(Portage version: 2.2_rc23/cvs/Linux x86_64)
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" |