mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
dev-js/*: pelias-openstreetmap dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/once/Manifest
Normal file
1
dev-js/once/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST once-1.4.0.tgz 1979 BLAKE2B a87bc0b296d43fe660321ad6e33672d9f335e993a6c16a9ba60909690d6b667ca6368f59611081e603302b4b9ef69cfddc22e0f250a210cb9869b6ec2dcdd66d SHA512 94d689808fb643951140191c7042874d038f697754c67659125413658d0c15402e684a9ed44f8dcaf81dcff688c8d8ba67d3333b976fd47f27e7cfc610ba77fb
|
||||
12
dev-js/once/metadata.xml
Normal file
12
dev-js/once/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/isaacs/once/issues</bugs-to>
|
||||
<remote-id type="github">isaacs/once</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
18
dev-js/once/once-1.4.0.ebuild
Normal file
18
dev-js/once/once-1.4.0.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit node
|
||||
|
||||
DESCRIPTION="Run a function exactly one time"
|
||||
HOMEPAGE="
|
||||
https://github.com/isaacs/once
|
||||
https://www.npmjs.com/package/once
|
||||
"
|
||||
LICENSE="ISC"
|
||||
KEYWORDS="~amd64"
|
||||
RDEPEND="
|
||||
${NODEJS_RDEPEND}
|
||||
dev-js/wrappy
|
||||
"
|
||||
Reference in New Issue
Block a user