summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-09-23 11:35:22 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-09-23 12:00:08 +0200
commitdef75939c24f42f89dd9fdcb9b313208a1170616 (patch)
tree7d6e7c32866151fc3baa25ed4d32b67c223dbaa0 /app-emacs
parentapp-emacs/pandoc-mode: bump to 2.33 (diff)
downloadgentoo-def75939c24f42f89dd9fdcb9b313208a1170616.tar.gz
gentoo-def75939c24f42f89dd9fdcb9b313208a1170616.tar.bz2
gentoo-def75939c24f42f89dd9fdcb9b313208a1170616.zip
app-emacs/mastodon: drop old 1.0.24
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.24.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/app-emacs/mastodon/Manifest b/app-emacs/mastodon/Manifest
index 298fcda06fae..d0486a180d17 100644
--- a/app-emacs/mastodon/Manifest
+++ b/app-emacs/mastodon/Manifest
@@ -1,2 +1 @@
-DIST mastodon-1.0.24.tar.gz 171101 BLAKE2B 53250b92428d1f962044805a628615ff76e6f418dfafd5785081ef8baa17a70046220801279a22f962fa204bee8cdc590aa43cc43abf7f866a1f5e05a489ac14 SHA512 adbb4dac02baf8e53794a85820257a9dfbc6cb840f412dc7dcb08af08d7d623831727a65f7a3ee90d9fd0d3e12a2bee722e7ad6658d29ed0d902186fe7b6778a
DIST mastodon-1.0.25.tar.gz 624494 BLAKE2B 50be585fd5419c94a3c81705130631882f6f71c69a70c7521b0a5b1df43245f0d1214d50c6c86cf32131437514f020c168bf612f3b32fc236bc0ae6c20418818 SHA512 dbb5e36a2db92242df25d0af0c829c693af70046522ba76a9f3da8bdba4877c29d1b3a774d95750cdaeb73bb8e84dbe04022148c420ba7f4e9324c6c2bfc3969
diff --git a/app-emacs/mastodon/mastodon-1.0.24.ebuild b/app-emacs/mastodon/mastodon-1.0.24.ebuild
deleted file mode 100644
index 2a79521adfed..000000000000
--- a/app-emacs/mastodon/mastodon-1.0.24.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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/"
-
-if [[ "${PV}" == *9999* ]] ; then
- inherit git-r3
-
- EGIT_REPO_URI="https://codeberg.org/martianh/mastodon.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
-"
-BDEPEND="
- ${RDEPEND}
-"
-
-DOCS=( ../README.org )
-ELISP_TEXINFO="../${PN}.texi"
-SITEFILE="50${PN}-gentoo.el"