diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 08:41:55 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 08:41:55 +0000 |
commit | 07953bee232ecbfdabffd01856e5f5bc317f5587 (patch) | |
tree | 305ff0d793adc08bab934488e02f9bd3d4e7d8a6 /kde-base/khangman | |
parent | Add kde-4.1.2 into the tree from the kde-testing overlay. (diff) | |
download | gentoo-2-07953bee232ecbfdabffd01856e5f5bc317f5587.tar.gz gentoo-2-07953bee232ecbfdabffd01856e5f5bc317f5587.tar.bz2 gentoo-2-07953bee232ecbfdabffd01856e5f5bc317f5587.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/khangman')
-rw-r--r-- | kde-base/khangman/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/khangman/khangman-4.1.2.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/khangman/ChangeLog b/kde-base/khangman/ChangeLog index a2fa5a49aa3d..6b20bfa6b470 100644 --- a/kde-base/khangman/ChangeLog +++ b/kde-base/khangman/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/khangman # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/khangman/ChangeLog,v 1.96 2008/09/13 23:58:39 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/khangman/ChangeLog,v 1.97 2008/10/02 08:41:55 jmbsvicetto Exp $ + +*khangman-4.1.2 (02 Oct 2008) + + 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + +khangman-4.1.2.ebuild: + Add kde-4.1.2 into the tree from the kde-testing overlay. *khangman-3.5.10 (13 Sep 2008) diff --git a/kde-base/khangman/khangman-4.1.2.ebuild b/kde-base/khangman/khangman-4.1.2.ebuild new file mode 100644 index 000000000000..462873cc5726 --- /dev/null +++ b/kde-base/khangman/khangman-4.1.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/khangman/khangman-4.1.2.ebuild,v 1.1 2008/10/02 08:41:55 jmbsvicetto Exp $ + +EAPI="2" + +KMNAME=kdeedu +inherit kde4-meta + +DESCRIPTION="Classical hangman game for KDE" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +DEPEND=">=kde-base/libkdeedu-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY="libkdeedu/keduvocdocument" |