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 8D05F158089 for ; Mon, 13 Nov 2023 12:38:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE33C2BC037; Mon, 13 Nov 2023 12:38:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 969B62BC037 for ; Mon, 13 Nov 2023 12:38:15 +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 6C6D7335D7F for ; Mon, 13 Nov 2023 12:38:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D27821382 for ; Mon, 13 Nov 2023 12:38:10 +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: <1699879085.5ed92012334a3f753de9979d68b227692f074d95.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/popup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/popup/Manifest app-emacs/popup/popup-0.5.8.ebuild X-VCS-Directories: app-emacs/popup/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 5ed92012334a3f753de9979d68b227692f074d95 X-VCS-Branch: master Date: Mon, 13 Nov 2023 12:38:10 +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: 3197d720-da2d-4a1f-92af-481da1b6df2c X-Archives-Hash: d26294eeedf85a9cce0cce8c4ec96a5e commit: 5ed92012334a3f753de9979d68b227692f074d95 Author: Maciej Barć gentoo org> AuthorDate: Mon Nov 13 12:35:42 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Nov 13 12:38:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed92012 app-emacs/popup: drop old 0.5.8 Signed-off-by: Maciej Barć gentoo.org> app-emacs/popup/Manifest | 1 - app-emacs/popup/popup-0.5.8.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/app-emacs/popup/Manifest b/app-emacs/popup/Manifest index 8b03a17087c6..11e054ca0ac0 100644 --- a/app-emacs/popup/Manifest +++ b/app-emacs/popup/Manifest @@ -1,2 +1 @@ -DIST popup-el-0.5.8.tar.gz 26093 BLAKE2B f2b0cb4ffbb3d371baeb1b3261e12921faabea00a4bbb13ecfcbbef56db9c46c0a397817eb956b4eb37a0fb1246bd1933a2c9355984bf6f34a65baf6df912b8e SHA512 1a93e7b05604af147ad3171ef2e5c8f9a4c7ffc0d3382faf98859ea1d30df9d9e73f8e01839a586c07bebd39db664e859c1890b10e87a100a2bd5624eecc879f DIST popup-el-0.5.9.tar.gz 38412 BLAKE2B 142b1b01e852a386caa2088d332918cd82945ca3ca6237890a2f286245c23b831020f8f20c17d1892ff0e5f180f13e37ff694ce4a4f321fc101c7a2167bda38f SHA512 1a8c5ecb56e695f7a37915063d4e105cee92f8ae5a21e2e39ffe556dfdcf03c056b69f5e36c6ff3643713a914bb531adabcfbc525c531821e1520f7b3e93dc0b diff --git a/app-emacs/popup/popup-0.5.8.ebuild b/app-emacs/popup/popup-0.5.8.ebuild deleted file mode 100644 index 9c4445d46840..000000000000 --- a/app-emacs/popup/popup-0.5.8.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -MY_P="${PN}-el-${PV}" -DESCRIPTION="Visual popup interface library for Emacs" -HOMEPAGE="https://github.com/auto-complete/popup-el" -SRC_URI="https://github.com/auto-complete/popup-el/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" -RESTRICT="test" - -DOCS="README.md"