commit:     0b812e705a8b5b4bc88a735ded7f15fc4ca1198c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 20:35:24 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon May 28 20:47:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b812e70

app-emacs/org-mode: Remove old.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/org-mode/Manifest              |  2 --
 app-emacs/org-mode/org-mode-8.2.6.ebuild | 53 ----------------------------
 app-emacs/org-mode/org-mode-9.0.1.ebuild | 60 --------------------------------
 3 files changed, 115 deletions(-)

diff --git a/app-emacs/org-mode/Manifest b/app-emacs/org-mode/Manifest
index 963714dc65d..0e6cecd0482 100644
--- a/app-emacs/org-mode/Manifest
+++ b/app-emacs/org-mode/Manifest
@@ -1,4 +1,2 @@
-DIST org-8.2.6.tar.gz 4221803 BLAKE2B 
78adcafdc2a9020a71ef9efe4699f6c2ae20b774861cd9dae04360114a942fd32d91d66dba2508a2529f3d678ccff60cd9d328425d4d43d5d391af36f0958bbd
 SHA512 
a64e975738f26b5315584b51332dbcd29eb6e5b03cb505d638d611455beb921c5e0b728b23fb63f380d46d2e33092865b02de01259cff8985693febebcc1a8a3
 DIST org-8.3.2.tar.gz 4442361 BLAKE2B 
f21f07578e870cd3edaa3721a53f679627c0115c320c666c2086e201e272c0ef03540bfdd90936a624cd4c4dcbac21b91346ba975b6006ada2d46184f73574f3
 SHA512 
3e1ff47c875a2db3239add8b060f555da357e465161ca62860c0ac2734c2e31c5387d2df4223ab7ea8ea60050f9a845d160b0bcb3afcf36f1d3cabcaa961e6a2
-DIST org-9.0.1.tar.gz 4439964 BLAKE2B 
20f921fbcc3a45180395ec5158a6ab055e1ae7a318a5c2dcbbd8de9460a2639da222f89169f4289a2e9b4a5cd4c7928a5d4edb8997ef24fc8f41abbc919b1e52
 SHA512 
c0a88372787c5b71ec1523fcf58b3cbf80678835c7b0bfe3b2406290da6fc88b977121ca3b35b47abf2c32ef40c0bfb6733170f225ea35ba24f2e801bb634afe
 DIST org-9.0.4.tar.gz 4431853 BLAKE2B 
1ecb8fa08597e08a6143cdf5d262274472eb5b245fa1103fe6b5509a5bb0d0aa471e9414b8f6293c3d5720c7b307a77e0f03ad6a9b590bf2469da5d54ddedfaf
 SHA512 
fc3ab3e7c2b5f3243937497ea9515ea81434f2274ac158da7d0418e8ddc33debae2f1887ffbe37e3768d32a028834cc0ef35f3c3cc3938d7b24e0c5bfcf65ae0

diff --git a/app-emacs/org-mode/org-mode-8.2.6.ebuild 
b/app-emacs/org-mode/org-mode-8.2.6.ebuild
deleted file mode 100644
index 407e6a953ed..00000000000
--- a/app-emacs/org-mode/org-mode-8.2.6.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="An Emacs mode for notes and project planning"
-HOMEPAGE="https://www.orgmode.org/";
-SRC_URI="http://orgmode.org/org-${PV}.tar.gz";
-
-LICENSE="GPL-3+ FDL-1.3+ contrib? ( GPL-2+ MIT ) odt-schema? ( OASIS-Open )"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd ~x86-macos"
-IUSE="contrib doc odt-schema"
-RESTRICT="test"
-
-DEPEND="doc? ( virtual/texi2dvi )"
-
-S="${WORKDIR}/org-${PV}"
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-       emake datadir="${EPREFIX}${SITEETC}/${PN}"
-       use doc && emake pdf card
-}
-
-src_install() {
-       emake \
-               DESTDIR="${D}" \
-               ETCDIRS="styles $(use odt-schema && echo schema)" \
-               lispdir="${EPREFIX}${SITELISP}/${PN}" \
-               datadir="${EPREFIX}${SITEETC}/${PN}" \
-               infodir="${EPREFIX}/usr/share/info" \
-               install
-
-       cp "${FILESDIR}/${SITEFILE}" "${T}/${SITEFILE}" || die
-
-       if use contrib; then
-               elisp-install ${PN}/contrib contrib/lisp/{org,ob,ox}*.el
-               insinto /usr/share/doc/${PF}/contrib
-               doins -r contrib/README contrib/scripts
-               find "${ED}/usr/share/doc/${PF}/contrib" -type f -name '.*' \
-                       -exec rm -f '{}' '+'
-               # add the contrib subdirectory to load-path
-               sed -i -e 's:\(.*@SITELISP@\)\(.*\):&\n\1/contrib\2:' \
-                       "${T}/${SITEFILE}" || die
-       fi
-
-       elisp-site-file-install "${T}/${SITEFILE}"
-       dodoc README doc/library-of-babel.org doc/orgcard.txt etc/ORG-NEWS
-       use doc && dodoc doc/org.pdf doc/orgcard.pdf doc/orgguide.pdf
-}

diff --git a/app-emacs/org-mode/org-mode-9.0.1.ebuild 
b/app-emacs/org-mode/org-mode-9.0.1.ebuild
deleted file mode 100644
index 4ff2e904df2..00000000000
--- a/app-emacs/org-mode/org-mode-9.0.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-NEED_EMACS=24
-
-inherit elisp readme.gentoo-r1
-
-DESCRIPTION="An Emacs mode for notes and project planning"
-HOMEPAGE="https://www.orgmode.org/";
-SRC_URI="http://orgmode.org/org-${PV}.tar.gz";
-
-LICENSE="GPL-3+ FDL-1.3+ contrib? ( GPL-2+ MIT ) odt-schema? ( OASIS-Open )"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-macos"
-IUSE="contrib doc odt-schema"
-RESTRICT="test"
-
-DEPEND="doc? ( virtual/texi2dvi )"
-
-S="${WORKDIR}/org-${PV}"
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-       emake datadir="${EPREFIX}${SITEETC}/${PN}"
-       use doc && emake pdf card
-}
-
-src_install() {
-       emake \
-               DESTDIR="${D}" \
-               ETCDIRS="styles $(use odt-schema && echo schema)" \
-               lispdir="${EPREFIX}${SITELISP}/${PN}" \
-               datadir="${EPREFIX}${SITEETC}/${PN}" \
-               infodir="${EPREFIX}/usr/share/info" \
-               install
-
-       cp "${FILESDIR}/${SITEFILE}" "${T}/${SITEFILE}" || die
-
-       if use contrib; then
-               elisp-install ${PN}/contrib contrib/lisp/{org,ob,ox}*.el
-               insinto /usr/share/doc/${PF}/contrib
-               doins -r contrib/README contrib/scripts
-               find "${ED}/usr/share/doc/${PF}/contrib" -type f -name '.*' \
-                       -exec rm -f '{}' '+'
-               # add the contrib subdirectory to load-path
-               sed -i -e 's:\(.*@SITELISP@\)\(.*\):&\n\1/contrib\2:' \
-                       "${T}/${SITEFILE}" || die
-       fi
-
-       elisp-site-file-install "${T}/${SITEFILE}"
-       dodoc README doc/library-of-babel.org etc/ORG-NEWS
-       use doc && dodoc doc/org.pdf doc/orgcard.pdf doc/orgguide.pdf
-
-       DOC_CONTENTS="Org mode has a large variety of run-time dependencies,
-               so you may have to install one or more additional packages.
-               A non-exhaustive list of these dependencies may be found at
-               <http://orgmode.org/worg/org-dependencies.html>."
-       readme.gentoo_create_doc
-}

Reply via email to