diff options
author | 2009-12-01 11:04:43 +0000 | |
---|---|---|
committer | 2009-12-01 11:04:43 +0000 | |
commit | 468229e98c6406fca8f762724ec00aa1a42c274d (patch) | |
tree | 3f677bb9bc4c3938ef3950bf6e585a6066b0cddd | |
parent | Version bump KDE 4.3.4 (diff) | |
download | gentoo-2-468229e98c6406fca8f762724ec00aa1a42c274d.tar.gz gentoo-2-468229e98c6406fca8f762724ec00aa1a42c274d.tar.bz2 gentoo-2-468229e98c6406fca8f762724ec00aa1a42c274d.zip |
Version bump KDE 4.3.4
(Portage version: 2.2_rc54/cvs/Linux x86_64, RepoMan options: --force)
-rw-r--r-- | kde-base/ksnapshot/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/ksnapshot/ksnapshot-4.3.4.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/ksnapshot/ChangeLog b/kde-base/ksnapshot/ChangeLog index f6b66febb00d..7e7684386254 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.133 2009/11/30 06:54:30 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.134 2009/12/01 11:04:43 wired Exp $ + +*ksnapshot-4.3.4 (01 Dec 2009) + + 01 Dec 2009; Alex Alexander <wired@gentoo.org> +ksnapshot-4.3.4.ebuild: + Version bump 30 Nov 2009; Joseph Jezak <josejx@gentoo.org> ksnapshot-4.3.3.ebuild: Marked ppc/ppc64 stable for bug #292455. diff --git a/kde-base/ksnapshot/ksnapshot-4.3.4.ebuild b/kde-base/ksnapshot/ksnapshot-4.3.4.ebuild new file mode 100644 index 000000000000..28f97d9e98fb --- /dev/null +++ b/kde-base/ksnapshot/ksnapshot-4.3.4.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.4.ebuild,v 1.1 2009/12/01 11:04:43 wired Exp $ + +EAPI="2" + +KMNAME="kdegraphics" +inherit kde4-meta + +DESCRIPTION="KDE Screenshot Utility" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="debug +handbook" |