mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
dev-js/*: pelias-openstreetmap dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/sideway+pinpoint/Manifest
Normal file
1
dev-js/sideway+pinpoint/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST sideway+pinpoint-2.0.0.tgz 1899 BLAKE2B 007a8af8741f5db237fa3fd05b8e4c8e84c631a35d57bcac5c9d7fbdf5947d5eff271c52863916671d14218d3935cc5ba670f30289118c0a7a240024ac993d97 SHA512 44d88ea133e4a6d16d495cd07af63fc96b59c1ffd1c725673f2fce700f4704cdcc9460e704460be41e351f43139f451e73c1e2fb6a94b537c6d9659906631e8d
|
||||
12
dev-js/sideway+pinpoint/metadata.xml
Normal file
12
dev-js/sideway+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/sideway/pinpoint/issues</bugs-to>
|
||||
<remote-id type="github">sideway/pinpoint</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
17
dev-js/sideway+pinpoint/sideway+pinpoint-2.0.0.ebuild
Normal file
17
dev-js/sideway+pinpoint/sideway+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
|
||||
|
||||
first="${PN%%+*}"
|
||||
second="${PN#*+}"
|
||||
SRC_URI="mirror://npm/@${first}/${second}/-/${second}-${PV}.tgz -> ${P}.tgz"
|
||||
DESCRIPTION="Return the filename and line number of the calling function"
|
||||
HOMEPAGE="
|
||||
https://github.com/sideway/pinpoint
|
||||
https://www.npmjs.com/package/@sideway/pinpoint
|
||||
"
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="~amd64"
|
||||
Reference in New Issue
Block a user