diff options
author | Chris Reffett <creffett@gentoo.org> | 2014-01-10 04:22:20 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2014-01-10 04:22:20 +0000 |
commit | 803efb3b1f3061a26772f670a2e44a59efbf3f3f (patch) | |
tree | 82f2adcff5045d9821efd3318efe2cacf46c43ea /kde-base/picmi | |
parent | 0.7.5 bump (diff) | |
download | gentoo-2-803efb3b1f3061a26772f670a2e44a59efbf3f3f.tar.gz gentoo-2-803efb3b1f3061a26772f670a2e44a59efbf3f3f.tar.bz2 gentoo-2-803efb3b1f3061a26772f670a2e44a59efbf3f3f.zip |
Bump KDE SC 4.11.5
(Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 42618354)
Diffstat (limited to 'kde-base/picmi')
-rw-r--r-- | kde-base/picmi/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/picmi/picmi-4.11.5.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/kde-base/picmi/ChangeLog b/kde-base/picmi/ChangeLog index a765adcc63eb..6c09aa898c7d 100644 --- a/kde-base/picmi/ChangeLog +++ b/kde-base/picmi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/picmi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/picmi/ChangeLog,v 1.49 2014/01/06 13:35:27 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/picmi/ChangeLog,v 1.50 2014/01/10 04:22:10 creffett Exp $ + +*picmi-4.11.5 (10 Jan 2014) + + 10 Jan 2014; Chris Reffett <creffett@gentoo.org> +picmi-4.11.5.ebuild: + Bump KDE SC 4.11.5 06 Jan 2014; Patrick Lauer <patrick@gentoo.org> picmi-4.12.0.ebuild: Whitespace diff --git a/kde-base/picmi/picmi-4.11.5.ebuild b/kde-base/picmi/picmi-4.11.5.ebuild new file mode 100644 index 000000000000..2063d61ecd9c --- /dev/null +++ b/kde-base/picmi/picmi-4.11.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/picmi/picmi-4.11.5.ebuild,v 1.1 2014/01/10 04:22:10 creffett Exp $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Nonogram logic game for KDE" +HOMEPAGE="http://games.kde.org/game.php?game=picmi" +KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" |