diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-06-03 17:59:15 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-06-03 17:59:15 +0000 |
commit | 34085c8401af3be28d5c46470888c374b99495e9 (patch) | |
tree | 809c5d66cea73423147e7bd66c3b7bcf34f22c4f /app-emacs | |
parent | Drop KDE 4.2.2 (diff) | |
download | gentoo-2-34085c8401af3be28d5c46470888c374b99495e9.tar.gz gentoo-2-34085c8401af3be28d5c46470888c374b99495e9.tar.bz2 gentoo-2-34085c8401af3be28d5c46470888c374b99495e9.zip |
clean up
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/org-mode/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/org-mode/org-mode-6.26d.ebuild | 39 | ||||
-rw-r--r-- | app-emacs/org-mode/org-mode-6.27.ebuild | 39 |
3 files changed, 5 insertions, 79 deletions
diff --git a/app-emacs/org-mode/ChangeLog b/app-emacs/org-mode/ChangeLog index fab55f18b334..d6ef7f832d03 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.71 2009/05/27 11:06:27 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/org-mode/ChangeLog,v 1.72 2009/06/03 17:59:15 fauli Exp $ + + 03 Jun 2009; Christian Faulhammer <fauli@gentoo.org> + -org-mode-6.26d.ebuild, -org-mode-6.27.ebuild: + clean up *org-mode-6.27a (27 May 2009) diff --git a/app-emacs/org-mode/org-mode-6.26d.ebuild b/app-emacs/org-mode/org-mode-6.26d.ebuild deleted file mode 100644 index 37e4a91719f0..000000000000 --- a/app-emacs/org-mode/org-mode-6.26d.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.26d.ebuild,v 1.1 2009/04/22 05:24:33 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" -} diff --git a/app-emacs/org-mode/org-mode-6.27.ebuild b/app-emacs/org-mode/org-mode-6.27.ebuild deleted file mode 100644 index 16cea9e21842..000000000000 --- a/app-emacs/org-mode/org-mode-6.27.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.27.ebuild,v 1.1 2009/05/24 15:23:39 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" -} |