summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-08-17 19:57:04 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-08-17 19:57:04 +0000
commit65615f41ea9ab8219964b4bb03fe9a16de248721 (patch)
treefedb5e2f6d415e8bb8c9f1bb4c577195f5236024 /app-emacs
parentVersion bump, with documentation. New patch for respecting DESDIR (diff)
downloadgentoo-2-65615f41ea9ab8219964b4bb03fe9a16de248721.tar.gz
gentoo-2-65615f41ea9ab8219964b4bb03fe9a16de248721.tar.bz2
gentoo-2-65615f41ea9ab8219964b4bb03fe9a16de248721.zip
clean up
(Portage version: 2.1.6.13/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.28d.ebuild39
-rw-r--r--app-emacs/org-mode/org-mode-6.28e.ebuild39
3 files changed, 5 insertions, 79 deletions
diff --git a/app-emacs/org-mode/ChangeLog b/app-emacs/org-mode/ChangeLog
index 1e5dbd87cacc..0f57fc207e55 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.75 2009/08/08 11:13:32 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.76 2009/08/17 19:57:04 fauli Exp $
+
+ 17 Aug 2009; Christian Faulhammer <fauli@gentoo.org>
+ -org-mode-6.28d.ebuild, -org-mode-6.28e.ebuild:
+ clean up
*org-mode-6.29c (08 Aug 2009)
diff --git a/app-emacs/org-mode/org-mode-6.28d.ebuild b/app-emacs/org-mode/org-mode-6.28d.ebuild
deleted file mode 100644
index 65360a1d9152..000000000000
--- a/app-emacs/org-mode/org-mode-6.28d.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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.28d.ebuild,v 1.1 2009/06/27 20:39:58 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 ~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"
-}
diff --git a/app-emacs/org-mode/org-mode-6.28e.ebuild b/app-emacs/org-mode/org-mode-6.28e.ebuild
deleted file mode 100644
index b34db20e310a..000000000000
--- a/app-emacs/org-mode/org-mode-6.28e.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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"
-}