diff options
author | 2024-02-03 13:17:31 +0100 | |
---|---|---|
committer | 2024-02-03 14:00:09 +0100 | |
commit | 56667da2981f2f73d38663026fa1327042a535d3 (patch) | |
tree | 86f03169ef099a1c87619ce1ab6c4766a473bc53 /app-emacs | |
parent | app-emacs/mastodon: drop old 1.0.12 (diff) | |
download | gentoo-56667da2981f2f73d38663026fa1327042a535d3.tar.gz gentoo-56667da2981f2f73d38663026fa1327042a535d3.tar.bz2 gentoo-56667da2981f2f73d38663026fa1327042a535d3.zip |
app-emacs/mastodon: bump to 1.0.14
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/mastodon/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/mastodon/mastodon-1.0.14.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/app-emacs/mastodon/Manifest b/app-emacs/mastodon/Manifest index 095264fe89e0..11954dc8337f 100644 --- a/app-emacs/mastodon/Manifest +++ b/app-emacs/mastodon/Manifest @@ -1 +1,2 @@ DIST mastodon-1.0.13.tar.gz 155603 BLAKE2B 5f3cf8f2b9fdbab0cd2076c2996f7adaadce98e168ce7ff0d29fc3fe556ba748ce0b75dbb9f5ddebdab80d97b3c719cca6c55ba2147c2f7a41cc92d6d7a25642 SHA512 0b376368e05341265326e060215219020de6f39d1789d8154849f1195afaf77d9e7d47e9d47cc39b8f1a77c5704ee11866f0ad914b59f1c55e190cf05a1e65ab +DIST mastodon-1.0.14.tar.gz 157815 BLAKE2B caf6d6fa19a2fe67398868a08ed1a3a8fce9f32b12e1bbb891206f9758716358039cf5653af8827e4d207bc7088196d8714ba3867f6afdad2b4c59108204e576 SHA512 cbd28abc78909a7dc83d7f59ecf12de1c158a4789943f41dbec8fe6f48e9b596cfbf3fadba9e5d5fdb1cdc210efd165157b63b146c768bce8924b7961224cf18 diff --git a/app-emacs/mastodon/mastodon-1.0.14.ebuild b/app-emacs/mastodon/mastodon-1.0.14.ebuild new file mode 100644 index 000000000000..99625fea4848 --- /dev/null +++ b/app-emacs/mastodon/mastodon-1.0.14.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=27.1 + +inherit elisp + +DESCRIPTION="Emacs client for Mastodon, federated microblogging social network" +HOMEPAGE="https://codeberg.org/martianh/mastodon.el/" +SRC_URI="https://codeberg.org/martianh/${PN}.el/archive/${PV}.tar.gz + -> ${P}.tar.gz" +S="${WORKDIR}/${PN}.el/lisp" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + app-emacs/persist + app-emacs/request +" +BDEPEND="${RDEPEND}" + +DOCS=( ../README.org ) +ELISP_TEXINFO="../${PN}.texi" +SITEFILE="50${PN}-gentoo.el" |