diff options
author | James Le Cuirot <chewi@gentoo.org> | 2019-08-03 23:25:20 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2019-08-03 23:25:20 +0100 |
commit | ac64314c815c9ebb0f87a2bc295b175e4cb0c285 (patch) | |
tree | 1748b0aaed306e1414cbde88eb45d961545153dc /games-util/mcrcon | |
parent | games-util/mcrcon: Version bump to 0.6.1 (diff) | |
download | gentoo-ac64314c815c9ebb0f87a2bc295b175e4cb0c285.tar.gz gentoo-ac64314c815c9ebb0f87a2bc295b175e4cb0c285.tar.bz2 gentoo-ac64314c815c9ebb0f87a2bc295b175e4cb0c285.zip |
games-util/mcrcon: Drop old
Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-util/mcrcon')
-rw-r--r-- | games-util/mcrcon/Manifest | 1 | ||||
-rw-r--r-- | games-util/mcrcon/mcrcon-0.0.5-r1.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/games-util/mcrcon/Manifest b/games-util/mcrcon/Manifest index b50f011a7ff5..c2a3885fbb38 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 db4a6f43a6ad0267ac0786dadb5eea8dd2ad4b7cd2509d5feba667f6130521b7a4870a8389d5e6706a26ecc5f29cb2a751c05d3e5deeee536d3e66f090db649f 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 01c42e501eda..000000000000 --- 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}" -} |