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 03DE4158019 for ; Sun, 3 Oct 2021 08:40:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B74AE08FF; Sun, 3 Oct 2021 08:40:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2A8DFE08FF for ; Sun, 3 Oct 2021 08:40:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3972342DE9 for ; Sun, 3 Oct 2021 08:40:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5917883 for ; Sun, 3 Oct 2021 08:40:44 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1633250438.fdf89fd1eb00a9c0f605a1f65e9ae1e5f0c1bfd8.graaff@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_p20150107.ebuild X-VCS-Directories: app-emacs/scss-mode/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: fdf89fd1eb00a9c0f605a1f65e9ae1e5f0c1bfd8 X-VCS-Branch: master Date: Sun, 3 Oct 2021 08:40:44 +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: a107633e-d964-445e-aff7-cf95032043db X-Archives-Hash: b0c28d3069c0ecee2fb5900f8a3ff24e commit: fdf89fd1eb00a9c0f605a1f65e9ae1e5f0c1bfd8 Author: Hans de Graaff gentoo org> AuthorDate: Sun Oct 3 07:56:46 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Oct 3 08:40:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf89fd1 app-emacs/scss-mode: cleanup Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Hans de Graaff gentoo.org> app-emacs/scss-mode/Manifest | 1 - .../scss-mode/scss-mode-0.5.0_p20150107.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/app-emacs/scss-mode/Manifest b/app-emacs/scss-mode/Manifest index 5a655e7f099..06ac6063ccc 100644 --- a/app-emacs/scss-mode/Manifest +++ b/app-emacs/scss-mode/Manifest @@ -1,2 +1 @@ -DIST scss-mode-0.5.0_p20150107.tar.gz 2718 BLAKE2B 5551ca7258caf22957e1d3becf147cfb617378c606c05196b87fa2ce7b035f06e48db1ad01476bcca87bde461971ab040fc7085422cd076469c6d7a9b73b624a SHA512 68a33d14166289af119625a5609c4dec47a05eb8c8452b42cf8e819368cc7561270c8223ac0624fee989f8c51592f456f91009c153fb857549d9c7e7c7e801a2 DIST scss-mode-0.5.0_p20180123.tar.gz 2802 BLAKE2B 0254fd89ee50de2bb9c6abb1ed1ff5f97f8a938b4fa84f38409b87049fe5e0618bc4be9c0a85d17b3911cb1d0b731b1602f76e047b3acd6e290dc091a80c9c93 SHA512 0c83d9c956d197e33c71840818dae1ad722812d1aa95ff7896091682ba7e710f3ee9855210fc403a30d76ef4986803da5dbcd7907c22b221a5cc2d619db22bff diff --git a/app-emacs/scss-mode/scss-mode-0.5.0_p20150107.ebuild b/app-emacs/scss-mode/scss-mode-0.5.0_p20150107.ebuild deleted file mode 100644 index f9257300068..00000000000 --- a/app-emacs/scss-mode/scss-mode-0.5.0_p20150107.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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"