diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-09-01 15:57:42 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-09-01 15:57:42 +0000 |
commit | 6ede2d3a74b3e9f2f50330a6c2fbd3120461ae91 (patch) | |
tree | daf3b1c998d2eab8553fa8b1330ce3a6c61b9756 /kde-base/ksnapshot | |
parent | Version bump KDE 4.3.1 (diff) | |
download | gentoo-2-6ede2d3a74b3e9f2f50330a6c2fbd3120461ae91.tar.gz gentoo-2-6ede2d3a74b3e9f2f50330a6c2fbd3120461ae91.tar.bz2 gentoo-2-6ede2d3a74b3e9f2f50330a6c2fbd3120461ae91.zip |
Version bump KDE 4.3.1
(Portage version: 2.2_rc38/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/ksnapshot')
-rw-r--r-- | kde-base/ksnapshot/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/ksnapshot/ksnapshot-4.3.1.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/ksnapshot/ChangeLog b/kde-base/ksnapshot/ChangeLog index add7d2c3aa37..b6046194a610 100644 --- a/kde-base/ksnapshot/ChangeLog +++ b/kde-base/ksnapshot/ChangeLog @@ -1,6 +1,12 @@ # 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.120 2009/08/04 01:03:01 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.121 2009/09/01 15:57:42 tampakrap Exp $ + +*ksnapshot-4.3.1 (01 Sep 2009) + + 01 Sep 2009; Theo Chatzimichos <tampakrap@gentoo.org> + +ksnapshot-4.3.1.ebuild: + Version bump *ksnapshot-4.3.0 (04 Aug 2009) diff --git a/kde-base/ksnapshot/ksnapshot-4.3.1.ebuild b/kde-base/ksnapshot/ksnapshot-4.3.1.ebuild new file mode 100644 index 000000000000..1ba4a382163c --- /dev/null +++ b/kde-base/ksnapshot/ksnapshot-4.3.1.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.1.ebuild,v 1.1 2009/09/01 15:57:42 tampakrap Exp $ + +EAPI="2" + +KMNAME="kdegraphics" +inherit kde4-meta + +DESCRIPTION="KDE Screenshot Utility" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook" |