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/emacs-wiki/files/, app-emacs/emacs-wiki/
Date: Mon, 02 Apr 2018 18:01:52
Message-Id: 1522691874.360d89f76e34ca455d2422b73025f228eb259c5f.ulm@gentoo
1 commit: 360d89f76e34ca455d2422b73025f228eb259c5f
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 17:57:54 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 17:57:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=360d89f7
7
8 app-emacs/emacs-wiki: Remove package.
9
10 Bug: https://bugs.gentoo.org/619194
11
12 app-emacs/emacs-wiki/Manifest | 1 -
13 app-emacs/emacs-wiki/emacs-wiki-2.72-r2.ebuild | 41 -----------------------
14 app-emacs/emacs-wiki/files/50emacs-wiki-gentoo.el | 5 ---
15 app-emacs/emacs-wiki/metadata.xml | 24 -------------
16 4 files changed, 71 deletions(-)
17
18 diff --git a/app-emacs/emacs-wiki/Manifest b/app-emacs/emacs-wiki/Manifest
19 deleted file mode 100644
20 index 25fee7a5536..00000000000
21 --- a/app-emacs/emacs-wiki/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST emacs-wiki-2.72.tar.gz 217896 BLAKE2B 43d17a8b0940d7855bbc83d547d7d57fe485715c25def37f673bfdb92908f517d99710773a455cf14a2967ef219ee6c6663d78cfbf06359597f55f0a7700fa63 SHA512 eed759f43c8ba6bb06be2d6b5ab3eef4f13593ce952402dc0d054ff7283b236ded789807b080d19c06857367385dcbf76aec440ebbd7e2a23b113ddb4d288cb7
25
26 diff --git a/app-emacs/emacs-wiki/emacs-wiki-2.72-r2.ebuild b/app-emacs/emacs-wiki/emacs-wiki-2.72-r2.ebuild
27 deleted file mode 100644
28 index 24e4f8ae7b7..00000000000
29 --- a/app-emacs/emacs-wiki/emacs-wiki-2.72-r2.ebuild
30 +++ /dev/null
31 @@ -1,41 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit elisp
38 -
39 -DESCRIPTION="Maintain a local Wiki using Emacs-friendly markup"
40 -HOMEPAGE="http://www.mwolson.org/projects/EmacsWiki.html
41 - http://www.emacswiki.org/emacs/EmacsWikiMode"
42 -SRC_URI="http://www.mwolson.org/static/dist/emacs-wiki/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2+"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~ppc ~x86"
47 -
48 -DEPEND="app-emacs/htmlize
49 - app-emacs/httpd"
50 -RDEPEND="${DEPEND}"
51 -
52 -SITEFILE="50${PN}-gentoo.el"
53 -
54 -src_prepare() {
55 - # These will be made part of the emacs-wiki installation until
56 - # they are packaged separately
57 - mv "${S}"/contrib/{update-remote,cgi}.el "${S}"/ || die
58 -}
59 -
60 -src_compile() {
61 - elisp-compile *.el
62 - makeinfo emacs-wiki.texi || die "makeinfo failed"
63 -}
64 -
65 -src_install() {
66 - elisp-install ${PN} *.{el,elc}
67 - elisp-site-file-install "${FILESDIR}/${SITEFILE}"
68 - doinfo *.info*
69 - dodoc README ChangeLog*
70 - docinto examples
71 - dodoc examples/default.css
72 -}
73
74 diff --git a/app-emacs/emacs-wiki/files/50emacs-wiki-gentoo.el b/app-emacs/emacs-wiki/files/50emacs-wiki-gentoo.el
75 deleted file mode 100644
76 index 487d5ddeecc..00000000000
77 --- a/app-emacs/emacs-wiki/files/50emacs-wiki-gentoo.el
78 +++ /dev/null
79 @@ -1,5 +0,0 @@
80 -(add-to-list 'load-path "@SITELISP@")
81 -(autoload 'emacs-wiki-mode "emacs-wiki"
82 - "An Emacs mode for maintaining a local Wiki database." t)
83 -(autoload 'emacs-wiki-find-file "emacs-wiki"
84 - "Open the Emacs Wiki page WIKI by name." t)
85
86 diff --git a/app-emacs/emacs-wiki/metadata.xml b/app-emacs/emacs-wiki/metadata.xml
87 deleted file mode 100644
88 index 14a7c3026b7..00000000000
89 --- a/app-emacs/emacs-wiki/metadata.xml
90 +++ /dev/null
91 @@ -1,24 +0,0 @@
92 -<?xml version="1.0" encoding="UTF-8"?>
93 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
94 -<pkgmetadata>
95 -<maintainer type="project">
96 - <email>gnu-emacs@g.o</email>
97 - <name>Gentoo GNU Emacs project</name>
98 -</maintainer>
99 -<longdescription>
100 - Emacs-wiki allows you to create a wiki on your local system and
101 - export HTML pages.
102 -
103 - Emacs-wiki has many uses. It has been used to organize links. It can
104 - make web page maintenance and design a lot easier. It is used as the
105 - back-end of Planner. You can store and link together various bits of
106 - information in a coherent manner. A weblog of sorts can be made with
107 - it, but RSS syndication is not supported.
108 -
109 - Emacs-wiki is not a real wiki in its basic configuration, because
110 - users from the web cannot edit the pages unless you use
111 - emacs-wiki-httpd.el.
112 -
113 - Emacs-wiki does not allow you to edit the pages of TheEmacsWiki.
114 -</longdescription>
115 -</pkgmetadata>