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 0101D13835A for ; Fri, 23 Apr 2021 06:53:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45448E092A; Fri, 23 Apr 2021 06:53:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0397EE092A for ; Fri, 23 Apr 2021 06:53:12 +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 F08703412A3 for ; Fri, 23 Apr 2021 06:53:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67DC8733 for ; Fri, 23 Apr 2021 06:53:09 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1619160348.e14f7e33e491624de8a91a5a6b443c6fc90787c6.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mico/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/mico/metadata.xml net-misc/mico/mico-2.3.13-r13.ebuild net-misc/mico/mico-2.3.13-r14.ebuild net-misc/mico/mico-9999.ebuild X-VCS-Directories: net-misc/mico/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: e14f7e33e491624de8a91a5a6b443c6fc90787c6 X-VCS-Branch: master Date: Fri, 23 Apr 2021 06:53:09 +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: 40ef204c-8d3e-401d-b661-bfcc0c3769f4 X-Archives-Hash: 6a64f36d009d90e764b4551b70c48f1f commit: e14f7e33e491624de8a91a5a6b443c6fc90787c6 Author: Michael Haubenwallner gentoo org> AuthorDate: Fri Apr 23 06:27:50 2021 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Fri Apr 23 06:45:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14f7e33 net-misc/mico: m-needed Also, mirror for dead upstream has moved. Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Haubenwallner gentoo.org> net-misc/mico/metadata.xml | 5 +---- net-misc/mico/mico-2.3.13-r13.ebuild | 6 +++--- net-misc/mico/mico-2.3.13-r14.ebuild | 6 +++--- net-misc/mico/mico-9999.ebuild | 6 +++--- 4 files changed, 10 insertions(+), 13 deletions(-) diff --git a/net-misc/mico/metadata.xml b/net-misc/mico/metadata.xml index 89b3f821e9c..47e27a9250a 100644 --- a/net-misc/mico/metadata.xml +++ b/net-misc/mico/metadata.xml @@ -1,10 +1,7 @@ - - haubi@gentoo.org - Michael Haubenwallner - + MICO is a mature, secure, robust, fully standards-compliant implementation of the CORBA standard. It is available as GNU open source diff --git a/net-misc/mico/mico-2.3.13-r13.ebuild b/net-misc/mico/mico-2.3.13-r13.ebuild index 0692096b594..52c03727f64 100644 --- a/net-misc/mico/mico-2.3.13-r13.ebuild +++ b/net-misc/mico/mico-2.3.13-r13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI=" http://www.mico.org/${P}.tar.gz - https://github.com/haubi/mico/compare/${PV}-raw...${PV}-gentoo-${PR}.patch -> ${P}-gentoo-${PR}.patch + https://github.com/ssi-schaefer/mico/compare/${PV}-raw...${PV}-gentoo-${PR}.patch -> ${P}-gentoo-${PR}.patch " PATCHES="${DISTDIR}/${P}-gentoo-${PR}.patch" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-winnt" @@ -44,7 +44,7 @@ BDEPEND=" if [[ ${PV} == 9999 ]]; then src_unpack() { - wget -O ${P}-gentoo.patch "https://github.com/haubi/mico/compare/gentoo.patch" || die + wget -O ${P}-gentoo.patch "https://github.com/ssi-schaefer/mico/compare/gentoo.patch" || die darcs_src_unpack default } diff --git a/net-misc/mico/mico-2.3.13-r14.ebuild b/net-misc/mico/mico-2.3.13-r14.ebuild index 0692096b594..52c03727f64 100644 --- a/net-misc/mico/mico-2.3.13-r14.ebuild +++ b/net-misc/mico/mico-2.3.13-r14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI=" http://www.mico.org/${P}.tar.gz - https://github.com/haubi/mico/compare/${PV}-raw...${PV}-gentoo-${PR}.patch -> ${P}-gentoo-${PR}.patch + https://github.com/ssi-schaefer/mico/compare/${PV}-raw...${PV}-gentoo-${PR}.patch -> ${P}-gentoo-${PR}.patch " PATCHES="${DISTDIR}/${P}-gentoo-${PR}.patch" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-winnt" @@ -44,7 +44,7 @@ BDEPEND=" if [[ ${PV} == 9999 ]]; then src_unpack() { - wget -O ${P}-gentoo.patch "https://github.com/haubi/mico/compare/gentoo.patch" || die + wget -O ${P}-gentoo.patch "https://github.com/ssi-schaefer/mico/compare/gentoo.patch" || die darcs_src_unpack default } diff --git a/net-misc/mico/mico-9999.ebuild b/net-misc/mico/mico-9999.ebuild index 0692096b594..52c03727f64 100644 --- a/net-misc/mico/mico-9999.ebuild +++ b/net-misc/mico/mico-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI=" http://www.mico.org/${P}.tar.gz - https://github.com/haubi/mico/compare/${PV}-raw...${PV}-gentoo-${PR}.patch -> ${P}-gentoo-${PR}.patch + https://github.com/ssi-schaefer/mico/compare/${PV}-raw...${PV}-gentoo-${PR}.patch -> ${P}-gentoo-${PR}.patch " PATCHES="${DISTDIR}/${P}-gentoo-${PR}.patch" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-winnt" @@ -44,7 +44,7 @@ BDEPEND=" if [[ ${PV} == 9999 ]]; then src_unpack() { - wget -O ${P}-gentoo.patch "https://github.com/haubi/mico/compare/gentoo.patch" || die + wget -O ${P}-gentoo.patch "https://github.com/ssi-schaefer/mico/compare/gentoo.patch" || die darcs_src_unpack default }