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 | 24a951dbcabfacd3125b187b86fdb975015018a8 (patch) | |
tree | 6c4c0598281be5a4d071fa3b1c8dab027f9e3bb6 | |
parent | Added KDE 4.0.4 version of kappfinder. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | gentoo-2-24a951dbcabfacd3125b187b86fdb975015018a8.tar.gz gentoo-2-24a951dbcabfacd3125b187b86fdb975015018a8.tar.bz2 gentoo-2-24a951dbcabfacd3125b187b86fdb975015018a8.zip |
Added KDE 4.0.4 version of kapptemplate. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
-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" |