diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-02-03 13:16:27 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-02-03 14:00:08 +0100 |
commit | 0be46db1eb11d7c138e23980269e9b324d5156c5 (patch) | |
tree | 4b840b8fa159202dbf3fe754a3c655917889d5dc | |
parent | app-emacs/mastodon: drop old 1.0.0 (diff) | |
download | gentoo-0be46db1eb11d7c138e23980269e9b324d5156c5.tar.gz gentoo-0be46db1eb11d7c138e23980269e9b324d5156c5.tar.bz2 gentoo-0be46db1eb11d7c138e23980269e9b324d5156c5.zip |
app-emacs/mastodon: drop old 1.0.12
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r-- | app-emacs/mastodon/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/mastodon/mastodon-1.0.12.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/app-emacs/mastodon/Manifest b/app-emacs/mastodon/Manifest index e540789f7065..095264fe89e0 100644 --- a/app-emacs/mastodon/Manifest +++ b/app-emacs/mastodon/Manifest @@ -1,2 +1 @@ -DIST mastodon-1.0.12.tar.gz 154167 BLAKE2B 4bbacf8918c7e3441d5e273cb2265ad1f3b917efdb55acdeaf29a6260a9765c9826503491f547514835db9809dcbe8457441ee5eaab407e90b3c1ea72212f3aa SHA512 0b8f1d94af30804708d8f5079400fb1ffe0a0cb69ba1775d340d7aaac7aa81683ae9deb349af3f906be215019b002f5bd1742b5d0557a504ad677868fb425199 DIST mastodon-1.0.13.tar.gz 155603 BLAKE2B 5f3cf8f2b9fdbab0cd2076c2996f7adaadce98e168ce7ff0d29fc3fe556ba748ce0b75dbb9f5ddebdab80d97b3c719cca6c55ba2147c2f7a41cc92d6d7a25642 SHA512 0b376368e05341265326e060215219020de6f39d1789d8154849f1195afaf77d9e7d47e9d47cc39b8f1a77c5704ee11866f0ad914b59f1c55e190cf05a1e65ab diff --git a/app-emacs/mastodon/mastodon-1.0.12.ebuild b/app-emacs/mastodon/mastodon-1.0.12.ebuild deleted file mode 100644 index 007a6a1b40d9..000000000000 --- a/app-emacs/mastodon/mastodon-1.0.12.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 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+" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -RDEPEND=" - app-emacs/persist - app-emacs/request -" -BDEPEND="${RDEPEND}" - -DOCS=( ../README.org ) -ELISP_TEXINFO="../${PN}.texi" -SITEFILE="50${PN}-gentoo.el" |