From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2CDD715817D for ; Tue, 4 Jun 2024 15:17:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61D172BC05A; Tue, 4 Jun 2024 15:17:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41B7C2BC056 for ; Tue, 4 Jun 2024 15:17:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 892DF33BF3B for ; Tue, 4 Jun 2024 15:17:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B8FD1C74 for ; Tue, 4 Jun 2024 15:17:22 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1717513654.7c409c6f1b21ee13417031f90cce8e1d52fb6240.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/org-modern/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/org-modern/Manifest app-emacs/org-modern/org-modern-1.1.ebuild X-VCS-Directories: app-emacs/org-modern/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 7c409c6f1b21ee13417031f90cce8e1d52fb6240 X-VCS-Branch: master Date: Tue, 4 Jun 2024 15:17:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 94310114-75eb-467a-a04f-cab80cbf1160 X-Archives-Hash: 4d9f5d073579dd35299eee9e46a32045 commit: 7c409c6f1b21ee13417031f90cce8e1d52fb6240 Author: Maciej Barć gentoo org> AuthorDate: Tue Jun 4 11:34:10 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Jun 4 15:07:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c409c6f app-emacs/org-modern: drop old 1.1 Signed-off-by: Maciej Barć gentoo.org> app-emacs/org-modern/Manifest | 1 - app-emacs/org-modern/org-modern-1.1.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/app-emacs/org-modern/Manifest b/app-emacs/org-modern/Manifest index 416c95fe81b1..01090424e677 100644 --- a/app-emacs/org-modern/Manifest +++ b/app-emacs/org-modern/Manifest @@ -1,2 +1 @@ -DIST org-modern-1.1.tar.gz 24267 BLAKE2B a556e58384b5cbb24f768778bd0e3f820b63fba0d63590d8943054e4bf2a6ae1137c145bf72282659a22ec4236de036105b82f5a288687dadf6463744c321f3a SHA512 722a9c30031400e060aa4af78fe16ddda362e7803927c8b2ab379ee43a0711cc35fb5c21c617389a1b3ecdfa8123ab6b200d5825e80cecf9b017488a24b376ed DIST org-modern-1.2.tar.gz 24466 BLAKE2B f7a0426e203078d048744532efc582a2ebf2ed66fd2ff88ea1f7696d442ced5ce00b124c0b57d1dc6a1f79aa5c1f732f4fb7399642cb2957878cc9fa8be903be SHA512 1d5f4bee037aa44433de33701c87273332cd351f9f52cb787f799de084421481cdf95785761c33caed0660a2c9ff6f00617b93be1b6f39a1e1ab70af8a64fd35 diff --git a/app-emacs/org-modern/org-modern-1.1.ebuild b/app-emacs/org-modern/org-modern-1.1.ebuild deleted file mode 100644 index 9fa99148a3ca..000000000000 --- a/app-emacs/org-modern/org-modern-1.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS=27.1 - -inherit elisp - -DESCRIPTION="Modern style for your GNU Emacs Org buffers" -HOMEPAGE="https://github.com/minad/org-modern/" -SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=">=app-emacs/compat-29.1.4.0" -BDEPEND="${RDEPEND}" - -DOCS=( README.org example.org ) -SITEFILE="50${PN}-gentoo.el"