diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-07-24 00:39:20 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-07-24 01:12:14 +0200 |
commit | 7e56b99f2d485cc98c688451206ac7a082806722 (patch) | |
tree | bc7629a093c7930b269d04554d45dad4fbe7914a | |
parent | app-emacs/org-mode: bump to 9.7.8 (diff) | |
download | gentoo-7e56b99f2d485cc98c688451206ac7a082806722.tar.gz gentoo-7e56b99f2d485cc98c688451206ac7a082806722.tar.bz2 gentoo-7e56b99f2d485cc98c688451206ac7a082806722.zip |
app-emacs/denote: drop old 3.0.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r-- | app-emacs/denote/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/denote/denote-3.0.2.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/app-emacs/denote/Manifest b/app-emacs/denote/Manifest index ebecbe39c712..4407d27670e8 100644 --- a/app-emacs/denote/Manifest +++ b/app-emacs/denote/Manifest @@ -1,2 +1 @@ -DIST denote-3.0.2.tar.gz 242707 BLAKE2B a5108174ffdd86b7fb8e115fb80e39ac699e07e766a20a41ca7412ff00b8c10e8a2cb2a8c2e0a62090a8d11f0cab431f3c8ca272dff825de166e1eddc7c73515 SHA512 eaa420b285068f3481e6170a5e8276e337e2c699f10ecd474106fcc93214f91c9bc32c82e4eb2586cae4c8ad762f638e205a85addf247031339ce4917d7b6189 DIST denote-3.0.6.tar.gz 243081 BLAKE2B 7aebcc64b500853d9b34e687ae478b081d74f0ce688c3a0cdff55028a007cdf572f2b12ca6c687f9de1975ae24ce3933225390290ee892b127c7c0a4cb9cd707 SHA512 eabd61379b6621c573ac41e40f4ee6dbaf799aca49ccd011249492a035ae734ab86dcc33346593c1c77e7f250c129bc06f3cada9292c1541fd2ffd6d679ae59f diff --git a/app-emacs/denote/denote-3.0.2.ebuild b/app-emacs/denote/denote-3.0.2.ebuild deleted file mode 100644 index f665dafb38c0..000000000000 --- a/app-emacs/denote/denote-3.0.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS=28.1 - -inherit elisp - -DESCRIPTION="Simple notes for Emacs with an efficient file-naming scheme" -HOMEPAGE="https://protesilaos.com/emacs/denote/ - https://github.com/protesilaos/denote/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git" -else - SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" -RESTRICT="test" # Some tests fail. - -DOCS=( CHANGELOG.org README.md ) -ELISP_TEXINFO="${PN}.texi" -SITEFILE="50${PN}-gentoo.el" - -elisp-enable-tests ert tests - -src_compile() { - elisp-org-export-to texinfo README.org - elisp_src_compile - elisp-make-autoload-file -} |