commit:     6c83973145dfd21147a2473034e47329c70c3a80
Author:     Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Fri Jan 22 10:56:37 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 10:59:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c839731

gui-libs/libc*: update URLs

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>

 gui-libs/libcprime/libcprime-4.0.0.ebuild | 8 ++++----
 gui-libs/libcprime/libcprime-4.1.0.ebuild | 8 ++++----
 gui-libs/libcsys/libcsys-4.0.0.ebuild     | 8 ++++----
 gui-libs/libcsys/libcsys-4.1.0.ebuild     | 8 ++++----
 gui-libs/libcsys/libcsys-9999.ebuild      | 8 ++++----
 5 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/gui-libs/libcprime/libcprime-4.0.0.ebuild 
b/gui-libs/libcprime/libcprime-4.0.0.ebuild
index 8c6fab93..b2ff3bf9 100644
--- a/gui-libs/libcprime/libcprime-4.0.0.ebuild
+++ b/gui-libs/libcprime/libcprime-4.0.0.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
@@ -8,13 +8,13 @@ QTMIN="5.15.1"
 inherit multilib qmake-utils xdg
 
 DESCRIPTION="Library for managing settings of CoreApps"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/libcprime";
+HOMEPAGE="https://gitlab.com/cubocore/libcprime";
 
 if [[ "${PV}" == *9999* ]]; then
        inherit git-r3
-       EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git";
+       EGIT_REPO_URI="https://gitlab.com/cubocore/${PN}.git";
 else
-       
SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
+       
SRC_URI="https://gitlab.com/cubocore/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz 
-> ${P}.tar.gz"
        KEYWORDS="~amd64"
        S="${WORKDIR}/${PN}-v${PV}"
 fi

diff --git a/gui-libs/libcprime/libcprime-4.1.0.ebuild 
b/gui-libs/libcprime/libcprime-4.1.0.ebuild
index b3f091dc..f9544c92 100644
--- a/gui-libs/libcprime/libcprime-4.1.0.ebuild
+++ b/gui-libs/libcprime/libcprime-4.1.0.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
@@ -8,13 +8,13 @@ QTMIN="5.15.1"
 inherit multilib qmake-utils xdg
 
 DESCRIPTION="Library for managing settings of CoreApps"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/libcprime";
+HOMEPAGE="https://gitlab.com/cubocore/libcprime";
 
 if [[ "${PV}" == *9999* ]]; then
        inherit git-r3
-       EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git";
+       EGIT_REPO_URI="https://gitlab.com/cubocore/${PN}.git";
 else
-       
SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
+       
SRC_URI="https://gitlab.com/cubocore/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz 
-> ${P}.tar.gz"
        KEYWORDS="~amd64"
        S="${WORKDIR}/${PN}-v${PV}"
 fi

diff --git a/gui-libs/libcsys/libcsys-4.0.0.ebuild 
b/gui-libs/libcsys/libcsys-4.0.0.ebuild
index 5211021c..8a618583 100644
--- a/gui-libs/libcsys/libcsys-4.0.0.ebuild
+++ b/gui-libs/libcsys/libcsys-4.0.0.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
@@ -8,13 +8,13 @@ QTMIN="5.15.1"
 inherit multilib qmake-utils
 
 DESCRIPTION="Library for managing the device"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/libcsys";
+HOMEPAGE="https://gitlab.com/cubocore/libcsys";
 
 if [[ "${PV}" == *9999* ]]; then
        inherit git-r3
-       EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git";
+       EGIT_REPO_URI="https://gitlab.com/cubocore/${PN}.git";
 else
-       
SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
+       
SRC_URI="https://gitlab.com/cubocore/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz 
-> ${P}.tar.gz"
        KEYWORDS="~amd64"
        S="${WORKDIR}/${PN}-v${PV}"
 fi

diff --git a/gui-libs/libcsys/libcsys-4.1.0.ebuild 
b/gui-libs/libcsys/libcsys-4.1.0.ebuild
index 7ae48612..caea1beb 100644
--- a/gui-libs/libcsys/libcsys-4.1.0.ebuild
+++ b/gui-libs/libcsys/libcsys-4.1.0.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
@@ -8,13 +8,13 @@ QTMIN="5.15.1"
 inherit multilib qmake-utils
 
 DESCRIPTION="Library for managing the device"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/libcsys";
+HOMEPAGE="https://gitlab.com/cubocore/libcsys";
 
 if [[ "${PV}" == *9999* ]]; then
        inherit git-r3
-       EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git";
+       EGIT_REPO_URI="https://gitlab.com/cubocore/${PN}.git";
 else
-       
SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
+       
SRC_URI="https://gitlab.com/cubocore/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz 
-> ${P}.tar.gz"
        KEYWORDS="~amd64"
        S="${WORKDIR}/${PN}-v${PV}"
 fi

diff --git a/gui-libs/libcsys/libcsys-9999.ebuild 
b/gui-libs/libcsys/libcsys-9999.ebuild
index 5211021c..8a618583 100644
--- a/gui-libs/libcsys/libcsys-9999.ebuild
+++ b/gui-libs/libcsys/libcsys-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
@@ -8,13 +8,13 @@ QTMIN="5.15.1"
 inherit multilib qmake-utils
 
 DESCRIPTION="Library for managing the device"
-HOMEPAGE="https://gitlab.com/cubocore/coreapps/libcsys";
+HOMEPAGE="https://gitlab.com/cubocore/libcsys";
 
 if [[ "${PV}" == *9999* ]]; then
        inherit git-r3
-       EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git";
+       EGIT_REPO_URI="https://gitlab.com/cubocore/${PN}.git";
 else
-       
SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
+       
SRC_URI="https://gitlab.com/cubocore/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz 
-> ${P}.tar.gz"
        KEYWORDS="~amd64"
        S="${WORKDIR}/${PN}-v${PV}"
 fi

Reply via email to