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 5C1D215808B for ; Tue, 15 Feb 2022 18:49:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90D9EE0867; Tue, 15 Feb 2022 18:49:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 79DA6E083E for ; Tue, 15 Feb 2022 18:49:13 +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 B016F3430E4 for ; Tue, 15 Feb 2022 18:49:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 214C32D8 for ; Tue, 15 Feb 2022 18:49:11 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1644950940.9c0c221c85382d0d7594f80f3f6a356ed52c3798.ulm@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: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 9c0c221c85382d0d7594f80f3f6a356ed52c3798 X-VCS-Branch: master Date: Tue, 15 Feb 2022 18:49:11 +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: ab165f03-ffb6-4d71-ae9f-fb8486cace88 X-Archives-Hash: 10cf71e6eef26ba09fdded2ff8581587 commit: 9c0c221c85382d0d7594f80f3f6a356ed52c3798 Author: Ulrich Müller gentoo org> AuthorDate: Tue Feb 15 18:48:44 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Feb 15 18:49:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0c221c app-emacs/popup: Version bump to 0.5.8 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/popup/Manifest | 1 + app-emacs/popup/popup-0.5.8.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/app-emacs/popup/Manifest b/app-emacs/popup/Manifest index 2b55d379564e..ed9a6d51697b 100644 --- a/app-emacs/popup/Manifest +++ b/app-emacs/popup/Manifest @@ -1 +1,2 @@ DIST popup-el-0.5.3.tar.gz 25785 BLAKE2B e0104a382730203a86c9ce4e1957c652c0e4b0ee84dfa465a94eddf942a249ccf83493bc04f8503e483f14cfeff3649f5264475531c10fe1a9cb1a08376b4499 SHA512 ad67e5d1e4d969151359a54759ae74b2f1107b25b56e7bcedf15995ff6bc0188916fcf5af64ee6ee2b5046e831ebb49c521724e224d7ddb473d3229f3094f5d5 +DIST popup-el-0.5.8.tar.gz 26093 BLAKE2B f2b0cb4ffbb3d371baeb1b3261e12921faabea00a4bbb13ecfcbbef56db9c46c0a397817eb956b4eb37a0fb1246bd1933a2c9355984bf6f34a65baf6df912b8e SHA512 1a93e7b05604af147ad3171ef2e5c8f9a4c7ffc0d3382faf98859ea1d30df9d9e73f8e01839a586c07bebd39db664e859c1890b10e87a100a2bd5624eecc879f diff --git a/app-emacs/popup/popup-0.5.8.ebuild b/app-emacs/popup/popup-0.5.8.ebuild new file mode 100644 index 000000000000..596a89c72c1a --- /dev/null +++ b/app-emacs/popup/popup-0.5.8.ebuild @@ -0,0 +1,19 @@ +# 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"