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 7F4281381F3 for ; Mon, 13 May 2013 21:43:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B147E07F9; Mon, 13 May 2013 21:43:51 +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 9C4FBE07F9 for ; Mon, 13 May 2013 21:43:50 +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 8CE1C33DFEC for ; Mon, 13 May 2013 21:43:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 27C22E5308 for ; Mon, 13 May 2013 21:43:48 +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: <1368481428.050de8c54f271377974691c6cf69d0e81acae882.neurogeek@gentoo> Subject: [gentoo-commits] dev/neurogeek:master commit in: dev-nodejs/findup-sync/ X-VCS-Repository: dev/neurogeek X-VCS-Files: dev-nodejs/findup-sync/Manifest dev-nodejs/findup-sync/findup-sync-0.1.2.ebuild X-VCS-Directories: dev-nodejs/findup-sync/ X-VCS-Committer: neurogeek X-VCS-Committer-Name: Jesus Rivero X-VCS-Revision: 050de8c54f271377974691c6cf69d0e81acae882 X-VCS-Branch: master Date: Mon, 13 May 2013 21:43:48 +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: ece1d970-2920-485e-9afa-fd5a23d4627c X-Archives-Hash: 4d110f3cd392e5acfee2423120dccdaa commit: 050de8c54f271377974691c6cf69d0e81acae882 Author: Jesus Rivero gmail com> AuthorDate: Mon May 13 21:43:48 2013 +0000 Commit: Jesus Rivero gentoo org> CommitDate: Mon May 13 21:43:48 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/neurogeek.git;a=commit;h=050de8c5 dev-nodejs/findup-sync: Added Gruntfile.js to target install dir --- dev-nodejs/findup-sync/Manifest | 2 +- dev-nodejs/findup-sync/findup-sync-0.1.2.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-nodejs/findup-sync/Manifest b/dev-nodejs/findup-sync/Manifest index 12d3ad7..619e90f 100644 --- a/dev-nodejs/findup-sync/Manifest +++ b/dev-nodejs/findup-sync/Manifest @@ -1,2 +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 +EBUILD findup-sync-0.1.2.ebuild 859 SHA256 353029942e0616ed7e985ca6d315a389fc52fdaa7bc56dd3385fd7737fc68e3c SHA512 22fb9bdf526cd61401e02c79f8f2feb808efd588080582c338a76a0e5c67e859d03ab9b932e19316167068114e7cb8aac9046624d6003fd842af1b66556444c0 WHIRLPOOL 52909ed140fb13fbae929eb6426fda0540b6b2a93028561ab28915bfa9aab3448d4df10d08837af18317e42fe6149646681cb7caf1862d3eace797fa8deced6a diff --git a/dev-nodejs/findup-sync/findup-sync-0.1.2.ebuild b/dev-nodejs/findup-sync/findup-sync-0.1.2.ebuild index c8fee78..d81f8e1 100644 --- a/dev-nodejs/findup-sync/findup-sync-0.1.2.ebuild +++ b/dev-nodejs/findup-sync/findup-sync-0.1.2.ebuild @@ -34,7 +34,7 @@ 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} + cp -r ${S}/{Gruntfile.js,lib,package.json} ${node_modules} - dodoc README* + dodoc README* LICENSE-MIT }