summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-02-24 22:11:44 +0100
committerMaciej Barć <xgqt@gentoo.org>2024-02-24 22:50:20 +0100
commitbcf47db3dfe43fa973fd3729dbd63c15ca120b8a (patch)
tree3cac5b81826190ca03a73e6c48253d1f34261519 /app-emacs
parentapp-emacs/dockerfile-mode: bump to 1.9 (diff)
downloadgentoo-bcf47db3dfe43fa973fd3729dbd63c15ca120b8a.tar.gz
gentoo-bcf47db3dfe43fa973fd3729dbd63c15ca120b8a.tar.bz2
gentoo-bcf47db3dfe43fa973fd3729dbd63c15ca120b8a.zip
app-emacs/mastodon: drop old 1.0.13
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/mastodon/Manifest1
-rw-r--r--app-emacs/mastodon/mastodon-1.0.13.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/app-emacs/mastodon/Manifest b/app-emacs/mastodon/Manifest
index 11954dc8337f..8f0f2e586444 100644
--- a/app-emacs/mastodon/Manifest
+++ b/app-emacs/mastodon/Manifest
@@ -1,2 +1 @@
-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.13.ebuild b/app-emacs/mastodon/mastodon-1.0.13.ebuild
deleted file mode 100644
index 007a6a1b40d9..000000000000
--- a/app-emacs/mastodon/mastodon-1.0.13.ebuild
+++ /dev/null
@@ -1,28 +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="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+"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-
-RDEPEND="
- app-emacs/persist
- app-emacs/request
-"
-BDEPEND="${RDEPEND}"
-
-DOCS=( ../README.org )
-ELISP_TEXINFO="../${PN}.texi"
-SITEFILE="50${PN}-gentoo.el"