summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:34 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:57:07 +0100
commit25fbd5b59ce9abcf08f610ebbb99908c2c0ae095 (patch)
tree405b78abb156dff5a95bb4320778b10e6ae01aac
parentgames-util/lgogdownloader: Remove old (diff)
downloadgentoo-25fbd5b59ce9abcf08f610ebbb99908c2c0ae095.tar.gz
gentoo-25fbd5b59ce9abcf08f610ebbb99908c2c0ae095.tar.bz2
gentoo-25fbd5b59ce9abcf08f610ebbb99908c2c0ae095.zip
games-util/mcrcon: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
-rw-r--r--games-util/mcrcon/mcrcon-0.0.5.ebuild26
1 files changed, 0 insertions, 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 ad05389b005a..000000000000
--- 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
-}