From 7de0171abb2a8740b6f0bbbc07ec3d212d2bfb02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Fri, 3 Oct 2025 22:12:03 +0200 Subject: [PATCH] app-emacs/mastodon: drop old 1.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-emacs/mastodon/Manifest | 1 - app-emacs/mastodon/mastodon-1.1.1.ebuild | 44 ------------------------ 2 files changed, 45 deletions(-) delete mode 100644 app-emacs/mastodon/mastodon-1.1.1.ebuild diff --git a/app-emacs/mastodon/Manifest b/app-emacs/mastodon/Manifest index 05a50e349482c..e972f4683655f 100644 --- a/app-emacs/mastodon/Manifest +++ b/app-emacs/mastodon/Manifest @@ -1,2 +1 @@ -DIST mastodon-1.1.1.tar.gz 691228 BLAKE2B 4912659ec39ff159af1bd839befa29d91811865d5cc88f5c825d746dee021a43e856a6a1a1d230300b34b51c7a645605a1d2f2421437a00f4bd42c4274538cda SHA512 181db930ec5f64c13666bd626a57a556e2857e99f70a950c994488ae7ab0061ab0c7ff4b767416844688de6cf1fbdced365e00f4d94076d35065ead8db3aa46d DIST mastodon-2.0.2.tar.gz 713944 BLAKE2B 7a94b3b4854b98de2b21a3a41077ecdf03dd76ad2f3f8762fddb8f78b523963b639024eb59b07bb104f265b426a236c132beb1f0b9a1b8eee2840936bd42e5af SHA512 8627d9d94d9b47996924f30dbda83a0a0a0d8a6c413f20f3ccb0c62220105e3b92723f420611dc85cc25c78fef314400428bcfb392339fc808389911d69a8401 diff --git a/app-emacs/mastodon/mastodon-1.1.1.ebuild b/app-emacs/mastodon/mastodon-1.1.1.ebuild deleted file mode 100644 index 44127509d0793..0000000000000 --- a/app-emacs/mastodon/mastodon-1.1.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS="28.1" - -inherit elisp - -DESCRIPTION="Emacs client for Mastodon, federated microblogging social network" -HOMEPAGE="https://codeberg.org/martianh/mastodon.el/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://codeberg.org/martianh/${PN}.el.git" - S="${WORKDIR}/${P}/lisp" -else - SRC_URI="https://codeberg.org/martianh/${PN}.el/archive/${PV}.tar.gz - -> ${P}.tar.gz" - S="${WORKDIR}/${PN}.el/lisp" - - KEYWORDS="amd64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - app-emacs/persist - app-emacs/request - app-emacs/tp -" -BDEPEND=" - ${RDEPEND} -" - -DOCS=( ../README.org ) -SITEFILE="50${PN}-gentoo.el" - -src_install() { - elisp_src_install - doinfo "../${PN}.info" -}