diff options
Diffstat (limited to 'kde-base/kpat')
-rw-r--r-- | kde-base/kpat/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kpat/kpat-4.12.0.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kpat/ChangeLog b/kde-base/kpat/ChangeLog index ba05315677ab..976fc9cbbf66 100644 --- a/kde-base/kpat/ChangeLog +++ b/kde-base/kpat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kpat # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kpat/ChangeLog,v 1.281 2013/12/12 03:37:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpat/ChangeLog,v 1.282 2013/12/18 19:57:47 johu Exp $ + +*kpat-4.12.0 (18 Dec 2013) + + 18 Dec 2013; Johannes Huber <johu@gentoo.org> +kpat-4.12.0.ebuild: + Version bump KDE SC 4.12.0 12 Dec 2013; Agostino Sarubbo <ago@gentoo.org> -kpat-4.10.5.ebuild: Remove old diff --git a/kde-base/kpat/kpat-4.12.0.ebuild b/kde-base/kpat/kpat-4.12.0.ebuild new file mode 100644 index 000000000000..a226d0e4c705 --- /dev/null +++ b/kde-base/kpat/kpat-4.12.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpat/kpat-4.12.0.ebuild,v 1.1 2013/12/18 19:57:47 johu Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="KDE patience game" +HOMEPAGE="http://games.kde.org/game.php?game=kpat" +KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" |