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 52794138239 for ; Thu, 2 Aug 2018 20:59:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66570E0831; Thu, 2 Aug 2018 20:59:38 +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 38566E0831 for ; Thu, 2 Aug 2018 20:59:38 +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 16F5D335C8E for ; Thu, 2 Aug 2018 20:59:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3F8B275 for ; Thu, 2 Aug 2018 20:59:34 +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: <1533243546.f41709ea659d280c270d93d0ad87acd2b195720c.leio@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: games-puzzle/swell-foop/ X-VCS-Repository: proj/gnome X-VCS-Files: games-puzzle/swell-foop/metadata.xml games-puzzle/swell-foop/swell-foop-3.26.0.ebuild X-VCS-Directories: games-puzzle/swell-foop/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: f41709ea659d280c270d93d0ad87acd2b195720c X-VCS-Branch: master Date: Thu, 2 Aug 2018 20:59:34 +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: e8b720fc-a0cd-4e0f-86e1-93852b801c59 X-Archives-Hash: 1f6bbdcbcc93e2d358462494e3c6b611 commit: f41709ea659d280c270d93d0ad87acd2b195720c Author: Mart Raudsepp gentoo org> AuthorDate: Thu Aug 2 20:59:06 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Aug 2 20:59:06 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f41709ea games-puzzle/swell-foop: remove; now available in ::gentoo games-puzzle/swell-foop/metadata.xml | 8 ------ games-puzzle/swell-foop/swell-foop-3.26.0.ebuild | 33 ------------------------ 2 files changed, 41 deletions(-) diff --git a/games-puzzle/swell-foop/metadata.xml b/games-puzzle/swell-foop/metadata.xml deleted file mode 100644 index 39980802..00000000 --- a/games-puzzle/swell-foop/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - gnome@gentoo.org - Gentoo GNOME Desktop - - diff --git a/games-puzzle/swell-foop/swell-foop-3.26.0.ebuild b/games-puzzle/swell-foop/swell-foop-3.26.0.ebuild deleted file mode 100644 index a56bce3d..00000000 --- a/games-puzzle/swell-foop/swell-foop-3.26.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 vala - -DESCRIPTION="Clear the screen by removing groups of colored and shaped tiles" -HOMEPAGE="https://wiki.gnome.org/Apps/Swell%20Foop" - -LICENSE="GPL-2+ FDL-1.1+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -RDEPEND=" - >=dev-libs/glib-2.36:2 - >=media-libs/clutter-1.14:1.0 - >=media-libs/clutter-gtk-1.5:1.0 - >=x11-libs/gtk+-3.12:3 -" -DEPEND="${RDEPEND} - $(vala_depend) - app-text/yelp-tools - dev-libs/appstream-glib - >=dev-util/intltool-0.50 - sys-devel/gettext - virtual/pkgconfig -" - -src_prepare() { - gnome2_src_prepare - vala_src_prepare -}