diff options
author | 2022-02-27 10:21:11 +0000 | |
---|---|---|
committer | 2022-02-27 10:23:09 +0000 | |
commit | cb54ec7cd21658a9b9afd165972be18250a8d85e (patch) | |
tree | 21c77aabc09c65587e282a95df2088d307a0c449 /app-emacs/ghub/ghub-3.4.1.ebuild | |
parent | app-emacs/orderless: add missing texinfo BDEPEND (diff) | |
download | gentoo-cb54ec7cd21658a9b9afd165972be18250a8d85e.tar.gz gentoo-cb54ec7cd21658a9b9afd165972be18250a8d85e.tar.bz2 gentoo-cb54ec7cd21658a9b9afd165972be18250a8d85e.zip |
app-emacs/ghub: drop 3.2.0, 3.3.0, 3.4.1, 3.5.3
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-emacs/ghub/ghub-3.4.1.ebuild')
-rw-r--r-- | app-emacs/ghub/ghub-3.4.1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/app-emacs/ghub/ghub-3.4.1.ebuild b/app-emacs/ghub/ghub-3.4.1.ebuild deleted file mode 100644 index cca3ff591536..000000000000 --- a/app-emacs/ghub/ghub-3.4.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -NEED_EMACS=25 - -inherit elisp - -DESCRIPTION="Minuscule client library for the Git forge APIs" -HOMEPAGE="https://magit.vc/manual/ghub" -SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -SITEFILE="50${PN}-gentoo.el" -ELISP_TEXINFO="*.texi" -DOCS="README.md" - -RDEPEND=" - >=app-emacs/treepy-0.1.1 -" -BDEPEND="${RDEPEND} - sys-apps/texinfo" |