diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 22:19:10 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 22:19:10 +0000 |
commit | b261b754a77e91f31bf27af8f490934aa055056b (patch) | |
tree | 6dab3e053d0464dd76f74fbbc95fd7f359de8bce | |
parent | Added the KDE 4.0.5 version of kshisen. (diff) | |
download | gentoo-2-b261b754a77e91f31bf27af8f490934aa055056b.tar.gz gentoo-2-b261b754a77e91f31bf27af8f490934aa055056b.tar.bz2 gentoo-2-b261b754a77e91f31bf27af8f490934aa055056b.zip |
Added the KDE 4.0.5 version of ksnapshot.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
-rw-r--r-- | kde-base/ksnapshot/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/ksnapshot/ksnapshot-4.0.5.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/ksnapshot/ChangeLog b/kde-base/ksnapshot/ChangeLog index f001e9bf0b8b..926bbbb02154 100644 --- a/kde-base/ksnapshot/ChangeLog +++ b/kde-base/ksnapshot/ChangeLog @@ -1,6 +1,12 @@ # 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.90 2008/05/18 16:51:54 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.91 2008/06/05 22:19:10 keytoaster Exp $ + +*ksnapshot-4.0.5 (05 Jun 2008) + + 05 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> + +ksnapshot-4.0.5.ebuild: + Added the KDE 4.0.5 version of ksnapshot. 18 May 2008; Markus Meier <maekke@gentoo.org> ksnapshot-3.5.9.ebuild: amd64/x86 stable, bug #221063 diff --git a/kde-base/ksnapshot/ksnapshot-4.0.5.ebuild b/kde-base/ksnapshot/ksnapshot-4.0.5.ebuild new file mode 100644 index 000000000000..7b99a6e2ea48 --- /dev/null +++ b/kde-base/ksnapshot/ksnapshot-4.0.5.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.5.ebuild,v 1.1 2008/06/05 22:19:10 keytoaster Exp $ + +EAPI="1" + +KMNAME=kdegraphics +inherit kde4-meta + +DESCRIPTION="KDE Screenshot Utility" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |