diff options
author | Alex Alexander <wired@gentoo.org> | 2009-11-02 21:42:15 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-11-02 21:42:15 +0000 |
commit | a6e3e93cdf8c608de46cf8cd93082a34eb7f13df (patch) | |
tree | 968393fb923917e12a260d42b04b17cc73826ade /kde-base/ksnapshot | |
parent | Version bump KDE 4.3.3 (diff) | |
download | gentoo-2-a6e3e93cdf8c608de46cf8cd93082a34eb7f13df.tar.gz gentoo-2-a6e3e93cdf8c608de46cf8cd93082a34eb7f13df.tar.bz2 gentoo-2-a6e3e93cdf8c608de46cf8cd93082a34eb7f13df.zip |
Version bump KDE 4.3.3
(Portage version: 2.2_rc48/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/ksnapshot')
-rw-r--r-- | kde-base/ksnapshot/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/ksnapshot/ksnapshot-4.3.3.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/ksnapshot/ChangeLog b/kde-base/ksnapshot/ChangeLog index 1044a5956802..8cb20df0bcd8 100644 --- a/kde-base/ksnapshot/ChangeLog +++ b/kde-base/ksnapshot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ksnapshot # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.126 2009/10/18 15:28:22 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.127 2009/11/02 21:42:15 wired Exp $ + +*ksnapshot-4.3.3 (02 Nov 2009) + + 02 Nov 2009; Alex Alexander <wired@gentoo.org> +ksnapshot-4.3.3.ebuild: + Version bump 18 Oct 2009; Markus Meier <maekke@gentoo.org> ksnapshot-4.3.1.ebuild: x86 stable, bug #287697 diff --git a/kde-base/ksnapshot/ksnapshot-4.3.3.ebuild b/kde-base/ksnapshot/ksnapshot-4.3.3.ebuild new file mode 100644 index 000000000000..b65cd68d52a5 --- /dev/null +++ b/kde-base/ksnapshot/ksnapshot-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/ksnapshot/ksnapshot-4.3.3.ebuild,v 1.1 2009/11/02 21:42:15 wired Exp $ + +EAPI="2" + +KMNAME="kdegraphics" +inherit kde4-meta + +DESCRIPTION="KDE Screenshot Utility" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook" |