summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kblocks')
-rw-r--r--kde-base/kblocks/ChangeLog7
-rw-r--r--kde-base/kblocks/kblocks-4.13.3.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/kblocks/ChangeLog b/kde-base/kblocks/ChangeLog
index 456e1b850241..2d6cd7aedfd2 100644
--- a/kde-base/kblocks/ChangeLog
+++ b/kde-base/kblocks/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kblocks
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kblocks/ChangeLog,v 1.207 2014/06/19 13:32:09 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kblocks/ChangeLog,v 1.208 2014/07/16 17:40:25 johu Exp $
+
+*kblocks-4.13.3 (16 Jul 2014)
+
+ 16 Jul 2014; Johannes Huber <johu@gentoo.org> +kblocks-4.13.3.ebuild:
+ Version bump KDE SC 4.13.3
19 Jun 2014; Chris Reffett <creffett@gentoo.org> -kblocks-4.13.1.ebuild:
Remove KDE SC 4.13.1
diff --git a/kde-base/kblocks/kblocks-4.13.3.ebuild b/kde-base/kblocks/kblocks-4.13.3.ebuild
new file mode 100644
index 000000000000..2fe3dae41789
--- /dev/null
+++ b/kde-base/kblocks/kblocks-4.13.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kblocks/kblocks-4.13.3.ebuild,v 1.1 2014/07/16 17:40:25 johu Exp $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+inherit kde4-base
+
+DESCRIPTION="KDE: Kblocks is a single-player Tetris-like game."
+HOMEPAGE="http://www.kde.org/applications/games/kblocks/"
+KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="$(add_kdebase_dep libkdegames)"
+RDEPEND="${DEPEND}"