[gentoo-commits] repo/gentoo:master commit in: games-util/mcrcon/

2021-10-31 Thread James Le Cuirot
commit: 601e261fefe2a143f09db67637e1527074a9a802
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Oct 31 22:28:48 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Oct 31 22:29:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=601e261f

games-util/mcrcon: Version bump to 0.7.2, EAPI 8

For reals, this time!

Signed-off-by: James Le Cuirot  gentoo.org>

 games-util/mcrcon/Manifest|  1 +
 games-util/mcrcon/mcrcon-0.7.2.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/games-util/mcrcon/Manifest b/games-util/mcrcon/Manifest
index 72640d63953..06a1d53e25f 100644
--- a/games-util/mcrcon/Manifest
+++ b/games-util/mcrcon/Manifest
@@ -1 +1,2 @@
 DIST mcrcon-0.7.1.tar.gz 9796 BLAKE2B 
4de98574783f995b5161944dac3a817313618019f1711832d266f038ce7a56a2e3d6da2556dbcd36870dd81de74f9886db84af81d9e6c25d70155f61c4a7f191
 SHA512 
372314e007d50e758203911c25df7c07d317ea6a7e469e24f603eae67ec5ef1e313c997481f4d90395d25d4d99ddc126a6e5745b2044903b2f21271aa7c39eb2
+DIST mcrcon-0.7.2.tar.gz 9997 BLAKE2B 
3dabd5c1951bd4427486a7a0c438730d61e9ebf006de77225b17153964728d671821e60ddb9d0a3d53952c4331e4d4807cb9b96009c37427eb4bc1f684664f3e
 SHA512 
584487bd6d3d2d0ddd0065187c5cadf7c1cf80c8234acb55f218eab6a54c10a7e99adf0ca643894f3664d51233cd04745fb13c4ee02964ef735c034b01f2ee89

diff --git a/games-util/mcrcon/mcrcon-0.7.2.ebuild 
b/games-util/mcrcon/mcrcon-0.7.2.ebuild
new file mode 100644
index 000..80b64e93351
--- /dev/null
+++ b/games-util/mcrcon/mcrcon-0.7.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+}



[gentoo-commits] repo/gentoo:master commit in: games-util/mcrcon/

2021-10-31 Thread Georgy Yakovlev
commit: 56edfc22ee15b24c3beb86913aa762f707712b9b
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Oct 31 22:14:14 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Oct 31 22:15:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56edfc22

games-util/mcrcon: Version bump to 0.7.2, EAPI 8: revert

This reverts commit c1a3cb7b85e0f4b4bbf8a638346ce66f435a35cd.
Seems ebuild file was not staged for commit.

Signed-off-by: Georgy Yakovlev  gentoo.org>

 games-util/mcrcon/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/games-util/mcrcon/Manifest b/games-util/mcrcon/Manifest
index 06a1d53e25f..72640d63953 100644
--- a/games-util/mcrcon/Manifest
+++ b/games-util/mcrcon/Manifest
@@ -1,2 +1 @@
 DIST mcrcon-0.7.1.tar.gz 9796 BLAKE2B 
4de98574783f995b5161944dac3a817313618019f1711832d266f038ce7a56a2e3d6da2556dbcd36870dd81de74f9886db84af81d9e6c25d70155f61c4a7f191
 SHA512 
372314e007d50e758203911c25df7c07d317ea6a7e469e24f603eae67ec5ef1e313c997481f4d90395d25d4d99ddc126a6e5745b2044903b2f21271aa7c39eb2
-DIST mcrcon-0.7.2.tar.gz 9997 BLAKE2B 
3dabd5c1951bd4427486a7a0c438730d61e9ebf006de77225b17153964728d671821e60ddb9d0a3d53952c4331e4d4807cb9b96009c37427eb4bc1f684664f3e
 SHA512 
584487bd6d3d2d0ddd0065187c5cadf7c1cf80c8234acb55f218eab6a54c10a7e99adf0ca643894f3664d51233cd04745fb13c4ee02964ef735c034b01f2ee89



[gentoo-commits] repo/gentoo:master commit in: games-util/mcrcon/

2021-10-31 Thread James Le Cuirot
commit: c1a3cb7b85e0f4b4bbf8a638346ce66f435a35cd
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Oct 31 21:50:40 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Oct 31 21:50:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a3cb7b

games-util/mcrcon: Version bump to 0.7.2, EAPI 8

Signed-off-by: James Le Cuirot  gentoo.org>

 games-util/mcrcon/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-util/mcrcon/Manifest b/games-util/mcrcon/Manifest
index 72640d63953..06a1d53e25f 100644
--- a/games-util/mcrcon/Manifest
+++ b/games-util/mcrcon/Manifest
@@ -1 +1,2 @@
 DIST mcrcon-0.7.1.tar.gz 9796 BLAKE2B 
4de98574783f995b5161944dac3a817313618019f1711832d266f038ce7a56a2e3d6da2556dbcd36870dd81de74f9886db84af81d9e6c25d70155f61c4a7f191
 SHA512 
372314e007d50e758203911c25df7c07d317ea6a7e469e24f603eae67ec5ef1e313c997481f4d90395d25d4d99ddc126a6e5745b2044903b2f21271aa7c39eb2
+DIST mcrcon-0.7.2.tar.gz 9997 BLAKE2B 
3dabd5c1951bd4427486a7a0c438730d61e9ebf006de77225b17153964728d671821e60ddb9d0a3d53952c4331e4d4807cb9b96009c37427eb4bc1f684664f3e
 SHA512 
584487bd6d3d2d0ddd0065187c5cadf7c1cf80c8234acb55f218eab6a54c10a7e99adf0ca643894f3664d51233cd04745fb13c4ee02964ef735c034b01f2ee89



[gentoo-commits] repo/gentoo:master commit in: games-util/mcrcon/

2020-01-04 Thread James Le Cuirot
commit: 6aac0a5574af160aaa7378c8f219ef8e171d83e6
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Jan  4 15:20:55 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Jan  4 15:20:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aac0a55

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  gentoo.org>

 games-util/mcrcon/Manifest | 2 +-
 games-util/mcrcon/{mcrcon-0.6.1.ebuild => mcrcon-0.7.1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-util/mcrcon/Manifest b/games-util/mcrcon/Manifest
index c2a3885fbb3..72640d63953 100644
--- a/games-util/mcrcon/Manifest
+++ b/games-util/mcrcon/Manifest
@@ -1 +1 @@
-DIST mcrcon-0.6.1.tar.gz 9891 BLAKE2B 
41518ba654136b18930fb368600c1cd9d04d4b0043b9c741940ac43d8c0a4e07925350188852c09e0fac6219df363bd6d4f5c2511b4a95e1864a78c8537436e8
 SHA512 
db4a6f43a6ad0267ac0786dadb5eea8dd2ad4b7cd2509d5feba667f6130521b7a4870a8389d5e6706a26ecc5f29cb2a751c05d3e5d536d3e66f090db649f
+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.7.1.ebuild
similarity index 93%
rename from games-util/mcrcon/mcrcon-0.6.1.ebuild
rename to games-util/mcrcon/mcrcon-0.7.1.ebuild
index 4a5186fae68..d840cef9047 100644
--- a/games-util/mcrcon/mcrcon-0.6.1.ebuild
+++ b/games-util/mcrcon/mcrcon-0.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



[gentoo-commits] repo/gentoo:master commit in: games-util/mcrcon/

2019-08-03 Thread James Le Cuirot
commit: 7ba1cf2e897c0a7fef80f5e7bad4df18b8548507
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Aug  3 22:24:31 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Aug  3 22:24:31 2019 +
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 
db4a6f43a6ad0267ac0786dadb5eea8dd2ad4b7cd2509d5feba667f6130521b7a4870a8389d5e6706a26ecc5f29cb2a751c05d3e5d536d3e66f090db649f

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 000..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

 



[gentoo-commits] repo/gentoo:master commit in: games-util/mcrcon/

2019-08-03 Thread James Le Cuirot
commit: ac64314c815c9ebb0f87a2bc295b175e4cb0c285
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Aug  3 22:25:20 2019 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Aug  3 22:25:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac64314c

games-util/mcrcon: Drop old

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.0.5-r1.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/games-util/mcrcon/Manifest b/games-util/mcrcon/Manifest
index b50f011a7ff..c2a3885fbb3 100644
--- a/games-util/mcrcon/Manifest
+++ b/games-util/mcrcon/Manifest
@@ -1,2 +1 @@
-DIST mcrcon-0.0.5-src.zip 9748 BLAKE2B 
27f209a51e0131f00a1d84b859301a5e0440c9fb857c9112c98c34749c9ab1dda3065d7d748e7a6385e034d3d349a9394cf547a42d2bf5ae3376276695c60994
 SHA512 
590da8007d630a9ff5332b5fda9e2498e949b4085e16fd00a4b1f693251980bc2d91736ea8ca7c649ee34b28484d165c8b5f45b1830e9fb661bec3a10af080d2
 DIST mcrcon-0.6.1.tar.gz 9891 BLAKE2B 
41518ba654136b18930fb368600c1cd9d04d4b0043b9c741940ac43d8c0a4e07925350188852c09e0fac6219df363bd6d4f5c2511b4a95e1864a78c8537436e8
 SHA512 
db4a6f43a6ad0267ac0786dadb5eea8dd2ad4b7cd2509d5feba667f6130521b7a4870a8389d5e6706a26ecc5f29cb2a751c05d3e5d536d3e66f090db649f

diff --git a/games-util/mcrcon/mcrcon-0.0.5-r1.ebuild 
b/games-util/mcrcon/mcrcon-0.0.5-r1.ebuild
deleted file mode 100644
index 01c42e501ed..000
--- a/games-util/mcrcon/mcrcon-0.0.5-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Remote connection client for Minecraft servers"
-HOMEPAGE="https://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() {
-   default
-   dobin "${PN}"
-}



[gentoo-commits] repo/gentoo:master commit in: games-util/mcrcon/

2017-12-20 Thread David Seifert
commit: 25fbd5b59ce9abcf08f610ebbb99908c2c0ae095
Author: David Seifert  gentoo  org>
AuthorDate: Wed Dec 20 21:30:34 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Dec 21 01:57:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25fbd5b5

games-util/mcrcon: Remove old

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 games-util/mcrcon/mcrcon-0.0.5.ebuild | 26 --
 1 file changed, 26 deletions(-)

diff --git a/games-util/mcrcon/mcrcon-0.0.5.ebuild 
b/games-util/mcrcon/mcrcon-0.0.5.ebuild
deleted file mode 100644
index ad05389b005..000
--- a/games-util/mcrcon/mcrcon-0.0.5.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs games
-
-DESCRIPTION="Remote connection client for Minecraft servers"
-HOMEPAGE="https://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
-}



[gentoo-commits] repo/gentoo:master commit in: games-util/mcrcon/

2016-06-29 Thread Austin English
commit: ce0efe07e55e9d2f09e0fa1c9f7f7bf5672d7c7d
Author: Austin English  gentoo  org>
AuthorDate: Wed Jun 29 22:37:08 2016 +
Commit: Austin English  gentoo  org>
CommitDate: Wed Jun 29 22:54:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0efe07

games-util/mcrcon: remove depreacted games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.2.28

 games-util/mcrcon/mcrcon-0.0.5-r1.ebuild | 27 +++
 1 file changed, 27 insertions(+)

diff --git a/games-util/mcrcon/mcrcon-0.0.5-r1.ebuild 
b/games-util/mcrcon/mcrcon-0.0.5-r1.ebuild
new file mode 100644
index 000..224180e
--- /dev/null
+++ b/games-util/mcrcon/mcrcon-0.0.5-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+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() {
+   default
+   dobin "${PN}"
+}