From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A12CA138331 for ; Mon, 2 Apr 2018 18:03:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B51E3E0E83; Mon, 2 Apr 2018 18:03:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77FFDE0E83 for ; Mon, 2 Apr 2018 18:03:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4162433BE68 for ; Mon, 2 Apr 2018 18:03:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5378E26E for ; Mon, 2 Apr 2018 18:03:29 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1522691569.34fcdce40339aac6291b1947bcedd295999cb736.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:graveyard commit in: app-emacs/emacs-wiki/, app-emacs/emacs-wiki/files/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-emacs/emacs-wiki/Manifest app-emacs/emacs-wiki/emacs-wiki-2.72-r2.ebuild app-emacs/emacs-wiki/files/50emacs-wiki-gentoo.el app-emacs/emacs-wiki/metadata.xml X-VCS-Directories: app-emacs/emacs-wiki/ app-emacs/emacs-wiki/files/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 34fcdce40339aac6291b1947bcedd295999cb736 X-VCS-Branch: graveyard Date: Mon, 2 Apr 2018 18:03:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d2a5a518-8b87-47da-a1e8-edb3167b2c2f X-Archives-Hash: 2f6faec6bf203dc8e4400b6abb33359a commit: 34fcdce40339aac6291b1947bcedd295999cb736 Author: Ulrich Müller gentoo org> AuthorDate: Mon Apr 2 17:52:49 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Apr 2 17:52:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=34fcdce4 emacs-wiki removed 2018-04-02 bug 619194 app-emacs/emacs-wiki/Manifest | 1 + app-emacs/emacs-wiki/emacs-wiki-2.72-r2.ebuild | 41 +++++++++++++++++++++++ app-emacs/emacs-wiki/files/50emacs-wiki-gentoo.el | 5 +++ app-emacs/emacs-wiki/metadata.xml | 24 +++++++++++++ 4 files changed, 71 insertions(+) diff --git a/app-emacs/emacs-wiki/Manifest b/app-emacs/emacs-wiki/Manifest new file mode 100644 index 0000000..25fee7a --- /dev/null +++ b/app-emacs/emacs-wiki/Manifest @@ -0,0 +1 @@ +DIST emacs-wiki-2.72.tar.gz 217896 BLAKE2B 43d17a8b0940d7855bbc83d547d7d57fe485715c25def37f673bfdb92908f517d99710773a455cf14a2967ef219ee6c6663d78cfbf06359597f55f0a7700fa63 SHA512 eed759f43c8ba6bb06be2d6b5ab3eef4f13593ce952402dc0d054ff7283b236ded789807b080d19c06857367385dcbf76aec440ebbd7e2a23b113ddb4d288cb7 diff --git a/app-emacs/emacs-wiki/emacs-wiki-2.72-r2.ebuild b/app-emacs/emacs-wiki/emacs-wiki-2.72-r2.ebuild new file mode 100644 index 0000000..24e4f8a --- /dev/null +++ b/app-emacs/emacs-wiki/emacs-wiki-2.72-r2.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit elisp + +DESCRIPTION="Maintain a local Wiki using Emacs-friendly markup" +HOMEPAGE="http://www.mwolson.org/projects/EmacsWiki.html + http://www.emacswiki.org/emacs/EmacsWikiMode" +SRC_URI="http://www.mwolson.org/static/dist/emacs-wiki/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +DEPEND="app-emacs/htmlize + app-emacs/httpd" +RDEPEND="${DEPEND}" + +SITEFILE="50${PN}-gentoo.el" + +src_prepare() { + # These will be made part of the emacs-wiki installation until + # they are packaged separately + mv "${S}"/contrib/{update-remote,cgi}.el "${S}"/ || die +} + +src_compile() { + elisp-compile *.el + makeinfo emacs-wiki.texi || die "makeinfo failed" +} + +src_install() { + elisp-install ${PN} *.{el,elc} + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + doinfo *.info* + dodoc README ChangeLog* + docinto examples + dodoc examples/default.css +} diff --git a/app-emacs/emacs-wiki/files/50emacs-wiki-gentoo.el b/app-emacs/emacs-wiki/files/50emacs-wiki-gentoo.el new file mode 100644 index 0000000..487d5dd --- /dev/null +++ b/app-emacs/emacs-wiki/files/50emacs-wiki-gentoo.el @@ -0,0 +1,5 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'emacs-wiki-mode "emacs-wiki" + "An Emacs mode for maintaining a local Wiki database." t) +(autoload 'emacs-wiki-find-file "emacs-wiki" + "Open the Emacs Wiki page WIKI by name." t) diff --git a/app-emacs/emacs-wiki/metadata.xml b/app-emacs/emacs-wiki/metadata.xml new file mode 100644 index 0000000..14a7c30 --- /dev/null +++ b/app-emacs/emacs-wiki/metadata.xml @@ -0,0 +1,24 @@ + + + + + gnu-emacs@gentoo.org + Gentoo GNU Emacs project + + + Emacs-wiki allows you to create a wiki on your local system and + export HTML pages. + + Emacs-wiki has many uses. It has been used to organize links. It can + make web page maintenance and design a lot easier. It is used as the + back-end of Planner. You can store and link together various bits of + information in a coherent manner. A weblog of sorts can be made with + it, but RSS syndication is not supported. + + Emacs-wiki is not a real wiki in its basic configuration, because + users from the web cannot edit the pages unless you use + emacs-wiki-httpd.el. + + Emacs-wiki does not allow you to edit the pages of TheEmacsWiki. + +