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/hapi+address/Manifest
Normal file
1
dev-js/hapi+address/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST hapi+address-4.1.0.tgz 16397 BLAKE2B 36c563d186005650aab5c4e077efbba08b88801237a367c1087f5813831960c3b2e0701e80c4897f306d7ed5a28d08778dad532889eea3bbd6252232dfe8e370 SHA512 4a4b3365fd771d580698285d1e8fcfc5c86749a089e9c7ad56a2f3c9c8ae7736514f48dc3a8b8817f43dde6823c3c71c7be0fee05e02d59fd6adf14df8edd51d
|
||||
21
dev-js/hapi+address/hapi+address-4.1.0.ebuild
Normal file
21
dev-js/hapi+address/hapi+address-4.1.0.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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="Email address and domain validation"
|
||||
HOMEPAGE="
|
||||
https://github.com/hapijs/address
|
||||
https://www.npmjs.com/package/@hapi/address
|
||||
"
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="~amd64"
|
||||
RDEPEND="
|
||||
${NODEJS_RDEPEND}
|
||||
dev-js/hapi+hoek
|
||||
"
|
||||
12
dev-js/hapi+address/metadata.xml
Normal file
12
dev-js/hapi+address/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/address/issues</bugs-to>
|
||||
<remote-id type="github">hapijs/address</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user