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 A376A158017 for ; Wed, 29 Sep 2021 14:26:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0147E0953; Wed, 29 Sep 2021 14:26:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1A83E0957 for ; Wed, 29 Sep 2021 14:26:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8326342B34 for ; Wed, 29 Sep 2021 14:25:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C8D4E5 for ; Wed, 29 Sep 2021 14:25:58 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1632925472.e4156c4baed5010e077ea8c56aed585348692b9c.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-js/core-js/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-js/core-js/core-js-3.17.3.ebuild dev-js/core-js/metadata.xml X-VCS-Directories: dev-js/core-js/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: e4156c4baed5010e077ea8c56aed585348692b9c X-VCS-Branch: dev Date: Wed, 29 Sep 2021 14:25:58 +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: 9902594a-96d2-4f82-afd6-fd2a7db8742b X-Archives-Hash: fc1935b8e758168ea4704ad78d72cedf commit: e4156c4baed5010e077ea8c56aed585348692b9c Author: Alessandro Barbieri gmail com> AuthorDate: Wed Sep 29 14:24:32 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Wed Sep 29 14:24:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4156c4b dev-js/core-js: unkeyword 3.17.3 for ~x86 Signed-off-by: Alessandro Barbieri gmail.com> dev-js/core-js/core-js-3.17.3.ebuild | 43 +++++++++--------------------------- dev-js/core-js/metadata.xml | 4 ++++ 2 files changed, 14 insertions(+), 33 deletions(-) diff --git a/dev-js/core-js/core-js-3.17.3.ebuild b/dev-js/core-js/core-js-3.17.3.ebuild index 936f8f9c8..3807b011c 100644 --- a/dev-js/core-js/core-js-3.17.3.ebuild +++ b/dev-js/core-js/core-js-3.17.3.ebuild @@ -1,38 +1,15 @@ -# Copyright 2021 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +EAPI=7 -DESCRIPTION="A modular standard library for JavaScript" -HOMEPAGE="https://github.com/zloirock/core-js" -SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz" +inherit node -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="net-libs/nodejs" -BDEPEND="net-libs/nodejs[npm]" - -src_compile() { - # nothing to compile here - : -} +DESCRIPTION="Standard library" +HOMEPAGE=" + https://github.com/zloirock/core-js + https://www.npmjs.com/package/core-js +" -S="${WORKDIR}/package" - -src_install() { - npm \ - --audit false \ - --color false \ - --foreground-scripts \ - --global \ - --offline \ - --omit dev \ - --prefix "${ED}"/usr \ - --progress false \ - --verbose \ - install "${DISTDIR}/${P}".tgz || die "npm install failed" - - einstalldocs -} +LICENSE="MIT" +KEYWORDS="~amd64" diff --git a/dev-js/core-js/metadata.xml b/dev-js/core-js/metadata.xml index 115e9d64a..57e798540 100644 --- a/dev-js/core-js/metadata.xml +++ b/dev-js/core-js/metadata.xml @@ -2,4 +2,8 @@ + + https://github.com/zloirock/core-js/issues + zloirock/core-js +