From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 11E1915815E for ; Sun, 11 Feb 2024 23:47:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 057A2E2A36; Sun, 11 Feb 2024 23:47:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3F5BE2A36 for ; Sun, 11 Feb 2024 23:47:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1CE434302D for ; Sun, 11 Feb 2024 23:47:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D12B14B7 for ; Sun, 11 Feb 2024 23:47:49 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1707693770.d9f43e93472c839f07e6661c5d5bb209c6e1c05a.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/coffee-script/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/coffee-script/metadata.xml X-VCS-Directories: dev-lang/coffee-script/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: d9f43e93472c839f07e6661c5d5bb209c6e1c05a X-VCS-Branch: master Date: Sun, 11 Feb 2024 23:47:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5dc4a5f2-96b2-4e18-9abb-952bb3a709c9 X-Archives-Hash: 5443817134ee704403c45376e1f6e602 commit: d9f43e93472c839f07e6661c5d5bb209c6e1c05a Author: Maciej Barć gentoo org> AuthorDate: Sun Feb 11 22:59:02 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sun Feb 11 23:22:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f43e93 dev-lang/coffee-script: update metadata.xml; take up maintainership Signed-off-by: Maciej Barć gentoo.org> dev-lang/coffee-script/metadata.xml | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/dev-lang/coffee-script/metadata.xml b/dev-lang/coffee-script/metadata.xml index 9e11308796b4..e80b9f6c65b7 100644 --- a/dev-lang/coffee-script/metadata.xml +++ b/dev-lang/coffee-script/metadata.xml @@ -1,13 +1,23 @@ + - + + xgqt@gentoo.org + Maciej Barć + + + CoffeeScript is a little language that compiles into JavaScript. Underneath + that awkward Java-esque patina, JavaScript has always had a gorgeous heart. + CoffeeScript is an attempt to expose the good parts of JavaScript in a + simple way. The golden rule of CoffeeScript is: "It's just JavaScript." The + code compiles one-to-one into the equivalent JS, and there is no + interpretation at runtime. You can use any existing JavaScript library + seamlessly from CoffeeScript (and vice-versa). The compiled output is + readable, pretty-printed, and tends to run as fast or faster than the + equivalent handwritten JavaScript. + jashkenas/coffeescript - - CoffeeScript is a little language that compiles into JavaScript. Underneath that awkward Java-esque patina, JavaScript has always had a gorgeous heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way. - - The golden rule of CoffeeScript is: "It's just JavaScript." The code compiles one-to-one into the equivalent JS, and there is no interpretation at runtime. You can use any existing JavaScript library seamlessly from CoffeeScript (and vice-versa). The compiled output is readable, pretty-printed, and tends to run as fast or faster than the equivalent handwritten JavaScript. -