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 4397C138334 for ; Sat, 4 Aug 2018 11:30:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E710DE082B; Sat, 4 Aug 2018 11:30:16 +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 91ED2E082B for ; Sat, 4 Aug 2018 11:30:16 +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 606F0335CD4 for ; Sat, 4 Aug 2018 11:30:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97793379 for ; Sat, 4 Aug 2018 11:30:02 +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: <1533381478.69fa30e8dbc662c52fcef424799c2919a9f358c1.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/dconf-editor/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/dconf-editor/Manifest gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild X-VCS-Directories: gnome-base/dconf-editor/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 69fa30e8dbc662c52fcef424799c2919a9f358c1 X-VCS-Branch: master Date: Sat, 4 Aug 2018 11:30:02 +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: 8453dc11-0602-47f6-a0f3-0bdda0fc5a7e X-Archives-Hash: 42129326aef9429ce805c1c055d7d474 commit: 69fa30e8dbc662c52fcef424799c2919a9f358c1 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Aug 4 10:59:26 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Aug 4 11:17:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69fa30e8 gnome-base/dconf-editor: bump to 3.26.2 Package-Manager: Portage-2.3.43, Repoman-2.3.10 gnome-base/dconf-editor/Manifest | 1 + gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild | 33 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/gnome-base/dconf-editor/Manifest b/gnome-base/dconf-editor/Manifest index 09783c31bfe..f4fd0ed3b43 100644 --- a/gnome-base/dconf-editor/Manifest +++ b/gnome-base/dconf-editor/Manifest @@ -1 +1,2 @@ DIST dconf-editor-3.24.3.tar.xz 503520 BLAKE2B 57b0b0de36e2bb5cef33e0171e77f506f16f240d5ab4ab79d7689b7541ce445bce4d87753f312cf9353b2aa44d5cb2f7c734050a5f57ba2b7eae9894fb74d0e3 SHA512 10c98df210cd465e21601342963a19cd5a255abfaa6e96c833070db52d13531288237a129471bf9424d7ea8fef4c2cd4954652850bbb57dd161ce9cf99265361 +DIST dconf-editor-3.26.2.tar.xz 542828 BLAKE2B e7bd35b39d7b0124105513d44f3a24d005f1c6daf2dccb1d3eeb324b65038adfc11e5ee83078058489b1e918222538a97621c74fb0a0ceb20e1a708ccf5a82bd SHA512 25a6536c97b4f6fc26890915e2d0ed3ff1d2247175fd25a7d86e44f33da8667064415b22890c799d3586cd0f08becc90414f02bf3d988aa1d02eee90d7e45ba5 diff --git a/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild b/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild new file mode 100644 index 00000000000..919e9dfa03e --- /dev/null +++ b/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2 + +DESCRIPTION="Graphical tool for editing the dconf configuration database" +HOMEPAGE="https://git.gnome.org/browse/dconf-editor" + +LICENSE="LGPL-2.1+" +SLOT="0" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux" + +COMMON_DEPEND=" + dev-libs/appstream-glib + >=dev-libs/glib-2.46.0:2 + >=gnome-base/dconf-0.25.1 + >=x11-libs/gtk+-3.22.0:3 +" +DEPEND="${COMMON_DEPEND} + >=sys-devel/gettext-0.19.7 + virtual/pkgconfig +" +RDEPEND="${COMMON_DEPEND} + !