diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 09:04:58 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-02 09:04:58 +0000 |
commit | b447adcacbc0e0e7e759a2c864db7cf1149e3024 (patch) | |
tree | 433ad1170763d374248085c2f97f639807b85e5c /kde-base/kmahjongg | |
parent | Add kde-4.1.2 into the tree from the kde-testing overlay. (diff) | |
download | gentoo-2-b447adcacbc0e0e7e759a2c864db7cf1149e3024.tar.gz gentoo-2-b447adcacbc0e0e7e759a2c864db7cf1149e3024.tar.bz2 gentoo-2-b447adcacbc0e0e7e759a2c864db7cf1149e3024.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/kmahjongg')
-rw-r--r-- | kde-base/kmahjongg/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kmahjongg/kmahjongg-4.1.2.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kmahjongg/ChangeLog b/kde-base/kmahjongg/ChangeLog index bab1d113b440..1e0a16e5bc38 100644 --- a/kde-base/kmahjongg/ChangeLog +++ b/kde-base/kmahjongg/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kmahjongg # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmahjongg/ChangeLog,v 1.94 2008/09/13 23:58:55 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmahjongg/ChangeLog,v 1.95 2008/10/02 09:04:58 jmbsvicetto Exp $ + +*kmahjongg-4.1.2 (02 Oct 2008) + + 02 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + +kmahjongg-4.1.2.ebuild: + Add kde-4.1.2 into the tree from the kde-testing overlay. *kmahjongg-3.5.10 (13 Sep 2008) diff --git a/kde-base/kmahjongg/kmahjongg-4.1.2.ebuild b/kde-base/kmahjongg/kmahjongg-4.1.2.ebuild new file mode 100644 index 000000000000..f011df856137 --- /dev/null +++ b/kde-base/kmahjongg/kmahjongg-4.1.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmahjongg/kmahjongg-4.1.2.ebuild,v 1.1 2008/10/02 09:04:58 jmbsvicetto Exp $ + +EAPI="2" +KMNAME=kdegames +inherit kde4-meta + +DESCRIPTION="Mahjongg for KDE" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" +DEPEND="${DEPEND} + >=kde-base/libkmahjongg-${PV}:${SLOT}" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY="libkdegames libkmahjongg" |