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 18C70138206 for ; Fri, 12 Jan 2018 13:17:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64940E08E5; Fri, 12 Jan 2018 13:17:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 42F2BE08E5 for ; Fri, 12 Jan 2018 13:17:56 +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 43701335C4C for ; Fri, 12 Jan 2018 13:17:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD38A1A2 for ; Fri, 12 Jan 2018 13:17:53 +0000 (UTC) From: "Dennis Lamm" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dennis Lamm" Message-ID: <1515763063.b4931e45ec26e70e5b46d0c34adf145c8bd5ebf4.expeditioneer@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gsettings-desktop-schemas/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.20.0.ebuild gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-9999.ebuild X-VCS-Directories: gnome-base/gsettings-desktop-schemas/ X-VCS-Committer: expeditioneer X-VCS-Committer-Name: Dennis Lamm X-VCS-Revision: b4931e45ec26e70e5b46d0c34adf145c8bd5ebf4 X-VCS-Branch: master Date: Fri, 12 Jan 2018 13:17:53 +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: b0694203-11fa-4638-8582-10baa16d6989 X-Archives-Hash: 7278267b619b7417e3f621afa8ed28ce commit: b4931e45ec26e70e5b46d0c34adf145c8bd5ebf4 Author: Dennis Lamm gentoo org> AuthorDate: Fri Jan 12 13:17:43 2018 +0000 Commit: Dennis Lamm gentoo org> CommitDate: Fri Jan 12 13:17:43 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b4931e45 gnome-base/gsettings-desktop-schemas: drop old Package-Manager: Portage-2.3.13, Repoman-2.3.3 .../gsettings-desktop-schemas-3.20.0.ebuild | 32 ---------------------- .../gsettings-desktop-schemas-9999.ebuild | 3 +- 2 files changed, 1 insertion(+), 34 deletions(-) diff --git a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.20.0.ebuild b/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.20.0.ebuild deleted file mode 100644 index 93b43b52..00000000 --- a/gnome-base/gsettings-desktop-schemas/gsettings-desktop-schemas-3.20.0.ebuild +++ /dev/null @@ -1,32 +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 gnome2 - -DESCRIPTION="Collection of GSettings schemas for GNOME desktop" -HOMEPAGE="https://git.gnome.org/browse/gsettings-desktop-schemas" - -LICENSE="LGPL-2.1+" -SLOT="0" -IUSE="+introspection" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris" - -RDEPEND=" - >=dev-libs/glib-2.31:2 - introspection? ( >=dev-libs/gobject-introspection-1.31.0:= ) - !