* [gentoo-commits] gentoo-x86 commit in app-emacs/org-mode: ChangeLog org-mode-7.4.ebuild
@ 2010-12-10 16:07 Ulrich Mueller (ulm)
0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2010-12-10 16:07 UTC (permalink / raw
To: gentoo-commits
ulm 10/12/10 16:07:50
Modified: ChangeLog
Added: org-mode-7.4.ebuild
Log:
Version bump.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Revision Changes Path
1.118 app-emacs/org-mode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/ChangeLog?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/ChangeLog?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/ChangeLog?r1=1.117&r2=1.118
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog 2 Nov 2010 07:36:10 -0000 1.117
+++ ChangeLog 10 Dec 2010 16:07:50 -0000 1.118
@@ -1,6 +1,11 @@
# 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.117 2010/11/02 07:36:10 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.118 2010/12/10 16:07:50 ulm Exp $
+
+*org-mode-7.4 (10 Dec 2010)
+
+ 10 Dec 2010; Ulrich Mueller <ulm@gentoo.org> +org-mode-7.4.ebuild:
+ Version bump.
*org-mode-7.3 (02 Nov 2010)
1.1 app-emacs/org-mode/org-mode-7.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-7.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/org-mode/org-mode-7.4.ebuild?rev=1.1&content-type=text/plain
Index: org-mode-7.4.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.4.ebuild,v 1.1 2010/12/10 16:07:50 ulm Exp $
EAPI=3
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 contrib? ( GPL-2 MIT )"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE="contrib"
S="${WORKDIR}/org-${PV}"
SITEFILE="50${PN}-gentoo.el"
src_prepare() {
# Remove autoload file to make sure that it is regenerated with
# the right Emacs version.
rm -f lisp/org-install.el
}
# This is NOT redundant, elisp.eclass redefines src_compile.
src_compile() {
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
doinfo doc/org || die "doinfo failed"
dodoc README Changes.org doc/org.pdf doc/orgcard.pdf doc/orgguide.pdf \
|| die
if use contrib; then
elisp-install ${PN}/contrib contrib/lisp/*org*.el || die
insinto /usr/share/doc/${PF}/contrib
doins -r contrib/README contrib/babel contrib/scripts || die
find "${D}/usr/share/doc/${PF}/contrib" -type f -name '.*' \
-exec rm -f '{}' '+'
prepalldocs # FIXME: remove in EAPI 4
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-10 16:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-10 16:07 [gentoo-commits] gentoo-x86 commit in app-emacs/org-mode: ChangeLog org-mode-7.4.ebuild Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox