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 6AA5A15808B for ; Fri, 1 Apr 2022 18:57:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A841EE0831; Fri, 1 Apr 2022 18:57:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87BB4E0831 for ; Fri, 1 Apr 2022 18:57:18 +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 7B858341869 for ; Fri, 1 Apr 2022 18:57:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D216F29 for ; Fri, 1 Apr 2022 18:57:15 +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: <1648839236.24e3f8e4e35f88ff6a0abfc4f5830c4366f89470.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/babel/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-emacs/babel/babel-1.1.ebuild X-VCS-Directories: app-emacs/babel/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 24e3f8e4e35f88ff6a0abfc4f5830c4366f89470 X-VCS-Branch: master Date: Fri, 1 Apr 2022 18:57:15 +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: b8334897-7c93-47c4-b952-29adbdf5e553 X-Archives-Hash: 0d001b9d1c627272b23006ef8591b384 commit: 24e3f8e4e35f88ff6a0abfc4f5830c4366f89470 Author: Ulrich Müller gentoo org> AuthorDate: Fri Apr 1 18:53:56 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Apr 1 18:53:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=24e3f8e4 app-emacs/babel: Update HOMEPAGE Signed-off-by: Ulrich Müller gentoo.org> app-emacs/babel/babel-1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/babel/babel-1.1.ebuild b/app-emacs/babel/babel-1.1.ebuild index 244d9c0..695b120 100644 --- a/app-emacs/babel/babel-1.1.ebuild +++ b/app-emacs/babel/babel-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit elisp DESCRIPTION="Interface to web translation services such as Babelfish" -HOMEPAGE="http://www.hoetzel.info/Hacking/emacs/" +HOMEPAGE="https://www.hoetzel.info/Hacking/emacs/" # taken from: http://www.hoetzel.info/Hacking/emacs/babel.el SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"