summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/coffee-script/coffee-script-1.4.0.ebuild')
-rw-r--r--dev-lang/coffee-script/coffee-script-1.4.0.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-lang/coffee-script/coffee-script-1.4.0.ebuild b/dev-lang/coffee-script/coffee-script-1.4.0.ebuild
deleted file mode 100644
index ad3a774..0000000
--- a/dev-lang/coffee-script/coffee-script-1.4.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}