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 6DAA2139084 for ; Thu, 21 Dec 2017 01:57:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCB72E11B1; Thu, 21 Dec 2017 01:57:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A9788E11B1 for ; Thu, 21 Dec 2017 01:57:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E41F43406D1 for ; Thu, 21 Dec 2017 01:57:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 066EDAEA0 for ; Thu, 21 Dec 2017 01:57:44 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1513821427.25fbd5b59ce9abcf08f610ebbb99908c2c0ae095.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/mcrcon/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/mcrcon/mcrcon-0.0.5.ebuild X-VCS-Directories: games-util/mcrcon/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 25fbd5b59ce9abcf08f610ebbb99908c2c0ae095 X-VCS-Branch: master Date: Thu, 21 Dec 2017 01:57:44 +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-Archives-Salt: 60b71e38-da0b-4094-8d1e-c8a0f5da9c41 X-Archives-Hash: a90f94f6ba144d2154baf6f1a1e6c2b7 commit: 25fbd5b59ce9abcf08f610ebbb99908c2c0ae095 Author: David Seifert gentoo org> AuthorDate: Wed Dec 20 21:30:34 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Dec 21 01:57:07 2017 +0000 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..00000000000 --- 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 -}