Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/dconf-editor/
Date: Sat, 02 Jul 2016 10:44:19
Message-Id: 1467456218.f759e7ee39e05939c0c15f44624fbe3763851492.pacho@gentoo
1 commit: f759e7ee39e05939c0c15f44624fbe3763851492
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 10:36:26 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 10:43:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f759e7ee
7
8 gnome-base/dconf-editor: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 gnome-base/dconf-editor/Manifest | 1 -
13 gnome-base/dconf-editor/dconf-editor-3.20.2.ebuild | 29 ----------------------
14 2 files changed, 30 deletions(-)
15
16 diff --git a/gnome-base/dconf-editor/Manifest b/gnome-base/dconf-editor/Manifest
17 index ead8be7..3432fd7 100644
18 --- a/gnome-base/dconf-editor/Manifest
19 +++ b/gnome-base/dconf-editor/Manifest
20 @@ -1,3 +1,2 @@
21 DIST dconf-editor-3.16.1.tar.xz 255532 SHA256 085d1d4f2acc0400b096d0dfbfcb118fd0de61a5647010ce988b2e04d7f3856e SHA512 a52cb737023fea2617a8dbaf80a5b6455f57d3b6804f82c4d74b771dfb02898d120385312a8e13ede42d9d0f6cd94f7d853d9c50da6b1dbe6f584f2b2c31465a WHIRLPOOL 41a1cbafaced73255b8ff09a578b5eb604cfd470ecd543beb54cd15dd65b38c97669ef6e1d0d03951e5cf102b4d129f802cb5fec7631962070dfdc2ab0040583
22 DIST dconf-editor-3.18.2.tar.xz 255824 SHA256 a7957f5274b5b20c2dfdead5ebf42321c82fae1326465413cbafb61ede89bc75 SHA512 f38f54a955ac51c39f46117c45737e615441fe6ceb2bc940088159e6561d013db53be03d4e105f9f6ede5762a38e5f2d57de3b1e38136791aeb771e56c33c792 WHIRLPOOL a87d1318d8f199e6278aaa44507c37a9bf2525aa27430ad1e6d015fff9a8ce3ea398f1b4d6ecaea9af7841db9b462eff38f9ab05793f4fb07a0cb225cbaffd48
23 -DIST dconf-editor-3.20.2.tar.xz 337336 SHA256 486dcb60001b934186f3c3591897d986459bf240f35641fbb59ee957c15af2be SHA512 351b4054f4160e1f56526ec5c9010cc9975e985a51e5808f97685c90e8f59fa409bb7b1af1602dbc28a5fffd3fe7f14de86b791f9e2bdb0689240ba2689e2d4e WHIRLPOOL c057774d9a8c91ef407655d8fed5c360190c658d8d62b78f7dc0d580ce6bb3839b77a9640abb0ca7da50f31cedc47296a3a27adc8bef13a4027fb49d96f5d6b4
24
25 diff --git a/gnome-base/dconf-editor/dconf-editor-3.20.2.ebuild b/gnome-base/dconf-editor/dconf-editor-3.20.2.ebuild
26 deleted file mode 100644
27 index 73813ec..0000000
28 --- a/gnome-base/dconf-editor/dconf-editor-3.20.2.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=6
36 -inherit gnome2
37 -
38 -DESCRIPTION="Graphical tool for editing the dconf configuration database"
39 -HOMEPAGE="https://git.gnome.org/browse/dconf-editor"
40 -
41 -LICENSE="LGPL-2.1+"
42 -SLOT="0"
43 -
44 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux"
45 -
46 -COMMON_DEPEND="
47 - dev-libs/appstream-glib
48 - >=dev-libs/glib-2.46.0:2
49 - >=gnome-base/dconf-0.23.2
50 - >=x11-libs/gtk+-3.19.5:3
51 -"
52 -DEPEND="${COMMON_DEPEND}
53 - >=dev-util/intltool-0.50
54 - sys-devel/gettext
55 - virtual/pkgconfig
56 -"
57 -RDEPEND="${COMMON_DEPEND}
58 - !<gnome-base/dconf-0.22[X]
59 -"