public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-mode/
Date: Mon,  7 Oct 2019 10:50:22 +0000 (UTC)	[thread overview]
Message-ID: <1570445415.07b94295cb172d069e7c6f28ba6508f4b79b3776.ulm@gentoo> (raw)

commit:     07b94295cb172d069e7c6f28ba6508f4b79b3776
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 10:50:00 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 10:50:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07b94295

app-emacs/org-mode: Remove old.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/org-mode/Manifest               |  1 -
 app-emacs/org-mode/org-mode-9.1.13.ebuild | 60 -------------------------------
 2 files changed, 61 deletions(-)

diff --git a/app-emacs/org-mode/Manifest b/app-emacs/org-mode/Manifest
index 063ec5628e0..238a6c65210 100644
--- a/app-emacs/org-mode/Manifest
+++ b/app-emacs/org-mode/Manifest
@@ -1,3 +1,2 @@
 DIST org-8.3.2.tar.gz 4442361 BLAKE2B f21f07578e870cd3edaa3721a53f679627c0115c320c666c2086e201e272c0ef03540bfdd90936a624cd4c4dcbac21b91346ba975b6006ada2d46184f73574f3 SHA512 3e1ff47c875a2db3239add8b060f555da357e465161ca62860c0ac2734c2e31c5387d2df4223ab7ea8ea60050f9a845d160b0bcb3afcf36f1d3cabcaa961e6a2
-DIST org-9.1.13.tar.gz 4625532 BLAKE2B c7044913b8fd0bde43fa1ff0f4bc9963ebce1cda17753fe7642aff914603a4278e7396acf2236c27334f2b9a009bd9e3310ec6144d851e121c3f6ec6516ad6c7 SHA512 a1cb1b2a8db082b7f7a03e90109352bad219808cb506af30082b87fc2c6d66733ce304df4379542e7a85e20c213e1cbc8bf4c9d6c9777fea393a88755129c4bf
 DIST org-9.2.6.tar.gz 5720665 BLAKE2B 19346696b41c2ab5b66ca58b0e28c4ddfa184a390d39b1edc80536901754ac81a479cfb1ead5aaca6d93c9060fc122bbdfe1307900fbf0fc8cdb8fb7a2b2153c SHA512 8aba98bcd2e8e8d40c90524c7b0fd85526fc64725823a6ba66ef80b8f5f2e7d2b1d3363db2553af6672ded085a0abbf00311e36f02cfc1c2dbb18184df8f34a5

diff --git a/app-emacs/org-mode/org-mode-9.1.13.ebuild b/app-emacs/org-mode/org-mode-9.1.13.ebuild
deleted file mode 100644
index f4c866b2b0d..00000000000
--- a/app-emacs/org-mode/org-mode-9.1.13.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2018 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 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	other threads:[~2019-10-07 10:50 UTC|newest]

Thread overview: 152+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-07 10:50 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-08 23:07 [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-mode/ Maciej Barć
2024-10-08 23:07 Maciej Barć
2024-10-08 23:07 Maciej Barć
2024-10-07 17:24 Sam James
2024-09-26 19:31 Sam James
2024-09-13 20:57 Maciej Barć
2024-09-13 20:57 Maciej Barć
2024-09-13 20:57 Maciej Barć
2024-09-03 18:44 Maciej Barć
2024-09-03 18:32 Jakov Smolić
2024-08-24 23:48 Maciej Barć
2024-08-24 23:48 Maciej Barć
2024-08-01 16:47 Arthur Zamarin
2024-07-31  0:03 Maciej Barć
2024-07-23 23:12 Maciej Barć
2024-07-15  7:10 Maciej Barć
2024-07-02  3:43 Maciej Barć
2024-06-23  0:58 Ulrich Müller
2024-06-22 22:04 Sam James
2024-06-22 19:05 Maciej Barć
2024-06-22 19:05 Maciej Barć
2024-06-22 19:05 Maciej Barć
2024-06-20 14:51 Maciej Barć
2024-06-20 14:51 Maciej Barć
2024-06-20 14:51 Maciej Barć
2024-06-12  2:01 Sam James
2024-06-11 23:16 Maciej Barć
2024-06-07 16:49 Arthur Zamarin
2024-05-25 14:06 Maciej Barć
2024-05-18  3:19 Sam James
2024-05-13 17:59 Maciej Barć
2024-05-10  7:45 Maciej Barć
2024-05-10  7:45 Maciej Barć
2024-05-06 18:00 Maciej Barć
2024-05-06 17:05 Sam James
2024-04-16  7:20 Maciej Barć
2024-04-04 19:01 Maciej Barć
2024-03-25 18:52 Maciej Barć
2024-03-25 18:52 Maciej Barć
2024-03-25 18:52 Maciej Barć
2024-03-25 18:50 Sam James
2024-03-25 15:41 Ulrich Müller
2024-03-25 15:41 Ulrich Müller
2024-03-25  7:25 Arthur Zamarin
2024-03-20 19:30 Maciej Barć
2024-03-02 16:32 Maciej Barć
2024-02-27 23:21 Sam James
2024-02-23  1:05 Maciej Barć
2024-02-02 21:36 Sam James
2024-01-23 22:07 Maciej Barć
2024-01-23 22:07 Maciej Barć
2024-01-22  5:04 Sam James
2023-12-29 22:48 Maciej Barć
2023-12-29 22:48 Maciej Barć
2023-12-22  5:07 Sam James
2023-12-22  1:03 Maciej Barć
2023-12-22  1:03 Maciej Barć
2023-12-22  1:03 Maciej Barć
2023-12-15  2:33 Sam James
2023-11-15 19:27 Maciej Barć
2023-11-15 19:27 Maciej Barć
2023-11-13 19:53 Sam James
2023-11-01 19:17 Maciej Barć
2023-10-09  7:35 Maciej Barć
2023-10-06 15:21 Maciej Barć
2023-10-06 15:21 Maciej Barć
2023-10-06 10:52 Arthur Zamarin
2023-10-01 18:07 Arthur Zamarin
2023-09-05 14:11 Maciej Barć
2023-08-23 22:14 Maciej Barć
2023-08-11 16:41 Maciej Barć
2023-08-11 16:41 Maciej Barć
2023-08-02  4:27 Sam James
2023-06-28  1:12 Maciej Barć
2023-06-28  1:12 Maciej Barć
2023-06-28  1:12 Maciej Barć
2023-06-20 16:12 Sam James
2023-06-07 15:50 Sam James
2023-05-25  7:46 Arthur Zamarin
2023-05-16 15:44 Maciej Barć
2023-05-16 15:44 Maciej Barć
2023-05-09  4:09 Arthur Zamarin
2023-05-02  0:39 Maciej Barć
2023-05-02  0:39 Maciej Barć
2023-04-27 23:32 Sam James
2023-04-18 20:52 Maciej Barć
2023-04-04  1:30 Maciej Barć
2023-03-28  0:57 Maciej Barć
2023-03-28  0:57 Maciej Barć
2023-03-28  0:57 Maciej Barć
2023-03-28  0:57 Maciej Barć
2023-02-13 23:24 Sam James
2023-01-16 13:35 Jakov Smolić
2023-01-13  2:30 Maciej Barć
2022-12-11  2:37 Sam James
2022-12-05  9:02 Ulrich Müller
2022-12-04 20:22 Maciej Barć
2022-12-04  5:35 Maciej Barć
2022-12-04  5:35 Maciej Barć
2022-09-25 16:46 Maciej Barć
2022-07-24 19:32 Ulrich Müller
2022-07-24 19:13 Sam James
2022-06-19 11:56 Matthew Smith
2022-05-20 18:42 Jakov Smolić
2022-05-20 18:34 Ulrich Müller
2022-04-20 16:30 Matthew Smith
2022-02-13 20:52 Jakov Smolić
2021-12-28 11:39 Jakov Smolić
2021-12-28 10:15 Ulrich Müller
2021-11-26 13:15 Ulrich Müller
2021-10-06 10:20 Ulrich Müller
2021-10-06 10:20 Ulrich Müller
2021-10-02  9:20 Ulrich Müller
2021-10-02  7:08 Ulrich Müller
2021-10-01 19:11 Ulrich Müller
2021-02-06 16:36 Ulrich Müller
2021-02-06 16:36 Ulrich Müller
2021-01-07  9:41 Ulrich Müller
2021-01-06 13:07 Fabian Groffen
2020-11-13  2:46 Sam James
2020-11-12 22:54 Thomas Deutschmann
2020-11-07 20:22 Sergei Trofimovich
2020-09-21  7:59 Ulrich Müller
2020-06-28 21:00 Ulrich Müller
2020-06-28 20:44 Agostino Sarubbo
2020-06-28 20:33 Agostino Sarubbo
2020-06-26 17:43 Agostino Sarubbo
2020-04-25  9:51 Ulrich Müller
2020-04-25  9:51 Ulrich Müller
2020-01-17  9:25 Agostino Sarubbo
2019-12-16 20:16 Ulrich Müller
2019-11-11 12:49 Ulrich Müller
2019-10-07  9:47 Agostino Sarubbo
2019-10-07  8:59 Agostino Sarubbo
2019-10-07  8:42 Agostino Sarubbo
2019-09-04 14:38 Ulrich Müller
2019-09-04 14:38 Ulrich Müller
2018-07-09  0:31 Mikle Kolyada
2018-07-06 13:43 Thomas Deutschmann
2018-05-28 20:48 Ulrich Müller
2018-05-28 20:48 Ulrich Müller
2017-02-05  9:53 Ulrich Müller
2017-02-05  9:53 Ulrich Müller
2016-12-29  7:46 Michael Palimaka
2016-12-21 17:28 Tobias Klausmann
2016-11-27 12:26 Ulrich Müller
2016-11-27 12:26 Ulrich Müller
2016-11-27 12:26 Ulrich Müller
2015-10-25 10:34 Michał Górny
2015-10-24 16:15 Ulrich Müller
2015-10-24 16:15 Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1570445415.07b94295cb172d069e7c6f28ba6508f4b79b3776.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox