diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-25 16:49:07 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-25 16:49:07 +0000 |
commit | febcce0c3c6257137810e85d5dbc88ce9e8a3611 (patch) | |
tree | 67c43e281fa7fc6fee02886363e80bb59f0801ef /kde-base/ksnapshot | |
parent | Version bump KDE 4.3.5 (diff) | |
download | gentoo-2-febcce0c3c6257137810e85d5dbc88ce9e8a3611.tar.gz gentoo-2-febcce0c3c6257137810e85d5dbc88ce9e8a3611.tar.bz2 gentoo-2-febcce0c3c6257137810e85d5dbc88ce9e8a3611.zip |
Version bump KDE 4.3.5
(Portage version: 2.2_rc61/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.5.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/ksnapshot/ChangeLog b/kde-base/ksnapshot/ChangeLog index deda14d2c157..75622725a1cd 100644 --- a/kde-base/ksnapshot/ChangeLog +++ b/kde-base/ksnapshot/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/ksnapshot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.138 2010/01/21 10:04:46 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.139 2010/01/25 16:49:07 scarabeus Exp $ + +*ksnapshot-4.3.5 (25 Jan 2010) + + 25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +ksnapshot-4.3.5.ebuild: + Version bump 21 Jan 2010; Jonathan Callen <abcd@gentoo.org> ksnapshot-4.3.4.ebuild: Keyword ~amd64-linux/~x86-linux diff --git a/kde-base/ksnapshot/ksnapshot-4.3.5.ebuild b/kde-base/ksnapshot/ksnapshot-4.3.5.ebuild new file mode 100644 index 000000000000..c98b899ab464 --- /dev/null +++ b/kde-base/ksnapshot/ksnapshot-4.3.5.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ksnapshot-4.3.5.ebuild,v 1.1 2010/01/25 16:49:07 scarabeus Exp $ + +EAPI="2" + +KMNAME="kdegraphics" +inherit kde4-meta + +DESCRIPTION="KDE Screenshot Utility" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" |