summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2021-04-23 08:27:50 +0200
committerMichael Haubenwallner <haubi@gentoo.org>2021-04-23 08:45:48 +0200
commite14f7e33e491624de8a91a5a6b443c6fc90787c6 (patch)
treec7739328de2ce4babef923a9a3ad339f3398bda1 /net-misc/mico/mico-9999.ebuild
parentnet-libs/openmq-cclient: m-needed (diff)
downloadgentoo-e14f7e33e491624de8a91a5a6b443c6fc90787c6.tar.gz
gentoo-e14f7e33e491624de8a91a5a6b443c6fc90787c6.tar.bz2
gentoo-e14f7e33e491624de8a91a5a6b443c6fc90787c6.zip
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 <haubi@gentoo.org>
Diffstat (limited to 'net-misc/mico/mico-9999.ebuild')
-rw-r--r--net-misc/mico/mico-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/mico/mico-9999.ebuild b/net-misc/mico/mico-9999.ebuild
index 0692096b5946..52c03727f64a 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
}