Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/coffee-script/
Date: Thu, 07 Jan 2021 01:24:11
Message-Id: 1609982507.9aaa62b85c55bad222dd3d36cd57d749b5028aac.sam@gentoo
1 commit: 9aaa62b85c55bad222dd3d36cd57d749b5028aac
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 01:21:47 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 01:21:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aaa62b8
7
8 dev-lang/coffee-script: cleanup old
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-lang/coffee-script/Manifest | 2 -
14 dev-lang/coffee-script/coffee-script-1.12.5.ebuild | 41 -------------------
15 .../coffee-script/coffee-script-1.9.3-r1.ebuild | 47 ----------------------
16 3 files changed, 90 deletions(-)
17
18 diff --git a/dev-lang/coffee-script/Manifest b/dev-lang/coffee-script/Manifest
19 index 45e9c619a2f..8f1b6b097c7 100644
20 --- a/dev-lang/coffee-script/Manifest
21 +++ b/dev-lang/coffee-script/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST coffee-script-1.12.5.tar.gz 1429494 BLAKE2B b64dc0dce9d2dbcbe5e20fcf002e9fe12116e6987ebdb19c82dadec61d90eaf66de5f4560bab5a3df1c8cef9f557bb0f5c5edd3e1fa5e7062cc0641dcbec28bc SHA512 b83981508c99e52957786d66b6c93e65cea98386b247cddfd516146eb4edb7ccb49451cc976d683fc9127b1ed0ea0a4d54cc47be519af1bf9e8b3dd79159d591
24 -DIST coffee-script-1.9.3.tar.gz 810246 BLAKE2B dbca1d690ad80e38d8997c237f8c4c6e8a6b8d5c1362d5173a0c38d75e1389f5d8c09299bbb4902745e77133901857c8c15cec0dc17cbb883acf84854aefb68f SHA512 660826e27f842ed67ec6ef59f734087c95585e03b6b8c6d25c8ecfc567f3161f59034e730b61e5f806edaaa7ec6c805ad6d14902857aaf09cf6193b0fe14f506
25 DIST coffee-script-2.3.2.tar.gz 1754957 BLAKE2B 7a276a16f4db9c2f53258161af0cb1cebd71fac6acca94d5ee5b0a67e1d59d17ffca8b98f20b3afbe30297963dfa683af16ae01bf0ed6eda49a20a858f6d4850 SHA512 ab50737ffd46db007fc98cbba5ef1fc6c97b20a40b848f9635282ddf19188c59172f984bd62b345b6aae96a92af3ac046cedb568c16db2a5e29d287314e13cd5
26 DIST coffee-script-2.5.1.tar.gz 2226483 BLAKE2B 5a2c5f93d46b111aeda63077f60992232a768008187ba0e41bec885184fbbbb91014620fca5d8e38cfdb5e88de483425d3d95c87779f27d7450de7cbe62b489b SHA512 99f11f0822ffc841552cf6c78a28d152554f070df6d1b729bdd17df8ba6faae6ed2ba9886f7ee13ccb316de698ab8624370287274611fe90bef033d9f76c5865
27
28 diff --git a/dev-lang/coffee-script/coffee-script-1.12.5.ebuild b/dev-lang/coffee-script/coffee-script-1.12.5.ebuild
29 deleted file mode 100644
30 index 43791b8fa0d..00000000000
31 --- a/dev-lang/coffee-script/coffee-script-1.12.5.ebuild
32 +++ /dev/null
33 @@ -1,41 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -MY_PN="coffeescript"
40 -
41 -DESCRIPTION="A little language that compiles into javascript"
42 -HOMEPAGE="https://coffeescript.org/"
43 -SRC_URI="https://github.com/jashkenas/${MY_PN}/archive/${PV}.tar.gz
44 - -> ${P}.tar.gz"
45 -S="${WORKDIR}/${MY_PN}-${PV}"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -
51 -# This package has a test suite (that works), but it requires a number
52 -# of NodeJS/NPM packages that aren't in the tree.
53 -IUSE="doc examples"
54 -
55 -RDEPEND="net-libs/nodejs"
56 -
57 -src_install() {
58 - local npm_module_dir="/usr/$(get_libdir)/node/${PN}"
59 - insinto "${npm_module_dir}"
60 - doins *.js package.json
61 - doins -r lib
62 - dodoc CONTRIBUTING.md README.md
63 -
64 - use doc && dodoc -r documentation
65 - use examples && dodoc -r examples
66 -
67 - # The coffee and cake "binaries" use a relative path to find the lib
68 - # directory, so we have to symlink them rather than use dobin().
69 - exeinto "${npm_module_dir}/bin"
70 - doexe bin/cake
71 - doexe bin/coffee
72 - dosym "${npm_module_dir}/bin/cake" "/usr/bin/cake"
73 - dosym "${npm_module_dir}/bin/coffee" "/usr/bin/coffee"
74 -}
75
76 diff --git a/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild b/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild
77 deleted file mode 100644
78 index c7bd4d3403a..00000000000
79 --- a/dev-lang/coffee-script/coffee-script-1.9.3-r1.ebuild
80 +++ /dev/null
81 @@ -1,47 +0,0 @@
82 -# Copyright 1999-2020 Gentoo Authors
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=5
86 -
87 -inherit multilib
88 -
89 -MY_PN="coffeescript"
90 -
91 -DESCRIPTION="A little language that compiles into javascript"
92 -HOMEPAGE="https://coffeescript.org/"
93 -
94 -# The tests are missing from the npm registry package, so use Github
95 -# instead.
96 -SRC_URI="https://github.com/jashkenas/${MY_PN}/archive/${PV}.tar.gz
97 - -> ${P}.tar.gz"
98 -S="${WORKDIR}/${MY_PN}-${PV}"
99 -
100 -LICENSE="MIT"
101 -SLOT="0"
102 -KEYWORDS="amd64 x86"
103 -
104 -# This package has a test suite (that works), but it requires a number
105 -# of packages not in the tree. See thread "NPM / NodeJS project" on the
106 -# gentoo-dev archives for more info.
107 -IUSE="doc examples"
108 -
109 -RDEPEND="net-libs/nodejs"
110 -
111 -src_install() {
112 - local npm_module_dir="/usr/$(get_libdir)/node/${PN}"
113 - insinto "${npm_module_dir}"
114 - doins *.js package.json
115 - doins -r lib
116 - dodoc CONTRIBUTING.md README.md
117 -
118 - use doc && dodoc -r documentation
119 - use examples && dodoc -r examples
120 -
121 - # The coffee and cake "binaries" use a relative path to find the lib
122 - # directory, so we have to symlink them rather than use dobin().
123 - exeinto "${npm_module_dir}/bin"
124 - doexe bin/cake
125 - doexe bin/coffee
126 - dosym "${npm_module_dir}/bin/cake" "/usr/bin/cake"
127 - dosym "${npm_module_dir}/bin/coffee" "/usr/bin/coffee"
128 -}