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/po-mode/
Date: Mon, 18 Nov 2019 11:56:57
Message-Id: 1574078125.2679a45b6ac7105b90015a70e776405d8b295212.ulm@gentoo
1 commit: 2679a45b6ac7105b90015a70e776405d8b295212
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 18 11:47:00 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 18 11:55:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2679a45b
7
8 app-emacs/po-mode: Remove old.
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/po-mode/Manifest | 1 -
14 app-emacs/po-mode/po-mode-0.19.8.1.ebuild | 18 ------------------
15 2 files changed, 19 deletions(-)
16
17 diff --git a/app-emacs/po-mode/Manifest b/app-emacs/po-mode/Manifest
18 index 649c288c7aa..570020ffd17 100644
19 --- a/app-emacs/po-mode/Manifest
20 +++ b/app-emacs/po-mode/Manifest
21 @@ -1,2 +1 @@
22 -DIST gettext-0.19.8.1.tar.gz 19704011 BLAKE2B 17dc7aad338a26d71b818fea51e46a47dccf14744ee575ce86b591becaea402e36d64dc018e1a84113c356122ffef367cf2fa424e51ebc9720350040b4960091 SHA512 073042fa2dc48804c58e76f036130a669e19612c25427b0ab14d0b366b549a63751bf3af03bfd0745d7c4f72497a4b2aab26a3cc6de83189ce111679073878e1
23 DIST gettext-0.20.1.tar.gz 23267473 BLAKE2B 34e776b985c7db105f8029e0f3400aa645ff6843cd35f778d48450368a31218ddcf590fbc7fd2d10f716b63094d6a15bf40b358e8a6f498d450d2420e7e7a5f2 SHA512 af6d74986da285df0bdd59524bdf01bb12db448e5ea659dda3b60b660c4a9063c80e8c74cc8751334e065e98348ee0db0079e43c67d485a15e86ae236115fe06
24
25 diff --git a/app-emacs/po-mode/po-mode-0.19.8.1.ebuild b/app-emacs/po-mode/po-mode-0.19.8.1.ebuild
26 deleted file mode 100644
27 index 9959a044d2b..00000000000
28 --- a/app-emacs/po-mode/po-mode-0.19.8.1.ebuild
29 +++ /dev/null
30 @@ -1,18 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit elisp
37 -
38 -DESCRIPTION="Major mode for GNU gettext PO files"
39 -HOMEPAGE="https://www.gnu.org/software/gettext/"
40 -SRC_URI="mirror://gnu/gettext/gettext-${PV}.tar.gz"
41 -
42 -LICENSE="GPL-3+"
43 -SLOT="0"
44 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
45 -
46 -S="${WORKDIR}/gettext-${PV}/gettext-tools/misc"
47 -ELISP_REMOVE="start-po.el"
48 -SITEFILE="50${PN}-gentoo.el"