diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:28:22 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:28:22 +0000 |
commit | 90f7492847c036d3d4978197022173ee815ccd15 (patch) | |
tree | 049613bde5ac5db1e34e13a3fa3a6adef82bac80 /kde-base/ksnapshot | |
parent | Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NO... (diff) | |
download | gentoo-2-90f7492847c036d3d4978197022173ee815ccd15.tar.gz gentoo-2-90f7492847c036d3d4978197022173ee815ccd15.tar.bz2 gentoo-2-90f7492847c036d3d4978197022173ee815ccd15.zip |
Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/ksnapshot')
-rw-r--r-- | kde-base/ksnapshot/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/ksnapshot/ksnapshot-4.0.3.ebuild | 12 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/ksnapshot/ChangeLog b/kde-base/ksnapshot/ChangeLog index 60cc931b2e87..54a4fa6ba88d 100644 --- a/kde-base/ksnapshot/ChangeLog +++ b/kde-base/ksnapshot/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/ksnapshot # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.83 2008/03/20 17:55:27 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.84 2008/04/03 21:28:22 philantrop Exp $ + +*ksnapshot-4.0.3 (03 Apr 2008) + + 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> + +ksnapshot-4.0.3.ebuild: + Version bump to KDE 4.0.3. This is still not intended for mainstream so DO + NOT KEYWORD IT without talking to the KDE herd first. 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -ksnapshot-4.0.1.ebuild: Old. diff --git a/kde-base/ksnapshot/ksnapshot-4.0.3.ebuild b/kde-base/ksnapshot/ksnapshot-4.0.3.ebuild new file mode 100644 index 000000000000..35e66ddbba70 --- /dev/null +++ b/kde-base/ksnapshot/ksnapshot-4.0.3.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ksnapshot-4.0.3.ebuild,v 1.1 2008/04/03 21:28:22 philantrop Exp $ + +EAPI="1" + +KMNAME=kdegraphics +inherit kde4-meta + +DESCRIPTION="KDE Screenshot Utility" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |