From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C59C9138334 for ; Sat, 3 Aug 2019 22:26:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8546E0855; Sat, 3 Aug 2019 22:26:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A517CE0855 for ; Sat, 3 Aug 2019 22:26:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75C8C34941F for ; Sat, 3 Aug 2019 22:26:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E4814D4 for ; Sat, 3 Aug 2019 22:26:14 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1564871071.7ba1cf2e897c0a7fef80f5e7bad4df18b8548507.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/mcrcon/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/mcrcon/Manifest games-util/mcrcon/mcrcon-0.6.1.ebuild games-util/mcrcon/metadata.xml X-VCS-Directories: games-util/mcrcon/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 7ba1cf2e897c0a7fef80f5e7bad4df18b8548507 X-VCS-Branch: master Date: Sat, 3 Aug 2019 22:26:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5437a54d-de6c-40f5-9e9e-6ce6ce556099 X-Archives-Hash: 813e2768be0ff557155eef9f942349b8 commit: 7ba1cf2e897c0a7fef80f5e7bad4df18b8548507 Author: James Le Cuirot gentoo org> AuthorDate: Sat Aug 3 22:24:31 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Aug 3 22:24:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba1cf2e games-util/mcrcon: Version bump to 0.6.1 Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: James Le Cuirot gentoo.org> games-util/mcrcon/Manifest | 1 + games-util/mcrcon/mcrcon-0.6.1.ebuild | 23 +++++++++++++++++++++++ games-util/mcrcon/metadata.xml | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/games-util/mcrcon/Manifest b/games-util/mcrcon/Manifest index 122025299ea..b50f011a7ff 100644 --- a/games-util/mcrcon/Manifest +++ b/games-util/mcrcon/Manifest @@ -1 +1,2 @@ DIST mcrcon-0.0.5-src.zip 9748 BLAKE2B 27f209a51e0131f00a1d84b859301a5e0440c9fb857c9112c98c34749c9ab1dda3065d7d748e7a6385e034d3d349a9394cf547a42d2bf5ae3376276695c60994 SHA512 590da8007d630a9ff5332b5fda9e2498e949b4085e16fd00a4b1f693251980bc2d91736ea8ca7c649ee34b28484d165c8b5f45b1830e9fb661bec3a10af080d2 +DIST mcrcon-0.6.1.tar.gz 9891 BLAKE2B 41518ba654136b18930fb368600c1cd9d04d4b0043b9c741940ac43d8c0a4e07925350188852c09e0fac6219df363bd6d4f5c2511b4a95e1864a78c8537436e8 SHA512 db4a6f43a6ad0267ac0786dadb5eea8dd2ad4b7cd2509d5feba667f6130521b7a4870a8389d5e6706a26ecc5f29cb2a751c05d3e5deeee536d3e66f090db649f diff --git a/games-util/mcrcon/mcrcon-0.6.1.ebuild b/games-util/mcrcon/mcrcon-0.6.1.ebuild new file mode 100644 index 00000000000..4a5186fae68 --- /dev/null +++ b/games-util/mcrcon/mcrcon-0.6.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="Remote connection client for Minecraft servers" +HOMEPAGE="https://github.com/Tiiffi/mcrcon" +SRC_URI="https://github.com/Tiiffi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="~amd64 ~arm" + +src_compile() { + emake \ + CC="$(tc-getCC)" \ + CFLAGS="${CFLAGS} ${LDFLAGS} -std=gnu99 -Wall -Wextra -Wpedantic" +} + +src_install() { + emake install PREFIX="${ED}/usr" +} diff --git a/games-util/mcrcon/metadata.xml b/games-util/mcrcon/metadata.xml index e7f8f4b0d06..fb1c568c641 100644 --- a/games-util/mcrcon/metadata.xml +++ b/games-util/mcrcon/metadata.xml @@ -7,6 +7,6 @@ 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. - mcrcon + Tiiffi/mcrcon