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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7EA2213835B for ; Fri, 29 May 2020 00:11:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9F01E088C; Fri, 29 May 2020 00:11:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DA52E088C for ; Fri, 29 May 2020 00:11:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50BC434EDE1 for ; Fri, 29 May 2020 00:11:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C556276 for ; Fri, 29 May 2020 00:11:52 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1590711044.a2e9032e49d83af365454051a23b197cf099fcaf.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cjs/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/cjs/Manifest gnome-extra/cjs/cjs-4.4.0.ebuild gnome-extra/cjs/metadata.xml X-VCS-Directories: gnome-extra/cjs/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a2e9032e49d83af365454051a23b197cf099fcaf X-VCS-Branch: master Date: Fri, 29 May 2020 00:11:52 +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: f76c9e6a-f540-422f-a682-93006d477153 X-Archives-Hash: 159a586c2221dee44b448e726ed2f62c commit: a2e9032e49d83af365454051a23b197cf099fcaf Author: Matthew Turnbull bluefang-logic com> AuthorDate: Wed May 13 00:51:27 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri May 29 00:10:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e9032e gnome-extra/cjs: 4.4.0 version bump Bug: https://bugs.gentoo.org/704532 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthew S. Turnbull bluefang-logic.com> Signed-off-by: Matt Turner gentoo.org> gnome-extra/cjs/Manifest | 1 + gnome-extra/cjs/cjs-4.4.0.ebuild | 80 ++++++++++++++++++++++++++++++++++++++++ gnome-extra/cjs/metadata.xml | 8 ++++ 3 files changed, 89 insertions(+) diff --git a/gnome-extra/cjs/Manifest b/gnome-extra/cjs/Manifest index 4700da9ee9c..d92711189f4 100644 --- a/gnome-extra/cjs/Manifest +++ b/gnome-extra/cjs/Manifest @@ -1 +1,2 @@ DIST cjs-4.0.0.tar.gz 459595 BLAKE2B 63ed660480f87fcd57103965226b3457dc70586019c9ea7f446af86f0b18b493c315566c608f5e999f3b64765d71eb5d463053f3d859f7121c95dcc74d04016d SHA512 86baaba3721b71b266c560180ba20af43eed0d2b8fc37af0d24c7c0c36252e2af85da928b42260074f236f0bc4d4f4f28d20127021e67f23a22b042a09a3baa7 +DIST cjs-4.4.0.tar.gz 463019 BLAKE2B af276cd8f9ef0f66a6f4ab3e0072b485e33015e070bb796818907964df0696240b753f7a271bf45db788eb244e0cd1fb866f3b78798adf3ef8f9e76825fc4d74 SHA512 3b2bdc55ab572713d6b6f92978522b290819656f64fef620659065ff5673a04a0585b83a1a0248116570ac1cfee4f54acc228f355c02aa4e0a2a13b59fbafed2 diff --git a/gnome-extra/cjs/cjs-4.4.0.ebuild b/gnome-extra/cjs/cjs-4.4.0.ebuild new file mode 100644 index 00000000000..4bd638f43d7 --- /dev/null +++ b/gnome-extra/cjs/cjs-4.4.0.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit autotools gnome2 pax-utils virtualx + +DESCRIPTION="Linux Mint's fork of gjs for Cinnamon" +HOMEPAGE="https://projects.linuxmint.com/cinnamon/" +SRC_URI="https://github.com/linuxmint/cjs/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )" +SLOT="0" +IUSE="+cairo examples gtk test" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-lang/spidermonkey:52 + >=dev-libs/glib-2.42:2 + >=dev-libs/gobject-introspection-1.41.4:= + sys-libs/readline:0= + dev-libs/libffi:0= + cairo? ( x11-libs/cairo[X,glib] ) + gtk? ( x11-libs/gtk+:3 ) +" +DEPEND="${RDEPEND} + sys-devel/gettext + virtual/pkgconfig + test? ( sys-apps/dbus ) + sys-devel/autoconf-archive +" +# Cinnamon 2.2 does not work with this release. +RDEPEND="${RDEPEND} + !cinnamon@gentoo.org Cinnamon Project + + proxy-maint@gentoo.org + Proxy Maintainers + + + sparky@bluefang-logic.com + Matthew Turnbull + linuxmint/cjs