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 D69E1139083 for ; Wed, 20 Dec 2017 20:43:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D47BBE1150; Wed, 20 Dec 2017 20:43:00 +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 AF9F8E114C for ; Wed, 20 Dec 2017 20:43:00 +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 7E86333D4A6 for ; Wed, 20 Dec 2017 20:42:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD497AE88 for ; Wed, 20 Dec 2017 20:42:57 +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: <1513802499.d04053210e07520a1730c4caf73c78c4e991728d.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/four-in-a-row/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/four-in-a-row/Manifest games-board/four-in-a-row/four-in-a-row-3.22.1.ebuild X-VCS-Directories: games-board/four-in-a-row/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: d04053210e07520a1730c4caf73c78c4e991728d X-VCS-Branch: master Date: Wed, 20 Dec 2017 20:42:57 +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: 774d09f6-2ddd-4978-bd98-2a74e103d0cd X-Archives-Hash: 172f11a16d196f6274f58043a49df408 commit: d04053210e07520a1730c4caf73c78c4e991728d Author: Mart Raudsepp gentoo org> AuthorDate: Wed Dec 20 20:27:47 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Dec 20 20:41:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0405321 games-board/four-in-a-row: remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 games-board/four-in-a-row/Manifest | 1 - .../four-in-a-row/four-in-a-row-3.22.1.ebuild | 27 ---------------------- 2 files changed, 28 deletions(-) diff --git a/games-board/four-in-a-row/Manifest b/games-board/four-in-a-row/Manifest index b354ca869e2..04452c0a1db 100644 --- a/games-board/four-in-a-row/Manifest +++ b/games-board/four-in-a-row/Manifest @@ -1,2 +1 @@ -DIST four-in-a-row-3.22.1.tar.xz 1786220 BLAKE2B b0516c07fe1e0de53cbf439bc90ef358fbfbcdbe6cbfc3fa99fa0c11cc1bf306b7aeda03b9a3c365a7d6a061c76e2d5911717426301254efaf5aa3be02076254 SHA512 9de0070a1b40f40b4b7e3271c7fb432d98429eb20876b2fc98bf475e693b569b70312cc3fd5c05ba2b15b9b4c51dee6c96d030a9b8a61ecec9f231030625768e DIST four-in-a-row-3.22.2.tar.xz 1783804 BLAKE2B e4e176fe73dfda5152d53b83de6f645bbf7595b7bb7795546e2a093ea5a6de1ab778cb1bc7a91a6a5871aa60a16f570e93305a17359c6dc42c85acd0fd7da72b SHA512 07b77bd7f9e2dd86a38721261805397462637dbc4ed4d30f4e6489215621eadf8f1dd545d75db43998dcbd7918b1d7bf29a360e5abc6d661db6c867c78a2eb6c diff --git a/games-board/four-in-a-row/four-in-a-row-3.22.1.ebuild b/games-board/four-in-a-row/four-in-a-row-3.22.1.ebuild deleted file mode 100644 index 0ed42842108..00000000000 --- a/games-board/four-in-a-row/four-in-a-row-3.22.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 - -DESCRIPTION="Make lines of the same color to win" -HOMEPAGE="https://wiki.gnome.org/Apps/Four-in-a-row" - -# Code is GPL-2+ but most themes are GPL-3+ and we install them unconditionally, CC-BY-SA-3.0 is user help license in v3.22.1 -LICENSE="GPL-3+ CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -RDEPEND=" - dev-libs/glib:2 - >=gnome-base/librsvg-2.32 - >=media-libs/libcanberra-0.26[gtk3] - >=x11-libs/gtk+-3.13.2:3 -" -DEPEND="${RDEPEND} - app-text/yelp-tools - dev-libs/appstream-glib - >=dev-util/intltool-0.50 - virtual/pkgconfig -"