Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-strategy/curseofwar/
Date: Thu, 01 Aug 2013 15:13:33
Message-Id: 1375369980.c0442406c7c30a613fd865c0cca65cc5b25c2d9b.winterheart@gentoo
1 commit: c0442406c7c30a613fd865c0cca65cc5b25c2d9b
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 1 15:13:00 2013 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Thu Aug 1 15:13:00 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c0442406
7
8 [games-strategy/curseofwar] New ebuild.
9
10 Package-Manager: portage-2.1.12.2
11 Manifest-Sign-Key: A018DE8C
12
13 ---
14 games-strategy/curseofwar/curseofwar-1.1.8.ebuild | 29 +++++++++++++++++++++++
15 games-strategy/curseofwar/metadata.xml | 11 +++++++++
16 2 files changed, 40 insertions(+)
17
18 diff --git a/games-strategy/curseofwar/curseofwar-1.1.8.ebuild b/games-strategy/curseofwar/curseofwar-1.1.8.ebuild
19 new file mode 100644
20 index 0000000..2bd573a
21 --- /dev/null
22 +++ b/games-strategy/curseofwar/curseofwar-1.1.8.ebuild
23 @@ -0,0 +1,29 @@
24 +# Copyright 1999-2013 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Header: $
27 +
28 +EAPI=5
29 +
30 +inherit games
31 +
32 +DESCRIPTION="A fast-paced action strategy game implemented using ncurses user interface."
33 +HOMEPAGE="https://github.com/a-nikolaev/curseofwar/wiki"
34 +SRC_URI="https://github.com/a-nikolaev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
35 +
36 +LICENSE="GPL-3"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~x86"
39 +IUSE=""
40 +
41 +DEPEND="sys-libs/ncurses"
42 +RDEPEND="${DEPEND}"
43 +
44 +src_prepare() {
45 + sed -i -e "s:%VERSION%:${PV}:g" ${PN}.6
46 +}
47 +
48 +src_install() {
49 + dogamesbin ${PN}
50 + doman ${PN}.6
51 + dodoc CHANGELOG README
52 +}
53
54 diff --git a/games-strategy/curseofwar/metadata.xml b/games-strategy/curseofwar/metadata.xml
55 new file mode 100644
56 index 0000000..c0cf102
57 --- /dev/null
58 +++ b/games-strategy/curseofwar/metadata.xml
59 @@ -0,0 +1,11 @@
60 +<?xml version="1.0" encoding="UTF-8"?>
61 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
62 +<pkgmetadata>
63 +<maintainer>
64 +<email>azamat.hackimov@×××××.com</email>
65 +<name>Azamat H. Hackimov</name>
66 +</maintainer>
67 +<longdescription lang="en">
68 +A fast-paced action strategy game implemented using ncurses user interface.
69 +</longdescription>
70 +</pkgmetadata>