diff options
author | 2015-07-10 14:44:19 +0000 | |
---|---|---|
committer | 2015-07-10 14:44:19 +0000 | |
commit | 84b18023ce410d7c0d50fd66366064a226486366 (patch) | |
tree | b2c9f73c34c9cf89ac0b44f30b09c6ca0e8e914c /dev-lang | |
parent | bump to 9.3, thanks Francois Bissey (diff) | |
download | gentoo-2-84b18023ce410d7c0d50fd66366064a226486366.tar.gz gentoo-2-84b18023ce410d7c0d50fd66366064a226486366.tar.bz2 gentoo-2-84b18023ce410d7c0d50fd66366064a226486366.zip |
Revbump to install cake, bug #554308 thanks to Peter Cai.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x6F48D3DA05C2DADB!)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/coffee-script/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild (renamed from dev-lang/coffee-script/coffee-script-1.9.3.ebuild) | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/dev-lang/coffee-script/ChangeLog b/dev-lang/coffee-script/ChangeLog index f6f5e03f6a30..2cc83b6d4aae 100644 --- a/dev-lang/coffee-script/ChangeLog +++ b/dev-lang/coffee-script/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/coffee-script # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/coffee-script/ChangeLog,v 1.1 2015/07/03 22:11:22 mjo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/coffee-script/ChangeLog,v 1.2 2015/07/10 14:44:19 mjo Exp $ + +*coffee-script-1.9.3-r1 (10 Jul 2015) + + 10 Jul 2015; Michael Orlitzky <mjo@gentoo.org> +coffee-script-1.9.3-r1.ebuild, + -coffee-script-1.9.3.ebuild: + Revbump to install cake, bug #554308 thanks to Peter Cai. *coffee-script-1.9.3 (03 Jul 2015) diff --git a/dev-lang/coffee-script/coffee-script-1.9.3.ebuild b/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild index f35079257ef5..b3f0f37c6981 100644 --- a/dev-lang/coffee-script/coffee-script-1.9.3.ebuild +++ b/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/coffee-script/coffee-script-1.9.3.ebuild,v 1.1 2015/07/03 22:11:22 mjo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild,v 1.1 2015/07/10 14:44:19 mjo Exp $ EAPI=5 @@ -38,9 +38,11 @@ src_install(){ use doc && dodoc -r documentation use examples && dodoc -r examples - # The coffee "binary" uses a relative path to find the lib - # directory, so we have to symlink to it rather than dobin() it. + # The coffee and cake "binaries" use a relative path to find the lib + # directory, so we have to symlink them rather than use dobin(). exeinto "${npm_module_dir}/bin" + doexe bin/cake doexe bin/coffee + dosym "${npm_module_dir}/bin/cake" "/usr/bin/cake" dosym "${npm_module_dir}/bin/coffee" "/usr/bin/coffee" } |