public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jesus Rivero" <neurogeek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/neurogeek:master commit in: dev-nodejs/minimatch/
Date: Mon,  6 May 2013 03:33:00 +0000 (UTC)	[thread overview]
Message-ID: <1367811193.bd0acb874aa5adcdd0ff7c65ef61b38259957ac6.neurogeek@gentoo> (raw)

commit:     bd0acb874aa5adcdd0ff7c65ef61b38259957ac6
Author:     Jesus Rivero <jesus.riveroa <AT> gmail <DOT> com>
AuthorDate: Mon May  6 03:33:13 2013 +0000
Commit:     Jesus Rivero <neurogeek <AT> gentoo <DOT> org>
CommitDate: Mon May  6 03:33:13 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/neurogeek.git;a=commit;h=bd0acb87

dev-nodejs/minimatch: Initial commit

---
 dev-nodejs/minimatch/Manifest                |    2 +
 dev-nodejs/minimatch/minimatch-0.2.12.ebuild |   39 ++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/dev-nodejs/minimatch/Manifest b/dev-nodejs/minimatch/Manifest
new file mode 100644
index 0000000..4df2ac9
--- /dev/null
+++ b/dev-nodejs/minimatch/Manifest
@@ -0,0 +1,2 @@
+DIST minimatch-0.2.12.tgz 17459 SHA256 205cff8b4ba926e86ff0e6f7f566553906113892028083ea221989a42500c246 SHA512 8de55d7ca9a5a262deadff1e71eb52afa80b4b43979cb465ba19eff517f6ca3ef436c0fcb951aaae9c13a8918aa4817c553451f5f40097ad8267578d204324dc WHIRLPOOL e61e756a2de81eead7a73d2ce9f7856d775106036ed5ac97f16f605d6a9a7dce3a8e1d13b7320bfa8f9be929c8eb69c4550882635662b64104fdf11f74f95b9e
+EBUILD minimatch-0.2.12.ebuild 832 SHA256 671c703a4334f4c56125ea27e3bbb8db003efcdee6d9a6b13022b20a9b90d270 SHA512 f874efa83f49b60fdb930d91614021b0c4202496de4a540996274512bdc76f5971dd583f53a4a74069205ae493cb1a8a1d211225356c37b6d966ae944e4c9623 WHIRLPOOL 3f7c0b057b363ea10c560034cd0cde0b6c2c9f7c94ebb0a94cb7e6182da67c54bd2272c37a0195d508212e3bad7998364212e1cde6fc59d1373f232339777c09

diff --git a/dev-nodejs/minimatch/minimatch-0.2.12.ebuild b/dev-nodejs/minimatch/minimatch-0.2.12.ebuild
new file mode 100644
index 0000000..a9efcad
--- /dev/null
+++ b/dev-nodejs/minimatch/minimatch-0.2.12.ebuild
@@ -0,0 +1,39 @@
+# 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="Higher-order functions and common patterns for asynchronous code"
+HOMEPAGE="https://npmjs.org/package/minimatch"
+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/lru-cache-2.3.0
+		 >=dev-nodejs/sigmund-1.0.0"
+
+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}/{minimatch.js,package.json} ${node_modules}
+
+	dodoc README* LICENSE
+}


             reply	other threads:[~2013-05-06  3:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-06  3:33 Jesus Rivero [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-05-06  4:39 [gentoo-commits] dev/neurogeek:master commit in: dev-nodejs/minimatch/ Jesus Rivero
2013-05-13 15:32 Jesus Rivero

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1367811193.bd0acb874aa5adcdd0ff7c65ef61b38259957ac6.neurogeek@gentoo \
    --to=neurogeek@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox