From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 949B1138334 for ; Sat, 7 Sep 2019 11:00:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B17B1E0ABF; Sat, 7 Sep 2019 11:00:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90999E0ABF for ; Sat, 7 Sep 2019 11:00:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8179E34AE07 for ; Sat, 7 Sep 2019 11:00:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E729676B for ; Sat, 7 Sep 2019 11:00:03 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1567853932.afed917c6d6fa55d02e75be70ccc7bdc62fb4ab6.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/amtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/amtk/Manifest gui-libs/amtk/amtk-5.0.1.ebuild X-VCS-Directories: gui-libs/amtk/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: afed917c6d6fa55d02e75be70ccc7bdc62fb4ab6 X-VCS-Branch: master Date: Sat, 7 Sep 2019 11:00:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1dddff60-f5ff-4e0e-98f9-d04c68303e45 X-Archives-Hash: bc84132577de812682b761d36c49a8c5 commit: afed917c6d6fa55d02e75be70ccc7bdc62fb4ab6 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Sep 7 10:58:52 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Sep 7 10:58:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afed917c gui-libs/amtk: bump to 5.0.1 Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> gui-libs/amtk/Manifest | 1 + gui-libs/amtk/amtk-5.0.1.ebuild | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/gui-libs/amtk/Manifest b/gui-libs/amtk/Manifest index 933a06b48e4..dfb4381d8a0 100644 --- a/gui-libs/amtk/Manifest +++ b/gui-libs/amtk/Manifest @@ -1 +1,2 @@ DIST amtk-5.0.0.tar.xz 368524 BLAKE2B dae5e6c832fd0cb94a7afa0524a9ce863f72023a3648b01004c834f6a17fa285ccbe4d3ec87b54101b4fa644c3530ec6f4faebf3fa971ef201a4e6455a3fff54 SHA512 86433a7b314bfbdd00cd53a7223561645b0ebd40ec519f97b61e8df073b88c76425182ad71a49794090a51eddf68b81f4c7d88c4bf6a618311aa92908f5bea73 +DIST amtk-5.0.1.tar.xz 369192 BLAKE2B b31b60045ea122c814a719877ada69fba3753d33c30ad28b5d0c97cd358ae15d98c8f88c038b95aa64e8d5d9b23e3143b75d571f1dc32dc4178af49b0ecf8faf SHA512 21c581b9ea44bc6e9c13d5c9e6298b55a0f28b1943fab1943d2a8b53a9b82f8c29a983f73e5a4a66a16912645ff8c29023490380d6e6c3de157b9c35f56a4e00 diff --git a/gui-libs/amtk/amtk-5.0.1.ebuild b/gui-libs/amtk/amtk-5.0.1.ebuild new file mode 100644 index 00000000000..d40019fdaa5 --- /dev/null +++ b/gui-libs/amtk/amtk-5.0.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 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 +}