summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-08-11 18:19:25 +0200
committerMaciej Barć <xgqt@gentoo.org>2023-08-11 18:41:40 +0200
commit40a5282f90d195f3a383cf9907a992f7ff698c1a (patch)
tree8b4d49803d726a71bcdf57c634b6b0c9e2e0d40a /app-emacs/elpher/elpher-3.4.3.ebuild
parentapp-emacs/elpher: drop old 3.4.2 (diff)
downloadgentoo-40a5282f90d195f3a383cf9907a992f7ff698c1a.tar.gz
gentoo-40a5282f90d195f3a383cf9907a992f7ff698c1a.tar.bz2
gentoo-40a5282f90d195f3a383cf9907a992f7ff698c1a.zip
app-emacs/elpher: drop old 3.4.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/elpher/elpher-3.4.3.ebuild')
-rw-r--r--app-emacs/elpher/elpher-3.4.3.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-emacs/elpher/elpher-3.4.3.ebuild b/app-emacs/elpher/elpher-3.4.3.ebuild
deleted file mode 100644
index 211e305e5085..000000000000
--- a/app-emacs/elpher/elpher-3.4.3.ebuild
+++ /dev/null
@@ -1,35 +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="Practical and friendly Gopher and Gemini client for GNU Emacs"
-HOMEPAGE="https://thelambdalab.xyz/elpher/"
-
-if [[ ${PV} == *9999* ]] ; then
- inherit git-r3
- EGIT_REPO_URI="git://thelambdalab.xyz/${PN}.git"
-else
- if [[ ${PV} == 3.4.3 ]] ; then
- COMMIT=2f66d41
- SRC_URI="https://thelambdalab.xyz/gitweb/index.cgi?p=${PN}.git;a=snapshot;h=${COMMIT};sf=tgz
- -> ${P}.tar.gz"
- S="${WORKDIR}"/${PN}-${COMMIT}
- else
- die "could not generate SRC_URI"
- fi
- KEYWORDS="amd64 x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-ELISP_REMOVE="elpher-pkg.el"
-
-DOCS=( ISSUES.org README )
-ELISP_TEXINFO="${PN}.texi"
-SITEFILE="50${PN}-gentoo.el"