summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2025-01-09 20:32:35 +0100
committerMaciej Barć <xgqt@gentoo.org>2025-01-09 22:21:57 +0100
commit8c4e15471b7e3c90df6b6e444f8dc6e146cbfc84 (patch)
tree236ac3de5ea268be9eb7115830fbb7826e717203 /app-emacs/mastodon
parentapp-emacs/mastodon: drop old 1.0.27 (diff)
downloadgentoo-8c4e15471b7e3c90df6b6e444f8dc6e146cbfc84.tar.gz
gentoo-8c4e15471b7e3c90df6b6e444f8dc6e146cbfc84.tar.bz2
gentoo-8c4e15471b7e3c90df6b6e444f8dc6e146cbfc84.zip
app-emacs/mastodon: drop old 1.1.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/mastodon')
-rw-r--r--app-emacs/mastodon/Manifest1
-rw-r--r--app-emacs/mastodon/mastodon-1.1.0.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/app-emacs/mastodon/Manifest b/app-emacs/mastodon/Manifest
index d85ec8b4d79d..49acd473844e 100644
--- a/app-emacs/mastodon/Manifest
+++ b/app-emacs/mastodon/Manifest
@@ -1,2 +1 @@
-DIST mastodon-1.1.0.tar.gz 691247 BLAKE2B 45052db00d143d3b225e4bd8be22796421528b4b7e7a87d9d71346c6e26e027dc9fc8b6982c458c3582ec16728ba81b959d2a88182aa2f00d9d5206d33f117a0 SHA512 6258d7859adb7a29a8a19a89367f02a56a453ec1f054f55015a5adaf20fe1d9d4f3847fb6ad2821735ecb547d653870f500f7d9cb7163a385a2502ed0a2cafe7
DIST mastodon-1.1.1.tar.gz 691228 BLAKE2B 4912659ec39ff159af1bd839befa29d91811865d5cc88f5c825d746dee021a43e856a6a1a1d230300b34b51c7a645605a1d2f2421437a00f4bd42c4274538cda SHA512 181db930ec5f64c13666bd626a57a556e2857e99f70a950c994488ae7ab0061ab0c7ff4b767416844688de6cf1fbdced365e00f4d94076d35065ead8db3aa46d
diff --git a/app-emacs/mastodon/mastodon-1.1.0.ebuild b/app-emacs/mastodon/mastodon-1.1.0.ebuild
deleted file mode 100644
index 5f2eb49458d6..000000000000
--- a/app-emacs/mastodon/mastodon-1.1.0.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"
-}