mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-js/*: pelias-openstreetmap dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/jsprim/Manifest
Normal file
1
dev-js/jsprim/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST jsprim-2.0.0.tgz 10962 BLAKE2B 5e3f011def76ec22dff3942dbca8bae5a9aa0c3539b5b75a316f400277cfb8caef39b9d8e39c592bbfd2c5a04a9ee5be0831e522d8f70ebff87032d0da760c55 SHA512 af15c65d819ebd095c1cecd4a607e91a90f55bfddb04cc1079203ab3f87e296b435a80ac5bd4d3a9db6732081e690f3c90b857fde3b825609fda7b3d18e0e507
|
||||
22
dev-js/jsprim/jsprim-2.0.0.ebuild
Normal file
22
dev-js/jsprim/jsprim-2.0.0.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit node
|
||||
|
||||
DESCRIPTION="utilities for primitive JavaScript types"
|
||||
HOMEPAGE="
|
||||
https://github.com/joyent/node-jsprim
|
||||
https://www.npmjs.com/package/jsprim
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64"
|
||||
RDEPEND="
|
||||
${NODEJS_RDEPEND}
|
||||
dev-js/assert-plus
|
||||
dev-js/extsprintf
|
||||
dev-js/json-schema
|
||||
dev-js/verror
|
||||
"
|
||||
12
dev-js/jsprim/metadata.xml
Normal file
12
dev-js/jsprim/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/joyent/node-jsprim/issues</bugs-to>
|
||||
<remote-id type="github">joyent/node-jsprim</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user