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/ebuild-mode/
Date: Thu, 25 Oct 2018 19:11:29
Message-Id: 1540494463.4e8869691e34744b82bd67068c8914b25aa77cc0.ulm@gentoo
1 commit: 4e8869691e34744b82bd67068c8914b25aa77cc0
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 25 19:07:43 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 25 19:07:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e886969
7
8 app-emacs/ebuild-mode: Remove old.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-emacs/ebuild-mode/Manifest | 1 -
14 app-emacs/ebuild-mode/ebuild-mode-1.44.ebuild | 22 ----------------------
15 2 files changed, 23 deletions(-)
16
17 diff --git a/app-emacs/ebuild-mode/Manifest b/app-emacs/ebuild-mode/Manifest
18 index 11381210e22..4642f676cbb 100644
19 --- a/app-emacs/ebuild-mode/Manifest
20 +++ b/app-emacs/ebuild-mode/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST ebuild-mode-1.44.tar.xz 34468 BLAKE2B 05c420979c2e4e145ab6230e9218d2ace8250abcc07e819610e9ac1fbb86147a641b88e69328ff624f9787b87cef56f9fe02a1205a02d01a0157b0293656647e SHA512 4d9b01939af089794255faf747264f948b8b2df47936e364ccfa23da493a33f56fbce1277526089e60b716e38e248b12fac39eca0d59d4974e2e70236ffbcd44
23 DIST ebuild-mode-1.45.tar.xz 34520 BLAKE2B 15246a7b0a85d05270e3c4db8dc30c7e7ea704fa62644c11320fad8f25dcae8c17dbae86be5245b6ed9dd7650f247616c7a1fbd07536386ef2841b2351287f7a SHA512 b5842696bd548c11bf6164694c9d0bbd3cbfaa77b8f34cf27544033f39986610a6ec2e030c72da68f7645e851e6e377eb557d3eb721b8ad1b6b920dc8bf80750
24 DIST ebuild-mode-1.46.tar.xz 34928 BLAKE2B ee2686f3862fc7aa5f820311a6e45d62b153426134422c56a2a6222795163f454291da5510e86c52edee1b22b7bec641ceb132147b29243ee647774a8e91342b SHA512 e7a81c9a3692db1c6db41e138b382e3027094529d4ad3244ecde5a245340f911f8a63ce8ce8bbd7910116c704bcf8fcce90142b8863ecc1b543760ef1411833e
25
26 diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.44.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.44.ebuild
27 deleted file mode 100644
28 index dd4ebc16931..00000000000
29 --- a/app-emacs/ebuild-mode/ebuild-mode-1.44.ebuild
30 +++ /dev/null
31 @@ -1,22 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit elisp readme.gentoo-r1
38 -
39 -DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
40 -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
41 -SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
46 -
47 -DEPEND="sys-apps/texinfo"
48 -
49 -DOCS="ChangeLog keyword-generation.sh"
50 -ELISP_TEXINFO="${PN}.texi"
51 -SITEFILE="50${PN}-gentoo-1.39.el"
52 -DOC_CONTENTS="Some optional features may require installation of additional
53 - packages, like dev-python/docutils-glep for glep."