summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2011-10-28 19:43:57 +0000
committerJonathan Callen <abcd@gentoo.org>2011-10-28 19:43:57 +0000
commit75765a5ed4f5549826bdb5d1d29373a05e1a25e3 (patch)
tree341fb14525336334a2ac08549bb818f803ee358d /kde-base
parentarm stable, bug #385699 (diff)
downloadgentoo-2-75765a5ed4f5549826bdb5d1d29373a05e1a25e3.tar.gz
gentoo-2-75765a5ed4f5549826bdb5d1d29373a05e1a25e3.tar.bz2
gentoo-2-75765a5ed4f5549826bdb5d1d29373a05e1a25e3.zip
Revbump, use EAPI=4
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kajongg/ChangeLog8
-rw-r--r--kde-base/kajongg/kajongg-4.7.2-r1.ebuild (renamed from kde-base/kajongg/kajongg-4.7.2.ebuild)9
2 files changed, 14 insertions, 3 deletions
diff --git a/kde-base/kajongg/ChangeLog b/kde-base/kajongg/ChangeLog
index 3aa31a1c8848..90de4701354a 100644
--- a/kde-base/kajongg/ChangeLog
+++ b/kde-base/kajongg/ChangeLog
@@ -1,6 +1,12 @@
# 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.30 2011/10/28 19:03:21 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kajongg/ChangeLog,v 1.31 2011/10/28 19:43:57 abcd Exp $
+
+*kajongg-4.7.2-r1 (28 Oct 2011)
+
+ 28 Oct 2011; Jonathan Callen <abcd@gentoo.org> +kajongg-4.7.2-r1.ebuild,
+ -kajongg-4.7.2.ebuild:
+ Revbump, use EAPI=4
28 Oct 2011; Andreas K. Huettel <dilfridge@gentoo.org> -kajongg-4.7.1.ebuild:
Drop KDEpim 4.6.1 and KDE 4.7.1
diff --git a/kde-base/kajongg/kajongg-4.7.2.ebuild b/kde-base/kajongg/kajongg-4.7.2-r1.ebuild
index fad5b71b5845..50bacee59ef8 100644
--- a/kde-base/kajongg/kajongg-4.7.2.ebuild
+++ b/kde-base/kajongg/kajongg-4.7.2-r1.ebuild
@@ -1,8 +1,8 @@
# 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.7.2.ebuild,v 1.1 2011/10/06 18:11:10 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kajongg/kajongg-4.7.2-r1.ebuild,v 1.1 2011/10/28 19:43:57 abcd Exp $
-EAPI=3
+EAPI=4
KDE_HANDBOOK="optional"
KMNAME="kdegames"
@@ -21,3 +21,8 @@ RDEPEND="${DEPEND}
$(add_kdebase_dep libkmahjongg)
>=dev-python/twisted-8.2.0
"
+
+pkg_setup() {
+ python_pkg_setup
+ kde4-meta_pkg_setup
+}