diff options
author | Alex Alexander <wired@gentoo.org> | 2009-08-04 01:03:01 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-08-04 01:03:01 +0000 |
commit | e69890a6ede09a511959660ef808a1fb8e7c66c0 (patch) | |
tree | a26fd7a0c7098f9fb499f2d838bc2e1dc9a4f6d3 /kde-base/ksnapshot | |
parent | Version bump KDE 4.3.0 (diff) | |
download | gentoo-2-e69890a6ede09a511959660ef808a1fb8e7c66c0.tar.gz gentoo-2-e69890a6ede09a511959660ef808a1fb8e7c66c0.tar.bz2 gentoo-2-e69890a6ede09a511959660ef808a1fb8e7c66c0.zip |
Version bump KDE 4.3.0
(Portage version: 2.2_rc33/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.0.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/ksnapshot/ChangeLog b/kde-base/ksnapshot/ChangeLog index 4c5f80d7fc63..add7d2c3aa37 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.119 2009/07/12 10:57:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.120 2009/08/04 01:03:01 wired Exp $ + +*ksnapshot-4.3.0 (04 Aug 2009) + + 04 Aug 2009; Alex Alexander <wired@gentoo.org> +ksnapshot-4.3.0.ebuild: + Version bump 12 Jul 2009; Raúl Porcel <armin76@gentoo.org> ksnapshot-3.5.10.ebuild: alpha/ia64/sparc stable wrt #271889 diff --git a/kde-base/ksnapshot/ksnapshot-4.3.0.ebuild b/kde-base/ksnapshot/ksnapshot-4.3.0.ebuild new file mode 100644 index 000000000000..b91463e335fd --- /dev/null +++ b/kde-base/ksnapshot/ksnapshot-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/ksnapshot/ksnapshot-4.3.0.ebuild,v 1.1 2009/08/04 01:03:01 wired Exp $ + +EAPI="2" + +KMNAME="kdegraphics" +inherit kde4-meta + +DESCRIPTION="KDE Screenshot Utility" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook" |