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 022FC15808B for ; Thu, 3 Oct 2024 15:08:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FD27E29D6; Thu, 3 Oct 2024 15:08:54 +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 29830E29D6 for ; Thu, 3 Oct 2024 15:08: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F48A340C20 for ; Thu, 3 Oct 2024 15:08:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3E5427F6 for ; Thu, 3 Oct 2024 15:08:50 +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: <1727968126.3cf651b6bd8aa84649891dc87d746c8198d29192.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/use-package/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/use-package/Manifest app-emacs/use-package/use-package-2.4.6.ebuild X-VCS-Directories: app-emacs/use-package/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 3cf651b6bd8aa84649891dc87d746c8198d29192 X-VCS-Branch: master Date: Thu, 3 Oct 2024 15:08:50 +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: 436d8465-13f8-47bf-af13-94eab2580d8d X-Archives-Hash: cf10c5112d6a5d92b51ed739583b436f commit: 3cf651b6bd8aa84649891dc87d746c8198d29192 Author: Maciej Barć gentoo org> AuthorDate: Thu Oct 3 14:13:54 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Oct 3 15:08:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf651b6 app-emacs/use-package: bump to 2.4.6 Signed-off-by: Maciej Barć gentoo.org> app-emacs/use-package/Manifest | 1 + app-emacs/use-package/use-package-2.4.6.ebuild | 32 ++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/app-emacs/use-package/Manifest b/app-emacs/use-package/Manifest index 3dc457a8998e..025e95d908e9 100644 --- a/app-emacs/use-package/Manifest +++ b/app-emacs/use-package/Manifest @@ -1 +1,2 @@ DIST use-package-2.4.5.tar.xz 61288 BLAKE2B e494791eb2ddee436d6ea1488e632fcad71ba1ace7b2a430c706d5db3e4aad1e25e306e6214e04bafdec79f02c8ae29092207696fffa9d9b2450eb931c6986ed SHA512 01321a4d989dc51ad46bf228c75ea1e666deaf4c34106205bb0e630beb1e71bc7d9cfe1888bc7683d030532191edf94d542045bdae4d2ba8337d354d43440b3c +DIST use-package-2.4.6.tar.xz 59476 BLAKE2B c5caa1aaeeeeb16e1f5d21ef4d9ce7b892528d35d6f20ea7efadfa14838d2eb721c9fb07257c7ad2b1629f5331ec86e77dce0d9b38864bf7245890e9b616f1e0 SHA512 a78e0c14943e1153feb542d6e2b7f3a0b4e6332d230314676ed1515d9e4a2f9d6b9fcc84d3934fc5bb2c807028ea65746cf05da9aa8cd71309709df54e15c233 diff --git a/app-emacs/use-package/use-package-2.4.6.ebuild b/app-emacs/use-package/use-package-2.4.6.ebuild new file mode 100644 index 000000000000..2065e0b87342 --- /dev/null +++ b/app-emacs/use-package/use-package-2.4.6.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# NOTICE: This package provides all "use-package" Emacs Lisp libraries except +# "bind-chord" and "bind-key" which are split into their own packages. + +EAPI=8 + +inherit elisp + +DESCRIPTION="Declaration macro for simplifying your Emacs configuration" +HOMEPAGE="https://github.com/jwiegley/use-package/ + https://elpa.gnu.org/packages/use-package.html" +SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + app-emacs/bind-chord + app-emacs/bind-key + app-emacs/diminish + app-emacs/system-packages +" +BDEPEND=" + ${RDEPEND} +" + +PATCHES=( "${FILESDIR}/${PN}-require-diminish.patch" ) + +SITEFILE="50${PN}-gentoo.el"