Gentoo Archives: gentoo-commits

From: "James Le Cuirot (chewi)" <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-util/mcrcon: mcrcon-0.0.5.ebuild metadata.xml ChangeLog
Date: Fri, 06 Mar 2015 23:50:27
Message-Id: 20150306235022.540E613327@oystercatcher.gentoo.org
1 chewi 15/03/06 23:50:22
2
3 Added: mcrcon-0.0.5.ebuild metadata.xml ChangeLog
4 Log:
5 Initial import.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9C6D7DE4)
8
9 Revision Changes Path
10 1.1 games-util/mcrcon/mcrcon-0.0.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/mcrcon/mcrcon-0.0.5.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/mcrcon/mcrcon-0.0.5.ebuild?rev=1.1&content-type=text/plain
14
15 Index: mcrcon-0.0.5.ebuild
16 ===================================================================
17 # Copyright 1999-2015 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/games-util/mcrcon/mcrcon-0.0.5.ebuild,v 1.1 2015/03/06 23:50:22 chewi Exp $
20
21 EAPI=5
22
23 inherit toolchain-funcs games
24
25 DESCRIPTION="Remote connection client for Minecraft servers"
26 HOMEPAGE="http://sourceforge.net/projects/mcrcon/"
27 SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip"
28 LICENSE="ZLIB"
29 SLOT="0"
30 KEYWORDS="~amd64"
31 IUSE=""
32
33 S="${WORKDIR}"
34
35 src_compile() {
36 # Flags taken from COMPILING.txt.
37 $(tc-getCC) ${CFLAGS} ${LDFLAGS} -std=gnu11 -pedantic -Wall -Wextra -o "${PN}" "${PN}.c" || die
38 }
39
40 src_install() {
41 dogamesbin "${PN}"
42 dodoc README.txt
43 }
44
45
46
47 1.1 games-util/mcrcon/metadata.xml
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/mcrcon/metadata.xml?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/mcrcon/metadata.xml?rev=1.1&content-type=text/plain
51
52 Index: metadata.xml
53 ===================================================================
54 <?xml version="1.0" encoding="UTF-8"?>
55 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
56 <pkgmetadata>
57 <maintainer>
58 <email>chewi@g.o</email>
59 <name>James Le Cuirot</name>
60 </maintainer>
61 <longdescription>mcrcon is an IPv6 compliant Minecraft rcon client with Bukkit coloring support. It is well suited for remote administration and to be used as part of automated server maintenance scripts. Does not trigger the "IO: Broken pipe" or "IO: Connection reset" spam bug on the server side.</longdescription>
62 </pkgmetadata>
63
64
65
66 1.1 games-util/mcrcon/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/mcrcon/ChangeLog?rev=1.1&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/mcrcon/ChangeLog?rev=1.1&content-type=text/plain
70
71 Index: ChangeLog
72 ===================================================================
73 # ChangeLog for games-util/mcrcon
74 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
75 # $Header: /var/cvsroot/gentoo-x86/games-util/mcrcon/ChangeLog,v 1.1 2015/03/06 23:50:22 chewi Exp $
76
77 *mcrcon-0.0.5 (06 Mar 2015)
78
79 06 Mar 2015; James Le Cuirot <chewi@g.o> +mcrcon-0.0.5.ebuild,
80 +metadata.xml:
81 Initial import.