summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-09-13 22:25:25 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-09-13 22:57:11 +0200
commit29cf636dd33115f4ccc217681910e14130718ce2 (patch)
tree1e1575f53f2c4fa21945b019c0820eeb89f29f95 /app-emacs/org-modern
parentapp-emacs/org-modern: drop old 1.3 (diff)
downloadgentoo-29cf636dd33115f4ccc217681910e14130718ce2.tar.gz
gentoo-29cf636dd33115f4ccc217681910e14130718ce2.tar.bz2
gentoo-29cf636dd33115f4ccc217681910e14130718ce2.zip
app-emacs/org-modern: drop old 1.4
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/org-modern')
-rw-r--r--app-emacs/org-modern/Manifest1
-rw-r--r--app-emacs/org-modern/org-modern-1.4.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/app-emacs/org-modern/Manifest b/app-emacs/org-modern/Manifest
index 9a4a66bb96ba..12f24910af72 100644
--- a/app-emacs/org-modern/Manifest
+++ b/app-emacs/org-modern/Manifest
@@ -1,2 +1 @@
-DIST org-modern-1.4.tar.gz 25746 BLAKE2B fc4269e7b812b93a42f160b8295525d2b830e8f03b4a1af7777b4287b4b879e991ba8384124ae6dc7bd93b09fecf3a2ee7d310c60ed8601f524e14f69f5f4e77 SHA512 1b4d9b504a7a4eff20dcc47528176bbb3b144ef47849ab6b14fe00405322f1c3d5b7448834fa105e99183d0c5ff503d681f2f267df6d10ee7041cefe9d895f2b
DIST org-modern-1.5.tar.gz 25739 BLAKE2B 3d8ccc352c18f71ef4c4d317957ccadf83cefb5caab24417eb930e20078b9a80e5d2758b8724cf271b622251d7e05aefe43a81500f9ca95c523d4fbd70592a67 SHA512 f98833f37a90873d17df4dc0b7540bb05b2794e3bb754514a0fefdc5693acc137ecc7fbf3d3959aecf95cf5368e17aa093c2977ff87a2a57fa694d98cf36d2c1
diff --git a/app-emacs/org-modern/org-modern-1.4.ebuild b/app-emacs/org-modern/org-modern-1.4.ebuild
deleted file mode 100644
index 5f67c08e6dce..000000000000
--- a/app-emacs/org-modern/org-modern-1.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2024 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/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://github.com/minad/${PN}.git"
-else
- SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
- -> ${P}.tar.gz"
-
- KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
- >=app-emacs/compat-29.1.4.0
-"
-BDEPEND="
- ${RDEPEND}
-"
-
-DOCS=( README.org example.org )
-SITEFILE="50${PN}-gentoo.el"