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: Sat, 14 Dec 2019 22:52:41
Message-Id: 1576363936.a83a88a1d8011a957ccd6e2482fcf94c87294d5a.ulm@gentoo
1 commit: a83a88a1d8011a957ccd6e2482fcf94c87294d5a
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 14 18:57:08 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 14 22:52:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83a88a1
7
8 app-emacs/ebuild-mode: Remove old.
9
10 Package-Manager: Portage-2.3.81, Repoman-2.3.20
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/ebuild-mode/Manifest | 1 -
14 app-emacs/ebuild-mode/ebuild-mode-1.46.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 6646fa08e43..a2427a90c7f 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.46.tar.xz 34928 BLAKE2B ee2686f3862fc7aa5f820311a6e45d62b153426134422c56a2a6222795163f454291da5510e86c52edee1b22b7bec641ceb132147b29243ee647774a8e91342b SHA512 e7a81c9a3692db1c6db41e138b382e3027094529d4ad3244ecde5a245340f911f8a63ce8ce8bbd7910116c704bcf8fcce90142b8863ecc1b543760ef1411833e
23 DIST ebuild-mode-1.47.tar.xz 34812 BLAKE2B abbc3be110239f9e1765d4f1293856a7fc616d497ac5256a28b7d78fc57c8d725abccbf7b9e5908cb85f9a684dc1be26ab88152d836c2ec3a481802091729717 SHA512 13ee756ef914a314f6705df78735a3926a50d156f4abeff917bed68298aec81f072d53a60f7b985d9bb2caddcdbf65fd26f6c9189e6c5c1822674d9142b7db17
24 DIST ebuild-mode-1.48.tar.xz 34764 BLAKE2B cd54e8a1b65232538924aafd10f6dcadd457634313ccf08c97b841d0255f02496a0e3308a4d9cdcd5cbbc41f9f5c373e14641fa31202cfa369fd10f8562cf5da SHA512 d37d7951030877454416dca761c9775eadaa514f29bba8745f61c0f3a5ecb42675c230301286d5a8cce76d8ef7082f5db76151f69b35f6a999118c5e60a5f9c0
25
26 diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.46.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.46.ebuild
27 deleted file mode 100644
28 index f3b7d240a8e..00000000000
29 --- a/app-emacs/ebuild-mode/ebuild-mode-1.46.ebuild
30 +++ /dev/null
31 @@ -1,22 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
46 -
47 -BDEPEND="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."