From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E288A1381F3 for ; Mon, 6 May 2013 04:39:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4151CE09D5; Mon, 6 May 2013 04:39:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5B4BE09D1 for ; Mon, 6 May 2013 04:39:30 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A841F33DF74 for ; Mon, 6 May 2013 04:39:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 37C70E4C42 for ; Mon, 6 May 2013 04:39:27 +0000 (UTC) From: "Jesus Rivero" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jesus Rivero" Message-ID: <1367815179.84caeaf5ebe9782e14c464272d93a9c5a80ec5f6.neurogeek@gentoo> Subject: [gentoo-commits] dev/neurogeek:master commit in: dev-nodejs/findup-sync/, dev-nodejs/lodash/ X-VCS-Repository: dev/neurogeek X-VCS-Files: dev-nodejs/findup-sync/Manifest dev-nodejs/findup-sync/findup-sync-0.1.2.ebuild dev-nodejs/lodash/Manifest dev-nodejs/lodash/lodash-1.2.1.ebuild X-VCS-Directories: dev-nodejs/findup-sync/ dev-nodejs/lodash/ X-VCS-Committer: neurogeek X-VCS-Committer-Name: Jesus Rivero X-VCS-Revision: 84caeaf5ebe9782e14c464272d93a9c5a80ec5f6 X-VCS-Branch: master Date: Mon, 6 May 2013 04:39:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 634303c6-db66-4aab-8594-fcdeab7d36bf X-Archives-Hash: c2b4a54cf5535585297856ad391307a3 commit: 84caeaf5ebe9782e14c464272d93a9c5a80ec5f6 Author: Jesus Rivero gmail com> AuthorDate: Mon May 6 04:39:39 2013 +0000 Commit: Jesus Rivero gentoo org> CommitDate: Mon May 6 04:39:39 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/neurogeek.git;a=commit;h=84caeaf5 Initial commit --- dev-nodejs/findup-sync/Manifest | 2 + dev-nodejs/findup-sync/findup-sync-0.1.2.ebuild | 40 +++++++++++++++++++++++ dev-nodejs/lodash/Manifest | 2 + dev-nodejs/lodash/lodash-1.2.1.ebuild | 38 +++++++++++++++++++++ 4 files changed, 82 insertions(+), 0 deletions(-) diff --git a/dev-nodejs/findup-sync/Manifest b/dev-nodejs/findup-sync/Manifest new file mode 100644 index 0000000..12d3ad7 --- /dev/null +++ b/dev-nodejs/findup-sync/Manifest @@ -0,0 +1,2 @@ +DIST findup-sync-0.1.2.tgz 3347 SHA256 0df0154b34bd0b8a2a69ad4fac1f91093c1b22d21f7a407d0eb9abfc0f9cb20c SHA512 ba593307f2972dd613322f374b7d06d367e7e3cbdde7ca70bb544d10a69bd80013228fc8d2a65c10e7ae8f9b96570b50d03b51d3f123987ccf27c319487309e0 WHIRLPOOL a15412ab58acf78ce011cd12d52a2d9b2ddc61f530f5822247ad13d4ebab93c76a6df1a37489974db5ee75803c3579b89dfeae53f4639f5b59733762266408d1 +EBUILD findup-sync-0.1.2.ebuild 834 SHA256 b5b82938755fa9a5ca123eefa03daa6fba20181686100fd41fd8d2aab1822eff SHA512 fa290a7165a7e657a3fe57941fa9896b4742c3a97af0d8dc934572237fcd6fbfc84636440c4aad497c247197491742ff5719b809ddb63c74d61087e7ea4f44f5 WHIRLPOOL 8a461afdc38ebfd407eb3965fc6392dd73fe2e52bbb0b7059d9a2992b70ce10cc8161fdc5f164fc5fc5016e3d4978afc655b7a9d97fcfbafaf8d704fcafe1f74 diff --git a/dev-nodejs/findup-sync/findup-sync-0.1.2.ebuild b/dev-nodejs/findup-sync/findup-sync-0.1.2.ebuild new file mode 100644 index 0000000..c8fee78 --- /dev/null +++ b/dev-nodejs/findup-sync/findup-sync-0.1.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 +NODEJS_MODULE=${PN} + +inherit multilib + +DESCRIPTION="Find the first file matching a given pattern in the current +directory or the nearest ancestor directory." +HOMEPAGE="https://npmjs.org/package/findup-sync" +SRC_URI="http://registry.npmjs.org/${PN}/-/${P}.tgz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND=">=net-libs/nodejs-0.8.10" +RDEPEND=">=dev-nodejs/glob-3.2.1 + ${DEPEND}" + +src_unpack() { + unpack "${A}" + mv "${WORKDIR}/package" ${S} +} + +src_compile() { + true +} + +src_install() { + local node_modules="${D}/usr/$(get_libdir)/node_modules/${NODEJS_MODULE}" + + mkdir -p ${node_modules} || die "Could not create DEST folder" + cp -r ${S}/{lib,package.json} ${node_modules} + + dodoc README* +} diff --git a/dev-nodejs/lodash/Manifest b/dev-nodejs/lodash/Manifest new file mode 100644 index 0000000..006b1d2 --- /dev/null +++ b/dev-nodejs/lodash/Manifest @@ -0,0 +1,2 @@ +DIST lodash-1.2.1.tgz 332892 SHA256 c7827ba797bf0f9653523486523cc4a578e221aa52a2e6b42011202e8997267b SHA512 1ccb5cd519213472117043afeaebe38eded74bccc0fd71b3635c1decfffa3f734fc72ee853eada81842fcade50fc868b28acc35897e5255e8ce6d14782c38d91 WHIRLPOOL af8dccc402db769fe24f7a774b0dc437b9a554c6ae1fdc23f85957df483e8d05982c0b9569b29b3b934eb1731d9c8c9b07e31d3fd8705ccd28ee7f70f6bf0101 +EBUILD lodash-1.2.1.ebuild 761 SHA256 4f69b0db6b04157a14f886d50e53255acb06a4726888908f3b565fdb67399bb8 SHA512 d62316b4fa460182755331c469ae666874f9ce15aae5b8863a198e8e5f3344025dc2cb9bc6c4c4cc62cb6112e49cb72acee94465b9516b768e35457b89a5503e WHIRLPOOL 3a0ecb39bf30798d12d6e09f421b690439dd19ca717808a94d73a8cec863c8375ef11bc9c9121be2c351a5cd51a76cda72e42dda95a544a3bd1b8aa3855379dc diff --git a/dev-nodejs/lodash/lodash-1.2.1.ebuild b/dev-nodejs/lodash/lodash-1.2.1.ebuild new file mode 100644 index 0000000..f0f82e0 --- /dev/null +++ b/dev-nodejs/lodash/lodash-1.2.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 +NODEJS_MODULE=${PN} + +inherit multilib + +DESCRIPTION="Find files or sub-directories in a clear way" +HOMEPAGE="https://npmjs.org/package/lodash" +SRC_URI="http://registry.npmjs.org/${PN}/-/${P}.tgz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND=">=net-libs/nodejs-0.8.10" +RDEPEND="${DEPEND}" + +src_unpack() { + unpack "${A}" + mv "${WORKDIR}/package" ${S} +} + +src_compile() { + true +} + +src_install() { + local node_modules="${D}/usr/$(get_libdir)/node_modules/${NODEJS_MODULE}" + + mkdir -p ${node_modules} || die "Could not create DEST folder" + cp -r ${S}/{${PN}.js,dist,vendor,package.json} ${node_modules} + + dodoc README* +}