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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 62A611581F0 for ; Thu, 09 Jan 2025 21:22:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB51CE076B; Thu, 09 Jan 2025 21:22:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95586E076B for ; Thu, 09 Jan 2025 21:22:03 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6CA6342FDD for ; Thu, 09 Jan 2025 21:22:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72CAC1DD4 for ; Thu, 09 Jan 2025 21:22:01 +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: <1736457717.8c4e15471b7e3c90df6b6e444f8dc6e146cbfc84.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.1.0.ebuild X-VCS-Directories: app-emacs/mastodon/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 8c4e15471b7e3c90df6b6e444f8dc6e146cbfc84 X-VCS-Branch: master Date: Thu, 09 Jan 2025 21:22:01 +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: 343913de-d914-41e5-aefd-1cd2d0dd7218 X-Archives-Hash: 1faa1b4bb49e568fd9bf261f6061878d commit: 8c4e15471b7e3c90df6b6e444f8dc6e146cbfc84 Author: Maciej Barć gentoo org> AuthorDate: Thu Jan 9 19:32:35 2025 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Jan 9 21:21:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4e1547 app-emacs/mastodon: drop old 1.1.0 Signed-off-by: Maciej Barć gentoo.org> app-emacs/mastodon/Manifest | 1 - app-emacs/mastodon/mastodon-1.1.0.ebuild | 44 -------------------------------- 2 files changed, 45 deletions(-) diff --git a/app-emacs/mastodon/Manifest b/app-emacs/mastodon/Manifest index d85ec8b4d79d..49acd473844e 100644 --- a/app-emacs/mastodon/Manifest +++ b/app-emacs/mastodon/Manifest @@ -1,2 +1 @@ -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.1.0.ebuild b/app-emacs/mastodon/mastodon-1.1.0.ebuild deleted file mode 100644 index 5f2eb49458d6..000000000000 --- a/app-emacs/mastodon/mastodon-1.1.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS="28.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/${PN}.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 - app-emacs/tp -" -BDEPEND=" - ${RDEPEND} -" - -DOCS=( ../README.org ) -SITEFILE="50${PN}-gentoo.el" - -src_install() { - elisp_src_install - doinfo "../${PN}.info" -}