From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1058124-garchives=archives.gentoo.org@lists.gentoo.org>
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 5073E138334
	for <garchives@archives.gentoo.org>; Tue, 20 Nov 2018 10:52:35 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EF6A0E09DB;
	Tue, 20 Nov 2018 10:52:07 +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 C89DEE09DB
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Nov 2018 10:52:07 +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 B9BB9335D04
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Nov 2018 10:52:05 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 96F3A42E
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Nov 2018 10:52:03 +0000 (UTC)
From: "Gilles Dartiguelongue" <eva@gentoo.org>
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" <eva@gentoo.org>
Message-ID: <1542711118.1b1fb00976185aefa688b85f889c1d0782e054f9.eva@gentoo>
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-clocks/
X-VCS-Repository: proj/gnome
X-VCS-Files: gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild gnome-extra/gnome-clocks/metadata.xml
X-VCS-Directories: gnome-extra/gnome-clocks/
X-VCS-Committer: eva
X-VCS-Committer-Name: Gilles Dartiguelongue
X-VCS-Revision: 1b1fb00976185aefa688b85f889c1d0782e054f9
X-VCS-Branch: master
Date: Tue, 20 Nov 2018 10:52:03 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 39096922-4368-4ccd-b0ec-c0726a890620
X-Archives-Hash: 28bbdce11c3919bd0c33c965aad4527a

commit:     1b1fb00976185aefa688b85f889c1d0782e054f9
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 19 22:59:31 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Nov 20 10:51:58 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=1b1fb009

gnome-extra/gnome-clocks: moved to gentoo repository

Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>

 .../gnome-clocks/gnome-clocks-3.26.1.ebuild        | 37 ----------------------
 gnome-extra/gnome-clocks/metadata.xml              |  8 -----
 2 files changed, 45 deletions(-)

diff --git a/gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild b/gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild
deleted file mode 100644
index fbbc811b..00000000
--- a/gnome-extra/gnome-clocks/gnome-clocks-3.26.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MIN_API_VERSION="0.26"
-inherit gnome-meson vala
-
-DESCRIPTION="Clocks application for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Clocks"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	>=app-misc/geoclue-2.3.1:2.0
-	>=dev-libs/glib-2.44:2
-	>=dev-libs/libgweather-3.14:2=[vala]
-	>=gnome-base/gnome-desktop-3.8:3=
-	>=media-libs/gsound-0.98[vala]
-	>=sci-geosciences/geocode-glib-1
-	>=app-misc/geoclue-2.4
-	>=x11-libs/gtk+-3.20:3
-"
-DEPEND="${RDEPEND}
-	$(vala_depend)
-	dev-util/itstool
-	>=dev-util/meson-0.41.0
-	>=sys-devel/gettext-0.19.8
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	vala_src_prepare
-	gnome-meson_src_prepare
-}

diff --git a/gnome-extra/gnome-clocks/metadata.xml b/gnome-extra/gnome-clocks/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/gnome-extra/gnome-clocks/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-	<email>gnome@gentoo.org</email>
-	<name>Gentoo GNOME Desktop</name>
-</maintainer>
-</pkgmetadata>