diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-03-13 15:41:18 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-03-13 17:40:14 +0100 |
commit | 9090bf919030a86e912d13b9f7344a2a432aa381 (patch) | |
tree | 1c4a31ce4f21c4a795edbfba7824b0a20edac9d6 /app-emacs/mastodon | |
parent | app-emacs/mastodon: drop old 1.0.14 (diff) | |
download | gentoo-9090bf919030a86e912d13b9f7344a2a432aa381.tar.gz gentoo-9090bf919030a86e912d13b9f7344a2a432aa381.tar.bz2 gentoo-9090bf919030a86e912d13b9f7344a2a432aa381.zip |
app-emacs/mastodon: drop old 1.0.16
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.16.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/app-emacs/mastodon/Manifest b/app-emacs/mastodon/Manifest index e77d60d7e21d..6bcfcc6cd5a6 100644 --- a/app-emacs/mastodon/Manifest +++ b/app-emacs/mastodon/Manifest @@ -1,2 +1 @@ -DIST mastodon-1.0.16.tar.gz 158509 BLAKE2B 22c65062114355dcf3de7962f93658221b15dc2e0ebd028d7c90a5c127587a7e3b1881138be43b8fe59d6a31d7600e40f799289e7749509d9054e4b2c904c135 SHA512 dcdbacf54989937ed8de13d156630a64242181d1489014e0ba83044a30ff6d7ad8e9bf73041c0309a6f760429c49db6b8bf11c513889df8ebd1b1cdc8e871274 DIST mastodon-1.0.17.tar.gz 158970 BLAKE2B 5896520ae881af514ac14272bddc1987664a013e437c67ff145378371466b102586c37417accdbedf3d3cf68973be158a9d3234ee247b4a590f8444992403a80 SHA512 c6f80351e49d5bb99b8681301bdf6f28ac17d2bbe624412602ae8bd2d11d435e9aa3f31ce5a4a5621bc803fa3f53a15e27d98886070150d9d34028443b375d4b diff --git a/app-emacs/mastodon/mastodon-1.0.16.ebuild b/app-emacs/mastodon/mastodon-1.0.16.ebuild deleted file mode 100644 index 99625fea4848..000000000000 --- a/app-emacs/mastodon/mastodon-1.0.16.ebuild +++ /dev/null @@ -1,28 +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/" -SRC_URI="https://codeberg.org/martianh/${PN}.el/archive/${PV}.tar.gz - -> ${P}.tar.gz" -S="${WORKDIR}/${PN}.el/lisp" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - app-emacs/persist - app-emacs/request -" -BDEPEND="${RDEPEND}" - -DOCS=( ../README.org ) -ELISP_TEXINFO="../${PN}.texi" -SITEFILE="50${PN}-gentoo.el" |