diff options
author | 2025-01-09 20:32:18 +0100 | |
---|---|---|
committer | 2025-01-09 22:21:57 +0100 | |
commit | d4898fb39eeb17534e1aa3270a7a14afcf6a1e3d (patch) | |
tree | c0be675fdf50e1b24475565d4d9c1c157c8c7c5f /app-emacs/mastodon | |
parent | dev-lang/typescript: bump to 5.7.3 (diff) | |
download | gentoo-d4898fb39eeb17534e1aa3270a7a14afcf6a1e3d.tar.gz gentoo-d4898fb39eeb17534e1aa3270a7a14afcf6a1e3d.tar.bz2 gentoo-d4898fb39eeb17534e1aa3270a7a14afcf6a1e3d.zip |
app-emacs/mastodon: drop old 1.0.27
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/mastodon')
-rw-r--r-- | app-emacs/mastodon/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/mastodon/mastodon-1.0.27.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/app-emacs/mastodon/Manifest b/app-emacs/mastodon/Manifest index a638023b8256..d85ec8b4d79d 100644 --- a/app-emacs/mastodon/Manifest +++ b/app-emacs/mastodon/Manifest @@ -1,3 +1,2 @@ -DIST mastodon-1.0.27.tar.gz 628054 BLAKE2B 7c023cfcd674ee221312ce65293ea39ceba4be4bed50682f546c2195404867ad3cdf790c806d52e128564e9f30e09ed2633d7c81d76cc8c211478389fa73db2d SHA512 dd1061d13104ea0ab8fc39333feb9aeb0b566130fb7ec5039b8b5b11809fabc65a7829346f76c0b66e922e5fb4cf70a96efcb6c9f972d90f6489c819a622fb9e 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.0.27.ebuild b/app-emacs/mastodon/mastodon-1.0.27.ebuild deleted file mode 100644 index f74c55d68c78..000000000000 --- a/app-emacs/mastodon/mastodon-1.0.27.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" |