public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/org-mode: ChangeLog org-mode-7.01f.ebuild
@ 2010-07-21  7:00 Christian Faulhammer (fauli)
  0 siblings, 0 replies; only message in thread
From: Christian Faulhammer (fauli) @ 2010-07-21  7:00 UTC (permalink / raw
  To: gentoo-commits

fauli       10/07/21 07:00:01

  Modified:             ChangeLog
  Added:                org-mode-7.01f.ebuild
  Log:
  version bump, drop compatability with GNU Emacs 21, version 22 is the lowest workiorking with this; revamp ebuild a little bit
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.104                app-emacs/org-mode/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/ChangeLog?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/ChangeLog?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/ChangeLog?r1=1.103&r2=1.104

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog	15 May 2010 16:54:01 -0000	1.103
+++ ChangeLog	21 Jul 2010 07:00:01 -0000	1.104
@@ -1,6 +1,13 @@
 # ChangeLog for app-emacs/org-mode
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.103 2010/05/15 16:54:01 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.104 2010/07/21 07:00:01 fauli Exp $
+
+*org-mode-7.01f (21 Jul 2010)
+
+  21 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
+  +org-mode-7.01f.ebuild:
+  version bump, drop compatability with GNU Emacs 21, version 22 is the
+  lowest workiorking with this; revamp ebuild a little bit
 
 *org-mode-6.36c (15 May 2010)
 



1.1                  app-emacs/org-mode/org-mode-7.01f.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-7.01f.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-7.01f.ebuild?rev=1.1&content-type=text/plain

Index: org-mode-7.01f.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/org-mode-7.01f.ebuild,v 1.1 2010/07/21 07:00:01 fauli Exp $

NEED_EMACS=22

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 ~sparc ~x86 ~sparc-fbsd ~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
}

src_install() {
	emake \
		prefix="${D}/usr" \
		lispdir="${D}${SITELISP}/${PN}" \
		infodir="${D}/usr/share/info" \
		install || die

	elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die

	mv doc/org doc/org.info
	doinfo doc/org.info || die "doinfo failed"
	dodoc README Changes.org doc/org.pdf doc/orgcard.pdf \
		|| die
	newdoc contrib/README README.contrib || die
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-21  7:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-21  7:00 [gentoo-commits] gentoo-x86 commit in app-emacs/org-mode: ChangeLog org-mode-7.01f.ebuild Christian Faulhammer (fauli)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox