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 528DD139083 for ; Sat, 20 May 2017 04:59:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C141C21C060; Sat, 20 May 2017 04:59:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D57121C060 for ; Sat, 20 May 2017 04:59: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 D39713416C2 for ; Sat, 20 May 2017 04:59:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3B057464 for ; Sat, 20 May 2017 04:59:36 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1495255928.4227887c1d9c48381d65f411a303ef08f9c8b58d.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-hearts/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/gnome-hearts/gnome-hearts-0.3.1-r1.ebuild X-VCS-Directories: games-board/gnome-hearts/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 4227887c1d9c48381d65f411a303ef08f9c8b58d X-VCS-Branch: master Date: Sat, 20 May 2017 04:59: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: b3b64a9a-b63d-4074-8bc3-fe1045f5c95b X-Archives-Hash: a2b94c6dae14bcf0dc3af53e44e6d291 commit: 4227887c1d9c48381d65f411a303ef08f9c8b58d Author: Mart Raudsepp gentoo org> AuthorDate: Sat May 20 04:52:08 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat May 20 04:52:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4227887c games-board/gnome-hearts: remove old Package-Manager: Portage-2.3.5, Repoman-2.3.2 .../gnome-hearts/gnome-hearts-0.3.1-r1.ebuild | 48 ---------------------- 1 file changed, 48 deletions(-) diff --git a/games-board/gnome-hearts/gnome-hearts-0.3.1-r1.ebuild b/games-board/gnome-hearts/gnome-hearts-0.3.1-r1.ebuild deleted file mode 100644 index cb4455fac34..00000000000 --- a/games-board/gnome-hearts/gnome-hearts-0.3.1-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -GCONF_DEBUG=no - -PYTHON_COMPAT=( python2_7 ) -inherit gnome2 python-single-r1 - -DESCRIPTION="A clone of classic hearts card game" -HOMEPAGE="http://www.gnome-hearts.org" -SRC_URI="http://www.jejik.com/files/${PN}/${P}.tar.gz" - -LICENSE="GPL-2+ FDL-1.2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="nls" - -RDEPEND="x11-libs/gtk+:2 - >=gnome-base/libglade-2 - >=gnome-base/libgnomeui-2 - ${PYTHON_DEPS}" -DEPEND="${RDEPEND} - app-text/rarian - dev-util/intltool - virtual/pkgconfig" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_prepare() { - # make src_test work - echo gnome-hearts.desktop.in >> po/POTFILES.skip - - sed -i \ - -e '/No name/d' \ - -e '/^Icon/s/.png//' \ - -e '/^Encoding/d' \ - gnome-hearts.desktop.in || die - - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - $(use_enable nls) -}