diff options
author | 2008-10-02 10:01:08 +0000 | |
---|---|---|
committer | 2008-10-02 10:01:08 +0000 | |
commit | d3d35ce55da637133cfdc629f50fa21c496df41f (patch) | |
tree | 97c3cb37cd4219d54c9842721ec6b00b26492c60 /kde-base/ksnapshot | |
parent | Add kde-4.1.2 into the tree from the kde-testing overlay. (diff) | |
download | gentoo-2-d3d35ce55da637133cfdc629f50fa21c496df41f.tar.gz gentoo-2-d3d35ce55da637133cfdc629f50fa21c496df41f.tar.bz2 gentoo-2-d3d35ce55da637133cfdc629f50fa21c496df41f.zip |
Add kde-4.1.2 into the tree from the kde-testing overlay.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'kde-base/ksnapshot')
-rw-r--r-- | kde-base/ksnapshot/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/ksnapshot/ksnapshot-4.1.2.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/ksnapshot/ChangeLog b/kde-base/ksnapshot/ChangeLog index 9860d4328f73..1bce1eb8187a 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.93 2008/09/13 23:59:48 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksnapshot/ChangeLog,v 1.94 2008/10/02 10:01:08 jmbsvicetto Exp $ + +*ksnapshot-4.1.2 (02 Oct 2008) + + 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + +ksnapshot-4.1.2.ebuild: + Add kde-4.1.2 into the tree from the kde-testing overlay. *ksnapshot-3.5.10 (13 Sep 2008) diff --git a/kde-base/ksnapshot/ksnapshot-4.1.2.ebuild b/kde-base/ksnapshot/ksnapshot-4.1.2.ebuild new file mode 100644 index 000000000000..74a44ab30969 --- /dev/null +++ b/kde-base/ksnapshot/ksnapshot-4.1.2.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.1.2.ebuild,v 1.1 2008/10/02 10:01:08 jmbsvicetto Exp $ + +EAPI="2" + +KMNAME=kdegraphics +inherit kde4-meta + +DESCRIPTION="KDE Screenshot Utility" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |