From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1AB2213800E for ; Fri, 10 Aug 2012 09:54:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6592CE0655; Fri, 10 Aug 2012 09:54:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3565BE0655 for ; Fri, 10 Aug 2012 09:54:24 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C95A1B401E for ; Fri, 10 Aug 2012 09:54:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 51E50E543F for ; Fri, 10 Aug 2012 09:54:22 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1344592432.11622a604461733c96f9a047a58af117695983f3.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: games-puzzle/picmi/ X-VCS-Repository: proj/kde X-VCS-Files: games-puzzle/picmi/metadata.xml games-puzzle/picmi/picmi-9999.ebuild X-VCS-Directories: games-puzzle/picmi/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 11622a604461733c96f9a047a58af117695983f3 X-VCS-Branch: master Date: Fri, 10 Aug 2012 09:54:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8357ae90-ac0b-4b3e-b0e8-cf1d0b364605 X-Archives-Hash: c16dc38a98924b2db9cabca2693594e4 commit: 11622a604461733c96f9a047a58af117695983f3 Author: Johannes Huber gentoo org> AuthorDate: Fri Aug 10 09:53:52 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Aug 10 09:53:52 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=11622a60 [games-puzzle/picmi] Initial commit. (Portage version: 2.2.0_alpha120/git/Linux x86_64, unsigned Manifest commit) --- games-puzzle/picmi/metadata.xml | 5 +++++ 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 0000000..8d1e86a --- /dev/null +++ b/games-puzzle/picmi/metadata.xml @@ -0,0 +1,5 @@ + + + +kde + diff --git a/games-puzzle/picmi/picmi-9999.ebuild b/games-puzzle/picmi/picmi-9999.ebuild new file mode 100644 index 0000000..372cebb --- /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}"