summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2006-01-22 22:26:13 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2006-01-22 22:26:13 +0000
commit59355b9d99e98371da423c96b465392b41542b4b (patch)
treed9ebe276926bb9ac35dd6786954d457abe5ac82b /app-emacs
parentVersion bump (#119500) (diff)
downloadgentoo-2-59355b9d99e98371da423c96b465392b41542b4b.tar.gz
gentoo-2-59355b9d99e98371da423c96b465392b41542b4b.tar.bz2
gentoo-2-59355b9d99e98371da423c96b465392b41542b4b.zip
Added new version 3.40
(Portage version: 2.0.54)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/planner/ChangeLog9
-rw-r--r--app-emacs/planner/Manifest12
-rw-r--r--app-emacs/planner/files/digest-planner-3.401
-rw-r--r--app-emacs/planner/planner-3.40.ebuild43
4 files changed, 53 insertions, 12 deletions
diff --git a/app-emacs/planner/ChangeLog b/app-emacs/planner/ChangeLog
index eb13282df9d8..abaf4d4cfc9b 100644
--- a/app-emacs/planner/ChangeLog
+++ b/app-emacs/planner/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/planner
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/planner/ChangeLog,v 1.5 2005/12/20 18:06:46 mkennedy Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/planner/ChangeLog,v 1.6 2006/01/22 22:26:13 wrobel Exp $
+
+*planner-3.40 (22 Jan 2006)
+
+ 22 Jan 2006; <wrobel@gentoo.org> +planner-3.40.ebuild:
+ Added new version 3.40
*planner-3.30 (20 Dec 2005)
diff --git a/app-emacs/planner/Manifest b/app-emacs/planner/Manifest
index cb547d2b4619..cb99b0150148 100644
--- a/app-emacs/planner/Manifest
+++ b/app-emacs/planner/Manifest
@@ -1,17 +1,9 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 5a384a92610ba0f7f89ad63053f07a12 ChangeLog 838
MD5 f273f34026f0ead22d6803db8c79f47d files/80planner-gentoo.el 96
MD5 28bb6f548de0302c9b5bd006e0f765f1 files/digest-planner-3.26 72
MD5 1ec11c491d2a24cd04f863558c4a5bb8 files/digest-planner-3.30 72
+MD5 7a6ac7465a800e19beb0af88ad7e543f files/digest-planner-3.40 64
MD5 92e9a822945aa2dea4f840e125898501 metadata.xml 430
MD5 ed7b132970618f44e1fc993da4229b4c planner-3.26.ebuild 955
MD5 7f11b69d962988aa417dc4f707fc2de7 planner-3.30.ebuild 957
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDqEhCyiNZaEAZA+ARAhkoAJ9RKcXd/Stt42Jbyfvws8ShPTSmiwCfcfme
-Bf8llib9bssqXbu1c7ZGZik=
-=VnOz
------END PGP SIGNATURE-----
+MD5 3741c5c0950fe148d81f75a2fa077293 planner-3.40.ebuild 925
diff --git a/app-emacs/planner/files/digest-planner-3.40 b/app-emacs/planner/files/digest-planner-3.40
new file mode 100644
index 000000000000..b797778e939d
--- /dev/null
+++ b/app-emacs/planner/files/digest-planner-3.40
@@ -0,0 +1 @@
+MD5 ac16b6f70275774668b0dec7ddbf2ea3 planner-3.40.tar.gz 351931
diff --git a/app-emacs/planner/planner-3.40.ebuild b/app-emacs/planner/planner-3.40.ebuild
new file mode 100644
index 000000000000..f2c97d182b56
--- /dev/null
+++ b/app-emacs/planner/planner-3.40.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/planner/planner-3.40.ebuild,v 1.1 2006/01/22 22:26:13 wrobel Exp $
+
+inherit elisp
+
+DESCRIPTION="Maintain a local Wiki using Emacs-friendly markup"
+HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/PlannerMode"
+
+# Upstream sources are not reliably available, so we use the Debian
+# project's source archives
+
+SRC_URI="http://download.gna.org/planner-el/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="
+>=app-emacs/muse-3.02.6a
+sys-apps/texinfo"
+
+SITEFILE=80planner-gentoo.el
+
+S="${WORKDIR}/${P}"
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ doinfo planner-el.info
+ dodoc COMMENTARY
+ elisp-install ${PN} *.{el,elc}
+ elisp-site-file-install ${FILESDIR}/${SITEFILE}
+}
+
+pkg_postinst() {
+ elisp-site-regen
+}
+
+pkg_postrm() {
+ elisp-site-regen
+}