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 887DB1395E2 for ; Tue, 1 Nov 2016 17:31:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6EE3E0C83; Tue, 1 Nov 2016 17:31:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB2EFE0C84 for ; Tue, 1 Nov 2016 17:31:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E461834123F for ; Tue, 1 Nov 2016 17:31:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 532AD24B3 for ; Tue, 1 Nov 2016 17:31:15 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1478019975.0bd052052564d3556c58cc7c6b31e314f35ac765.eva@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/gtk-builder-convert-2.24.31-r1.ebuild X-VCS-Directories: dev-util/gtk-builder-convert/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 0bd052052564d3556c58cc7c6b31e314f35ac765 X-VCS-Branch: master Date: Tue, 1 Nov 2016 17:31:15 +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-Archives-Salt: 49bcc88e-9f9d-4704-bba9-d704f2988c4c X-Archives-Hash: 3be045f0a1b81c0bb0c8d1a806a8fd18 commit: 0bd052052564d3556c58cc7c6b31e314f35ac765 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Nov 1 14:57:05 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Nov 1 17:06:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd05205 dev-util/gtk-builder-convert: recover man page from gtk+ 2.24.31-r1 Package-Manager: portage-2.3.2 .../gtk-builder-convert-2.24.31-r1.ebuild | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.31-r1.ebuild b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.31-r1.ebuild new file mode 100644 index 00000000..8f9ad0f --- /dev/null +++ b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.31-r1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +GNOME_ORG_MODULE="gtk+" +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="xml" + +inherit gnome.org python-single-r1 + +DESCRIPTION="Converts Glade files to GtkBuilder XML format" +HOMEPAGE="http://www.gtk.org/" + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +COMMON_DEPEND="${PYTHON_DEPS}" + +# gtk-builder-convert was part of gtk+ until 2.24.10-r1 +# man page transitioned in 2.24.31-r1 +RDEPEND="${COMMON_DEPEND} + !