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 | 5b5ee9ed73a809353dd45f312c31ef0c2bbc48e1 (patch) | |
tree | 14f43389f8ecb3526059a4ce0b1d00149f181528 /kde-base/ksnapshot | |
parent | Added KDE 4.0.4 version of ksmserver. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | historical-5b5ee9ed73a809353dd45f312c31ef0c2bbc48e1.tar.gz historical-5b5ee9ed73a809353dd45f312c31ef0c2bbc48e1.tar.bz2 historical-5b5ee9ed73a809353dd45f312c31ef0c2bbc48e1.zip |
Added KDE 4.0.4 version of ksnapshot. Thanks to Jorge Manuel B. S. Vicetto.
Package-Manager: portage-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" |