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 222DE158094 for ; Wed, 10 Aug 2022 14:20:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A79CAE0E65; Wed, 10 Aug 2022 14:20:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 89649E0E65 for ; Wed, 10 Aug 2022 14:20: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 C157F3411F0 for ; Wed, 10 Aug 2022 14:20:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3589D581 for ; Wed, 10 Aug 2022 14:20:50 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1660141220.d1a95de18611f0ea8cf66759b032b1ffd97c1898.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/unsymlink-lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/unsymlink-lib/metadata.xml app-portage/unsymlink-lib/unsymlink-lib-20.ebuild X-VCS-Directories: app-portage/unsymlink-lib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d1a95de18611f0ea8cf66759b032b1ffd97c1898 X-VCS-Branch: master Date: Wed, 10 Aug 2022 14:20: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: 84d49d36-f15a-4e2e-a339-c2fa09adc8cd X-Archives-Hash: 698cf21a4bae1e42cbde6697bf577adc commit: d1a95de18611f0ea8cf66759b032b1ffd97c1898 Author: Michał Górny gentoo org> AuthorDate: Wed Aug 10 14:19:31 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Aug 10 14:20:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a95de1 app-portage/unsymlink-lib: Update URLs Signed-off-by: Michał Górny gentoo.org> app-portage/unsymlink-lib/metadata.xml | 4 ++-- app-portage/unsymlink-lib/unsymlink-lib-20.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-portage/unsymlink-lib/metadata.xml b/app-portage/unsymlink-lib/metadata.xml index 0ba87dff8fe0..3cccb08d1631 100644 --- a/app-portage/unsymlink-lib/metadata.xml +++ b/app-portage/unsymlink-lib/metadata.xml @@ -6,7 +6,7 @@ Michał Górny - https://github.com/mgorny/unsymlink-lib/issues/ - mgorny/unsymlink-lib + https://github.com/projg2/unsymlink-lib/issues/ + projg2/unsymlink-lib diff --git a/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild index 070dd5986d41..30c2eb4c6e4d 100644 --- a/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild +++ b/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit python-single-r1 DESCRIPTION="Convert your system to SYMLINK_LIB=no" -HOMEPAGE="https://github.com/mgorny/unsymlink-lib" -SRC_URI="https://github.com/mgorny/unsymlink-lib/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/projg2/unsymlink-lib" +SRC_URI="https://github.com/projg2/unsymlink-lib/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0"