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/one-time/Manifest
Normal file
1
dev-js/one-time/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST one-time-1.0.0.tgz 2690 BLAKE2B e948f081bc524174762b5752beaa50cd0ff794c7ed318b2eb851dc0edbaa3509affdbfcb40f11716f2364461c13684deda99142fec8e29d09d7a7b9c2df88233 SHA512 e435ce8912b0b9211c43f974906085e90de37000c5bf9b52991689724fceaa454570eceeb41d77e0a4527c5d310eb2f7f4c367ab16c705b51472364885381bda
|
||||
12
dev-js/one-time/metadata.xml
Normal file
12
dev-js/one-time/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/3rd-Eden/one-time/issues</bugs-to>
|
||||
<remote-id type="github">3rd-Eden/one-time</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
18
dev-js/one-time/one-time-1.0.0.ebuild
Normal file
18
dev-js/one-time/one-time-1.0.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 the supplied function exactly one time (once)"
|
||||
HOMEPAGE="
|
||||
https://github.com/3rd-Eden/one-time
|
||||
https://www.npmjs.com/package/one-time
|
||||
"
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64"
|
||||
RDEPEND="
|
||||
${NODEJS_RDEPEND}
|
||||
dev-js/fn_name
|
||||
"
|
||||
Reference in New Issue
Block a user