summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-04-22 10:06:09 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-04-22 10:06:09 +0000
commit707bc85e699510f4968f6e5d1b92335b0e1d2bb5 (patch)
tree1d213cb9f02ab3d64270cb75765d3414f4968920 /app-emacs
parentversion bump (diff)
downloadgentoo-2-707bc85e699510f4968f6e5d1b92335b0e1d2bb5.tar.gz
gentoo-2-707bc85e699510f4968f6e5d1b92335b0e1d2bb5.tar.bz2
gentoo-2-707bc85e699510f4968f6e5d1b92335b0e1d2bb5.zip
clean up
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/org-mode/ChangeLog6
-rw-r--r--app-emacs/org-mode/org-mode-6.35g.ebuild39
2 files changed, 5 insertions, 40 deletions
diff --git a/app-emacs/org-mode/ChangeLog b/app-emacs/org-mode/ChangeLog
index 39aafed3802d..ff0baf85dc1a 100644
--- a/app-emacs/org-mode/ChangeLog
+++ b/app-emacs/org-mode/ChangeLog
@@ -1,6 +1,10 @@
# 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.101 2010/04/22 10:04:57 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.102 2010/04/22 10:06:09 fauli Exp $
+
+ 22 Apr 2010; Christian Faulhammer <fauli@gentoo.org>
+ -org-mode-6.35g.ebuild:
+ clean up
*org-mode-6.35i (22 Apr 2010)
diff --git a/app-emacs/org-mode/org-mode-6.35g.ebuild b/app-emacs/org-mode/org-mode-6.35g.ebuild
deleted file mode 100644
index 6eb2e89aa2a4..000000000000
--- a/app-emacs/org-mode/org-mode-6.35g.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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-6.35g.ebuild,v 1.1 2010/04/11 00:09:21 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 ~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 "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"
-}