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 CD7CB138334 for ; Tue, 4 Sep 2018 11:26:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BC96E0886; Tue, 4 Sep 2018 11:26:40 +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 67F06E0886 for ; Tue, 4 Sep 2018 11:26:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 86F95335C9F for ; Tue, 4 Sep 2018 11:26:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BCAB392 for ; Tue, 4 Sep 2018 11:26:36 +0000 (UTC) From: "Vadim A. Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim A. Misbakh-Soloviov" Message-ID: <1536047116.6436be72d3bff79726a1c8e2d46937cf6da49787.mva@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-board/kbang/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-board/kbang/kbang-9999.ebuild games-board/kbang/metadata.xml X-VCS-Directories: games-board/kbang/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim A. Misbakh-Soloviov X-VCS-Revision: 6436be72d3bff79726a1c8e2d46937cf6da49787 X-VCS-Branch: master Date: Tue, 4 Sep 2018 11:26:36 +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: 3c0228bd-7bbe-4a1e-8221-543143a17d2a X-Archives-Hash: 88741a17feb0c68044de24982cf62f28 commit: 6436be72d3bff79726a1c8e2d46937cf6da49787 Author: Vadim A. Misbakh-Soloviov mva name> AuthorDate: Tue Sep 4 07:45:16 2018 +0000 Commit: Vadim A. Misbakh-Soloviov mva name> CommitDate: Tue Sep 4 07:45:16 2018 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=6436be72 kbang: bye-bye (qt4, gcode, svn) games-board/kbang/kbang-9999.ebuild | 45 ------------------------------------- games-board/kbang/metadata.xml | 13 ----------- 2 files changed, 58 deletions(-) diff --git a/games-board/kbang/kbang-9999.ebuild b/games-board/kbang/kbang-9999.ebuild deleted file mode 100644 index d6a0b66..0000000 --- a/games-board/kbang/kbang-9999.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit games qt4-r2 subversion - -DESCRIPTION="KBang is an open source implementation of the popular card game Bang!" -HOMEPAGE="http://code.google.com/p/kbang/" -SRC_URI="" -ESVN_REPO_URI="http://${PN}.googlecode.com/svn/trunk/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="server" - -DEPEND=">dev-qt/qtgui-4.4" -RDEPEND="${DEPEND}" - -src_prepare() { - esvn_clean -} - -src_compile() { - eqmake4 - - emake || die "emake failed" -} - -src_install() { - exeinto "${GAMES_DATADIR}/${PN}" - - doexe "${PN}-client" || die "doexe failed" - dosym "${GAMES_DATADIR}/${PN}/${PN}-client" "${GAMES_BINDIR}/${PN}" - - if use server; then - doexe "${PN}-server" || die "doexe failed" - dosym "${GAMES_DATADIR}/${PN}/${PN}-server" "${GAMES_BINDIR}/${PN}-server" - fi - - insinto "${GAMES_DATADIR}/${PN}" - doins -r data || die "doins failed" -} diff --git a/games-board/kbang/metadata.xml b/games-board/kbang/metadata.xml deleted file mode 100644 index 7112d77..0000000 --- a/games-board/kbang/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - playboys - - premek@vohnout.cz - Přemysl - KBang is an open-sources implementation of the popular card game Bang! - - - Compile and install server compotents - -