commit:     68244628cd46f4431e3e9cf73239fdfbc63e31d4
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  2 17:53:09 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Apr  2 17:53:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=68244628

emacs-wiki-blog removed 2018-04-02 bug 619194

 app-emacs/emacs-wiki-blog/Manifest                    |  1 +
 app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.5.ebuild  | 19 +++++++++++++++++++
 app-emacs/emacs-wiki-blog/files/0.4-gentoo.patch      | 12 ++++++++++++
 .../emacs-wiki-blog/files/90emacs-wiki-blog-gentoo.el | 19 +++++++++++++++++++
 app-emacs/emacs-wiki-blog/metadata.xml                | 12 ++++++++++++
 5 files changed, 63 insertions(+)

diff --git a/app-emacs/emacs-wiki-blog/Manifest 
b/app-emacs/emacs-wiki-blog/Manifest
new file mode 100644
index 0000000..3245256
--- /dev/null
+++ b/app-emacs/emacs-wiki-blog/Manifest
@@ -0,0 +1 @@
+DIST emacs-wiki-blog-0.5.tar.bz2 7108 BLAKE2B 
5039857dcbbe3bee0f29588ccf1361d460e48b2f5bacc3861f5841cc8dee1b35644c62b14aa6f044050e3c8d8e1b5fe767b58d9b92a387e0b2639c818dcac604
 SHA512 
1f0481f3344b3264d33b2ddf9ff7290ef168743092313a3d9198466f002515906e3c4f8f56ef9375ea7ce77b9fb5620b2f1891d6f8b41772df46f7fd34edcc85

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
new file mode 100644
index 0000000..2ee19b4
--- /dev/null
+++ b/app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+inherit elisp
+
+DESCRIPTION="Emacs-Wiki add-on for maintaining a weblog"
+HOMEPAGE="https://www.emacswiki.org/emacs/EmacsWikiBlog";
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="app-emacs/emacs-wiki"
+RDEPEND="${DEPEND}"
+
+ELISP_PATCHES="0.4-gentoo.patch"
+SITEFILE="90${PN}-gentoo.el"

diff --git a/app-emacs/emacs-wiki-blog/files/0.4-gentoo.patch 
b/app-emacs/emacs-wiki-blog/files/0.4-gentoo.patch
new file mode 100644
index 0000000..f11b129
--- /dev/null
+++ b/app-emacs/emacs-wiki-blog/files/0.4-gentoo.patch
@@ -0,0 +1,12 @@
+diff -ur emacs-wiki-blog-0.4.orig/emacs-wiki-blog.el 
emacs-wiki-blog-0.4/emacs-wiki-blog.el
+--- emacs-wiki-blog-0.4.orig/emacs-wiki-blog.el        2005-02-01 
03:56:04.000000000 -0600
++++ emacs-wiki-blog-0.4/emacs-wiki-blog.el     2005-02-01 03:59:02.567905058 
-0600
+@@ -42,6 +42,7 @@
+ 
+ 
+ 
++(require 'cl)
+ (require 'emacs-wiki)
+ (require 'calendar)
+ 
+Only in emacs-wiki-blog-0.4: emacs-wiki-blog.el~

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
new file mode 100644
index 0000000..9c3b970
--- /dev/null
+++ b/app-emacs/emacs-wiki-blog/files/90emacs-wiki-blog-gentoo.el
@@ -0,0 +1,19 @@
+
+;;; emacs-wiki-blog site-lisp configuration
+
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'emacs-wiki-blog-last-n-entries "emacs-wiki-blog")
+(autoload 'emacs-wiki-blog-generate-calendar "emacs-wiki-blog")
+(autoload 'emacs-wiki-blog-generate-archives "emacs-wiki-blog")
+(autoload 'ewb-publish-rss "emacs-wiki-blog")
+(autoload 'gs-latex-tag "latex2png")
+(autoload 'latex2png "latex2png")
+(autoload 'gs-emacs-wiki-thumbnail-tag "plog")
+
+(eval-after-load "emacs-wiki-colors"
+  '(progn
+     (add-to-list 'emacs-wiki-markup-tags '("latex" t t t gs-latex-tag))
+     (add-to-list 'emacs-wiki-markup-tags
+                 '("thumb" t t t gs-emacs-wiki-thumbnail-tag))))
+
+(setq gs-latex2png-scale-factor 2.5)

diff --git a/app-emacs/emacs-wiki-blog/metadata.xml 
b/app-emacs/emacs-wiki-blog/metadata.xml
new file mode 100644
index 0000000..d583464
--- /dev/null
+++ b/app-emacs/emacs-wiki-blog/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+<maintainer type="project">
+  <email>gnu-em...@gentoo.org</email>
+  <name>Gentoo GNU Emacs project</name>
+</maintainer>
+<longdescription>
+  Emacs-wiki-blog is an Emacs Lisp package to maintain online journals,
+  like the way blogger or livejournal does, but much more powerful.
+</longdescription>
+</pkgmetadata>

Reply via email to