public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/coffee-script/
Date: Thu, 11 Apr 2024 01:38:49 +0000 (UTC)	[thread overview]
Message-ID: <1712799523.d1b4427f9a70651ad6e4a776940a952f6607a097.xgqt@gentoo> (raw)

commit:     d1b4427f9a70651ad6e4a776940a952f6607a097
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 10 23:37:28 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 01:38:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b4427f

dev-lang/coffee-script: drop old 2.5.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-lang/coffee-script/Manifest                   |  1 -
 dev-lang/coffee-script/coffee-script-2.5.1.ebuild | 52 -----------------------
 2 files changed, 53 deletions(-)

diff --git a/dev-lang/coffee-script/Manifest b/dev-lang/coffee-script/Manifest
index a196a6a54634..17608fb122ab 100644
--- a/dev-lang/coffee-script/Manifest
+++ b/dev-lang/coffee-script/Manifest
@@ -1,2 +1 @@
-DIST coffee-script-2.5.1.tar.gz 2226483 BLAKE2B 5a2c5f93d46b111aeda63077f60992232a768008187ba0e41bec885184fbbbb91014620fca5d8e38cfdb5e88de483425d3d95c87779f27d7450de7cbe62b489b SHA512 99f11f0822ffc841552cf6c78a28d152554f070df6d1b729bdd17df8ba6faae6ed2ba9886f7ee13ccb316de698ab8624370287274611fe90bef033d9f76c5865
 DIST coffee-script-2.7.0.tar.gz 2271083 BLAKE2B b79f8a3f3edd60b43e4f09c940a6461819199edf9d16dcb7f555a0230c45a9d7c86d2467a3c126e436c23245adaa4c26518dc820c222ce87118217db1ff2c252 SHA512 1a3ce93f67c3361ce8c8c182e4a8170b05019b08557c14285ed7ed7620e501717d97a991f0ebb884845811fdc2d5d76ba5fe4a92adebc3a8b3331b483eded5ab

diff --git a/dev-lang/coffee-script/coffee-script-2.5.1.ebuild b/dev-lang/coffee-script/coffee-script-2.5.1.ebuild
deleted file mode 100644
index e042a4d9f200..000000000000
--- a/dev-lang/coffee-script/coffee-script-2.5.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="coffeescript"
-
-DESCRIPTION="A little language that compiles into javascript"
-HOMEPAGE="https://coffeescript.org/"
-SRC_URI="https://github.com/jashkenas/${MY_PN}/archive/${PV}.tar.gz
-	-> ${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-# This package has a test suite (that works), but it requires a number
-# of NodeJS/NPM packages that aren't in the tree.
-IUSE="doc examples"
-
-RDEPEND="net-libs/nodejs"
-
-src_install() {
-	local npm_module_dir="/usr/$(get_libdir)/node/${PN}"
-	insinto "${npm_module_dir}"
-	doins *.js package.json
-	doins -r lib
-	dodoc CONTRIBUTING.md README.md
-
-	if use examples; then
-		# Users should be able to run the examples without having to copy
-		# them to another directory and decompress them.
-		docompress -x "/usr/share/doc/${PF}/examples"
-		dodoc -r documentation/examples
-	fi
-
-	if use doc; then
-		# It looks like "docs/v2" contains the output from all of the stuff
-		# under "documentation".
-		docinto "html"
-		dodoc -r docs/v2/*
-	fi
-
-	# 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"
-}


             reply	other threads:[~2024-04-11  1:38 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-11  1:38 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-13 12:05 [gentoo-commits] repo/gentoo:master commit in: dev-lang/coffee-script/ Arthur Zamarin
2024-03-13 12:05 Arthur Zamarin
2024-02-11 23:47 Maciej Barć
2024-02-11 23:47 Maciej Barć
2024-02-11 23:47 Maciej Barć
2021-01-07 11:33 Sam James
2021-01-07  1:24 Sam James
2021-01-04  2:03 Sam James
2020-10-02  8:42 Joonas Niilola
2020-04-11 14:02 Michael Orlitzky
2020-04-11 12:47 Michael Orlitzky
2019-03-01 17:03 Michael Orlitzky
2018-06-11 16:28 Aaron Bauman
2017-05-05 23:55 Michael Orlitzky
2016-11-24  1:10 Michael Orlitzky
2016-08-09  4:23 Michael Orlitzky
2015-11-19 10:44 Agostino Sarubbo
2015-11-18 23:21 Michael Orlitzky

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=1712799523.d1b4427f9a70651ad6e4a776940a952f6607a097.xgqt@gentoo \
    --to=xgqt@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