mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
dev-js/*: pelias-openstreetmap dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/hapi+pinpoint/Manifest
Normal file
1
dev-js/hapi+pinpoint/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST hapi+pinpoint-2.0.0.tgz 2154 BLAKE2B 040e3335f51bc9c81ee928718f892e3310b0b65a34628dc546e3434f1dbf6125995ea2986ea5e286dbf20d66eeacc9a4da3c5ebd4ff14ad7948eeb77b5eb715d SHA512 bf35d1e4c63b9f85de22f2e97e5dc7b44ddca1960ee2b68a5d6efae91e83670ffa68ba91dba8ae675d3d2bb6b436d1760dbd23c6a87bc73d80c64530a541726f
|
||||
17
dev-js/hapi+pinpoint/hapi+pinpoint-2.0.0.ebuild
Normal file
17
dev-js/hapi+pinpoint/hapi+pinpoint-2.0.0.ebuild
Normal file
@@ -0,0 +1,17 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit node
|
||||
|
||||
DESCRIPTION="Return the filename and line number of the calling function"
|
||||
first="${PN%%+*}"
|
||||
second="${PN#*+}"
|
||||
SRC_URI="mirror://npm/@${first}/${second}/-/${second}-${PV}.tgz -> ${P}.tgz"
|
||||
HOMEPAGE="
|
||||
https://github.com/hapijs/pinpoint
|
||||
https://www.npmjs.com/package/@hapi/pinpoint
|
||||
"
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="~amd64"
|
||||
12
dev-js/hapi+pinpoint/metadata.xml
Normal file
12
dev-js/hapi+pinpoint/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/hapijs/pinpoint/issues</bugs-to>
|
||||
<remote-id type="github">hapijs/pinpoint</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user