diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-03-10 23:22:08 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-03-10 23:22:08 +0000 |
commit | d33b447647826ddc8c3c6afa83c96b97ce27c19f (patch) | |
tree | 599ad6673e83558d9f355ef19bdca1feab25c496 /kde-base/kapptemplate | |
parent | Version bump to KDE 4.0.2. (diff) | |
download | gentoo-2-d33b447647826ddc8c3c6afa83c96b97ce27c19f.tar.gz gentoo-2-d33b447647826ddc8c3c6afa83c96b97ce27c19f.tar.bz2 gentoo-2-d33b447647826ddc8c3c6afa83c96b97ce27c19f.zip |
Version bump to KDE 4.0.2.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kapptemplate')
-rw-r--r-- | kde-base/kapptemplate/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kapptemplate/kapptemplate-4.0.2.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kapptemplate/ChangeLog b/kde-base/kapptemplate/ChangeLog index 7bcb47c21726..2751f3033d3f 100644 --- a/kde-base/kapptemplate/ChangeLog +++ b/kde-base/kapptemplate/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kapptemplate # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.62 2008/03/04 01:39:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.63 2008/03/10 23:22:08 philantrop Exp $ + +*kapptemplate-4.0.2 (10 Mar 2008) + + 10 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org> + +kapptemplate-4.0.2.ebuild: + Version bump to KDE 4.0.2 04 Mar 2008; Jeroen Roovers <jer@gentoo.org> kapptemplate-3.5.8.ebuild, kapptemplate-3.5.9.ebuild, kapptemplate-4.0.1.ebuild: diff --git a/kde-base/kapptemplate/kapptemplate-4.0.2.ebuild b/kde-base/kapptemplate/kapptemplate-4.0.2.ebuild new file mode 100644 index 000000000000..7c0701563e94 --- /dev/null +++ b/kde-base/kapptemplate/kapptemplate-4.0.2.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-4.0.2.ebuild,v 1.1 2008/03/10 23:22:08 philantrop Exp $ + +EAPI="1" + +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" |