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 611471396D0 for ; Tue, 12 Sep 2017 06:19:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B82B1FC092; Tue, 12 Sep 2017 06:19:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D8E231FC085 for ; Tue, 12 Sep 2017 06:19:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 14B5B341130 for ; Tue, 12 Sep 2017 06:19:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B8DA9084 for ; Tue, 12 Sep 2017 06:19:36 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1505196957.4f7044483c8d058df5b0e89e025d024a9f8f2b69.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: games-board/tali/ X-VCS-Repository: proj/gnome X-VCS-Files: games-board/tali/metadata.xml games-board/tali/tali-3.20.0.ebuild X-VCS-Directories: games-board/tali/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 4f7044483c8d058df5b0e89e025d024a9f8f2b69 X-VCS-Branch: master Date: Tue, 12 Sep 2017 06:19: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: ec84180e-2271-493a-afc9-781f26ceb87a X-Archives-Hash: 4fa56aa28c9af045fb8568b12431544f commit: 4f7044483c8d058df5b0e89e025d024a9f8f2b69 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Sep 12 06:15:57 2017 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Sep 12 06:15:57 2017 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4f704448 games-board/tali: sync with gentoo repository games-board/tali/metadata.xml | 8 -------- games-board/tali/tali-3.20.0.ebuild | 29 ----------------------------- 2 files changed, 37 deletions(-) diff --git a/games-board/tali/metadata.xml b/games-board/tali/metadata.xml deleted file mode 100644 index 39980802..00000000 --- a/games-board/tali/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - gnome@gentoo.org - Gentoo GNOME Desktop - - diff --git a/games-board/tali/tali-3.20.0.ebuild b/games-board/tali/tali-3.20.0.ebuild deleted file mode 100644 index fbf06fe7..00000000 --- a/games-board/tali/tali-3.20.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome-games - -DESCRIPTION="Beat the odds in a poker-style dice game" -HOMEPAGE="https://wiki.gnome.org/Apps/Tali" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -RDEPEND=" - dev-libs/glib:2 - >=gnome-base/librsvg-2.32:2 - >=x11-libs/gtk+-3.15:3 -" -DEPEND="${RDEPEND} - app-text/yelp-tools - dev-libs/appstream-glib - >=dev-util/intltool-0.50 - sys-devel/gettext - virtual/pkgconfig -"