diff options
Diffstat (limited to 'kde-base/kdiamond')
-rw-r--r-- | kde-base/kdiamond/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kdiamond/kdiamond-4.12.0.ebuild | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/kde-base/kdiamond/ChangeLog b/kde-base/kdiamond/ChangeLog index 0f2692565ee4..42a0df22c5fd 100644 --- a/kde-base/kdiamond/ChangeLog +++ b/kde-base/kdiamond/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdiamond # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdiamond/ChangeLog,v 1.177 2013/12/12 03:37:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdiamond/ChangeLog,v 1.178 2013/12/18 19:57:32 johu Exp $ + +*kdiamond-4.12.0 (18 Dec 2013) + + 18 Dec 2013; Johannes Huber <johu@gentoo.org> +kdiamond-4.12.0.ebuild: + Version bump KDE SC 4.12.0 12 Dec 2013; Agostino Sarubbo <ago@gentoo.org> -kdiamond-4.10.5.ebuild: Remove old diff --git a/kde-base/kdiamond/kdiamond-4.12.0.ebuild b/kde-base/kdiamond/kdiamond-4.12.0.ebuild new file mode 100644 index 000000000000..2711d8fd0bee --- /dev/null +++ b/kde-base/kdiamond/kdiamond-4.12.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdiamond/kdiamond-4.12.0.ebuild,v 1.1 2013/12/18 19:57:32 johu Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE: KDiamond is a three-in-a-row game." +HOMEPAGE=" + http://www.kde.org/applications/games/kdiamond/ + http://games.kde.org/game.php?game=kdiamond +" +KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" |