diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-05-11 02:00:20 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-05-11 02:04:02 +0200 |
commit | 3eac047f1129f032862b3a24e3bed57055cc226e (patch) | |
tree | 2ece740c417e6e95312e7a819b6dcdaf71c28e38 /app-emacs/elpher | |
parent | app-emulation/diskimage-builder: 3.21.1 bump (diff) | |
download | gentoo-3eac047f1129f032862b3a24e3bed57055cc226e.tar.gz gentoo-3eac047f1129f032862b3a24e3bed57055cc226e.tar.bz2 gentoo-3eac047f1129f032862b3a24e3bed57055cc226e.zip |
app-emacs/elpher: bump to 3.4.1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/elpher')
-rw-r--r-- | app-emacs/elpher/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/elpher/elpher-3.4.1.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/app-emacs/elpher/Manifest b/app-emacs/elpher/Manifest index 2ef1286704a2..71628cdfdfd9 100644 --- a/app-emacs/elpher/Manifest +++ b/app-emacs/elpher/Manifest @@ -1 +1,2 @@ DIST elpher-3.3.3.tar.gz 57439 BLAKE2B f8e3f2acba0faf0eeae06fe86699dc97def0119a6d6e2fa2ad34555e20907deb566f99a669e8f98380c95293c4a38cca9bc47678f36597c898ba1e33dc6d0880 SHA512 ca40dcb92af8b5f3635cd45f0877f750746d0eb61aff71fc16754770709d15f35d0f335a04ecd9ee6b6f13440f9a9e55afb2cdb2934e550157b3218d428fdfa1 +DIST elpher-3.4.1.tar.gz 58460 BLAKE2B e7b0ad033b2ec51b0700128c566c5f50af8cdd9ed2120d12b39a62f0b3486347dd4b2af1cdf0223f9300b7f7fbd767342c654b4a4d02455db105045dc8fb1c4f SHA512 8cb1aa587e373e5cc0957286f9b86dc7958f20db0bb61ed815f45747a6cede328da16017897d83489a9a347055d08e95bd2effdda7cccd2de79ac5e4e525cbc6 diff --git a/app-emacs/elpher/elpher-3.4.1.ebuild b/app-emacs/elpher/elpher-3.4.1.ebuild new file mode 100644 index 000000000000..121ce7504d4b --- /dev/null +++ b/app-emacs/elpher/elpher-3.4.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +H=bf0dd36 +NEED_EMACS=27.1 + +inherit elisp + +DESCRIPTION="Practical and friendly Gopher and Gemini client for GNU Emacs" +HOMEPAGE="https://thelambdalab.xyz/elpher/" +SRC_URI="https://thelambdalab.xyz/gitweb/index.cgi?p=${PN}.git;a=snapshot;h=${H};sf=tgz + -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${H} + +LICENSE="GPL-3+" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +DOCS=( ISSUES.org README ) +ELISP_REMOVE="elpher-pkg.el" +ELISP_TEXINFO="${PN}.texi" +SITEFILE="50${PN}-gentoo.el" |