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 A5D8C1382C5 for ; Sat, 3 Feb 2018 19:40:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A1B9E0C02; Sat, 3 Feb 2018 19:40:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 161A8E0BFE for ; Sat, 3 Feb 2018 19:40:19 +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 F1748335C4D for ; Sat, 3 Feb 2018 19:40:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 500111DF for ; Sat, 3 Feb 2018 19:40:12 +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: <1517686744.700722430ddfc822498122800cc5dfc21585fa93.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.22.0.ebuild X-VCS-Directories: dev-util/devhelp/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 700722430ddfc822498122800cc5dfc21585fa93 X-VCS-Branch: master Date: Sat, 3 Feb 2018 19:40:12 +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: c7b8bcac-ddc6-4010-857c-2fac0d565fbc X-Archives-Hash: dc087ed692ac805a25f0b1f3502c5fe2 commit: 700722430ddfc822498122800cc5dfc21585fa93 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Feb 3 19:26:08 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Feb 3 19:39:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70072243 dev-util/devhelp: remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-util/devhelp/Manifest | 1 - dev-util/devhelp/devhelp-3.22.0.ebuild | 59 ---------------------------------- 2 files changed, 60 deletions(-) diff --git a/dev-util/devhelp/Manifest b/dev-util/devhelp/Manifest index 6cd0bf4b3c7..a1504bea2f0 100644 --- a/dev-util/devhelp/Manifest +++ b/dev-util/devhelp/Manifest @@ -1,2 +1 @@ -DIST devhelp-3.22.0.tar.xz 491908 BLAKE2B ef10aa5030aeac01458e4762694bb7e9d51d2ca1b086de52a4c62b604a437c67eafab63f3b336fc8f0102b4eb0806a31f0bc0a48a4e70f06b15eb95576e881e5 SHA512 16d9853c4514d7b28381e3755e34682a2e9d64d666bb7d39094289d4990eb981efac041b7bf7f8beef5a018cab71c461ecd4e7b7a099fbc132f5b8f7b79749dc DIST devhelp-3.24.0.tar.xz 615460 BLAKE2B b81ac9b1453c0edff45fa746a556343345a150c6436d68db4d51f716704eca70e7aa1af4f3deb5b5c2747db65de619be119f36af807490aa8f95fd070c68cc39 SHA512 56b1eeaf9d3c3357d3140002bed5c29bf7b21953d964405190a1c9cad69d08000efa0220bbc36c67db4151b15ee37c37e061e6fa63c8a79f626e1ec0ce386062 diff --git a/dev-util/devhelp/devhelp-3.22.0.ebuild b/dev-util/devhelp/devhelp-3.22.0.ebuild deleted file mode 100644 index 4630ddc6af9..00000000000 --- a/dev-util/devhelp/devhelp-3.22.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2017 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} ) - -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-1" # subslot = 3-(libdevhelp-3 soname version) -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="gedit" -REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )" - -COMMON_DEPEND=" - >=dev-libs/glib-2.37.3:2[dbus] - >=x11-libs/gtk+-3.19.3:3 - >=net-libs/webkit-gtk-2.6.0:4 -" -RDEPEND="${COMMON_DEPEND} - gedit? ( - ${PYTHON_DEPS} - app-editors/gedit[introspection,python,${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - x11-libs/gtk+[introspection] ) - gnome-base/gsettings-desktop-schemas -" -DEPEND="${COMMON_DEPEND} - ${PYTHON_DEPS} - >=dev-util/intltool-0.40 - gnome-base/gnome-common - virtual/pkgconfig -" - -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 ${myconf} -}