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 4CF2B15A7D9 for ; Sun, 19 Mar 2023 14:18:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB8FAE0924; Sun, 19 Mar 2023 14:18:21 +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 C7FEEE0924 for ; Sun, 19 Mar 2023 14:18:21 +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 01335341309 for ; Sun, 19 Mar 2023 14:18:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50B938F4 for ; Sun, 19 Mar 2023 14:18:17 +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: <1679233990.8f418f21ab143b93c1777904bc34ab73c0752c2f.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/undo-tree/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/undo-tree/undo-tree-0.8.1-r1.ebuild app-emacs/undo-tree/undo-tree-0.8.1.ebuild app-emacs/undo-tree/undo-tree-0.8.2-r1.ebuild app-emacs/undo-tree/undo-tree-0.8.2.ebuild X-VCS-Directories: app-emacs/undo-tree/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 8f418f21ab143b93c1777904bc34ab73c0752c2f X-VCS-Branch: master Date: Sun, 19 Mar 2023 14:18:17 +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: 483a1089-5731-474b-8f63-2df630a5c34a X-Archives-Hash: 4b5a8330903afa3497d8d48425b9d464 commit: 8f418f21ab143b93c1777904bc34ab73c0752c2f Author: Maciej Barć gentoo org> AuthorDate: Sun Mar 19 13:15:00 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sun Mar 19 13:53:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f418f21 app-emacs/undo-tree: DEPEND -> BDEPEND Signed-off-by: Maciej Barć gentoo.org> .../{undo-tree-0.8.1.ebuild => undo-tree-0.8.1-r1.ebuild} | 9 +++++---- .../{undo-tree-0.8.2.ebuild => undo-tree-0.8.2-r1.ebuild} | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/app-emacs/undo-tree/undo-tree-0.8.1.ebuild b/app-emacs/undo-tree/undo-tree-0.8.1-r1.ebuild similarity index 85% rename from app-emacs/undo-tree/undo-tree-0.8.1.ebuild rename to app-emacs/undo-tree/undo-tree-0.8.1-r1.ebuild index dfeb0ba97404..be73ca2aef7e 100644 --- a/app-emacs/undo-tree/undo-tree-0.8.1.ebuild +++ b/app-emacs/undo-tree/undo-tree-0.8.1-r1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 + NEED_EMACS=24 inherit readme.gentoo-r1 elisp @@ -15,9 +16,9 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 x86" +RDEPEND="app-emacs/queue" +BDEPEND="${RDEPEND}" + SITEFILE="50${PN}-gentoo.el" DOC_CONTENTS="To enable undo trees globally, place '(global-undo-tree-mode)' in your .emacs file." - -DEPEND="app-emacs/queue" -RDEPEND="${DEPEND}" diff --git a/app-emacs/undo-tree/undo-tree-0.8.2.ebuild b/app-emacs/undo-tree/undo-tree-0.8.2-r1.ebuild similarity index 91% rename from app-emacs/undo-tree/undo-tree-0.8.2.ebuild rename to app-emacs/undo-tree/undo-tree-0.8.2-r1.ebuild index fc23a69f50bb..be6057114bef 100644 --- a/app-emacs/undo-tree/undo-tree-0.8.2.ebuild +++ b/app-emacs/undo-tree/undo-tree-0.8.2-r1.ebuild @@ -15,9 +15,9 @@ LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="app-emacs/queue" -RDEPEND="${DEPEND}" +RDEPEND="app-emacs/queue" +BDEPEND="${RDEPEND}" +SITEFILE="50${PN}-gentoo.el" DOC_CONTENTS="To enable undo trees globally, place '(global-undo-tree-mode)' in your .emacs file." -SITEFILE="50${PN}-gentoo.el"