public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-libs/libcprime/
Date: Thu,  8 Apr 2021 10:12:04 +0000 (UTC)	[thread overview]
Message-ID: <1617812356.921f0eb0cfc32b449aa2d154b59253a8641f4051.andrewammerlaan@gentoo> (raw)

commit:     921f0eb0cfc32b449aa2d154b59253a8641f4051
Author:     Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Wed Apr  7 15:13:22 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=921f0eb0

gui-libs/libcprime: bump to 4.2.0_alpha; update live

Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>

 gui-libs/libcprime/Manifest                                       | 1 +
 .../{libcprime-9999.ebuild => libcprime-4.2.0_alpha.ebuild}       | 8 ++++++--
 gui-libs/libcprime/libcprime-9999.ebuild                          | 8 ++++++--
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/gui-libs/libcprime/Manifest b/gui-libs/libcprime/Manifest
index 2e70ea6b9..4f4bdcd61 100644
--- a/gui-libs/libcprime/Manifest
+++ b/gui-libs/libcprime/Manifest
@@ -1,2 +1,3 @@
 DIST libcprime-4.0.0.tar.gz 62887 BLAKE2B b2aaa69b7f726a5ea66668fc83b6c2c5d621351fabbb6ccefb9e2cfa82853b5d8cc80bf79626b1d461103373ed63fa73eaaebc48c66314d4a0a2903b4421c8ad SHA512 b392b6e82907995050696b9dc7bd31cf290e705cad300c538511ae4e8632594cf7f321e6b8ee55c34d4dccdebf993884aabccc54b96d4eb4e084647deff20591
 DIST libcprime-4.1.0.tar.gz 62873 BLAKE2B f64557f3700c7ee491510c3a793a36fedcabbfc11d225d276632b06bd7a5ac79cfcbcb70462b7f1a53aff7ecd33dc21f47aee208b75c3200e8b344aab180f6e5 SHA512 be61dbd29fb38187906db968c8196a1162ff663626b153fee3c5823e0b44a88f44d269aeb2e5f1a8de18d061db64f8aaf9667b9c28c10de0bc3831e76a6f8aac
+DIST libcprime-4.2.0_alpha.tar.gz 53632 BLAKE2B f2d89d2e553af9412d03817948c09e7bd7ce88b2505f64cec6ad41dcec8de3c90ad8a9066648f756487b14f8881a71dbaeed442450b284e51f07b2abbfd7c629 SHA512 fddab040c13363201116fbb5437f204cd0c2ed1aa1842215668d37ca0c8db587b55a0fb7165c447c8e6a2a89c378228415a70ceac2a7f763b98b91c50e53501f

diff --git a/gui-libs/libcprime/libcprime-9999.ebuild b/gui-libs/libcprime/libcprime-4.2.0_alpha.ebuild
similarity index 77%
copy from gui-libs/libcprime/libcprime-9999.ebuild
copy to gui-libs/libcprime/libcprime-4.2.0_alpha.ebuild
index 46af395d6..43535c1bf 100644
--- a/gui-libs/libcprime/libcprime-9999.ebuild
+++ b/gui-libs/libcprime/libcprime-4.2.0_alpha.ebuild
@@ -3,6 +3,10 @@
 
 EAPI=7
 
+MY_PV="${PV/_/-}"
+
+QTMIN="5.15.1"
+
 inherit cmake
 
 DESCRIPTION="Library for managing settings of CoreApps"
@@ -12,9 +16,9 @@ if [[ "${PV}" == *9999* ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://gitlab.com/cubocore/libcprime.git"
 else
-	SRC_URI="https://gitlab.com/cubocore/libcprime/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://gitlab.com/cubocore/libcprime/-/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/libcprime/libcprime-9999.ebuild b/gui-libs/libcprime/libcprime-9999.ebuild
index 46af395d6..43535c1bf 100644
--- a/gui-libs/libcprime/libcprime-9999.ebuild
+++ b/gui-libs/libcprime/libcprime-9999.ebuild
@@ -3,6 +3,10 @@
 
 EAPI=7
 
+MY_PV="${PV/_/-}"
+
+QTMIN="5.15.1"
+
 inherit cmake
 
 DESCRIPTION="Library for managing settings of CoreApps"
@@ -12,9 +16,9 @@ if [[ "${PV}" == *9999* ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://gitlab.com/cubocore/libcprime.git"
 else
-	SRC_URI="https://gitlab.com/cubocore/libcprime/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://gitlab.com/cubocore/libcprime/-/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"


             reply	other threads:[~2021-04-08 10:12 UTC|newest]

Thread overview: 3+ 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-01-13 11:38 [gentoo-commits] repo/proj/guru:master commit in: gui-libs/libcprime/ David Roman
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.921f0eb0cfc32b449aa2d154b59253a8641f4051.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