summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emacs/org-mode/ChangeLog8
-rw-r--r--app-emacs/org-mode/metadata.xml15
-rw-r--r--app-emacs/org-mode/org-mode-5.21.ebuild30
-rw-r--r--app-emacs/org-mode/org-mode-5.23a.ebuild (renamed from app-emacs/org-mode/org-mode-5.18a.ebuild)2
4 files changed, 23 insertions, 32 deletions
diff --git a/app-emacs/org-mode/ChangeLog b/app-emacs/org-mode/ChangeLog
index ad071d3d59a9..376b57cfb348 100644
--- a/app-emacs/org-mode/ChangeLog
+++ b/app-emacs/org-mode/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/org-mode
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.24 2008/02/22 14:32:51 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.25 2008/03/19 10:27:53 ulm Exp $
+
+*org-mode-5.23a (19 Mar 2008)
+
+ 19 Mar 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml,
+ -org-mode-5.18a.ebuild, -org-mode-5.21.ebuild, +org-mode-5.23a.ebuild:
+ Version bump. Remove old. Add longdescription to metadata.
*org-mode-5.22a (22 Feb 2008)
diff --git a/app-emacs/org-mode/metadata.xml b/app-emacs/org-mode/metadata.xml
index bc306fe58224..0880379c6c70 100644
--- a/app-emacs/org-mode/metadata.xml
+++ b/app-emacs/org-mode/metadata.xml
@@ -2,4 +2,19 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>emacs</herd>
+<longdescription>
+ Org-mode is a mode for keeping notes, maintaining ToDo lists, and doing
+ project planning with a fast and effective plain-text system.
+
+ Org-mode develops organizational tasks around NOTES files that contain
+ information about projects as plain text. Org-mode is implemented on top of
+ outline-mode, which makes it possible to keep the content of large files
+ well structured. Visibility cycling and structure editing help to work with
+ the tree. Tables are easily created with a built-in table editor. Org-mode
+ supports ToDo items, deadlines, time stamps, and scheduling. It dynamically
+ compiles entries into an agenda. Plain text URL-like links connect to
+ websites, emails, Usenet messages, BBDB entries, and any files related to
+ the projects. For printing and sharing of notes, an Org-mode file can be
+ exported as a structured ASCII file, HTML, and LaTeX.
+</longdescription>
</pkgmetadata>
diff --git a/app-emacs/org-mode/org-mode-5.21.ebuild b/app-emacs/org-mode/org-mode-5.21.ebuild
deleted file mode 100644
index db601031dd71..000000000000
--- a/app-emacs/org-mode/org-mode-5.21.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-5.21.ebuild,v 1.1 2008/02/07 17:44:32 ulm Exp $
-
-inherit elisp
-
-DESCRIPTION="An Emacs mode for notes and project planning"
-HOMEPAGE="http://www.orgmode.org/"
-SRC_URI="http://orgmode.org/org-${PV}.tar.gz"
-
-LICENSE="GPL-3 FDL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE=""
-
-SITEFILE="51${PN}-gentoo.el"
-DOCS="README ChangeLog org.pdf orgcard.pdf"
-
-S="${WORKDIR}/org-${PV}"
-
-src_compile() {
- elisp_src_compile
- emake info || die "emake info failed"
- mv org org.info || die "Infofile could not be renamed"
-}
-
-src_install() {
- elisp_src_install
- doinfo *.info
-}
diff --git a/app-emacs/org-mode/org-mode-5.18a.ebuild b/app-emacs/org-mode/org-mode-5.23a.ebuild
index 500f7f109cd5..b1a2a1f2f7d5 100644
--- a/app-emacs/org-mode/org-mode-5.18a.ebuild
+++ b/app-emacs/org-mode/org-mode-5.23a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-5.18a.ebuild,v 1.1 2008/01/08 08:45:40 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-5.23a.ebuild,v 1.1 2008/03/19 10:27:53 ulm Exp $
inherit elisp