diff options
author | 2014-02-12 08:44:27 +0000 | |
---|---|---|
committer | 2014-02-12 08:44:27 +0000 | |
commit | daff8fa9a9f867a77e619544b19f99b7d62db70f (patch) | |
tree | 9ebf828f998f2b73a2c39ddbe0efbe70dbe89f51 /app-emacs/org-mode | |
parent | this is an updated clone if astng which has been renamed and the upstream rep... (diff) | |
download | gentoo-2-daff8fa9a9f867a77e619544b19f99b7d62db70f.tar.gz gentoo-2-daff8fa9a9f867a77e619544b19f99b7d62db70f.tar.bz2 gentoo-2-daff8fa9a9f867a77e619544b19f99b7d62db70f.zip |
Version bump. Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
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-6.36c.ebuild | 39 | ||||
-rw-r--r-- | app-emacs/org-mode/org-mode-8.2.5h.ebuild (renamed from app-emacs/org-mode/org-mode-8.2.ebuild) | 4 |
3 files changed, 9 insertions, 42 deletions
diff --git a/app-emacs/org-mode/ChangeLog b/app-emacs/org-mode/ChangeLog index c4e32bd3d301..b3f556bcd1e4 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.162 2014/01/20 15:51:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.163 2014/02/12 08:44:27 ulm Exp $ + +*org-mode-8.2.5h (12 Feb 2014) + + 12 Feb 2014; Ulrich Müller <ulm@gentoo.org> -org-mode-6.36c.ebuild, + -org-mode-8.2.ebuild, +org-mode-8.2.5h.ebuild: + Version bump. Remove old. 20 Jan 2014; Agostino Sarubbo <ago@gentoo.org> org-mode-8.2.1.ebuild: Stable for ppc, wrt bug #495334 diff --git a/app-emacs/org-mode/org-mode-6.36c.ebuild b/app-emacs/org-mode/org-mode-6.36c.ebuild deleted file mode 100644 index fba4cfbeeaad..000000000000 --- a/app-emacs/org-mode/org-mode-6.36c.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-6.36c.ebuild,v 1.9 2012/09/26 18:19:45 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.3+" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="" - -S="${WORKDIR}/org-${PV}" -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - # remove autoload file to make sure that it is regenerated with - # the right Emacs version - rm -f lisp/org-install.el - emake || die "emake failed" -} - -src_install() { - emake \ - prefix="${D}/usr" \ - lispdir="${D}${SITELISP}/${PN}" \ - infodir="${D}/usr/share/info" \ - install || die "emake install failed" - - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die - - mv doc/org doc/org.info - doinfo doc/org.info || die "doinfo failed" - dodoc README ChangeLog Changes.org doc/org.pdf doc/orgcard.pdf \ - || die "dodoc failed" -} diff --git a/app-emacs/org-mode/org-mode-8.2.ebuild b/app-emacs/org-mode/org-mode-8.2.5h.ebuild index 51457e8e8fba..a8f5cf934edd 100644 --- a/app-emacs/org-mode/org-mode-8.2.ebuild +++ b/app-emacs/org-mode/org-mode-8.2.5h.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.ebuild,v 1.1 2013/09/23 17:53:53 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-8.2.5h.ebuild,v 1.1 2014/02/12 08:44:27 ulm Exp $ EAPI=5 NEED_EMACS=23 |