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 BEFE513835A for ; Tue, 15 Jun 2021 19:33:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85BDAE08E8; Tue, 15 Jun 2021 19:33:05 +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 6BDB1E07F1 for ; Tue, 15 Jun 2021 19:33:05 +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 6CA74340DED for ; Tue, 15 Jun 2021 19:33:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D85EE7AC for ; Tue, 15 Jun 2021 19:33:01 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1623785559.6b64f48aac48404d70194ce0216876451abe6877.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gtk-builder-convert/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gtk-builder-convert/Manifest dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild X-VCS-Directories: dev-util/gtk-builder-convert/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 6b64f48aac48404d70194ce0216876451abe6877 X-VCS-Branch: master Date: Tue, 15 Jun 2021 19:33:01 +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: 96d71e8d-8c08-4b37-a666-b6a79851193c X-Archives-Hash: c5db956fe22faf341b4cc5c93ddddca2 commit: 6b64f48aac48404d70194ce0216876451abe6877 Author: Matt Turner gentoo org> AuthorDate: Tue Jun 15 19:21:07 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jun 15 19:32:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b64f48a dev-util/gtk-builder-convert: Version bump to 2.24.33 Closes: https://bugs.gentoo.org/796218 Signed-off-by: Matt Turner gentoo.org> dev-util/gtk-builder-convert/Manifest | 1 + .../gtk-builder-convert-2.24.33.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/dev-util/gtk-builder-convert/Manifest b/dev-util/gtk-builder-convert/Manifest index f4efda5ce38..4fc2843baf9 100644 --- a/dev-util/gtk-builder-convert/Manifest +++ b/dev-util/gtk-builder-convert/Manifest @@ -1 +1,2 @@ DIST gtk+-2.24.32.tar.xz 12620860 BLAKE2B 03f4c0a8be98473f62bc8c86859937969c4169960a5f93d37ff6dcde00413215fa6c7125b15781bf50d67b40aa0056cb71b83fb50acb2c3467b5deb3c8d938f0 SHA512 8e8fd9ae32f1d6fb544da260f00599f0f05090d910d767b06ef086ab4f1f8373a29bb0da9767761c9b5f4cfd51b5c45d0fa5d39b0428c839ddf0a579df806696 +DIST gtk+-2.24.33.tar.xz 12661828 BLAKE2B f3488b220aaee54bf36fa77e2112d060152e57938845d240014a7d43a5743b1d4de19cc09c683d9d238fd1967cd67cc3c493f2475e4e481f6709f5cdc652c65c SHA512 71b588797c81f727dfac8dcb1be193f7436f717d30ecf18eae2d3aeb0f445b3be4743400acac16435490db8f564f01032065d3f42d27871317f80c98aef929d5 diff --git a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild new file mode 100644 index 00000000000..e8b9d84780b --- /dev/null +++ b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.33.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +GNOME_ORG_MODULE="gtk+" +PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_REQ_USE="xml" + +inherit gnome.org python-single-r1 + +DESCRIPTION="Converts Glade files to GtkBuilder XML format" +HOMEPAGE="https://www.gtk.org/" + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS}" +BDEPEND="${PYTHON_DEPS} + app-text/docbook-xml-dtd:4.3 + app-text/docbook-xsl-stylesheets + dev-libs/libxslt +" + +src_configure() { :; } + +src_compile() { + xsltproc -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl docs/reference/gtk/gtk-builder-convert.xml || die +} + +src_install() { + doman gtk-builder-convert.1 + python_doscript gtk/gtk-builder-convert +}