X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by lists.alpinelinux.org (Postfix) with ESMTP id 3A2BD5C415B for ; Mon, 9 Jan 2017 08:06:40 +0000 (GMT) Received: by mail-wm0-f54.google.com with SMTP id c206so20325552wme.0 for ; Mon, 09 Jan 2017 00:06:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:subject:from:to:date:in-reply-to:references:mime-version; bh=nndmdZzv/fIJrE2Zt/M/fk8xj7c20l5X4wzuGEciBFk=; b=Ns2dJCwAg6KW4BuXL+novvOFCF267/P0/1B+smOc7+GYcMo43OqPpSbka9TuHaaOSo gD244S2ofTeS/SzkgPmjJrMaqf4tEMMXCUH4wJeUUg+HX2a5ilzgkDszDDnJU7D709h1 04aPdw+7inqj7mFQ7IIRP3dZvwfSDkuHpxTN9whoa5SlWPlY3WTWNZ9H2AWTim89bUNa hukoKkOyk2hpu45K8u2rqbrh1uagLsUw8LNXRliUW0QWE4rWqCgEcUYLpiot2yqPtGr5 iI3AVgj0B+YO6rx4SA8+ahli2zLmCQGRaOjKqZ1HlabVnoxzS5MMf7R44XrtTY82QbZL UqEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:mime-version; bh=nndmdZzv/fIJrE2Zt/M/fk8xj7c20l5X4wzuGEciBFk=; b=ES82y+iYHRfnBI+QMjUb1klxorKItj0w4suk05DlnIAJDkwe/bCqaYbLD7Wi0GaZhL WyXxNl0FVCd6GYhU0BLcfxtUHa7INgFeCkFfdL1c98G6q5tyRdyruNK9N1sm79W99Vpa LueWL7eYnB7vW+OWnai0p/YLH1m6hppnDzxZ9o2go0RtOWUzun5oQus7XuQTwo4KdiNd octkiaLXvUdzEHMdf1IzrLTyhxDzcduAlLL5jVEzonRhqLIpavlXkXd41OgwJvqVq2TI GtlQRZR66whopq933Xfjkza8JUdiox56nNoCdIpIeK0j+8KJsN3BtrIUj9VgHws5/U1j y5ig== X-Gm-Message-State: AIkVDXKl9DqV3Oq0U+Zoz6n/SOIHoP1P6Ue/87gYh27AaV9EW3sJFaMpHdw7OtQXlSIz1Q== X-Received: by 10.28.197.142 with SMTP id v136mr2342626wmf.62.1483949199448; Mon, 09 Jan 2017 00:06:39 -0800 (PST) Received: from df1844j.local ([89.202.239.221]) by smtp.googlemail.com with ESMTPSA id b3sm122346451wjy.40.2017.01.09.00.06.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Jan 2017 00:06:38 -0800 (PST) Message-ID: <1483949191.6421.7.camel@gmail.com> Subject: Re: [alpine-aports] [PATCH v2] testing/node-sodium: new aport From: Leonardo Arena To: Corey Oliver , alpine-aports@lists.alpinelinux.org Date: Mon, 09 Jan 2017 09:06:31 +0100 In-Reply-To: <20170107001054.29747-1-corey.jon.oliver@gmail.com> References: <20170107001054.29747-1-corey.jon.oliver@gmail.com> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-a7221XjHuUsXj7UxCnS2" X-Mailer: Evolution 3.18.5.2-0ubuntu3 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 --=-a7221XjHuUsXj7UxCnS2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable thank you for the updated patch. On ven, 2017-01-06 at 18:10 -0600, Corey Oliver wrote: > --- > Changes v1 -> v2: > =C2=A0- use the built-in abuild function default_prepare >=20 > =C2=A0testing/node-sodium/APKBUILD=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 48 > +++++++++++++++++++++++++++++ > =C2=A0testing/node-sodium/fix-gyp-binding.patch=C2=A0=C2=A0=C2=A0| 11 +++= ++++ > =C2=A0testing/node-sodium/remove-preinstall.patch | 10 ++++++ > =C2=A03 files changed, 69 insertions(+) > =C2=A0create mode 100644 testing/node-sodium/APKBUILD > =C2=A0create mode 100644 testing/node-sodium/fix-gyp-binding.patch > =C2=A0create mode 100644 testing/node-sodium/remove-preinstall.patch >=20 > diff --git a/testing/node-sodium/APKBUILD b/testing/node- > sodium/APKBUILD > new file mode 100644 > index 0000000..b96b409 > --- /dev/null > +++ b/testing/node-sodium/APKBUILD > @@ -0,0 +1,48 @@ > +# Contributor: Corey Oliver > +# Maintainer: Corey Oliver > +pkgname=3Dnode-sodium > +_pkgname=3Dsodium > +pkgver=3D1.2.3 > +pkgrel=3D0 > +pkgdesc=3D"Port of the lib sodium encryption library to Node.js" > +url=3D"https://github.com/paixaop/node-sodium" > +arch=3D"all" > +license=3D"MIT" > +depends=3D"nodejs libsodium=3D1.0.11-r0" Libraries are automatically detect by abuild, so you don't need to explicitly add them. So I committed your patch, with "depends" updated. Sorry for missing this in the previous email. Thanks! -|_eo --=-a7221XjHuUsXj7UxCnS2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJYc0SHAAoJELAPckZGG2T6tq4H/2RL+ybQ19Sub1SLGTBxtkph FhRXVm+ECZbgm1Wv13zmW9mz/cWOYPtvEg/JdmhRauuk1IjwAKPS4GEyosrsdt4P 0GWokEXBjQF4NwP5wqJQAvtOF5NJ3HAvFSRH8cw5Va/Rb1nKSnkTlq5+PH1KlmRz m4eOukXtTumdpq+Az0DDhgv7TxCiUDCdVKE9hbFwAITooLU8+FHG+4WcYJvUazG7 sYObF70qPjEaYM/WaOsx+9cvfahhGCjzuzHhX+Pe1UnXqTdQRIfk/ufCXlZq5C0I eqjavohk8HYY4K4tqijsE3lFVhlSQhHkhoOplYIQlIR1SiaKqeuG86pA9dk7EYo= =K46O -----END PGP SIGNATURE----- --=-a7221XjHuUsXj7UxCnS2-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---