public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/amtk/
Date: Fri, 31 Jan 2020 10:45:49 +0000 (UTC)	[thread overview]
Message-ID: <1580467535.94caacc98ca0fe4fc8d8b5889bbab57c17a0bc07.leio@gentoo> (raw)

commit:     94caacc98ca0fe4fc8d8b5889bbab57c17a0bc07
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 31 10:45:26 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 10:45:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94caacc9

gui-libs/amtk: bump to 5.0.2

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gui-libs/amtk/Manifest          |  1 +
 gui-libs/amtk/amtk-5.0.2.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/gui-libs/amtk/Manifest b/gui-libs/amtk/Manifest
index 697084076ee..0d939bef2ca 100644
--- a/gui-libs/amtk/Manifest
+++ b/gui-libs/amtk/Manifest
@@ -1 +1,2 @@
 DIST amtk-5.0.1.tar.xz 369192 BLAKE2B b31b60045ea122c814a719877ada69fba3753d33c30ad28b5d0c97cd358ae15d98c8f88c038b95aa64e8d5d9b23e3143b75d571f1dc32dc4178af49b0ecf8faf SHA512 21c581b9ea44bc6e9c13d5c9e6298b55a0f28b1943fab1943d2a8b53a9b82f8c29a983f73e5a4a66a16912645ff8c29023490380d6e6c3de157b9c35f56a4e00
+DIST amtk-5.0.2.tar.xz 368440 BLAKE2B d13498079714612ac775a20032c0684b77c8a2238dad055dba6b87e81c009da22b53cb93df185a10278eedab2857321ee59230488f738064a4fb305345eba345 SHA512 71876430c4e7c19c49170ef6ff8d4c5324f871fd1e02162f33a9249b87f693fa4f4f748ac73d901135d331fee662e5000851e86a00d921da6669319728526136

diff --git a/gui-libs/amtk/amtk-5.0.2.ebuild b/gui-libs/amtk/amtk-5.0.2.ebuild
new file mode 100644
index 00000000000..2b48a6677c9
--- /dev/null
+++ b/gui-libs/amtk/amtk-5.0.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="Actions, Menus and Toolbars Kit for GTK+ applications"
+HOMEPAGE="https://wiki.gnome.org/Projects/Amtk"
+
+LICENSE="LGPL-2.1+"
+SLOT="5"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="+introspection"
+
+RDEPEND="
+	>=dev-libs/glib-2.52:2
+	>=x11-libs/gtk+-3.22:3
+	introspection? ( >=dev-libs/gobject-introspection-1.42:= )
+"
+DEPEND="${DEPEND}
+	>=sys-devel/gettext-0.19.6
+	dev-util/glib-utils
+	>=dev-util/gtk-doc-am-1.25
+	virtual/pkgconfig
+"
+
+src_configure() {
+	gnome2_src_configure \
+		--disable-gtk-doc \
+		--disable-installed-tests \
+		$(use_enable introspection) \
+		--disable-valgrind
+}


             reply	other threads:[~2020-01-31 10:45 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-31 10:45 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-27  5:46 [gentoo-commits] repo/gentoo:master commit in: gui-libs/amtk/ WANG Xuerui
2022-11-21 15:13 Matt Turner
2022-11-04 18:00 Matt Turner
2022-10-30 23:21 Matt Turner
2022-07-18 23:41 Sam James
2022-05-28  1:58 Matt Turner
2022-05-03 13:48 Matt Turner
2021-10-17 11:36 Mart Raudsepp
2021-01-05 18:30 Matt Turner
2021-01-05 18:30 Matt Turner
2020-07-18 21:50 Sam James
2020-04-25 20:17 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-09-07 11:00 Mart Raudsepp
2019-05-10 17:39 Mikle Kolyada
2019-05-02 21:13 Mikle Kolyada
2019-04-07 20:55 Sergei Trofimovich
2019-03-26  6:09 Mart Raudsepp
2019-03-25 21:21 Mikle Kolyada
2019-03-24 20:04 Sergei Trofimovich
2019-03-24 20:02 Sergei Trofimovich
2019-03-24 13:08 Sergei Trofimovich
2019-03-22 21:37 Mart Raudsepp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1580467535.94caacc98ca0fe4fc8d8b5889bbab57c17a0bc07.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox