diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-10-17 21:17:54 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-10-17 21:17:54 +0000 |
commit | ce0f24fc759d52b7cfae8ccbc2e3ebafadfb9aac (patch) | |
tree | 1cf089e209a99b299caeff9e2ea59673e046c1ef /games-puzzle/krosswordpuzzle | |
parent | Version bump. (diff) | |
download | gentoo-2-ce0f24fc759d52b7cfae8ccbc2e3ebafadfb9aac.tar.gz gentoo-2-ce0f24fc759d52b7cfae8ccbc2e3ebafadfb9aac.tar.bz2 gentoo-2-ce0f24fc759d52b7cfae8ccbc2e3ebafadfb9aac.zip |
New game, bug 381145.
(Portage version: 2.1.10.28/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle/krosswordpuzzle')
-rw-r--r-- | games-puzzle/krosswordpuzzle/ChangeLog | 10 | ||||
-rw-r--r-- | games-puzzle/krosswordpuzzle/krosswordpuzzle-0.15.6.2.1259326.ebuild | 21 | ||||
-rw-r--r-- | games-puzzle/krosswordpuzzle/metadata.xml | 5 |
3 files changed, 36 insertions, 0 deletions
diff --git a/games-puzzle/krosswordpuzzle/ChangeLog b/games-puzzle/krosswordpuzzle/ChangeLog new file mode 100644 index 000000000000..19ebc70a68b2 --- /dev/null +++ b/games-puzzle/krosswordpuzzle/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for games-puzzle/krosswordpuzzle +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/krosswordpuzzle/ChangeLog,v 1.1 2011/10/17 21:17:54 dilfridge Exp $ + +*krosswordpuzzle-0.15.6.2.1259326 (17 Oct 2011) + + 17 Oct 2011; Andreas K. Huettel <dilfridge@gentoo.org> + +krosswordpuzzle-0.15.6.2.1259326.ebuild, +metadata.xml: + New game, bug 381145. + diff --git a/games-puzzle/krosswordpuzzle/krosswordpuzzle-0.15.6.2.1259326.ebuild b/games-puzzle/krosswordpuzzle/krosswordpuzzle-0.15.6.2.1259326.ebuild new file mode 100644 index 000000000000..cbcfaea46947 --- /dev/null +++ b/games-puzzle/krosswordpuzzle/krosswordpuzzle-0.15.6.2.1259326.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/krosswordpuzzle/krosswordpuzzle-0.15.6.2.1259326.ebuild,v 1.1 2011/10/17 21:17:54 dilfridge Exp $ + +EAPI=4 + +inherit kde4-base + +DESCRIPTION="Crossword playing game and editor for KDE 4" +HOMEPAGE="http://kde-apps.org/content/show.php/KrossWordPuzzle?content=111726" +SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep libkdegames) +" +DEPEND="${RDEPEND}" diff --git a/games-puzzle/krosswordpuzzle/metadata.xml b/games-puzzle/krosswordpuzzle/metadata.xml new file mode 100644 index 000000000000..8d1e86a9cefb --- /dev/null +++ b/games-puzzle/krosswordpuzzle/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> |