From: "Maciej Barć" <xgqt@protonmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-libs/libcsys/, gui-libs/libcprime/
Date: Fri, 22 Jan 2021 10:59:03 +0000 (UTC) [thread overview]
Message-ID: <1611313140.6c83973145dfd21147a2473034e47329c70c3a80.xgqt@gentoo> (raw)
commit: 6c83973145dfd21147a2473034e47329c70c3a80
Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Fri Jan 22 10:56:37 2021 +0000
Commit: Maciej Barć <xgqt <AT> protonmail <DOT> com>
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
next reply other threads:[~2021-01-22 10:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-22 10:59 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-05-16 22:57 [gentoo-commits] repo/proj/guru:dev commit in: gui-libs/libcsys/, gui-libs/libcprime/ Maciej Barć
2020-12-05 23:26 Maciej Barć
2020-12-02 21:10 Maciej Barć
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1611313140.6c83973145dfd21147a2473034e47329c70c3a80.xgqt@gentoo \
--to=xgqt@protonmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox