summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/picmi')
-rw-r--r--kde-base/picmi/ChangeLog7
-rw-r--r--kde-base/picmi/picmi-4.10.3.ebuild15
2 files changed, 21 insertions, 1 deletions
diff --git a/kde-base/picmi/ChangeLog b/kde-base/picmi/ChangeLog
index 67fc38e0e892..16923de22d05 100644
--- a/kde-base/picmi/ChangeLog
+++ b/kde-base/picmi/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/picmi
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/picmi/ChangeLog,v 1.14 2013/05/05 11:51:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/picmi/ChangeLog,v 1.15 2013/05/06 20:18:13 johu Exp $
+
+*picmi-4.10.3 (06 May 2013)
+
+ 06 May 2013; Johannes Huber <johu@gentoo.org> +picmi-4.10.3.ebuild:
+ Version bump KDE SC 4.10.3
05 May 2013; Agostino Sarubbo <ago@gentoo.org> -picmi-4.10.1.ebuild:
Remove old
diff --git a/kde-base/picmi/picmi-4.10.3.ebuild b/kde-base/picmi/picmi-4.10.3.ebuild
new file mode 100644
index 000000000000..337802369057
--- /dev/null
+++ b/kde-base/picmi/picmi-4.10.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/picmi/picmi-4.10.3.ebuild,v 1.1 2013/05/06 20:18:13 johu Exp $
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="Nonogram logic game for KDE"
+SLOT="4"
+KEYWORDS=" ~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="$(add_kdebase_dep libkdegames)"
+RDEPEND="${DEPEND}"