Gentoo Archives: gentoo-commits

From: Ole Reifschneider <tranquility@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/dconf-editor/
Date: Mon, 28 Mar 2016 11:04:59
Message-Id: 1459160477.59908c92af7de6cfdbcef5146b0dbc9e586d7e94.tranquility@gentoo
1 commit: 59908c92af7de6cfdbcef5146b0dbc9e586d7e94
2 Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 10:21:17 2016 +0000
4 Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 10:21:17 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=59908c92
7
8 gnome-base/dconf-editor: Bump version to 3.20.0
9
10 Package-Manager: portage-2.2.28
11 Manifest-Sign-Key: 0xE9E568677E8B4D42
12
13 gnome-base/dconf-editor/dconf-editor-3.20.0.ebuild | 30 ++++++++++++++++++++++
14 gnome-base/dconf-editor/metadata.xml | 8 ++++++
15 2 files changed, 38 insertions(+)
16
17 diff --git a/gnome-base/dconf-editor/dconf-editor-3.20.0.ebuild b/gnome-base/dconf-editor/dconf-editor-3.20.0.ebuild
18 new file mode 100644
19 index 0000000..3073bab
20 --- /dev/null
21 +++ b/gnome-base/dconf-editor/dconf-editor-3.20.0.ebuild
22 @@ -0,0 +1,30 @@
23 +# Copyright 1999-2016 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Id$
26 +
27 +EAPI="5"
28 +GCONF_DEBUG="no"
29 +
30 +inherit gnome2
31 +
32 +DESCRIPTION="Graphical tool for editing the dconf configuration database"
33 +HOMEPAGE="https://git.gnome.org/browse/dconf-editor"
34 +
35 +LICENSE="LGPL-2.1+"
36 +SLOT="0"
37 +
38 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux"
39 +
40 +COMMON_DEPEND="
41 + >=dev-libs/glib-2.46.0:2
42 + >=gnome-base/dconf-0.23.2
43 + >=x11-libs/gtk+-3.19.5:3
44 +"
45 +DEPEND="${COMMON_DEPEND}
46 + >=dev-util/intltool-0.50
47 + sys-devel/gettext
48 + virtual/pkgconfig
49 +"
50 +RDEPEND="${COMMON_DEPEND}
51 + !<gnome-base/dconf-0.22[X]
52 +"
53
54 diff --git a/gnome-base/dconf-editor/metadata.xml b/gnome-base/dconf-editor/metadata.xml
55 new file mode 100644
56 index 0000000..3998080
57 --- /dev/null
58 +++ b/gnome-base/dconf-editor/metadata.xml
59 @@ -0,0 +1,8 @@
60 +<?xml version="1.0" encoding="UTF-8"?>
61 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
62 +<pkgmetadata>
63 +<maintainer type="project">
64 + <email>gnome@g.o</email>
65 + <name>Gentoo GNOME Desktop</name>
66 +</maintainer>
67 +</pkgmetadata>