From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5806C158041 for ; Sat, 24 Feb 2024 21:50:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFCDBE29C9; Sat, 24 Feb 2024 21:50:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D82CE29C5 for ; Sat, 24 Feb 2024 21:50:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95F9034306A for ; Sat, 24 Feb 2024 21:50:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0359E14BE for ; Sat, 24 Feb 2024 21:50:27 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1708811420.bcf47db3dfe43fa973fd3729dbd63c15ca120b8a.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/mastodon/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/mastodon/Manifest app-emacs/mastodon/mastodon-1.0.13.ebuild X-VCS-Directories: app-emacs/mastodon/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: bcf47db3dfe43fa973fd3729dbd63c15ca120b8a X-VCS-Branch: master Date: Sat, 24 Feb 2024 21:50:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0f72d646-d141-4eaa-9da1-2910846fe8f7 X-Archives-Hash: 99aa8c81105193f13de4c555822bfd1e commit: bcf47db3dfe43fa973fd3729dbd63c15ca120b8a Author: Maciej Barć gentoo org> AuthorDate: Sat Feb 24 21:11:44 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Feb 24 21:50:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf47db3 app-emacs/mastodon: drop old 1.0.13 Signed-off-by: Maciej Barć gentoo.org> app-emacs/mastodon/Manifest | 1 - app-emacs/mastodon/mastodon-1.0.13.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/app-emacs/mastodon/Manifest b/app-emacs/mastodon/Manifest index 11954dc8337f..8f0f2e586444 100644 --- a/app-emacs/mastodon/Manifest +++ b/app-emacs/mastodon/Manifest @@ -1,2 +1 @@ -DIST mastodon-1.0.13.tar.gz 155603 BLAKE2B 5f3cf8f2b9fdbab0cd2076c2996f7adaadce98e168ce7ff0d29fc3fe556ba748ce0b75dbb9f5ddebdab80d97b3c719cca6c55ba2147c2f7a41cc92d6d7a25642 SHA512 0b376368e05341265326e060215219020de6f39d1789d8154849f1195afaf77d9e7d47e9d47cc39b8f1a77c5704ee11866f0ad914b59f1c55e190cf05a1e65ab DIST mastodon-1.0.14.tar.gz 157815 BLAKE2B caf6d6fa19a2fe67398868a08ed1a3a8fce9f32b12e1bbb891206f9758716358039cf5653af8827e4d207bc7088196d8714ba3867f6afdad2b4c59108204e576 SHA512 cbd28abc78909a7dc83d7f59ecf12de1c158a4789943f41dbec8fe6f48e9b596cfbf3fadba9e5d5fdb1cdc210efd165157b63b146c768bce8924b7961224cf18 diff --git a/app-emacs/mastodon/mastodon-1.0.13.ebuild b/app-emacs/mastodon/mastodon-1.0.13.ebuild deleted file mode 100644 index 007a6a1b40d9..000000000000 --- a/app-emacs/mastodon/mastodon-1.0.13.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"