Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtimezonemap/
Date: Fri, 29 May 2020 00:12:03
Message-Id: 1590711044.fe2b82f20e4cc47aae6b872344e3cf0a468cf7c4.mattst88@gentoo
1 commit: fe2b82f20e4cc47aae6b872344e3cf0a468cf7c4
2 Author: Matthew Turnbull <sparky <AT> bluefang-logic <DOT> com>
3 AuthorDate: Wed May 13 02:01:58 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri May 29 00:10:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe2b82f2
7
8 dev-libs/libtimezonemap: Add version 0.4.6
9
10 Add libtimezonemap 0.4.6 to the tree. This widget
11 is used by cinnamon (cinnamon-settings) in the
12 Date & Time options as a visual time zone display
13 and picker.
14
15 Bug: https://bugs.gentoo.org/704532
16 Package-Manager: Portage-2.3.99, Repoman-2.3.22
17 Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
18 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
19
20 dev-libs/libtimezonemap/Manifest | 1 +
21 .../libtimezonemap/libtimezonemap-0.4.6.ebuild | 35 ++++++++++++++++++++++
22 dev-libs/libtimezonemap/metadata.xml | 19 ++++++++++++
23 3 files changed, 55 insertions(+)
24
25 diff --git a/dev-libs/libtimezonemap/Manifest b/dev-libs/libtimezonemap/Manifest
26 new file mode 100644
27 index 00000000000..c721d4362ef
28 --- /dev/null
29 +++ b/dev-libs/libtimezonemap/Manifest
30 @@ -0,0 +1 @@
31 +DIST libtimezonemap_0.4.6.tar.gz 2872895 BLAKE2B ec9da9efe4f58cd7c3cd6cb502ffc23d1331f8b8352021d30c4157d4a6fec983702c049725af672136f332e450191e03bb0c36c752cbd496c37a7e0bf64c4514 SHA512 3cbd4f577684254a91f1e745ecb49e58fe3c75e28c172a6115fbe68e7868c33ff4c68b80ef1d7f5c759f67d288e29a2a057e00e1788a57c4e55e0cbfef351761
32
33 diff --git a/dev-libs/libtimezonemap/libtimezonemap-0.4.6.ebuild b/dev-libs/libtimezonemap/libtimezonemap-0.4.6.ebuild
34 new file mode 100644
35 index 00000000000..a109233b6fe
36 --- /dev/null
37 +++ b/dev-libs/libtimezonemap/libtimezonemap-0.4.6.ebuild
38 @@ -0,0 +1,35 @@
39 +# Copyright 1999-2020 Gentoo Authors
40 +# Distributed under the terms of the GNU General Public License v2
41 +
42 +EAPI=7
43 +
44 +inherit autotools xdg
45 +
46 +DESCRIPTION="GTK+3 timezone map widget"
47 +HOMEPAGE="https://launchpad.net/timezonemap"
48 +SRC_URI="mirror://ubuntu/pool/main/libt/${PN}/${PN}_${PV}.tar.gz"
49 +RESTRICT="mirror"
50 +
51 +LICENSE="GPL-2"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +
55 +DEPEND="dev-libs/glib:2
56 + dev-libs/gobject-introspection:0=
57 + dev-libs/json-glib
58 + net-libs/libsoup
59 + x11-libs/cairo
60 + x11-libs/gdk-pixbuf
61 + x11-libs/gtk+:3"
62 +RDEPEND="${DEPEND}"
63 +
64 +src_prepare() {
65 + eautoreconf
66 + default
67 +}
68 +
69 +src_install() {
70 + default
71 +
72 + find "${D}" -name '*.la' -delete || die
73 +}
74
75 diff --git a/dev-libs/libtimezonemap/metadata.xml b/dev-libs/libtimezonemap/metadata.xml
76 new file mode 100644
77 index 00000000000..72451521d14
78 --- /dev/null
79 +++ b/dev-libs/libtimezonemap/metadata.xml
80 @@ -0,0 +1,19 @@
81 +<?xml version="1.0" encoding="UTF-8"?>
82 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
83 +<pkgmetadata>
84 + <maintainer type="project">
85 + <email>cinnamon@g.o</email>
86 + <name>Cinnamon Project</name>
87 + </maintainer>
88 + <maintainer type="project">
89 + <email>proxy-maint@g.o</email>
90 + <name>Proxy Maintainers</name>
91 + </maintainer>
92 + <maintainer type="person">
93 + <email>sparky@××××××××××××××.com</email>
94 + <name>Matthew Turnbull</name>
95 + </maintainer>
96 + <upstream>
97 + <remote-id type="launchpad">timezonemap</remote-id>
98 + </upstream>
99 +</pkgmetadata>