From: "Jesus Rivero" <neurogeek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/neurogeek:master commit in: dev-nodejs/iconv-lite/
Date: Mon, 6 May 2013 19:52:05 +0000 (UTC) [thread overview]
Message-ID: <1367862510.666f93cd69a320cc2bd76978437def0f9776d229.neurogeek@gentoo> (raw)
commit: 666f93cd69a320cc2bd76978437def0f9776d229
Author: Jesus Rivero <jesus.riveroa <AT> gmail <DOT> com>
AuthorDate: Mon May 6 17:48:30 2013 +0000
Commit: Jesus Rivero <neurogeek <AT> gentoo <DOT> org>
CommitDate: Mon May 6 17:48:30 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/neurogeek.git;a=commit;h=666f93cd
dev-nodejs/iconv-lite: Initial commit
---
dev-nodejs/iconv-lite/Manifest | 2 +
dev-nodejs/iconv-lite/iconv-lite-0.2.8.ebuild | 38 +++++++++++++++++++++++++
2 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/dev-nodejs/iconv-lite/Manifest b/dev-nodejs/iconv-lite/Manifest
new file mode 100644
index 0000000..8dedbee
--- /dev/null
+++ b/dev-nodejs/iconv-lite/Manifest
@@ -0,0 +1,2 @@
+DIST iconv-lite-0.2.8.tgz 234962 SHA256 526d3ccad8d69a4784c3a15a0d482aa7458b419e1bd4a700b1300798cadbcdee SHA512 09f16b3cdc6d5692555b79b9c1146e0d5e9cb4a4151e115d39c8f640966de228249870ceebe2e32ec974731c9f3c0831ff0c9e2344571e0baae909b0b325d2a2 WHIRLPOOL 73dbb1fcfbaf4b72d808fadfb619a480d635fb225faa933296208c80e05b4c0f1aeb7657276f4e2cf3aeac379724a2b1ba31c333fef2a295f87aef052999549f
+EBUILD iconv-lite-0.2.8.ebuild 784 SHA256 36c548d30f1e489a03c74bf7d7dadf31738c6a9f48a947aec5f3d2da7c67d07b SHA512 115d4db3f9ad4d047723713971ce3ac419f4cba7000931cf236637f33c9c8e598ff61acaa40b180dadced0f203f4b4833db82421c3182dbad9b2b8a955607678 WHIRLPOOL 017bd3d449920f4c0a648a80d5e10b553dd8a6d4560fd6ec3b5064fec0b1a078aaa25e866f246ed5e7e93f077e4717d2a34251c1b4e5a7892c419faa2c48c68a
diff --git a/dev-nodejs/iconv-lite/iconv-lite-0.2.8.ebuild b/dev-nodejs/iconv-lite/iconv-lite-0.2.8.ebuild
new file mode 100644
index 0000000..561ff01
--- /dev/null
+++ b/dev-nodejs/iconv-lite/iconv-lite-0.2.8.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="Convert character encodings in pure javascript."
+HOMEPAGE="https://npmjs.org/package/iconv-lite"
+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}/{encodings,generation,index.js,package.json} ${node_modules}
+
+ dodoc README* LICENSE
+}
reply other threads:[~2013-05-06 19:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1367862510.666f93cd69a320cc2bd76978437def0f9776d229.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