Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:graveyard commit in: app-emacs/emacs-wiki-blog/, app-emacs/emacs-wiki-blog/files/
Date: Mon, 02 Apr 2018 18:03:33
Message-Id: 1522691589.68244628cd46f4431e3e9cf73239fdfbc63e31d4.ulm@gentoo
1 commit: 68244628cd46f4431e3e9cf73239fdfbc63e31d4
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 17:53:09 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 17:53:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=68244628
7
8 emacs-wiki-blog removed 2018-04-02 bug 619194
9
10 app-emacs/emacs-wiki-blog/Manifest | 1 +
11 app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.5.ebuild | 19 +++++++++++++++++++
12 app-emacs/emacs-wiki-blog/files/0.4-gentoo.patch | 12 ++++++++++++
13 .../emacs-wiki-blog/files/90emacs-wiki-blog-gentoo.el | 19 +++++++++++++++++++
14 app-emacs/emacs-wiki-blog/metadata.xml | 12 ++++++++++++
15 5 files changed, 63 insertions(+)
16
17 diff --git a/app-emacs/emacs-wiki-blog/Manifest b/app-emacs/emacs-wiki-blog/Manifest
18 new file mode 100644
19 index 0000000..3245256
20 --- /dev/null
21 +++ b/app-emacs/emacs-wiki-blog/Manifest
22 @@ -0,0 +1 @@
23 +DIST emacs-wiki-blog-0.5.tar.bz2 7108 BLAKE2B 5039857dcbbe3bee0f29588ccf1361d460e48b2f5bacc3861f5841cc8dee1b35644c62b14aa6f044050e3c8d8e1b5fe767b58d9b92a387e0b2639c818dcac604 SHA512 1f0481f3344b3264d33b2ddf9ff7290ef168743092313a3d9198466f002515906e3c4f8f56ef9375ea7ce77b9fb5620b2f1891d6f8b41772df46f7fd34edcc85
24
25 diff --git a/app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.5.ebuild b/app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.5.ebuild
26 new file mode 100644
27 index 0000000..2ee19b4
28 --- /dev/null
29 +++ b/app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.5.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +inherit elisp
35 +
36 +DESCRIPTION="Emacs-Wiki add-on for maintaining a weblog"
37 +HOMEPAGE="https://www.emacswiki.org/emacs/EmacsWikiBlog"
38 +SRC_URI="mirror://gentoo/${P}.tar.bz2"
39 +
40 +LICENSE="GPL-2"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~ppc ~x86"
43 +IUSE=""
44 +
45 +DEPEND="app-emacs/emacs-wiki"
46 +RDEPEND="${DEPEND}"
47 +
48 +ELISP_PATCHES="0.4-gentoo.patch"
49 +SITEFILE="90${PN}-gentoo.el"
50
51 diff --git a/app-emacs/emacs-wiki-blog/files/0.4-gentoo.patch b/app-emacs/emacs-wiki-blog/files/0.4-gentoo.patch
52 new file mode 100644
53 index 0000000..f11b129
54 --- /dev/null
55 +++ b/app-emacs/emacs-wiki-blog/files/0.4-gentoo.patch
56 @@ -0,0 +1,12 @@
57 +diff -ur emacs-wiki-blog-0.4.orig/emacs-wiki-blog.el emacs-wiki-blog-0.4/emacs-wiki-blog.el
58 +--- emacs-wiki-blog-0.4.orig/emacs-wiki-blog.el 2005-02-01 03:56:04.000000000 -0600
59 ++++ emacs-wiki-blog-0.4/emacs-wiki-blog.el 2005-02-01 03:59:02.567905058 -0600
60 +@@ -42,6 +42,7 @@
61 +
62 +
63 +
64 ++(require 'cl)
65 + (require 'emacs-wiki)
66 + (require 'calendar)
67 +
68 +Only in emacs-wiki-blog-0.4: emacs-wiki-blog.el~
69
70 diff --git a/app-emacs/emacs-wiki-blog/files/90emacs-wiki-blog-gentoo.el b/app-emacs/emacs-wiki-blog/files/90emacs-wiki-blog-gentoo.el
71 new file mode 100644
72 index 0000000..9c3b970
73 --- /dev/null
74 +++ b/app-emacs/emacs-wiki-blog/files/90emacs-wiki-blog-gentoo.el
75 @@ -0,0 +1,19 @@
76 +
77 +;;; emacs-wiki-blog site-lisp configuration
78 +
79 +(add-to-list 'load-path "@SITELISP@")
80 +(autoload 'emacs-wiki-blog-last-n-entries "emacs-wiki-blog")
81 +(autoload 'emacs-wiki-blog-generate-calendar "emacs-wiki-blog")
82 +(autoload 'emacs-wiki-blog-generate-archives "emacs-wiki-blog")
83 +(autoload 'ewb-publish-rss "emacs-wiki-blog")
84 +(autoload 'gs-latex-tag "latex2png")
85 +(autoload 'latex2png "latex2png")
86 +(autoload 'gs-emacs-wiki-thumbnail-tag "plog")
87 +
88 +(eval-after-load "emacs-wiki-colors"
89 + '(progn
90 + (add-to-list 'emacs-wiki-markup-tags '("latex" t t t gs-latex-tag))
91 + (add-to-list 'emacs-wiki-markup-tags
92 + '("thumb" t t t gs-emacs-wiki-thumbnail-tag))))
93 +
94 +(setq gs-latex2png-scale-factor 2.5)
95
96 diff --git a/app-emacs/emacs-wiki-blog/metadata.xml b/app-emacs/emacs-wiki-blog/metadata.xml
97 new file mode 100644
98 index 0000000..d583464
99 --- /dev/null
100 +++ b/app-emacs/emacs-wiki-blog/metadata.xml
101 @@ -0,0 +1,12 @@
102 +<?xml version="1.0" encoding="UTF-8"?>
103 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
104 +<pkgmetadata>
105 +<maintainer type="project">
106 + <email>gnu-emacs@g.o</email>
107 + <name>Gentoo GNU Emacs project</name>
108 +</maintainer>
109 +<longdescription>
110 + Emacs-wiki-blog is an Emacs Lisp package to maintain online journals,
111 + like the way blogger or livejournal does, but much more powerful.
112 +</longdescription>
113 +</pkgmetadata>