summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-08-08 12:14:30 +0000
committerUlrich Müller <ulm@gentoo.org>2008-08-08 12:14:30 +0000
commitfe136110df32d0cf322195baf3cf92b9ab742b6e (patch)
treef48ccf91d20103a2eaba6dac748d6b567917f1b5 /app-doc
parentfix capability support for kernel headers >= 2.6.25 (diff)
downloadhistorical-fe136110df32d0cf322195baf3cf92b9ab742b6e.tar.gz
historical-fe136110df32d0cf322195baf3cf92b9ab742b6e.tar.bz2
historical-fe136110df32d0cf322195baf3cf92b9ab742b6e.zip
Initial import, from Emacs overlay.
Package-Manager: portage-2.2_rc6/cvs/Linux 2.6.25-gentoo-r6 i686
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/casting-spels-emacs/ChangeLog10
-rw-r--r--app-doc/casting-spels-emacs/Manifest14
-rw-r--r--app-doc/casting-spels-emacs/casting-spels-emacs-19.ebuild27
-rw-r--r--app-doc/casting-spels-emacs/metadata.xml15
4 files changed, 66 insertions, 0 deletions
diff --git a/app-doc/casting-spels-emacs/ChangeLog b/app-doc/casting-spels-emacs/ChangeLog
new file mode 100644
index 000000000000..eedea483509e
--- /dev/null
+++ b/app-doc/casting-spels-emacs/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-doc/casting-spels-emacs
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/casting-spels-emacs/ChangeLog,v 1.1 2008/08/08 12:14:30 ulm Exp $
+
+*casting-spels-emacs-19 (08 Aug 2008)
+
+ 08 Aug 2008; Ulrich Mueller <ulm@gentoo.org> +metadata.xml,
+ +casting-spels-emacs-19.ebuild:
+ Initial import, from Emacs overlay. Ebuild contributed by me.
+
diff --git a/app-doc/casting-spels-emacs/Manifest b/app-doc/casting-spels-emacs/Manifest
new file mode 100644
index 000000000000..6bf28e87fdd1
--- /dev/null
+++ b/app-doc/casting-spels-emacs/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST casting-spels-emacs-v19.zip 1883707 RMD160 b4f4f8e18534c4834b5507c36996d3bee388b5a2 SHA1 2bb4363d6774f6400e9371042d244cb37a8abfbe SHA256 aa2e33449375db66577f80b7246ece75e75b04dc6f97fbc8ca9365579db16f3a
+EBUILD casting-spels-emacs-19.ebuild 873 RMD160 b38ee7e3d3123855d5fae9148d2e7790b7c294b4 SHA1 0649909edbf3b3be89dec64f23a331de3815687f SHA256 c86d80325c0be4c96dd644aaef07dca68a4236370a849f1de36298141fa46333
+MISC ChangeLog 424 RMD160 54ceb2673a2a303c14b6dbddcd54240963e96035 SHA1 b9f891e76d4515693f34f374b95b0e884a6384a6 SHA256 7a9d8503c9ac42c5b72d323c68deed2880bcf9c75ac0fb90975765984f901b9b
+MISC metadata.xml 786 RMD160 e87fb74c14d808777ccd476faaaefc43a5f8e9c3 SHA1 bac4d2588e946d36d34b8bda5ce9650f26e1b671 SHA256 c156eebe8215cf4b223d1f2a4b6252a6e21bc29b0045f6fc178961ef8cb828c5
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.9 (GNU/Linux)
+
+iEYEARECAAYFAkicOLYACgkQOeoy/oIi7uwJ6wCgsY1t60vUbCzDXn5C8uQTv93P
+MpsAoMAKyLtcZBkORWAJO8Mf2OVEqaPG
+=8f/y
+-----END PGP SIGNATURE-----
diff --git a/app-doc/casting-spels-emacs/casting-spels-emacs-19.ebuild b/app-doc/casting-spels-emacs/casting-spels-emacs-19.ebuild
new file mode 100644
index 000000000000..9302ccc13091
--- /dev/null
+++ b/app-doc/casting-spels-emacs/casting-spels-emacs-19.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/casting-spels-emacs/casting-spels-emacs-19.ebuild,v 1.1 2008/08/08 12:14:30 ulm Exp $
+
+inherit elisp-common
+
+DESCRIPTION="Casting SPELs in Lisp - A Comic Book (Emacs Lisp Edition)"
+HOMEPAGE="http://code.google.com/p/casting-spels-emacs/"
+SRC_URI="http://casting-spels-emacs.googlecode.com/files/${PN}-v${PV}.zip"
+
+LICENSE="GPL-2 FDL-1.2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="virtual/emacs"
+DEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${PN}"
+
+src_install() {
+ elisp-install ${PN} lisp/*.el || die "elisp-install failed"
+ dohtml -r html/. images || die "dohtml failed"
+ dosym html/images /usr/share/doc/${PF}/images
+ dosym ${SITELISP}/${PN} /usr/share/doc/${PF}/lisp
+ dodoc README.txt test/walk-through-commands.el
+}
diff --git a/app-doc/casting-spels-emacs/metadata.xml b/app-doc/casting-spels-emacs/metadata.xml
new file mode 100644
index 000000000000..b81c3b2a076a
--- /dev/null
+++ b/app-doc/casting-spels-emacs/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>emacs</herd>
+<longdescription>
+ Ever wonder what makes Lisp so powerful? Now you can find out for yourself -
+ And you can do it right inside your GNU Emacs text editor! If you've spent
+ any time working with Emacs, you'll find out that in order to get the full
+ power out of this uber text editor, you'll want to learn a little about
+ programming in Emacs Lisp. Anyone who has ever learned to program in Lisp
+ will tell you it is very different from any other programming language.
+ It is different in lots of surprising ways - This comic book will let you
+ find out how Lisp's unique design makes it so powerful!
+</longdescription>
+</pkgmetadata>