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 A79961382C5 for ; Sat, 3 Feb 2018 19:40:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62944E0BFF; Sat, 3 Feb 2018 19:40:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3BDACE0BFE for ; Sat, 3 Feb 2018 19:40:19 +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 61F15335C74 for ; Sat, 3 Feb 2018 19:40:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 751C91E1 for ; Sat, 3 Feb 2018 19:40:12 +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: <1517686763.e7a4561109c203e1071249b752453bad2780273f.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/gnome-chess/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/gnome-chess/Manifest games-board/gnome-chess/gnome-chess-3.22.2.ebuild X-VCS-Directories: games-board/gnome-chess/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: e7a4561109c203e1071249b752453bad2780273f X-VCS-Branch: master Date: Sat, 3 Feb 2018 19:40:12 +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: 151868a1-85d3-4a9a-90fd-a496bb725be5 X-Archives-Hash: 710748a1cfa0e92e1d73092c37e4eaae commit: e7a4561109c203e1071249b752453bad2780273f Author: Mart Raudsepp gentoo org> AuthorDate: Sat Feb 3 19:28:27 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Feb 3 19:39:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a45611 games-board/gnome-chess: remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 games-board/gnome-chess/Manifest | 1 - games-board/gnome-chess/gnome-chess-3.22.2.ebuild | 46 ----------------------- 2 files changed, 47 deletions(-) diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest index 9d48041e86b..a07ad351d01 100644 --- a/games-board/gnome-chess/Manifest +++ b/games-board/gnome-chess/Manifest @@ -1,2 +1 @@ -DIST gnome-chess-3.22.2.tar.xz 2774176 BLAKE2B 58f01b71cd59001601dcd29894051c90421b0c12e8c2f6e6b18d72838cb59f0be3eef271528ab27bf33f1f7a8f7addd9fa6fa7d09a5e783c79ca5d2c869aa88e SHA512 ae939c5a79b4f0ae24a8a5b4a3efa0620aaf913ef46d944abad7f638477b0d711e6ca6b7c1e593a67100ad1ae4b423c7d87c51808911cc38e6022a3fbeafb47e DIST gnome-chess-3.24.1.tar.xz 2808208 BLAKE2B 6b6eefb8de8e7b91b23752d78d00704546566f060c8971c4fb17b26a28ca44b659891e036f5cc1f42bbfca41d1aaaca153758115eafb4456a3ddb45fe4caf1a8 SHA512 738bae74a547ccf9f0f3dcccaf164af785086ab54190094d602effae0f3f7c07fb6be4eba4aa8706045f70cb12c407a5151bc836d784c0cd254b1c371670e559 diff --git a/games-board/gnome-chess/gnome-chess-3.22.2.ebuild b/games-board/gnome-chess/gnome-chess-3.22.2.ebuild deleted file mode 100644 index a292ac6bfa8..00000000000 --- a/games-board/gnome-chess/gnome-chess-3.22.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -VALA_MIN_API_VERSION="0.28" - -inherit gnome2 vala readme.gentoo-r1 - -DESCRIPTION="Play the classic two-player boardgame of chess" -HOMEPAGE="https://wiki.gnome.org/Apps/Chess" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="" - -RDEPEND=" - >=dev-libs/glib-2.40:2 - >=gnome-base/librsvg-2.32:2 - >=x11-libs/gtk+-3.19:3 -" -DEPEND="${RDEPEND} - $(vala_depend) - app-text/yelp-tools - dev-libs/appstream-glib - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -DOC_CONTENTS="For being able to play against computer you will - need to install a chess engine like, for example, games-board/gnuchess" - -src_prepare() { - gnome2_src_prepare - vala_src_prepare -} - -src_install() { - gnome2_src_install - readme.gentoo_create_doc -} - -pkg_postinst() { - gnome2_pkg_postinst - readme.gentoo_print_elog -}