From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D0B451384B4 for ; Sun, 8 Nov 2015 08:19:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58ED921C004; Sun, 8 Nov 2015 08:19:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF56F21C004 for ; Sun, 8 Nov 2015 08:19:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15B3E33FEDE for ; Sun, 8 Nov 2015 08:19:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB6FE290 for ; Sun, 8 Nov 2015 08:19:49 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1446970782.a02ca0c85bd7c4f5ee12f72f88cdb37b31c6b185.pacho@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.14.2.ebuild X-VCS-Directories: games-board/four-in-a-row/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: a02ca0c85bd7c4f5ee12f72f88cdb37b31c6b185 X-VCS-Branch: master Date: Sun, 8 Nov 2015 08:19:49 +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: 722fffcd-72ad-484b-917b-3088e8b29bcb X-Archives-Hash: be25e3165d4825657d73b50ef81ceae1 commit: a02ca0c85bd7c4f5ee12f72f88cdb37b31c6b185 Author: Pacho Ramos gentoo org> AuthorDate: Sun Nov 8 08:08:48 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Nov 8 08:19:42 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02ca0c8 games-board/four-in-a-row: Drop old Package-Manager: portage-2.2.24 games-board/four-in-a-row/Manifest | 1 - .../four-in-a-row/four-in-a-row-3.14.2.ebuild | 33 ---------------------- 2 files changed, 34 deletions(-) diff --git a/games-board/four-in-a-row/Manifest b/games-board/four-in-a-row/Manifest index 773c4d4..d9f7df2 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.14.2.tar.xz 1964984 SHA256 32138122d807657b5adb58cf093129587ad1ea057242946acb2168eb797fcb99 SHA512 f19901d866c16fa961dff174a5393b882bbcf6612b39df5501c3153f8e428e6b934cc5f24d7d8902bb0b2a7c86699e7e42fda3c1d39366a7ef932eb6f768c407 WHIRLPOOL 2a3cdd899e6f745c1498197d6542e511715cfd24f517d71920d83ac1f7126181f84460ad9255b847ccdc6f04117c3e118fd7590ec046532b625fb96e6292f3f8 DIST four-in-a-row-3.16.2.tar.xz 1933500 SHA256 bf42edfed65c5d9614cdf54dac40d17d3b100b0f56bc047b7812f0bb3564a5ae SHA512 bbeda27f372e9466e46196141d4784124d2ca92628a459d5959b5463c9be55c305e968eb25376ceaa883252fef96ef7466aa20b87f838806c1a7d9c6c2881c7a WHIRLPOOL ae4eddd70a1584e3f9a0f194f515beea75356550444b05e0966b230b96f81bf9362083d6f389cb92d06a8a1c0bfa329cfba987b1748c43ac95eb91e892c3292d diff --git a/games-board/four-in-a-row/four-in-a-row-3.14.2.ebuild b/games-board/four-in-a-row/four-in-a-row-3.14.2.ebuild deleted file mode 100644 index 61e2271..0000000 --- a/games-board/four-in-a-row/four-in-a-row-3.14.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome-games - -DESCRIPTION="Make lines of the same color to win" -HOMEPAGE="https://wiki.gnome.org/Apps/Four-in-a-row" - -LICENSE="GPL-2+" -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-util/appdata-tools - >=dev-util/intltool-0.50 - virtual/pkgconfig -" - -src_configure() { - gnome-games_src_configure APPDATA_VALIDATE=$(type -P true) -}