diff options
author | Johannes Huber <johu@gentoo.org> | 2012-08-10 11:53:52 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-08-10 11:53:52 +0200 |
commit | 11622a604461733c96f9a047a58af117695983f3 (patch) | |
tree | c2dad3327a642c03ca5d99722aaa61f0a2f856f5 /games-puzzle | |
parent | [profiles/catageories] Add games-puzzle. (diff) | |
download | kde-11622a604461733c96f9a047a58af117695983f3.tar.gz kde-11622a604461733c96f9a047a58af117695983f3.tar.bz2 kde-11622a604461733c96f9a047a58af117695983f3.zip |
[games-puzzle/picmi] Initial commit.
(Portage version: 2.2.0_alpha120/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/picmi/metadata.xml | 5 | ||||
-rw-r--r-- | games-puzzle/picmi/picmi-9999.ebuild | 20 |
2 files changed, 25 insertions, 0 deletions
diff --git a/games-puzzle/picmi/metadata.xml b/games-puzzle/picmi/metadata.xml new file mode 100644 index 0000000000..8d1e86a9ce --- /dev/null +++ b/games-puzzle/picmi/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +</pkgmetadata> diff --git a/games-puzzle/picmi/picmi-9999.ebuild b/games-puzzle/picmi/picmi-9999.ebuild new file mode 100644 index 0000000000..372cebbbb2 --- /dev/null +++ b/games-puzzle/picmi/picmi-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +KDE_MIMINAL="4.9" +KDE_SCM="git" +inherit kde4-base + +DESCRIPTION="Nonogram logic game for KDE" +HOMEPAGE="ihttps://projects.kde.org/projects/extragear/games/picmi" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" |