summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hüttel <dilfridge@gentoo.org>2011-06-10 18:00:20 +0000
committerAndreas Hüttel <dilfridge@gentoo.org>2011-06-10 18:00:20 +0000
commit75f228d8cf8a4fb6ddf12ece4c814b78edb95850 (patch)
tree2a0735defeb822e6f238e00f6c5e3fee524d661a /kde-base/kajongg
parentSort test dep. Remove useless dies. (diff)
downloadhistorical-75f228d8cf8a4fb6ddf12ece4c814b78edb95850.tar.gz
historical-75f228d8cf8a4fb6ddf12ece4c814b78edb95850.tar.bz2
historical-75f228d8cf8a4fb6ddf12ece4c814b78edb95850.zip
Version bump
Package-Manager: portage-2.1.10/cvs/Linux x86_64
Diffstat (limited to 'kde-base/kajongg')
-rw-r--r--kde-base/kajongg/ChangeLog7
-rw-r--r--kde-base/kajongg/kajongg-4.6.4.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/kajongg/ChangeLog b/kde-base/kajongg/ChangeLog
index c4740cfbc0da..f31b1c5d7407 100644
--- a/kde-base/kajongg/ChangeLog
+++ b/kde-base/kajongg/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kajongg
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kajongg/ChangeLog,v 1.18 2011/06/10 11:50:41 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kajongg/ChangeLog,v 1.19 2011/06/10 18:00:16 dilfridge Exp $
+
+*kajongg-4.6.4 (10 Jun 2011)
+
+ 10 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> +kajongg-4.6.4.ebuild:
+ Version bump
10 Jun 2011; Markos Chandras <hwoarang@gentoo.org> kajongg-4.6.3.ebuild:
Stable on amd64 wrt bug #369979
diff --git a/kde-base/kajongg/kajongg-4.6.4.ebuild b/kde-base/kajongg/kajongg-4.6.4.ebuild
new file mode 100644
index 000000000000..1694ac480623
--- /dev/null
+++ b/kde-base/kajongg/kajongg-4.6.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kajongg/kajongg-4.6.4.ebuild,v 1.1 2011/06/10 18:00:16 dilfridge Exp $
+
+EAPI=3
+
+KDE_HANDBOOK="optional"
+KMNAME="kdegames"
+inherit kde4-meta python
+
+DESCRIPTION="The classical Mah Jongg for four players"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+ dev-db/sqlite:3
+ $(add_kdebase_dep libkdegames)
+ $(add_kdebase_dep pykde4)
+"
+RDEPEND="${DEPEND}
+ $(add_kdebase_dep libkmahjongg)
+ >=dev-python/twisted-8.2.0
+"