diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-17 19:19:57 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-02-17 19:19:57 +0000 |
commit | 1ee55f1e217126c952d351721407515515d11f5d (patch) | |
tree | e0525c7ec5340797d898a29bafd3a0973341e964 /app-emacs/emacs-wiki-blog | |
parent | Version bump, closes bug #82285 (diff) | |
download | gentoo-2-1ee55f1e217126c952d351721407515515d11f5d.tar.gz gentoo-2-1ee55f1e217126c952d351721407515515d11f5d.tar.bz2 gentoo-2-1ee55f1e217126c952d351721407515515d11f5d.zip |
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-emacs/emacs-wiki-blog')
-rw-r--r-- | app-emacs/emacs-wiki-blog/ChangeLog | 11 | ||||
-rw-r--r-- | app-emacs/emacs-wiki-blog/Manifest | 4 | ||||
-rw-r--r-- | app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.4.ebuild | 22 | ||||
-rw-r--r-- | app-emacs/emacs-wiki-blog/files/0.4-gentoo.patch | 12 | ||||
-rw-r--r-- | app-emacs/emacs-wiki-blog/files/90emacs-wiki-blog-gentoo.el | 12 | ||||
-rw-r--r-- | app-emacs/emacs-wiki-blog/files/digest-emacs-wiki-blog-0.4 | 1 | ||||
-rw-r--r-- | app-emacs/emacs-wiki-blog/metadata.xml | 8 |
7 files changed, 70 insertions, 0 deletions
diff --git a/app-emacs/emacs-wiki-blog/ChangeLog b/app-emacs/emacs-wiki-blog/ChangeLog new file mode 100644 index 000000000000..c4508175f361 --- /dev/null +++ b/app-emacs/emacs-wiki-blog/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-emacs/emacs-wiki-blog +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wiki-blog/ChangeLog,v 1.1 2005/02/17 19:19:57 mkennedy Exp $ + +*emacs-wiki-blog-0.4 (17 Feb 2005) + + 17 Feb 2005; Matthew Kennedy <mkennedy@gentoo.org> +metadata.xml, + +files/0.4-gentoo.patch, +files/90emacs-wiki-blog-gentoo.el, + +emacs-wiki-blog-0.4.ebuild: + Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org> + diff --git a/app-emacs/emacs-wiki-blog/Manifest b/app-emacs/emacs-wiki-blog/Manifest new file mode 100644 index 000000000000..7b7fced93f5d --- /dev/null +++ b/app-emacs/emacs-wiki-blog/Manifest @@ -0,0 +1,4 @@ +MD5 42d18d9f6eb9a7c457d9f0f26a49617a emacs-wiki-blog-0.4.ebuild 511 +MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 +MD5 63d9160aec3725041a4211bc02fd156e files/digest-emacs-wiki-blog-0.4 70 +MD5 57249d285655800175a087b51a55ce22 files/90emacs-wiki-blog-gentoo.el 340 diff --git a/app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.4.ebuild b/app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.4.ebuild new file mode 100644 index 000000000000..c56d3dd865ac --- /dev/null +++ b/app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wiki-blog/emacs-wiki-blog-0.4.ebuild,v 1.1 2005/02/17 19:19:57 mkennedy Exp $ + +inherit elisp eutils + +DESCRIPTION="Emacs-Wiki add-on for maintaining a weblog" +HOMEPAGE="http://www.sfu.ca/~gswamina/EmacsWikiBlog.html" +SRC_URI="mirror://gentoo/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +DEPEND="app-emacs/emacs-wiki" + +SITEFILE=90emacs-wiki-blog-gentoo.el + +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/${PV}-gentoo.patch || die +} 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 000000000000..f11b1292ec1c --- /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 000000000000..1e07951eae9c --- /dev/null +++ b/app-emacs/emacs-wiki-blog/files/90emacs-wiki-blog-gentoo.el @@ -0,0 +1,12 @@ + +;;; emacs-wiki-blog site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") +(load-library "emacs-wiki-blog") +(load-library "latex2png") +(load-library "plog") + +(push '("latex" t t t gs-latex-tag) emacs-wiki-markup-tags) +(push '("thumb" t t t gs-emacs-wiki-thumbnail-tag) emacs-wiki-markup-tags) + +(setq gs-latex2png-scale-factor 2.5) diff --git a/app-emacs/emacs-wiki-blog/files/digest-emacs-wiki-blog-0.4 b/app-emacs/emacs-wiki-blog/files/digest-emacs-wiki-blog-0.4 new file mode 100644 index 000000000000..542388526ac9 --- /dev/null +++ b/app-emacs/emacs-wiki-blog/files/digest-emacs-wiki-blog-0.4 @@ -0,0 +1 @@ +MD5 a32387fe6e7abfeabe6617e898a33928 emacs-wiki-blog-0.4.tar.bz2 7223 diff --git a/app-emacs/emacs-wiki-blog/metadata.xml b/app-emacs/emacs-wiki-blog/metadata.xml new file mode 100644 index 000000000000..f0fc58e6423e --- /dev/null +++ b/app-emacs/emacs-wiki-blog/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>emacs</herd> +<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> |