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 EE1911382C5 for ; Wed, 17 Jun 2020 13:38:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17414E0B23; Wed, 17 Jun 2020 13:38:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E8540E0B23 for ; Wed, 17 Jun 2020 13:38:46 +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 BDD9234F32E for ; Wed, 17 Jun 2020 13:38:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 569072AD for ; Wed, 17 Jun 2020 13:38:42 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1592401102.f2f94ffa3a457402e050ffb66320c676f297b5f0.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nsgenbind/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/nsgenbind/Manifest dev-libs/nsgenbind/nsgenbind-0.8.ebuild X-VCS-Directories: dev-libs/nsgenbind/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: f2f94ffa3a457402e050ffb66320c676f297b5f0 X-VCS-Branch: master Date: Wed, 17 Jun 2020 13:38:42 +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: eaec3a11-0f29-48a9-bec6-bfa7fa3d7ab2 X-Archives-Hash: 91834708511242b3361df7cccfb73b64 commit: f2f94ffa3a457402e050ffb66320c676f297b5f0 Author: Michael Orlitzky gentoo org> AuthorDate: Wed Jun 17 12:53:13 2020 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Jun 17 13:38:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f94ffa dev-libs/nsgenbind: new version 0.8. This new version fixes the mixup between $D and $ED at install-time, and along with a newer netsurf-buildsystem, should allow the use of a non-default (E)ROOT. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky gentoo.org> dev-libs/nsgenbind/Manifest | 1 + dev-libs/nsgenbind/nsgenbind-0.8.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-libs/nsgenbind/Manifest b/dev-libs/nsgenbind/Manifest index a883a244482..2816cca14a6 100644 --- a/dev-libs/nsgenbind/Manifest +++ b/dev-libs/nsgenbind/Manifest @@ -1,2 +1,3 @@ DIST nsgenbind-0.6-src.tar.gz 106862 BLAKE2B 9b40ae6298921736f7d876ae664207eb71102adbe44f4072ea46b08b63cb5cf608df4c96f3ade1c8cca964d8d8b32d68aad25431f6fd455eb8392d8313faa9e9 SHA512 3083b48e48fcf8c7f32b09d040998470d5917469e020c4ccbfb8ffdb7d1252fd27dd02f590f5a2485c6984cdbc005ea87adf0db45077aee0a91f68037c542ffb DIST nsgenbind-0.7-src.tar.gz 117110 BLAKE2B 9695a88f058aaf885853c1de62746d19219ad198508dadf8e6ffa602721c3eb4338a4d8f5a65b2c14434796f9f024e093e5a0975c745eb5462c81594bc70d92f SHA512 b96b10bc39b3db13f44802b0c70f0a8b197d4ee714a98f571ba4019bd9efb6460fb2cd6d22a7fd3c8a5cb25dcd85211122a45b02e17ee0f52bac1db0cf06b482 +DIST nsgenbind-0.8-src.tar.gz 117463 BLAKE2B 63ada11eb9e818bc864b8100d80fda5686d4b1cc2a1b021f6cf76d098f5c6551b2792da6dc8aba02774304d3e87bf9728a85d3c80ccb0c24e4bff5a4fee3f977 SHA512 850769fedc82c103b6d063ba25ec97638178e56f5b331a1e237566b3f3bd858aba270bcd37618c638575f5361ff88a09cdae92f6d2b5dc100491e5cc75c072e5 diff --git a/dev-libs/nsgenbind/nsgenbind-0.8.ebuild b/dev-libs/nsgenbind/nsgenbind-0.8.ebuild new file mode 100644 index 00000000000..a4c9c005453 --- /dev/null +++ b/dev-libs/nsgenbind/nsgenbind-0.8.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="Generate Javascript-to-DOM bindings from w3c webidl files" +HOMEPAGE="http://www.netsurf-browser.org/" +SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64" +IUSE="" + +BDEPEND=" + dev-util/netsurf-buildsystem + virtual/yacc" + +_emake() { + source /usr/share/netsurf-buildsystem/gentoo-helpers.sh + netsurf_define_makeconf + emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=binary $@ +} + +src_compile() { + _emake +} + +src_install() { + _emake DESTDIR="${D}" install +}