From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1586775-garchives=archives.gentoo.org@lists.gentoo.org> 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 61A52158040 for <garchives@archives.gentoo.org>; Wed, 3 Jan 2024 19:56:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A51B82BC01F; Wed, 3 Jan 2024 19:56:07 +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 625522BC01F for <gentoo-commits@lists.gentoo.org>; Wed, 3 Jan 2024 19:56:07 +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 9AF15343025 for <gentoo-commits@lists.gentoo.org>; Wed, 3 Jan 2024 19:56:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 370561492 for <gentoo-commits@lists.gentoo.org>; Wed, 3 Jan 2024 19:56:05 +0000 (UTC) From: "Horodniceanu Andrei" <a.horodniceanu@proton.me> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horodniceanu Andrei" <a.horodniceanu@proton.me> Message-ID: <1704310703.d89e59788240b47148922eae4702db4bb522be64.a.horodniceanu@gentoo> Subject: [gentoo-commits] repo/user/dlang:master commit in: app-eselect/eselect-dlang/ X-VCS-Repository: repo/user/dlang X-VCS-Files: app-eselect/eselect-dlang/eselect-dlang-20190608.ebuild app-eselect/eselect-dlang/metadata.xml X-VCS-Directories: app-eselect/eselect-dlang/ X-VCS-Committer: a.horodniceanu X-VCS-Committer-Name: Horodniceanu Andrei X-VCS-Revision: d89e59788240b47148922eae4702db4bb522be64 X-VCS-Branch: master Date: Wed, 3 Jan 2024 19:56:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 66cbe2be-64cb-4fd3-876e-3aea1e0ef1ec X-Archives-Hash: be45509a360e51d818ed22849373a503 commit: d89e59788240b47148922eae4702db4bb522be64 Author: Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me> AuthorDate: Wed Jan 3 10:09:37 2024 +0000 Commit: Horodniceanu Andrei <a.horodniceanu <AT> proton <DOT> me> CommitDate: Wed Jan 3 19:38:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/user/dlang.git/commit/?id=d89e5978 app-eselect/eselect-dlang: update HOMEPAGE Signed-off-by: Horodniceanu Andrei <a.horodniceanu <AT> proton.me> app-eselect/eselect-dlang/eselect-dlang-20190608.ebuild | 2 +- app-eselect/eselect-dlang/metadata.xml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app-eselect/eselect-dlang/eselect-dlang-20190608.ebuild b/app-eselect/eselect-dlang/eselect-dlang-20190608.ebuild index 10169d0..5bd7ec9 100644 --- a/app-eselect/eselect-dlang/eselect-dlang-20190608.ebuild +++ b/app-eselect/eselect-dlang/eselect-dlang-20190608.ebuild @@ -4,7 +4,7 @@ EAPI=7 DESCRIPTION="Eselect module for management of multiple D versions" -HOMEPAGE="https://github.com/gentoo-dlang" +HOMEPAGE="https://github.com/gentoo/dlang" LICENSE="GPL-2" SLOT="0" diff --git a/app-eselect/eselect-dlang/metadata.xml b/app-eselect/eselect-dlang/metadata.xml index 920817d..b3c6ac4 100644 --- a/app-eselect/eselect-dlang/metadata.xml +++ b/app-eselect/eselect-dlang/metadata.xml @@ -1,3 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata/> \ No newline at end of file +<pkgmetadata> + <upstream> + <remote-id type="github">gentoo/dlang</remote-id> + </upstream> +</pkgmetadata>