public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-mode/
Date: Mon, 11 Aug 2025 09:50:57 +0000 (UTC)	[thread overview]
Message-ID: <1754905842.510d42500ed8379bf7ca780edfac83dc52e82b20.xgqt@gentoo> (raw)

commit:     510d42500ed8379bf7ca780edfac83dc52e82b20
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 11 09:37:17 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Aug 11 09:50:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=510d4250

app-emacs/org-mode: drop old 9.7.30

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/org-mode/Manifest               |  1 -
 app-emacs/org-mode/org-mode-9.7.30.ebuild | 70 -------------------------------
 2 files changed, 71 deletions(-)

diff --git a/app-emacs/org-mode/Manifest b/app-emacs/org-mode/Manifest
index 8318365477c0..98f1a835357d 100644
--- a/app-emacs/org-mode/Manifest
+++ b/app-emacs/org-mode/Manifest
@@ -1,3 +1,2 @@
-DIST org-mode-release_9.7.30.tar.gz 2365345 BLAKE2B 7096cce2678cd55ce891914eb99d4c5a24c326f97f7480936191ab982f2c2f8a937ac5dcf4662811674c77b6b1cb754d18d44924625a8a0c600df4c13a9b7f35 SHA512 d38ee13f811c7aca71f03cb35ca9df14d211569375188879a209afc53d868baee6eae30c5032a1390a8753bffda11c6d5694aaa6332db8f5d91d60f55eff1047
 DIST org-mode-release_9.7.31.tar.gz 2365308 BLAKE2B 2edc71ea73a9713909b1f21c35484eb73ee1bca7598071e19a89a900cea6af9c10a61bdab13dee9fe4dbf551311e0e24020b5e0f09541199119f21a06f6d6b2f SHA512 11a42fecb8897b23a43186f6f68444753dcc2b3b28ac41283a8c2561cc8e97022747a6da4f8681cb3f65c81fd93d04f2a0c628d50958093d63cc97eac8c11f40
 DIST org-mode-release_9.7.33.tar.gz 2365647 BLAKE2B faca0f94a0d5dc6fa1dd85d3cbe45e83d8283050c80313e8e06d8b69ef8147f4cddaeb105cdc9f0e4511860ae82d801fd9b7b7cb0b40a204ddb19039b1a8aaca SHA512 7989f09785933a1909d7ee757b32a60bbc1757182fd023b21699a13fb759266ead73f9589bf73f7ce10a7218fb5aa83ab90d37d8fd6a9fcd7ca7622465d80618

diff --git a/app-emacs/org-mode/org-mode-9.7.30.ebuild b/app-emacs/org-mode/org-mode-9.7.30.ebuild
deleted file mode 100644
index 4bf72e958aa3..000000000000
--- a/app-emacs/org-mode/org-mode-9.7.30.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp readme.gentoo-r1
-
-DESCRIPTION="An Emacs mode for notes and project planning"
-HOMEPAGE="https://orgmode.org/"
-
-if [[ "${PV}" == 9999 ]]; then
-	inherit git-r3
-
-	EGIT_REPO_URI="https://git.savannah.gnu.org/git/emacs/${PN}.git"
-	EGIT_CHECKOUT_DIR="${WORKDIR}/org"
-	S="${WORKDIR}/org"
-else
-	MY_P="${PN}-release_${PV}"
-	SRC_URI="https://git.savannah.gnu.org/cgit/emacs/${PN}.git/snapshot/${MY_P}.tar.gz"
-	S="${WORKDIR}/${MY_P}"
-
-	KEYWORDS="amd64 ppc x86"
-fi
-
-LICENSE="GPL-3+ FDL-1.3+ CC-BY-SA-3.0 odt-schema? ( OASIS-Open )"
-SLOT="0"
-IUSE="doc odt-schema"
-RESTRICT="test"
-
-BDEPEND="
-	doc? ( virtual/texi2dvi )
-"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-	elisp_src_prepare
-
-	# Remove failing tests.
-	rm ./testing/lisp/test-{ob,ob-exp,ob-tangle,ob-shell}.el || die
-}
-
-src_compile() {
-	emake -j1 \
-		ORGVERSION="${PV}" \
-		datadir="${EPREFIX}${SITEETC}/${PN}"
-
-	use doc && emake -j1 pdf card
-}
-
-src_install() {
-	emake -j1 \
-		ORGVERSION="${PV}" \
-		DESTDIR="${D}" \
-		ETCDIRS="styles csl $(use odt-schema && echo schema)" \
-		lispdir="${EPREFIX}${SITELISP}/${PN}" \
-		datadir="${EPREFIX}${SITEETC}/${PN}" \
-		infodir="${EPREFIX}/usr/share/info" \
-		install
-
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-	dodoc README.org CONTRIBUTE.org etc/ORG-NEWS
-	use doc && dodoc doc/org.pdf doc/orgcard.pdf doc/orgguide.pdf
-
-	local 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:[~2025-08-11  9:51 UTC|newest]

Thread overview: 208+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-11  9:50 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-03 20:35 [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-mode/ Maciej Barć
2025-10-03 17:32 Arthur Zamarin
2025-09-18 21:50 Maciej Barć
2025-09-12 13:34 Arthur Zamarin
2025-08-11  9:50 Maciej Barć
2025-08-10 14:14 Jakov Smolić
2025-08-07 22:22 Sam James
2025-08-01  0:49 Sam James
2025-08-01  0:49 Sam James
2025-07-30 21:52 Maciej Barć
2025-07-28 17:12 Maciej Barć
2025-07-15 21:44 Maciej Barć
2025-07-15 21:44 Maciej Barć
2025-07-04  5:18 Arthur Zamarin
2025-05-22 23:01 Maciej Barć
2025-05-05 23:09 Sam James
2025-05-05 15:14 Maciej Barć
2025-04-28 13:40 Maciej Barć
2025-04-28  3:54 Sam James
2025-04-20 17:03 Maciej Barć
2025-04-20 17:03 Maciej Barć
2025-04-14 15:59 Sam James
2025-04-07 16:10 Maciej Barć
2025-04-05 17:08 Arthur Zamarin
2025-04-01 16:09 Maciej Barć
2025-04-01 16:09 Maciej Barć
2025-03-24 11:46 Sam James
2025-03-24  0:15 Maciej Barć
2025-03-24  0:15 Maciej Barć
2025-03-15 18:13 Arthur Zamarin
2025-03-10 11:59 Maciej Barć
2025-03-04 22:09 Sam James
2025-02-25 23:12 Maciej Barć
2025-02-16 22:35 Maciej Barć
2025-02-16 22:35 Maciej Barć
2025-02-16 22:35 Maciej Barć
2025-02-04 22:27 Sam James
2025-02-04 12:52 Maciej Barć
2025-01-22 16:20 Maciej Barć
2025-01-22 11:45 Arthur Zamarin
2025-01-21 23:04 Maciej Barć
2025-01-12 21:54 Maciej Barć
2025-01-05 16:21 Maciej Barć
2024-12-30 19:30 Maciej Barć
2024-12-30 19:30 Maciej Barć
2024-12-20 22:58 Sam James
2024-12-13 18:02 Maciej Barć
2024-12-13 15:55 Sam James
2024-12-11  0:28 Maciej Barć
2024-11-23 16:08 Sam James
2024-11-13 18:16 Maciej Barć
2024-11-13 18:16 Maciej Barć
2024-11-13 18:16 Maciej Barć
2024-10-27 11:31 Maciej Barć
2024-10-20  0:00 Maciej Barć
2024-10-08 23:07 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 10:50 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=1754905842.510d42500ed8379bf7ca780edfac83dc52e82b20.xgqt@gentoo \
    --to=xgqt@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