Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/dconf-editor/
Date: Sat, 03 Feb 2018 20:56:07
Message-Id: 1517691210.ad986d79fffea677dc9934544af8a085aa2cfcf1.leio@gentoo
1 commit: ad986d79fffea677dc9934544af8a085aa2cfcf1
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 19:41:53 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 20:53:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad986d79
7
8 gnome-base/dconf-editor: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 gnome-base/dconf-editor/Manifest | 1 -
13 gnome-base/dconf-editor/dconf-editor-3.22.3.ebuild | 34 ----------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/gnome-base/dconf-editor/Manifest b/gnome-base/dconf-editor/Manifest
17 index 3953eb4f5b4..09783c31bfe 100644
18 --- a/gnome-base/dconf-editor/Manifest
19 +++ b/gnome-base/dconf-editor/Manifest
20 @@ -1,2 +1 @@
21 -DIST dconf-editor-3.22.3.tar.xz 394760 BLAKE2B 9270d75f64bb0426de2667f7f40d6ec862c3486cc25df7f5103fc3ca4ab6692aaa41b18434a77c7dcb26b0cff4d65f73a0ebb15b07aa48e7e3eb21924a8cf8c6 SHA512 0e1ddce6e970ea23329c6233ed87e6d4541b6f1e991e3159bda44c43b8092a4d983acbca18bbedb88304ac1afb541a15073a261dab9ffe94c94cfd06e3e412dc
22 DIST dconf-editor-3.24.3.tar.xz 503520 BLAKE2B 57b0b0de36e2bb5cef33e0171e77f506f16f240d5ab4ab79d7689b7541ce445bce4d87753f312cf9353b2aa44d5cb2f7c734050a5f57ba2b7eae9894fb74d0e3 SHA512 10c98df210cd465e21601342963a19cd5a255abfaa6e96c833070db52d13531288237a129471bf9424d7ea8fef4c2cd4954652850bbb57dd161ce9cf99265361
23
24 diff --git a/gnome-base/dconf-editor/dconf-editor-3.22.3.ebuild b/gnome-base/dconf-editor/dconf-editor-3.22.3.ebuild
25 deleted file mode 100644
26 index 66f2f23f154..00000000000
27 --- a/gnome-base/dconf-editor/dconf-editor-3.22.3.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -inherit gnome2
36 -
37 -DESCRIPTION="Graphical tool for editing the dconf configuration database"
38 -HOMEPAGE="https://git.gnome.org/browse/dconf-editor"
39 -
40 -LICENSE="LGPL-2.1+"
41 -SLOT="0"
42 -
43 -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~arm-linux ~x86-linux"
44 -
45 -COMMON_DEPEND="
46 - dev-libs/appstream-glib
47 - >=dev-libs/glib-2.46.0:2
48 - >=gnome-base/dconf-0.25.1
49 - >=x11-libs/gtk+-3.22.0:3
50 -"
51 -DEPEND="${COMMON_DEPEND}
52 - >=dev-util/intltool-0.50
53 - sys-devel/gettext
54 - virtual/pkgconfig
55 -"
56 -RDEPEND="${COMMON_DEPEND}
57 - !<gnome-base/dconf-0.22[X]
58 -"
59 -
60 -src_configure() {
61 - gnome2_src_configure \
62 - VALAC="$(type -P true)"
63 -}