summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2024-08-04 10:18:12 +0000
committerMatthew Smith <matthew@gentoo.org>2024-08-04 10:18:20 +0000
commitfed2077303049974156f4a68ad71ea70d07ca4ae (patch)
tree3adb2006e3103c14c939ee65d499dd16c90474ff /app-emacs/denote/denote-3.0.6.ebuild
parentapp-emacs/denote: add 3.0.8 (diff)
downloadgentoo-fed2077303049974156f4a68ad71ea70d07ca4ae.tar.gz
gentoo-fed2077303049974156f4a68ad71ea70d07ca4ae.tar.bz2
gentoo-fed2077303049974156f4a68ad71ea70d07ca4ae.zip
app-emacs/denote: drop 3.0.6
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-emacs/denote/denote-3.0.6.ebuild')
-rw-r--r--app-emacs/denote/denote-3.0.6.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/app-emacs/denote/denote-3.0.6.ebuild b/app-emacs/denote/denote-3.0.6.ebuild
deleted file mode 100644
index f665dafb38c0..000000000000
--- a/app-emacs/denote/denote-3.0.6.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
-}