summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-01-25 22:05:12 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-01-25 22:05:12 +0000
commitb6b75951fdb29a81672ceb87b3115f3bdf874a9e (patch)
tree49f7c0c59aef08c8adfabd0fb7691476816eecc9 /app-emacs/blogmax
parentVersion bump (diff)
downloadgentoo-2-b6b75951fdb29a81672ceb87b3115f3bdf874a9e.tar.gz
gentoo-2-b6b75951fdb29a81672ceb87b3115f3bdf874a9e.tar.bz2
gentoo-2-b6b75951fdb29a81672ceb87b3115f3bdf874a9e.zip
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-emacs/blogmax')
-rw-r--r--app-emacs/blogmax/ChangeLog11
-rw-r--r--app-emacs/blogmax/Manifest4
-rw-r--r--app-emacs/blogmax/blogmax-20041208.ebuild34
-rw-r--r--app-emacs/blogmax/files/50blogmax-gentoo.el5
-rw-r--r--app-emacs/blogmax/files/README.Gentoo8
-rw-r--r--app-emacs/blogmax/files/digest-blogmax-200412081
-rw-r--r--app-emacs/blogmax/metadata.xml8
7 files changed, 71 insertions, 0 deletions
diff --git a/app-emacs/blogmax/ChangeLog b/app-emacs/blogmax/ChangeLog
new file mode 100644
index 000000000000..8cd4051aea9e
--- /dev/null
+++ b/app-emacs/blogmax/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-emacs/blogmax
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/blogmax/ChangeLog,v 1.1 2005/01/25 22:05:12 mkennedy Exp $
+
+*blogmax-20041208 (25 Jan 2005)
+
+ 25 Jan 2005; Matthew Kennedy <mkennedy@gentoo.org> +metadata.xml,
+ +files/50blogmax-gentoo.el, +files/README.Gentoo,
+ +blogmax-20041208.ebuild:
+ Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>
+
diff --git a/app-emacs/blogmax/Manifest b/app-emacs/blogmax/Manifest
new file mode 100644
index 000000000000..32308b5b82fc
--- /dev/null
+++ b/app-emacs/blogmax/Manifest
@@ -0,0 +1,4 @@
+MD5 f9ff6bc9cf9ad66fa195c3a72e390fe9 blogmax-20041208.ebuild 804
+MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158
+MD5 c98c6c32d766cf7363b11beea11fab88 files/50blogmax-gentoo.el 95
+MD5 698fb479b211c39513c82125ac01b6fc files/digest-blogmax-20041208 68
diff --git a/app-emacs/blogmax/blogmax-20041208.ebuild b/app-emacs/blogmax/blogmax-20041208.ebuild
new file mode 100644
index 000000000000..1121e0cc91aa
--- /dev/null
+++ b/app-emacs/blogmax/blogmax-20041208.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/blogmax/blogmax-20041208.ebuild,v 1.1 2005/01/25 22:05:12 mkennedy Exp $
+
+inherit elisp
+
+DESCRIPTION="BlogMax: Blogging in Emacs"
+HOMEPAGE="http://billstclair.com/blogmax/index.html"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="virtual/emacs"
+
+S=${WORKDIR}/${P}
+
+src_unpack() {
+ unpack ${A}; rm -f *.elc
+}
+
+src_compile() {
+ elisp-compile *.el
+}
+
+src_install() {
+ elisp-install ${PN} blogmax.{el,elc}
+ elisp-site-file-install ${FILESDIR}/50blogmax-gentoo.el
+ dodoc gpl.txt ${FILESDIR}/README.Gentoo
+ dodir /usr/share/doc/${PF}/example
+ cp -r * ${D}/usr/share/doc/${PF}/example
+ pushd ${D}/usr/share/doc/${PF}/example
+ rm -f blogmax.{el,elc}
+}
diff --git a/app-emacs/blogmax/files/50blogmax-gentoo.el b/app-emacs/blogmax/files/50blogmax-gentoo.el
new file mode 100644
index 000000000000..93853eedcb14
--- /dev/null
+++ b/app-emacs/blogmax/files/50blogmax-gentoo.el
@@ -0,0 +1,5 @@
+
+;;; blogmax site-lisp configuration
+
+(add-to-list 'load-path "@SITELISP@")
+(require 'blogmax) \ No newline at end of file
diff --git a/app-emacs/blogmax/files/README.Gentoo b/app-emacs/blogmax/files/README.Gentoo
new file mode 100644
index 000000000000..a737d0f9c9ac
--- /dev/null
+++ b/app-emacs/blogmax/files/README.Gentoo
@@ -0,0 +1,8 @@
+ -*-outline-*-
+* Getting Started With BlogMax
+
+Use the example site file from /usr/share/doc/blogmax-*/example as a
+template for your own blog.
+
+--
+Matthew Kennedy <mkennedy@gentoo.org>
diff --git a/app-emacs/blogmax/files/digest-blogmax-20041208 b/app-emacs/blogmax/files/digest-blogmax-20041208
new file mode 100644
index 000000000000..529ae50b99f6
--- /dev/null
+++ b/app-emacs/blogmax/files/digest-blogmax-20041208
@@ -0,0 +1 @@
+MD5 4e2804a8216abf0ced66ec3d4da8e501 blogmax-20041208.tar.bz2 84894
diff --git a/app-emacs/blogmax/metadata.xml b/app-emacs/blogmax/metadata.xml
new file mode 100644
index 000000000000..152470076db1
--- /dev/null
+++ b/app-emacs/blogmax/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>
+BlogMax is an Emacs package that aids in the creation of a weblog.
+</longdescription>
+</pkgmetadata>