diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-02-06 21:02:47 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-02-06 21:02:47 +0000 |
commit | bce9d08a24ea919e830e7300eb3f3a01db2d24c1 (patch) | |
tree | 3ab1624d228e6983db97c3bf0d2a8c8b1d8d3e78 /app-emacs/org-mode | |
parent | Sparc stable, Bug #209035 --- appears to work. (diff) | |
download | gentoo-2-bce9d08a24ea919e830e7300eb3f3a01db2d24c1.tar.gz gentoo-2-bce9d08a24ea919e830e7300eb3f3a01db2d24c1.tar.bz2 gentoo-2-bce9d08a24ea919e830e7300eb3f3a01db2d24c1.zip |
Version bump.
(Portage version: 2.1.4.1)
Diffstat (limited to 'app-emacs/org-mode')
-rw-r--r-- | app-emacs/org-mode/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/org-mode/org-mode-5.17a.ebuild | 30 | ||||
-rw-r--r-- | app-emacs/org-mode/org-mode-5.20.ebuild (renamed from app-emacs/org-mode/org-mode-5.19a.ebuild) | 2 |
3 files changed, 8 insertions, 32 deletions
diff --git a/app-emacs/org-mode/ChangeLog b/app-emacs/org-mode/ChangeLog index 5ecbcd24a1ac..7cf770573196 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.21 2008/01/18 17:24:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.22 2008/02/06 21:02:47 ulm Exp $ + +*org-mode-5.20 (06 Feb 2008) + + 06 Feb 2008; Ulrich Mueller <ulm@gentoo.org> -org-mode-5.17a.ebuild, + -org-mode-5.19a.ebuild, +org-mode-5.20.ebuild: + Version bump. *org-mode-5.19a (18 Jan 2008) diff --git a/app-emacs/org-mode/org-mode-5.17a.ebuild b/app-emacs/org-mode/org-mode-5.17a.ebuild deleted file mode 100644 index 042a71465a50..000000000000 --- a/app-emacs/org-mode/org-mode-5.17a.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2007 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.17a.ebuild,v 1.1 2007/12/28 21:03:33 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.19a.ebuild b/app-emacs/org-mode/org-mode-5.20.ebuild index 158a5d3e118f..4ef5cd5d3e23 100644 --- a/app-emacs/org-mode/org-mode-5.19a.ebuild +++ b/app-emacs/org-mode/org-mode-5.20.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.19a.ebuild,v 1.1 2008/01/18 17:24:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-5.20.ebuild,v 1.1 2008/02/06 21:02:47 ulm Exp $ inherit elisp |