chewi 15/03/06 23:50:22 Added: mcrcon-0.0.5.ebuild metadata.xml ChangeLog Log: Initial import. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9C6D7DE4)
Revision Changes Path 1.1 games-util/mcrcon/mcrcon-0.0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/mcrcon/mcrcon-0.0.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/mcrcon/mcrcon-0.0.5.ebuild?rev=1.1&content-type=text/plain Index: mcrcon-0.0.5.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-util/mcrcon/mcrcon-0.0.5.ebuild,v 1.1 2015/03/06 23:50:22 chewi Exp $ EAPI=5 inherit toolchain-funcs games DESCRIPTION="Remote connection client for Minecraft servers" HOMEPAGE="http://sourceforge.net/projects/mcrcon/" SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip" LICENSE="ZLIB" SLOT="0" KEYWORDS="~amd64" IUSE="" S="${WORKDIR}" src_compile() { # Flags taken from COMPILING.txt. $(tc-getCC) ${CFLAGS} ${LDFLAGS} -std=gnu11 -pedantic -Wall -Wextra -o "${PN}" "${PN}.c" || die } src_install() { dogamesbin "${PN}" dodoc README.txt } 1.1 games-util/mcrcon/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/mcrcon/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/mcrcon/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> <email>ch...@gentoo.org</email> <name>James Le Cuirot</name> </maintainer> <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> </pkgmetadata> 1.1 games-util/mcrcon/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/mcrcon/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/mcrcon/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for games-util/mcrcon # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/games-util/mcrcon/ChangeLog,v 1.1 2015/03/06 23:50:22 chewi Exp $ *mcrcon-0.0.5 (06 Mar 2015) 06 Mar 2015; James Le Cuirot <ch...@gentoo.org> +mcrcon-0.0.5.ebuild, +metadata.xml: Initial import.