From: "Jesus Rivero" <neurogeek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/neurogeek:master commit in: dev-nodejs/colors/
Date: Sun, 5 May 2013 22:36:05 +0000 (UTC) [thread overview]
Message-ID: <1367793377.2aa65f81353b1fd2b07ec130bdbd81f50df409f8.neurogeek@gentoo> (raw)
commit: 2aa65f81353b1fd2b07ec130bdbd81f50df409f8
Author: Jesus Rivero <jesus.riveroa <AT> gmail <DOT> com>
AuthorDate: Sun May 5 22:36:17 2013 +0000
Commit: Jesus Rivero <neurogeek <AT> gentoo <DOT> org>
CommitDate: Sun May 5 22:36:17 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/neurogeek.git;a=commit;h=2aa65f81
Initial commit
---
dev-nodejs/colors/Manifest | 2 +
dev-nodejs/colors/colors-0.6.0.ebuild | 39 +++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/dev-nodejs/colors/Manifest b/dev-nodejs/colors/Manifest
new file mode 100644
index 0000000..30ff4a2
--- /dev/null
+++ b/dev-nodejs/colors/Manifest
@@ -0,0 +1,2 @@
+DIST colors-0.6.0-1.tgz 10240 SHA256 ca97f462664d77f5ae813029d020d4610ec9fd3f9eef3875e551d3665be7ab7d SHA512 65a42dc92538e2599944fe8cf82a2f1569eeed09f12d3b2bff7c1445bec108e575fe02a351bff7baedcdb0b47e7ef03625fb3ab0d7f0715ab44e9da65986eec6 WHIRLPOOL 0dfc7038a184af35e07e65072929d4269bc8e64270e51c53599630c8e10734e5ffb8b0ad08291c85e10113d31ecd596b3fde4f222b5d5fa0a92b5cc1f0589d40
+EBUILD colors-0.6.0.ebuild 803 SHA256 cdf1b943a89b78d4c5663946854adc06f69845784ca1df2df0b1b607ed4ca6dc SHA512 a1f22983594f68aa2e8d90d02e01d306fdbaf3ce908eb3286cb4adb093a67dff0c45babb914126149a3deb09a23a54b8ca998c5ca9d67ea0ca0e5aececbfe1c0 WHIRLPOOL efcc47a202369349bd64262fe9d7a1f82af1a80758897a16591c0fa27fb1ee67407ace9ed8ef3c8c906bf8cd93b7add48ae86150c29d9ccd9e0636530b1f8e14
diff --git a/dev-nodejs/colors/colors-0.6.0.ebuild b/dev-nodejs/colors/colors-0.6.0.ebuild
new file mode 100644
index 0000000..16df294
--- /dev/null
+++ b/dev-nodejs/colors/colors-0.6.0.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}
+REV="1"
+
+inherit multilib
+
+DESCRIPTION="Higher-order functions and common patterns for asynchronous code"
+HOMEPAGE="https://npmjs.org/package/colors"
+SRC_URI="http://registry.npmjs.org/colors/-/${P}-${REV}.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}/{colors.js,package.json} ${node_modules}
+
+ dodoc MIT-LICENSE.txt ReadMe.md
+}
next reply other threads:[~2013-05-05 22:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-05 22:36 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/colors/ 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=1367793377.2aa65f81353b1fd2b07ec130bdbd81f50df409f8.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