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/dateformat/
Date: Mon,  6 May 2013 03:01:27 +0000 (UTC)	[thread overview]
Message-ID: <1367809300.2c4f76320e7e3e4497e339be150263daef24ae54.neurogeek@gentoo> (raw)

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

Initial commit

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

diff --git a/dev-nodejs/dateformat/Manifest b/dev-nodejs/dateformat/Manifest
new file mode 100644
index 0000000..d94d6d1
--- /dev/null
+++ b/dev-nodejs/dateformat/Manifest
@@ -0,0 +1,2 @@
+DIST dateformat-1.0.6-1.2.3.tgz 4528 SHA256 202c3e37033ac1d98aa86abba9e7bad5cec5e80772cf09a2352560831c2dfd0d SHA512 14489fe38ca7083f7670753d17687b7894063c4a4772a270e3339370caab97b69c82acd5216f3fe28bb1ffb3f1b70bba06c94ad4295d4c9c20d7e5b4978a13d0 WHIRLPOOL cb3e65228f1206db8b9d96fd4759ff4728ec6014118fbbeeace6896efff87f5e96915cf97e4a226731cccb1c75befcccc1519077d52998a1f7b81e7566c61aff
+EBUILD dateformat-1.0.6.ebuild 801 SHA256 1a35ae8462f0cdb6ecb4ac36fd5bc6172d628f28b82afc053275883e7e62d922 SHA512 093e711dd5ffe72b1176b260995122e3dddb734a8fb68f8984ab559e4d0821c44b133a7e2439f12a0940ab842e7c7b7edf3fab7f845fe67eab678742db8833a8 WHIRLPOOL 22c02ee30ddef35be0b68071ab4bf2bb53b26a995417d6386d2587dd907c5a2fa8faa8a14d0d7ecaec8a11a6e8fb1dd24e24ba45fd3babc8e032a10277d5d6ab

diff --git a/dev-nodejs/dateformat/dateformat-1.0.6.ebuild b/dev-nodejs/dateformat/dateformat-1.0.6.ebuild
new file mode 100644
index 0000000..a612e6e
--- /dev/null
+++ b/dev-nodejs/dateformat/dateformat-1.0.6.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}
+UPSTREAM="1.2.3"
+
+inherit multilib
+
+DESCRIPTION="Higher-order functions and common patterns for asynchronous code"
+HOMEPAGE="https://npmjs.org/package/dateformat"
+SRC_URI="http://registry.npmjs.org/dateformat/-/${P}-${UPSTREAM}.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}/{lib,package.json} ${node_modules}
+
+	dodoc Readme*
+}


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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-06  3:01 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/dateformat/ 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=1367809300.2c4f76320e7e3e4497e339be150263daef24ae54.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