Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/completion-ui/, app-emacs/completion-ui/files/
Date: Sat, 17 Aug 2019 22:09:01
Message-Id: 1566078680.dbcd2317eb10d3af9cef07df02a17182af0e151e.ulm@gentoo
1 commit: dbcd2317eb10d3af9cef07df02a17182af0e151e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 17 21:51:20 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 17 21:51:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=dbcd2317
7
8 app-emacs/completion-ui: Remove package.
9
10 Does not compile with recent Emacs versions. Neither does newest
11 available upstream version 0.12 (from 2013).
12
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 app-emacs/completion-ui/Manifest | 21 -----------------
16 .../completion-ui/completion-ui-0.11.11.ebuild | 26 ----------------------
17 .../completion-ui/files/50completion-ui-gentoo.el | 8 -------
18 app-emacs/completion-ui/metadata.xml | 8 -------
19 4 files changed, 63 deletions(-)
20
21 diff --git a/app-emacs/completion-ui/Manifest b/app-emacs/completion-ui/Manifest
22 deleted file mode 100644
23 index 0c049e3..0000000
24 --- a/app-emacs/completion-ui/Manifest
25 +++ /dev/null
26 @@ -1,21 +0,0 @@
27 ------BEGIN PGP SIGNED MESSAGE-----
28 -Hash: SHA256
29 -
30 -DIST completion-ui-0.11.11.tar.gz 72755 SHA256 a1854dc547d006b550df96ae48b66a30a29046e6c1a13accb4d0ec8856aaaf76 SHA512 b65e802a0f3ecf64f2516ad23cbb8ec0373e679adebbae0b81e3a4261947cfe27cb4e763b0669415cd858557de91b36e50a2928547f581974347640724c9317a WHIRLPOOL 9b0fd871ee60d01f13fcb1f5d09c5c9c68c70af56dcab554d208998fe1cedc1abe86dbfc892254c744f78b52ad030353c02522dd2397f675f832b7812fc18ce5
31 ------BEGIN PGP SIGNATURE-----
32 -Version: GnuPG v2.0.19 (GNU/Linux)
33 -
34 -iQIcBAEBCAAGBQJQiBgYAAoJEDxpGckxwJCBAXQP+wVribTsvGsPZZp/ZWHpGiP0
35 -vYBDWQpR3h1vJ55i7zjV9bSEeM2rLnl1VrccXCNTnJ25D3phXE+bmePRFA6eQRAf
36 -KxAj5XiRyQ0hzVTYuSZUlGEA67Z1Co5NVkQw+V/fsLgmkBYmRCPHh4Uw1185XZe0
37 -ueyw+3cyTw4yU1p1qYDSz/1fTcz1/1PRY2d1AoUsm28sp0Y/CK2DnGG9mmMlNpKQ
38 -Uh2GkUirvvc3XfmgbW09pS9ORp/d9005QCR3zq7VHoVecGkZ+ie+ayU5McdAUk/I
39 -vT6Jpq7RnzSOgMJMIRwIK7F6F69HcmyFyq583KPEE+svdYUEKbJI5OWpMeBKWvLg
40 -CPyj+NfVNljmEMUFuYz5LSy21uONQbTQNBYxNo9GzhxvAtGUPm23dTvPxFztT4SI
41 -qs76WAzDeaUw68jfb8ZBOrXEJTgc9jt8S+byjiRZfErEtjxCXleA9PWa2vQPBlgZ
42 -jPVoamcul5fX7InCbnatBLhsm9psiW6M+TTz8U8OhTjaXNekPmC8H1MJLLcSrwpV
43 -jHItllL59OK98MGZZ4O4BjadMHtnfzLZNmMGJQdFObZnYI2SYrr0RjWz4vSOhc+A
44 -3tTb7bYoEbdiJt6o4qbAPzesfGOr6Y+6wubHTC9lTPbRdJukzH4SvP+ltU54LWno
45 -NWYv5ZcX/YgVJORB6Ixa
46 -=alhH
47 ------END PGP SIGNATURE-----
48
49 diff --git a/app-emacs/completion-ui/completion-ui-0.11.11.ebuild b/app-emacs/completion-ui/completion-ui-0.11.11.ebuild
50 deleted file mode 100644
51 index c9e71dd..0000000
52 --- a/app-emacs/completion-ui/completion-ui-0.11.11.ebuild
53 +++ /dev/null
54 @@ -1,26 +0,0 @@
55 -# Copyright 1999-2012 Gentoo Foundation
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=4
59 -
60 -inherit elisp
61 -
62 -DESCRIPTION="Library that implements user-interfaces for in-buffer completion"
63 -HOMEPAGE="http://www.dr-qubit.org/emacs.php#completion"
64 -SRC_URI="http://www.dr-qubit.org/predictive/${P}.tar.gz"
65 -
66 -LICENSE="GPL-2+"
67 -SLOT="0"
68 -KEYWORDS="~amd64 ~x86"
69 -IUSE=""
70 -
71 -S="${WORKDIR}/${PN}"
72 -SITEFILE="50${PN}-gentoo.el"
73 -
74 -pkg_postinst() {
75 - elisp-site-regen
76 -
77 - elog "This package ships completion for dabbrev, etags, elisp,"
78 - elog "files, semantic, and nxml. You may want to bind the complete-?"
79 - elog "functions to a key in your .emacs file."
80 -}
81
82 diff --git a/app-emacs/completion-ui/files/50completion-ui-gentoo.el b/app-emacs/completion-ui/files/50completion-ui-gentoo.el
83 deleted file mode 100644
84 index aff8381..0000000
85 --- a/app-emacs/completion-ui/files/50completion-ui-gentoo.el
86 +++ /dev/null
87 @@ -1,8 +0,0 @@
88 -(add-to-list 'load-path "@SITELISP@")
89 -
90 -(autoload 'complete-dabbrev "completion-ui-sources" "Complete dabbrev" t)
91 -(autoload 'complete-etags "completion-ui-sources" "Complete etags" t)
92 -(autoload 'complete-elisp "completion-ui-sources" "Complete elisp" t)
93 -(autoload 'complete-files "completion-ui-sources" "Complete files" t)
94 -(autoload 'complete-semantic "completion-ui-sources" "Complete semantic" t)
95 -(autoload 'complete-nxml "completion-ui-sources" "Complete nxml" t)
96
97 diff --git a/app-emacs/completion-ui/metadata.xml b/app-emacs/completion-ui/metadata.xml
98 deleted file mode 100644
99 index c438baf..0000000
100 --- a/app-emacs/completion-ui/metadata.xml
101 +++ /dev/null
102 @@ -1,8 +0,0 @@
103 -<?xml version="1.0" encoding="UTF-8"?>
104 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
105 -<pkgmetadata>
106 -<maintainer type="project">
107 - <email>gnu-emacs@g.o</email>
108 - <name>Gentoo GNU Emacs project</name>
109 -</maintainer>
110 -</pkgmetadata>