diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 21:06:42 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 21:06:42 +0000 |
commit | fcc02f2db4dd55a5d9e62d4181f2a36e2da3e9f0 (patch) | |
tree | b5ed85c9a3980a8e7ec4ac134f1fc6c6162998b5 /kde-base/kapptemplate | |
parent | Added the KDE 4.0.5 version of kappfinder. (diff) | |
download | gentoo-2-fcc02f2db4dd55a5d9e62d4181f2a36e2da3e9f0.tar.gz gentoo-2-fcc02f2db4dd55a5d9e62d4181f2a36e2da3e9f0.tar.bz2 gentoo-2-fcc02f2db4dd55a5d9e62d4181f2a36e2da3e9f0.zip |
Added the KDE 4.0.5 version of kapptemplate.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
Diffstat (limited to 'kde-base/kapptemplate')
-rw-r--r-- | kde-base/kapptemplate/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kapptemplate/kapptemplate-4.0.5.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kapptemplate/ChangeLog b/kde-base/kapptemplate/ChangeLog index ee0aea55ffef..4016cc0ccb24 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.68 2008/05/18 18:51:48 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.69 2008/06/05 21:06:42 keytoaster Exp $ + +*kapptemplate-4.0.5 (05 Jun 2008) + + 05 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> + +kapptemplate-4.0.5.ebuild: + Added the KDE 4.0.5 version of kapptemplate. 18 May 2008; Markus Meier <maekke@gentoo.org> kapptemplate-3.5.9.ebuild: amd64/x86 stable, bug #221063 diff --git a/kde-base/kapptemplate/kapptemplate-4.0.5.ebuild b/kde-base/kapptemplate/kapptemplate-4.0.5.ebuild new file mode 100644 index 000000000000..91c16ac79155 --- /dev/null +++ b/kde-base/kapptemplate/kapptemplate-4.0.5.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.5.ebuild,v 1.1 2008/06/05 21:06:42 keytoaster 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" |