public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/eva:master commit in: dev-lang/coffee-script/
Date: Wed,  6 Feb 2013 16:32:01 +0000 (UTC)	[thread overview]
Message-ID: <1360168244.9618d6ad48a51f3e2a7cb041ac5296ed6d038ec4.eva@gentoo> (raw)

commit:     9618d6ad48a51f3e2a7cb041ac5296ed6d038ec4
Author:     Gilles Dartiguelongue <gilles <AT> gandi <DOT> net>
AuthorDate: Wed Feb  6 14:56:25 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Feb  6 16:30:44 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=9618d6ad

dev-lang/coffee-script: initial ebuild

Required for rethinkdb

---
 dev-lang/coffee-script/Manifest                   |   11 ++++++++
 dev-lang/coffee-script/coffee-script-1.4.0.ebuild |   29 +++++++++++++++++++++
 dev-lang/coffee-script/metadata.xml               |   11 ++++++++
 3 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/dev-lang/coffee-script/Manifest b/dev-lang/coffee-script/Manifest
new file mode 100644
index 0000000..586dfb6
--- /dev/null
+++ b/dev-lang/coffee-script/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA512
+
+DIST 1.4.0.tar.gz 474026 SHA256 c46c2af565858e3445ed3bebdab54570573f934d87d4ae2ec4b45e6984ef7069 SHA512 2307a2e54e179d1f0f33751e7e3cab80ae4d12e5ef389c6ad21212e74dbe5fcaceeadadfe3192031435966756db21c527a0aac1033ab15487317ec1061799f69 WHIRLPOOL 733c186b641921ed4ca310b572c5f99ea5ae9325cfd3f49f640e63501e2c2e94d7274d602494a21cab7cd52485d47919b8c035d3e4f1b67df022987c6da1f935
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.19 (GNU/Linux)
+
+iEYEAREKAAYFAlEShDwACgkQ1fmVwcYIWAaXHwCcDymAbuw9a8aXw+gecQ3R8kr5
+vFcAoJ0MJQGOKvTQkN5tUj3hrgkcJl8b
+=v2X7
+-----END PGP SIGNATURE-----

diff --git a/dev-lang/coffee-script/coffee-script-1.4.0.ebuild b/dev-lang/coffee-script/coffee-script-1.4.0.ebuild
new file mode 100644
index 0000000..4051fe0
--- /dev/null
+++ b/dev-lang/coffee-script/coffee-script-1.4.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coffee-script-source/coffee-script-source-1.4.0.ebuild,v 1.2 2013/01/15 06:29:09 zerochaos Exp $
+
+EAPI="5"
+
+DESCRIPTION="the official CoffeeScript compiler"
+HOMEPAGE="http://coffeescript.org/"
+SRC_URI="http://github.com/jashkenas/${PN}/archive/${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="net-libs/nodejs"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+	node bin/cake build
+}
+
+src_test() {
+	node bin/cake test
+}
+
+src_install() {
+	node bin/cake --prefix "${D}"/usr install
+}

diff --git a/dev-lang/coffee-script/metadata.xml b/dev-lang/coffee-script/metadata.xml
new file mode 100644
index 0000000..5f9c679
--- /dev/null
+++ b/dev-lang/coffee-script/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+	<email>eva@gentoo.org</email>
+	<name>Gilles Dartiguelongue</name>
+</maintainer>
+<upstream>
+	<remote-id type="github">jashkenas/coffee-script</remote-id>
+</upstream>
+</pkgmetadata>


                 reply	other threads:[~2013-02-06 16:32 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=1360168244.9618d6ad48a51f3e2a7cb041ac5296ed6d038ec4.eva@gentoo \
    --to=eva@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