From 6aac0a5574af160aaa7378c8f219ef8e171d83e6 Mon Sep 17 00:00:00 2001
From: James Le Cuirot <chewi@gentoo.org>
Date: Sat, 4 Jan 2020 15:20:55 +0000
Subject: games-util/mcrcon: Bump to 0.7.1, drop old 0.6.1

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
---
 games-util/mcrcon/Manifest            |  2 +-
 games-util/mcrcon/mcrcon-0.6.1.ebuild | 23 -----------------------
 games-util/mcrcon/mcrcon-0.7.1.ebuild | 23 +++++++++++++++++++++++
 3 files changed, 24 insertions(+), 24 deletions(-)
 delete mode 100644 games-util/mcrcon/mcrcon-0.6.1.ebuild
 create mode 100644 games-util/mcrcon/mcrcon-0.7.1.ebuild

(limited to 'games-util/mcrcon')

diff --git a/games-util/mcrcon/Manifest b/games-util/mcrcon/Manifest
index c2a3885fbb38..72640d639535 100644
--- a/games-util/mcrcon/Manifest
+++ b/games-util/mcrcon/Manifest
@@ -1 +1 @@
-DIST mcrcon-0.6.1.tar.gz 9891 BLAKE2B 41518ba654136b18930fb368600c1cd9d04d4b0043b9c741940ac43d8c0a4e07925350188852c09e0fac6219df363bd6d4f5c2511b4a95e1864a78c8537436e8 SHA512 db4a6f43a6ad0267ac0786dadb5eea8dd2ad4b7cd2509d5feba667f6130521b7a4870a8389d5e6706a26ecc5f29cb2a751c05d3e5deeee536d3e66f090db649f
+DIST mcrcon-0.7.1.tar.gz 9796 BLAKE2B 4de98574783f995b5161944dac3a817313618019f1711832d266f038ce7a56a2e3d6da2556dbcd36870dd81de74f9886db84af81d9e6c25d70155f61c4a7f191 SHA512 372314e007d50e758203911c25df7c07d317ea6a7e469e24f603eae67ec5ef1e313c997481f4d90395d25d4d99ddc126a6e5745b2044903b2f21271aa7c39eb2
diff --git a/games-util/mcrcon/mcrcon-0.6.1.ebuild b/games-util/mcrcon/mcrcon-0.6.1.ebuild
deleted file mode 100644
index 4a5186fae685..000000000000
--- a/games-util/mcrcon/mcrcon-0.6.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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/mcrcon-0.7.1.ebuild b/games-util/mcrcon/mcrcon-0.7.1.ebuild
new file mode 100644
index 000000000000..d840cef90470
--- /dev/null
+++ b/games-util/mcrcon/mcrcon-0.7.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 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"
+}
-- 
cgit v1.2.3-65-gdbad