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 BA689138334 for ; Sat, 11 Aug 2018 15:31:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 531AEE07D4; Sat, 11 Aug 2018 15:31:11 +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 17FAAE07D4 for ; Sat, 11 Aug 2018 15:31:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 63BE9335C32 for ; Sat, 11 Aug 2018 15:31:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84E9C389 for ; Sat, 11 Aug 2018 15:31:06 +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: <1534000281.0c2d03ea354ff93882d4349080a488b6d810bd21.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/devhelp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/devhelp/Manifest dev-util/devhelp/devhelp-3.26.1.ebuild X-VCS-Directories: dev-util/devhelp/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 0c2d03ea354ff93882d4349080a488b6d810bd21 X-VCS-Branch: master Date: Sat, 11 Aug 2018 15:31:06 +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: f7b6915a-287a-4090-a103-e8fcca34bfe1 X-Archives-Hash: 7af9baef6640119891e832dc2b2f9f45 commit: 0c2d03ea354ff93882d4349080a488b6d810bd21 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Aug 11 15:10:52 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Aug 11 15:11:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c2d03ea dev-util/devhelp: bump to 3.26.1 Package-Manager: Portage-2.3.43, Repoman-2.3.10 dev-util/devhelp/Manifest | 1 + dev-util/devhelp/devhelp-3.26.1.ebuild | 67 ++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/dev-util/devhelp/Manifest b/dev-util/devhelp/Manifest index a1504bea2f0..3bd945fe01c 100644 --- a/dev-util/devhelp/Manifest +++ b/dev-util/devhelp/Manifest @@ -1 +1,2 @@ DIST devhelp-3.24.0.tar.xz 615460 BLAKE2B b81ac9b1453c0edff45fa746a556343345a150c6436d68db4d51f716704eca70e7aa1af4f3deb5b5c2747db65de619be119f36af807490aa8f95fd070c68cc39 SHA512 56b1eeaf9d3c3357d3140002bed5c29bf7b21953d964405190a1c9cad69d08000efa0220bbc36c67db4151b15ee37c37e061e6fa63c8a79f626e1ec0ce386062 +DIST devhelp-3.26.1.tar.xz 613508 BLAKE2B a84d6bb55a81f0beda0603f343022b997e263934fc48ccc95503e156a0ee0984e1c945af785971c45f197865147c63be354ace72582d3575692dd5eed7e1e724 SHA512 76beec8846703004202229853a7a208b31bf56e2f10c102a3bb6e88fb9e54aded027e6ab9620706629dcb02cf5973f1d4fe88d217a7b3b8cb0efc948b02ca660 diff --git a/dev-util/devhelp/devhelp-3.26.1.ebuild b/dev-util/devhelp/devhelp-3.26.1.ebuild new file mode 100644 index 00000000000..76edd828bd8 --- /dev/null +++ b/dev-util/devhelp/devhelp-3.26.1.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +# gedit-3.8 is python3 only, this also per: +# https://bugzilla.redhat.com/show_bug.cgi?id=979450 +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) + +inherit gnome2 python-single-r1 toolchain-funcs + +DESCRIPTION="An API documentation browser for GNOME" +HOMEPAGE="https://wiki.gnome.org/Apps/Devhelp" + +LICENSE="GPL-2+" +SLOT="0/3-4" # subslot = 3-(libdevhelp-3 soname version) +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="gedit +introspection" +REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )" + +COMMON_DEPEND=" + >=dev-libs/glib-2.38:2[dbus] + >=x11-libs/gtk+-3.22:3 + >=net-libs/webkit-gtk-2.6.0:4 + gnome-base/gsettings-desktop-schemas + introspection? ( >=dev-libs/gobject-introspection-1.30:= ) +" +RDEPEND="${COMMON_DEPEND} + gedit? ( + ${PYTHON_DEPS} + app-editors/gedit[introspection,python,${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + x11-libs/gtk+[introspection] ) +" +# libxml2 required for glib-compile-resources +DEPEND="${COMMON_DEPEND} + ${PYTHON_DEPS} + dev-libs/libxml2:2 + >=dev-util/gtk-doc-am-1.25 + >=sys-devel/gettext-0.19.7 + virtual/pkgconfig +" +# eautoreconf requires: +# dev-libs/appstream-glib +# sys-devel/autoconf-archive + +pkg_setup() { + use gedit && python-single-r1_pkg_setup +} + +src_prepare() { + if ! use gedit ; then + sed -e '/SUBDIRS/ s/gedit-plugin//' -i misc/Makefile.{am,in} || die + fi + + gnome2_src_prepare +} + +src_configure() { + local myconf="" + # ICC is crazy, silence warnings (bug #154010) + if [[ $(tc-getCC) == "icc" ]] ; then + myconf="--with-compile-warnings=no" + fi + gnome2_src_configure \ + $(use_enable introspection) \ + ${myconf} +}