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-6.28e.ebuild org-mode-6.27a.ebuild
@ 2009-06-29 22:21 Christian Faulhammer (fauli)
  0 siblings, 0 replies; only message in thread
From: Christian Faulhammer (fauli) @ 2009-06-29 22:21 UTC (permalink / raw
  To: gentoo-commits

fauli       09/06/29 22:21:42

  Modified:             ChangeLog
  Added:                org-mode-6.28e.ebuild
  Removed:              org-mode-6.27a.ebuild
  Log:
  version bump and clean up
  (Portage version: 2.1.6.13/cvs/Linux i686)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/org-mode/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/org-mode/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/org-mode/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	27 Jun 2009 20:39:58 -0000	1.73
+++ ChangeLog	29 Jun 2009 22:21:41 -0000	1.74
@@ -1,6 +1,12 @@
 # ChangeLog for app-emacs/org-mode
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.73 2009/06/27 20:39:58 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.74 2009/06/29 22:21:41 fauli Exp $
+
+*org-mode-6.28e (29 Jun 2009)
+
+  29 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
+  -org-mode-6.27a.ebuild, +org-mode-6.28e.ebuild:
+  version bump and clean up
 
 *org-mode-6.28d (27 Jun 2009)
 



1.1                  app-emacs/org-mode/org-mode-6.28e.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/org-mode/org-mode-6.28e.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/org-mode/org-mode-6.28e.ebuild?rev=1.1&content-type=text/plain

Index: org-mode-6.28e.ebuild
===================================================================
# Copyright 1999-2009 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.28e.ebuild,v 1.1 2009/06/29 22:21:41 fauli 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 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE=""

S="${WORKDIR}/org-${PV}"
SITEFILE="51${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"
}






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

only message in thread, other threads:[~2009-06-29 22:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-29 22:21 [gentoo-commits] gentoo-x86 commit in app-emacs/org-mode: ChangeLog org-mode-6.28e.ebuild org-mode-6.27a.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