diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-25 14:32:11 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-25 14:32:11 +0000 |
commit | af1d4eac84f47eef3e3147d1d542292774cf399e (patch) | |
tree | b537a23b2f722c95e341b31ff90578f7f306535f /kde-base/kapptemplate | |
parent | Version bump KDE 4.3.5 (diff) | |
download | gentoo-2-af1d4eac84f47eef3e3147d1d542292774cf399e.tar.gz gentoo-2-af1d4eac84f47eef3e3147d1d542292774cf399e.tar.bz2 gentoo-2-af1d4eac84f47eef3e3147d1d542292774cf399e.zip |
Version bump KDE 4.3.5
(Portage version: 2.2_rc61/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kapptemplate')
-rw-r--r-- | kde-base/kapptemplate/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kapptemplate/kapptemplate-4.3.5.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kapptemplate/ChangeLog b/kde-base/kapptemplate/ChangeLog index 3cd8ccbb20ab..d62d5c666475 100644 --- a/kde-base/kapptemplate/ChangeLog +++ b/kde-base/kapptemplate/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kapptemplate # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.116 2010/01/23 22:34:34 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/ChangeLog,v 1.117 2010/01/25 14:32:11 scarabeus Exp $ + +*kapptemplate-4.3.5 (25 Jan 2010) + + 25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +kapptemplate-4.3.5.ebuild: + Version bump 23 Jan 2010; Jonathan Callen <abcd@gentoo.org> kapptemplate-4.3.4.ebuild: Keyword ~amd64-linux/~x86-linux diff --git a/kde-base/kapptemplate/kapptemplate-4.3.5.ebuild b/kde-base/kapptemplate/kapptemplate-4.3.5.ebuild new file mode 100644 index 000000000000..deba0f77dcbf --- /dev/null +++ b/kde-base/kapptemplate/kapptemplate-4.3.5.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kapptemplate/kapptemplate-4.3.5.ebuild,v 1.1 2010/01/25 14:32:11 scarabeus 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 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" |