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 5A0C5158090 for ; Mon, 9 May 2022 12:47:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 875ABE0874; Mon, 9 May 2022 12:47:54 +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 6502AE0874 for ; Mon, 9 May 2022 12:47:54 +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 4B2E934121F for ; Mon, 9 May 2022 12:47:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9585D3A5 for ; Mon, 9 May 2022 12:47:51 +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: <1652100348.758908356b555f9d999687fafabb5a4bf2b5e5bc.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/posframe/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/posframe/Manifest app-emacs/posframe/posframe-1.1.7.ebuild X-VCS-Directories: app-emacs/posframe/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 758908356b555f9d999687fafabb5a4bf2b5e5bc X-VCS-Branch: master Date: Mon, 9 May 2022 12:47:51 +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: bc279b5d-44a6-4d04-bec4-b7745a577535 X-Archives-Hash: 44f1c4c095c314a3afc2dfa75e205df0 commit: 758908356b555f9d999687fafabb5a4bf2b5e5bc Author: Maciej Barć gentoo org> AuthorDate: Mon May 9 12:44:09 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon May 9 12:45:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75890835 app-emacs/posframe: bump to 1.1.7 Signed-off-by: Maciej Barć gentoo.org> app-emacs/posframe/Manifest | 1 + app-emacs/posframe/posframe-1.1.7.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/app-emacs/posframe/Manifest b/app-emacs/posframe/Manifest index 069e294ba5b4..a264566a12d9 100644 --- a/app-emacs/posframe/Manifest +++ b/app-emacs/posframe/Manifest @@ -1 +1,2 @@ DIST posframe-0.8.5.tar.gz 77569 BLAKE2B bf379f4641ed78f7cd92fcb443f3e01f78360113dc9eec4b1dcbba581ec0df5b11eeeda27eaea6dd28f7aa324c33aa499079afe9665da9d1d2328904117364d9 SHA512 ce9c76f8a943d206f3438b82ba637b96a9f3cf0d1078f8b940ab8a0aaa9940aa308a76be5b678d7394b25716f631ca3305e25b850fd25ffa18d79551baff0586 +DIST posframe-1.1.7.tar.gz 79507 BLAKE2B ad6c12b8733a6db18b53a20c78ca16412206ce782e269500ffa36ff7e29873a4d46e6addbf30c7e5a7a818de3b752cc481a4031c96ff8760e714373ece06db0f SHA512 c3762ec115df4c6967a8a7bff4c8d9447b97da36903e166a2f4d7da382b8e22b2e7f97c5cfa3f40f5461c78821552574a905b4e595ef34f5fb45c8cd17fee95b diff --git a/app-emacs/posframe/posframe-1.1.7.ebuild b/app-emacs/posframe/posframe-1.1.7.ebuild new file mode 100644 index 000000000000..67370466f98c --- /dev/null +++ b/app-emacs/posframe/posframe-1.1.7.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=26.1 + +inherit elisp + +DESCRIPTION="Pop up a frame at point" +HOMEPAGE="https://github.com/tumashu/posframe/" +SRC_URI="https://github.com/tumashu/${PN}/archive/refs/tags/v${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="GPL-3+" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +DOCS=( README.org snapshots ) +SITEFILE="50${PN}-gentoo.el"