Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/scss-mode/
Date: Fri, 23 Aug 2019 13:21:37
Message-Id: 1566566481.c97d187b8506dc810f5de17e13983b93802e7953.ulm@gentoo
1 commit: c97d187b8506dc810f5de17e13983b93802e7953
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 23 12:51:49 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 23 13:21:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97d187b
7
8 app-emacs/scss-mode: Remove old.
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/scss-mode/Manifest | 1 -
14 app-emacs/scss-mode/scss-mode-20130215.ebuild | 23 -----------------------
15 2 files changed, 24 deletions(-)
16
17 diff --git a/app-emacs/scss-mode/Manifest b/app-emacs/scss-mode/Manifest
18 index 6cc9f7332f4..42bfb7881ef 100644
19 --- a/app-emacs/scss-mode/Manifest
20 +++ b/app-emacs/scss-mode/Manifest
21 @@ -1,2 +1 @@
22 -DIST scss-mode-20130215-git.tar.gz 2632 BLAKE2B f73ad6ee5120518c6e083cc5c963601649866a826e0bf5628f90a1c1e952c36b66a7f1a385244b71d0f78f958edf1d39142aabd309af380a650f5205a1300ba3 SHA512 2241d7e0c2689ba3997e4ffdf1ed167409c1d99a4f6a11911de39775a409d3299ba7e1bb2f7f0878b5b0d91e46706b65ef8e25cef83278894d8842af8bbc95be
23 DIST scss-mode-20150107-git.tar.gz 2718 BLAKE2B 5551ca7258caf22957e1d3becf147cfb617378c606c05196b87fa2ce7b035f06e48db1ad01476bcca87bde461971ab040fc7085422cd076469c6d7a9b73b624a SHA512 68a33d14166289af119625a5609c4dec47a05eb8c8452b42cf8e819368cc7561270c8223ac0624fee989f8c51592f456f91009c153fb857549d9c7e7c7e801a2
24
25 diff --git a/app-emacs/scss-mode/scss-mode-20130215.ebuild b/app-emacs/scss-mode/scss-mode-20130215.ebuild
26 deleted file mode 100644
27 index 06f928f8b65..00000000000
28 --- a/app-emacs/scss-mode/scss-mode-20130215.ebuild
29 +++ /dev/null
30 @@ -1,23 +0,0 @@
31 -# Copyright 1999-2013 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=4
35 -
36 -inherit elisp
37 -
38 -GITHUB_SHA1=3452e92800c345690195f55a74ba4118c5c4d004
39 -
40 -DESCRIPTION="Major mode for editing SCSS files in Emacs"
41 -HOMEPAGE="https://github.com/antonj/scss-mode"
42 -SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}-git.tar.gz"
43 -S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
44 -
45 -LICENSE="GPL-2+"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -IUSE=""
49 -
50 -DOCS="README.org"
51 -SITEFILE="50${PN}-gentoo.el"
52 -
53 -DEPEND="dev-ruby/sass"