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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 758C0138334 for ; Mon, 6 May 2019 05:46:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8E57E089F; Mon, 6 May 2019 05:46:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B387E08A8 for ; Mon, 6 May 2019 05:46:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 585C7343758 for ; Mon, 6 May 2019 05:46:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D3355D0 for ; Mon, 6 May 2019 05:46:46 +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: <1557120378.6674d6b91247c4ecd5ad52fd61edfe1d5885b20a.ulm@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.5.2.ebuild app-emacs/undo-tree/undo-tree-0.6.4.ebuild X-VCS-Directories: app-emacs/undo-tree/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6674d6b91247c4ecd5ad52fd61edfe1d5885b20a X-VCS-Branch: master Date: Mon, 6 May 2019 05:46:46 +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: d7c9040b-4bd5-4e2c-a6a7-d13cc492d8f9 X-Archives-Hash: 360469150e2d0dd7db147affa620aca6 commit: 6674d6b91247c4ecd5ad52fd61edfe1d5885b20a Author: Ulrich Müller gentoo org> AuthorDate: Mon May 6 05:26:18 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon May 6 05:26:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6674d6b9 app-emacs/undo-tree: Update HOMEPAGE. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/undo-tree/undo-tree-0.5.2.ebuild | 4 ++-- app-emacs/undo-tree/undo-tree-0.6.4.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emacs/undo-tree/undo-tree-0.5.2.ebuild b/app-emacs/undo-tree/undo-tree-0.5.2.ebuild index 1fb2bef3be2..89bd897ea23 100644 --- a/app-emacs/undo-tree/undo-tree-0.5.2.ebuild +++ b/app-emacs/undo-tree/undo-tree-0.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -6,7 +6,7 @@ EAPI=4 inherit elisp DESCRIPTION="Undo trees and visualization" -HOMEPAGE="http://www.dr-qubit.org/emacs.php#undo-tree" +HOMEPAGE="http://www.dr-qubit.org/undo-tree.html" SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2" LICENSE="GPL-3+" diff --git a/app-emacs/undo-tree/undo-tree-0.6.4.ebuild b/app-emacs/undo-tree/undo-tree-0.6.4.ebuild index 209e6773cb3..57ba4e7aba6 100644 --- a/app-emacs/undo-tree/undo-tree-0.6.4.ebuild +++ b/app-emacs/undo-tree/undo-tree-0.6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -7,7 +7,7 @@ NEED_EMACS=24 inherit readme.gentoo elisp DESCRIPTION="Undo trees and visualization" -HOMEPAGE="http://www.dr-qubit.org/emacs.php#undo-tree" +HOMEPAGE="http://www.dr-qubit.org/undo-tree.html" SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" LICENSE="GPL-3+"