From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-libs/libcsys/
Date: Thu, 8 Apr 2021 10:12:04 +0000 (UTC) [thread overview]
Message-ID: <1617812356.25079ddd44bbd35bd48c13701262eefa144aae67.andrewammerlaan@gentoo> (raw)
commit: 25079ddd44bbd35bd48c13701262eefa144aae67
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Wed Apr 7 15:13:40 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Apr 7 16:19:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=25079ddd
gui-libs/libcsys: bump to 4.2.0_alpha; update live
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
gui-libs/libcsys/Manifest | 1 +
.../libcsys/{libcsys-9999.ebuild => libcsys-4.2.0_alpha.ebuild} | 6 ++++--
gui-libs/libcsys/libcsys-9999.ebuild | 6 ++++--
3 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/gui-libs/libcsys/Manifest b/gui-libs/libcsys/Manifest
index f11f4f86d..6400e731b 100644
--- a/gui-libs/libcsys/Manifest
+++ b/gui-libs/libcsys/Manifest
@@ -1,2 +1,3 @@
DIST libcsys-4.0.0.tar.gz 26187 BLAKE2B df7ca36087d2e06ce7ad668eb7fa57aeb15db587888406c2ae30f9972e93fd2cd2a129a3453960fe8fab58418a5f3df17e201cd22aa511245b66e6b59e196c86 SHA512 1c3ce300f88a6825dcc73536d394abce35affda117388d34781c4dec5e4e9288743af2cbee1f7ad1f4b93fe6c1091f657191712aa59e78ea5b992800a215794a
DIST libcsys-4.1.0.tar.gz 26133 BLAKE2B d5714d9241a79084fc5ed86d82dcd5843a9a6960bdbdb92e19e0896e42aae7b3dfaa833786e98d919ac5bd642356e985109b90344819979eb8899620bdddceac SHA512 5db6160dc64aba915796f921866202794196d3ce4d9e17e266f2d3c25d9a3441e6d7f1c8ff64de92477e83f42d5a959802e18019c7f04abcd3fd69e1f5028f59
+DIST libcsys-4.2.0_alpha.tar.gz 26827 BLAKE2B 29c2ab7f71e9a10549d2a4551aa0131dee04e3628ff529414b2275ef70fdad48e0ed873d917470f758fb63540d1a9c82a0a3b44f4394d95eade512c2d06bbf72 SHA512 42dae4f3ca900b00c3888d6e980252a8c3b6a5835430afdf9e3194b91667ec9795188769c413f4f1c978aacdb79fbef85fb84496186fb444d76e24d900bc1aed
diff --git a/gui-libs/libcsys/libcsys-9999.ebuild b/gui-libs/libcsys/libcsys-4.2.0_alpha.ebuild
similarity index 78%
copy from gui-libs/libcsys/libcsys-9999.ebuild
copy to gui-libs/libcsys/libcsys-4.2.0_alpha.ebuild
index 1d1345cc7..5dbcd88e5 100644
--- a/gui-libs/libcsys/libcsys-9999.ebuild
+++ b/gui-libs/libcsys/libcsys-4.2.0_alpha.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+MY_PV="${PV/_/-}"
+
QTMIN="5.15.1"
inherit cmake
@@ -14,9 +16,9 @@ if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/cubocore/${PN}.git"
else
- SRC_URI="https://gitlab.com/cubocore/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://gitlab.com/cubocore/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}-v${PV}"
+ S="${WORKDIR}/${PN}-v${MY_PV}"
fi
LICENSE="GPL-3"
diff --git a/gui-libs/libcsys/libcsys-9999.ebuild b/gui-libs/libcsys/libcsys-9999.ebuild
index 1d1345cc7..5dbcd88e5 100644
--- a/gui-libs/libcsys/libcsys-9999.ebuild
+++ b/gui-libs/libcsys/libcsys-9999.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+MY_PV="${PV/_/-}"
+
QTMIN="5.15.1"
inherit cmake
@@ -14,9 +16,9 @@ if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.com/cubocore/${PN}.git"
else
- SRC_URI="https://gitlab.com/cubocore/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://gitlab.com/cubocore/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}-v${PV}"
+ S="${WORKDIR}/${PN}-v${MY_PV}"
fi
LICENSE="GPL-3"
next reply other threads:[~2021-04-08 10:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-08 10:12 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-12 14:29 [gentoo-commits] repo/proj/guru:master commit in: gui-libs/libcsys/ David Roman
2025-03-12 14:29 David Roman
2021-05-25 23:07 Haelwenn Monnier
2021-04-06 9:03 Andrew Ammerlaan
2021-03-11 13:16 Andrew Ammerlaan
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=1617812356.25079ddd44bbd35bd48c13701262eefa144aae67.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--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