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 5E754138334 for ; Fri, 23 Aug 2019 13:21:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9109EE0788; Fri, 23 Aug 2019 13:21:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 75011E0788 for ; Fri, 23 Aug 2019 13:21:36 +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 3033C34A1BB 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 A218F471 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: <1566566481.c97d187b8506dc810f5de17e13983b93802e7953.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-20130215.ebuild X-VCS-Directories: app-emacs/scss-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c97d187b8506dc810f5de17e13983b93802e7953 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: cb4933a7-cc54-4baa-99a5-baa0cd6e7aa4 X-Archives-Hash: 94d9b9dbe430a75b5a29d19a54ff7e08 commit: c97d187b8506dc810f5de17e13983b93802e7953 Author: Ulrich Müller gentoo org> AuthorDate: Fri Aug 23 12:51:49 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Aug 23 13:21:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97d187b app-emacs/scss-mode: Remove old. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/scss-mode/Manifest | 1 - app-emacs/scss-mode/scss-mode-20130215.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/app-emacs/scss-mode/Manifest b/app-emacs/scss-mode/Manifest index 6cc9f7332f4..42bfb7881ef 100644 --- a/app-emacs/scss-mode/Manifest +++ b/app-emacs/scss-mode/Manifest @@ -1,2 +1 @@ -DIST scss-mode-20130215-git.tar.gz 2632 BLAKE2B f73ad6ee5120518c6e083cc5c963601649866a826e0bf5628f90a1c1e952c36b66a7f1a385244b71d0f78f958edf1d39142aabd309af380a650f5205a1300ba3 SHA512 2241d7e0c2689ba3997e4ffdf1ed167409c1d99a4f6a11911de39775a409d3299ba7e1bb2f7f0878b5b0d91e46706b65ef8e25cef83278894d8842af8bbc95be DIST scss-mode-20150107-git.tar.gz 2718 BLAKE2B 5551ca7258caf22957e1d3becf147cfb617378c606c05196b87fa2ce7b035f06e48db1ad01476bcca87bde461971ab040fc7085422cd076469c6d7a9b73b624a SHA512 68a33d14166289af119625a5609c4dec47a05eb8c8452b42cf8e819368cc7561270c8223ac0624fee989f8c51592f456f91009c153fb857549d9c7e7c7e801a2 diff --git a/app-emacs/scss-mode/scss-mode-20130215.ebuild b/app-emacs/scss-mode/scss-mode-20130215.ebuild deleted file mode 100644 index 06f928f8b65..00000000000 --- a/app-emacs/scss-mode/scss-mode-20130215.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit elisp - -GITHUB_SHA1=3452e92800c345690195f55a74ba4118c5c4d004 - -DESCRIPTION="Major mode for editing SCSS files in Emacs" -HOMEPAGE="https://github.com/antonj/scss-mode" -SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}-git.tar.gz" -S="${WORKDIR}/${PN}-${GITHUB_SHA1}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DOCS="README.org" -SITEFILE="50${PN}-gentoo.el" - -DEPEND="dev-ruby/sass"