diff options
author | Alex Alexander <wired@gentoo.org> | 2009-11-02 20:37:50 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-11-02 20:37:50 +0000 |
commit | 265053c1874086dd4c0c98ba30dd9b07ce0fd4cd (patch) | |
tree | 0833bcdce34503cc87d9e46968c93afe559dc5a4 /kde-base/kapptemplate | |
parent | Version bump KDE 4.3.3 (diff) | |
download | gentoo-2-265053c1874086dd4c0c98ba30dd9b07ce0fd4cd.tar.gz gentoo-2-265053c1874086dd4c0c98ba30dd9b07ce0fd4cd.tar.bz2 gentoo-2-265053c1874086dd4c0c98ba30dd9b07ce0fd4cd.zip |
Version bump KDE 4.3.3
(Portage version: 2.2_rc48/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kapptemplate')
-rw-r--r-- | kde-base/kapptemplate/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kapptemplate/kapptemplate-4.3.3.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kapptemplate/ChangeLog b/kde-base/kapptemplate/ChangeLog index a57c2fe8b490..64f4d777958e 100644 --- a/kde-base/kapptemplate/ChangeLog +++ b/kde-base/kapptemplate/ChangeLog @@ -1,6 +1,11 @@ # 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.106 2009/10/18 14:31:31 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.107 2009/11/02 20:37:50 wired Exp $ + +*kapptemplate-4.3.3 (02 Nov 2009) + + 02 Nov 2009; Alex Alexander <wired@gentoo.org> +kapptemplate-4.3.3.ebuild: + Version bump 18 Oct 2009; Markus Meier <maekke@gentoo.org> kapptemplate-4.3.1.ebuild: x86 stable, bug #287697 diff --git a/kde-base/kapptemplate/kapptemplate-4.3.3.ebuild b/kde-base/kapptemplate/kapptemplate-4.3.3.ebuild new file mode 100644 index 000000000000..e97b5c1b26b4 --- /dev/null +++ b/kde-base/kapptemplate/kapptemplate-4.3.3.ebuild @@ -0,0 +1,12 @@ +# 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.3.3.ebuild,v 1.1 2009/11/02 20:37:50 wired Exp $ + +EAPI="2" + +KMNAME="kdesdk" +inherit kde4-meta + +DESCRIPTION="KAppTemplate - A shell script to create the necessary framework to develop KDE applications." +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook" |