diff options
author | Alex Alexander <wired@gentoo.org> | 2009-08-04 00:56:07 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-08-04 00:56:07 +0000 |
commit | abc0a81ac912acc720f1a81b31cf65edad1e92b2 (patch) | |
tree | d0d3088a2c47125589a4d24b87c59ef4ca240d3c /kde-base/kquitapp | |
parent | Version bump KDE 4.3.0 (diff) | |
download | gentoo-2-abc0a81ac912acc720f1a81b31cf65edad1e92b2.tar.gz gentoo-2-abc0a81ac912acc720f1a81b31cf65edad1e92b2.tar.bz2 gentoo-2-abc0a81ac912acc720f1a81b31cf65edad1e92b2.zip |
Version bump KDE 4.3.0
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kquitapp')
-rw-r--r-- | kde-base/kquitapp/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kquitapp/kquitapp-4.3.0.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kquitapp/ChangeLog b/kde-base/kquitapp/ChangeLog index 2384b292930f..ef84f9838639 100644 --- a/kde-base/kquitapp/ChangeLog +++ b/kde-base/kquitapp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kquitapp # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kquitapp/ChangeLog,v 1.29 2009/06/14 11:23:58 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kquitapp/ChangeLog,v 1.30 2009/08/04 00:56:07 wired Exp $ + +*kquitapp-4.3.0 (04 Aug 2009) + + 04 Aug 2009; Alex Alexander <wired@gentoo.org> +kquitapp-4.3.0.ebuild: + Version bump 14 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kquitapp-4.2.3.ebuild: Drop KDE 4.2.3 diff --git a/kde-base/kquitapp/kquitapp-4.3.0.ebuild b/kde-base/kquitapp/kquitapp-4.3.0.ebuild new file mode 100644 index 000000000000..20d6cc90eda5 --- /dev/null +++ b/kde-base/kquitapp/kquitapp-4.3.0.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/kquitapp/kquitapp-4.3.0.ebuild,v 1.1 2009/08/04 00:56:07 wired Exp $ + +EAPI="2" + +KMNAME="kdebase-runtime" +inherit kde4-meta + +DESCRIPTION="A CLI application quitter" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug" |