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 BF9A6138334 for ; Fri, 23 Aug 2019 13:21:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A85CE07A7; Fri, 23 Aug 2019 13:21:38 +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 E17A1E07A7 for ; Fri, 23 Aug 2019 13:21:37 +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 AF5C834A202 for ; Fri, 23 Aug 2019 13:21:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C88C5770 for ; Fri, 23 Aug 2019 13:21:33 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1566566483.b7fe21bb238ef72965e23ffecc83b4a754da442a.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/scss-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/scss-mode/Manifest app-emacs/scss-mode/scss-mode-0.5.0_p20180123.ebuild X-VCS-Directories: app-emacs/scss-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b7fe21bb238ef72965e23ffecc83b4a754da442a X-VCS-Branch: master Date: Fri, 23 Aug 2019 13:21:33 +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: a23ca617-3406-403e-b1bd-7a696744f922 X-Archives-Hash: ec882ed9297bdb1d965ed8b0c58ad6d7 commit: b7fe21bb238ef72965e23ffecc83b4a754da442a Author: Ulrich Müller gentoo org> AuthorDate: Fri Aug 23 13:04:27 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Aug 23 13:21:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7fe21bb app-emacs/scss-mode: New snapshot. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/scss-mode/Manifest | 1 + .../scss-mode/scss-mode-0.5.0_p20180123.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/app-emacs/scss-mode/Manifest b/app-emacs/scss-mode/Manifest index 5ab6ff50d29..7e213a209db 100644 --- a/app-emacs/scss-mode/Manifest +++ b/app-emacs/scss-mode/Manifest @@ -1 +1,2 @@ DIST scss-mode-0.5.0_p20150107.tar.gz 2718 BLAKE2B 5551ca7258caf22957e1d3becf147cfb617378c606c05196b87fa2ce7b035f06e48db1ad01476bcca87bde461971ab040fc7085422cd076469c6d7a9b73b624a SHA512 68a33d14166289af119625a5609c4dec47a05eb8c8452b42cf8e819368cc7561270c8223ac0624fee989f8c51592f456f91009c153fb857549d9c7e7c7e801a2 +DIST scss-mode-0.5.0_p20180123.tar.gz 2718 BLAKE2B 5551ca7258caf22957e1d3becf147cfb617378c606c05196b87fa2ce7b035f06e48db1ad01476bcca87bde461971ab040fc7085422cd076469c6d7a9b73b624a SHA512 68a33d14166289af119625a5609c4dec47a05eb8c8452b42cf8e819368cc7561270c8223ac0624fee989f8c51592f456f91009c153fb857549d9c7e7c7e801a2 diff --git a/app-emacs/scss-mode/scss-mode-0.5.0_p20180123.ebuild b/app-emacs/scss-mode/scss-mode-0.5.0_p20180123.ebuild new file mode 100644 index 00000000000..f9257300068 --- /dev/null +++ b/app-emacs/scss-mode/scss-mode-0.5.0_p20180123.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +COMMIT="b010d134f499c4b4ad33fe8a669a81e9a531b0b2" +DESCRIPTION="Major mode for editing SCSS files in Emacs" +HOMEPAGE="https://github.com/antonj/scss-mode" +SRC_URI="https://github.com/antonj/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-ruby/sass" + +S="${WORKDIR}/${PN}-${COMMIT}" +SITEFILE="50${PN}-gentoo.el" +DOCS="README.org"