diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 22:45:13 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 22:45:13 +0000 |
commit | f823cd9438e64f6f0d0c4c00b19b676c85b06958 (patch) | |
tree | ee5dfb20b479c0b631cdf8b7200a52a9030458c8 /kde-base/kapptemplate | |
parent | Added KDE 4.0.4 version of kappfinder. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | historical-f823cd9438e64f6f0d0c4c00b19b676c85b06958.tar.gz historical-f823cd9438e64f6f0d0c4c00b19b676c85b06958.tar.bz2 historical-f823cd9438e64f6f0d0c4c00b19b676c85b06958.zip |
Added KDE 4.0.4 version of kapptemplate. Thanks to Jorge Manuel B. S. Vicetto.
Package-Manager: portage-2.1.5
Diffstat (limited to 'kde-base/kapptemplate')
-rw-r--r-- | kde-base/kapptemplate/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kapptemplate/kapptemplate-4.0.4.ebuild | 12 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kapptemplate/ChangeLog b/kde-base/kapptemplate/ChangeLog index e16ca4f757eb..4323391c16e9 100644 --- a/kde-base/kapptemplate/ChangeLog +++ b/kde-base/kapptemplate/ChangeLog @@ -1,6 +1,13 @@ # 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.66 2008/05/15 15:41:58 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.67 2008/05/15 22:45:13 ingmar Exp $ + +*kapptemplate-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> + +kapptemplate-4.0.4.ebuild: + Added KDE 4.0.4 version of kapptemplate. Thanks to Jorge Manuel B. S. + Vicetto. 15 May 2008; Markus Rothe <corsair@gentoo.org> kapptemplate-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/kapptemplate/kapptemplate-4.0.4.ebuild b/kde-base/kapptemplate/kapptemplate-4.0.4.ebuild new file mode 100644 index 000000000000..8380c1d5d7af --- /dev/null +++ b/kde-base/kapptemplate/kapptemplate-4.0.4.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.4.ebuild,v 1.1 2008/05/15 22:45:13 ingmar 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" |