Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/amtk/
Date: Mon, 31 Dec 2018 20:22:11
Message-Id: 1546280263.7a90387fed1c4a52dd1f79576c2cfff62cd25c2d.sobhan@gentoo
1 commit: 7a90387fed1c4a52dd1f79576c2cfff62cd25c2d
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 31 18:17:17 2018 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 31 18:17:43 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7a90387f
7
8 x11-libs/amtk: new ebuild
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Manifest-Sign-Key: 0x7DF238CF0AA182E1
12 Signed-off-by: Sobhan Mohammadpour <sobhan <AT> gentoo.org>
13
14 x11-libs/amtk/amtk-5.0.0.ebuild | 33 +++++++++++++++++++++++++++++++++
15 x11-libs/amtk/metadata.xml | 8 ++++++++
16 2 files changed, 41 insertions(+)
17
18 diff --git a/x11-libs/amtk/amtk-5.0.0.ebuild b/x11-libs/amtk/amtk-5.0.0.ebuild
19 new file mode 100644
20 index 00000000..98a86640
21 --- /dev/null
22 +++ b/x11-libs/amtk/amtk-5.0.0.ebuild
23 @@ -0,0 +1,33 @@
24 +# Copyright 1999-2018 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=6
28 +
29 +inherit gnome2
30 +
31 +DESCRIPTION="Actions, Menus and Toolbars Kit for GTK+ applications"
32 +HOMEPAGE="https://gitlab.gnome.org/GNOME/amtk"
33 +
34 +LICENSE="LGPL-2.1+"
35 +SLOT="3"
36 +KEYWORDS="~amd64 ~x86"
37 +IUSE="+introspection test"
38 +
39 +RDEPEND="
40 + >=dev-libs/glib-2.52:2
41 + >=x11-libs/gtk+-3.22
42 + introspection? ( >=dev-libs/gobject-introspection-1.42:= )
43 +"
44 +DEPEND="${DEPEND}
45 + test? ( dev-util/valgrind )
46 + >=sys-devel/gettext-0.19.4
47 + >=dev-util/gtk-doc-am-1.25
48 + virtual/pkgconfig
49 +"
50 +
51 +src_configure() {
52 + gnome2_src_configure \
53 + --disable-gtk-doc \
54 + $(use_enable introspection) \
55 + $(use_enable test valgrind)
56 +}
57
58 diff --git a/x11-libs/amtk/metadata.xml b/x11-libs/amtk/metadata.xml
59 new file mode 100644
60 index 00000000..996e7cac
61 --- /dev/null
62 +++ b/x11-libs/amtk/metadata.xml
63 @@ -0,0 +1,8 @@
64 +<?xml version="1.0" encoding="UTF-8"?>
65 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
66 +<pkgmetadata>
67 + <maintainer type="project">
68 + <email>gnome@g.o</email>
69 + <name>Gentoo GNOME Desktop</name>
70 + </maintainer>
71 +</pkgmetadata>