diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:22:11 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:22:11 +0000 |
commit | b4b5ba05fa211e667c7e6d8931c89298449c45ff (patch) | |
tree | 6528af494747cb6f1d1a89808164759a77c5fd58 /kde-base/ksnapshot | |
parent | Added KDE 4.0.4 version of ksmserver. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | gentoo-2-b4b5ba05fa211e667c7e6d8931c89298449c45ff.tar.gz gentoo-2-b4b5ba05fa211e667c7e6d8931c89298449c45ff.tar.bz2 gentoo-2-b4b5ba05fa211e667c7e6d8931c89298449c45ff.zip |
Added KDE 4.0.4 version of ksnapshot. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/ksnapshot')
-rw-r--r-- | kde-base/ksnapshot/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/ksnapshot/ksnapshot-4.0.4.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/ksnapshot/ChangeLog b/kde-base/ksnapshot/ChangeLog index 718ae713c09e..17614b7cf7b1 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.88 2008/05/14 17:48:37 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.89 2008/05/16 00:22:11 ingmar Exp $ + +*ksnapshot-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +ksnapshot-4.0.4.ebuild: + Added KDE 4.0.4 version of ksnapshot. Thanks to Jorge Manuel B. S. + Vicetto. 14 May 2008; Markus Rothe <corsair@gentoo.org> ksnapshot-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/ksnapshot/ksnapshot-4.0.4.ebuild b/kde-base/ksnapshot/ksnapshot-4.0.4.ebuild new file mode 100644 index 000000000000..9863f041d289 --- /dev/null +++ b/kde-base/ksnapshot/ksnapshot-4.0.4.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.4.ebuild,v 1.1 2008/05/16 00:22:11 ingmar Exp $ + +EAPI="1" + +KMNAME=kdegraphics +inherit kde4-meta + +DESCRIPTION="KDE Screenshot Utility" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |