commit:     41ea708569a716cad345b5277a02cf010b5450db
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  2 17:57:05 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Apr  2 17:57:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ea7085

app-emacs/emacs-wiki-blog: Remove package.

Bug: https://bugs.gentoo.org/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 deletions(-)

diff --git a/app-emacs/emacs-wiki-blog/Manifest 
b/app-emacs/emacs-wiki-blog/Manifest
deleted file mode 100644
index 3245256eb88..00000000000
--- a/app-emacs/emacs-wiki-blog/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 2ee19b45a1f..00000000000
--- a/app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.5.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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
deleted file mode 100644
index f11b1292ec1..00000000000
--- a/app-emacs/emacs-wiki-blog/files/0.4-gentoo.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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
deleted file mode 100644
index 9c3b97026ef..00000000000
--- a/app-emacs/emacs-wiki-blog/files/90emacs-wiki-blog-gentoo.el
+++ /dev/null
@@ -1,19 +0,0 @@
-
-;;; 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
deleted file mode 100644
index d5834644a6a..00000000000
--- a/app-emacs/emacs-wiki-blog/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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