public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-libs/libcprime/
Date: Mon, 13 Jan 2025 11:38:30 +0000 (UTC)	[thread overview]
Message-ID: <1736674444.b4a16342906561cae34664f16d05ae413dddd47d.davidroman@gentoo> (raw)

commit:     b4a16342906561cae34664f16d05ae413dddd47d
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Jan 12 09:34:04 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jan 12 09:34:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4a16342

gui-libs/libcprime: add 5.0.0_pre20240921

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 gui-libs/libcprime/Manifest                             |  1 +
 ...e-9999.ebuild => libcprime-5.0.0_pre20240921.ebuild} | 17 ++++++-----------
 gui-libs/libcprime/libcprime-9999.ebuild                | 12 +++---------
 gui-libs/libcprime/metadata.xml                         |  2 +-
 4 files changed, 11 insertions(+), 21 deletions(-)

diff --git a/gui-libs/libcprime/Manifest b/gui-libs/libcprime/Manifest
index 39360e17d..af8549e3b 100644
--- a/gui-libs/libcprime/Manifest
+++ b/gui-libs/libcprime/Manifest
@@ -1 +1,2 @@
+DIST libcprime-5.0.0_pre20240921.tar.bz2 45302 BLAKE2B 1943f160f01cda7bb4fca010fee8cc5e3e182d4a9afc4d57a291427ec48fec38a401c4cb268699beba2b7e2b4972f5c6d1320cbd3d03ec6bef1628cbbfdba93e SHA512 8e1f343f8b8df0d2809d1b0e05eaebc6e304018aa174bc19efa3eadda1804982ac8f6885c29cc943b93e265cb1c5d4fedd3b1d98f70b8e8b3fa72a58bb2c7572
 DIST libcprime-v4.5.0.tar.bz2 45669 BLAKE2B 172188a9706fb12ef54984bd81a328a637bcb69e3bca79c2677186412a10406e9f89b0c56b70241685389b78452a0d16c59ef753aa40c3cc088fb5d36168a386 SHA512 67f2395a380b1d9b3a1aa13d78a5386af40748505cbc2330e05e2d5e60cd82a17e3aa7653bff25c73991a42853eeaa45d98322aa758ae7096d6a3005cc85b8e1

diff --git a/gui-libs/libcprime/libcprime-9999.ebuild b/gui-libs/libcprime/libcprime-5.0.0_pre20240921.ebuild
similarity index 56%
copy from gui-libs/libcprime/libcprime-9999.ebuild
copy to gui-libs/libcprime/libcprime-5.0.0_pre20240921.ebuild
index db3ba8125..8d7538e15 100644
--- a/gui-libs/libcprime/libcprime-9999.ebuild
+++ b/gui-libs/libcprime/libcprime-5.0.0_pre20240921.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,19 +12,14 @@ 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.bz2"
+	COMMIT="eff16e1d89bd98d8a4fd22c6decbdc1c573ecca1"
+	SRC_URI="https://gitlab.com/cubocore/libcprime/-/archive/${COMMIT}.tar.bz2 -> ${P}.tar.bz2"
 	KEYWORDS="~amd64"
-	S="${WORKDIR}/${PN}-v${PV}"
+	S="${WORKDIR}/${PN}-${COMMIT}"
 fi
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 
-DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtwidgets:5
-"
+DEPEND="dev-qt/qtbase:6[dbus,gui,network,widgets]"
 RDEPEND="${DEPEND}"

diff --git a/gui-libs/libcprime/libcprime-9999.ebuild b/gui-libs/libcprime/libcprime-9999.ebuild
index db3ba8125..8c74eb8c5 100644
--- a/gui-libs/libcprime/libcprime-9999.ebuild
+++ b/gui-libs/libcprime/libcprime-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,14 +17,8 @@ else
 	S="${WORKDIR}/${PN}-v${PV}"
 fi
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 
-DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtdbus:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtwidgets:5
-"
+DEPEND="dev-qt/qtbase:6[dbus,gui,network,widgets]"
 RDEPEND="${DEPEND}"

diff --git a/gui-libs/libcprime/metadata.xml b/gui-libs/libcprime/metadata.xml
index a5ccd7027..301c7690f 100644
--- a/gui-libs/libcprime/metadata.xml
+++ b/gui-libs/libcprime/metadata.xml
@@ -3,6 +3,6 @@
 <pkgmetadata>
   <!-- maintainer-needed -->
   <upstream>
-    <remote-id type="gitlab">cubocore/coreapps/libcprime</remote-id>
+    <remote-id type="gitlab">cubocore/libcprime</remote-id>
   </upstream>
 </pkgmetadata>


             reply	other threads:[~2025-01-13 11:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-13 11:38 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-08 10:12 [gentoo-commits] repo/proj/guru:master commit in: gui-libs/libcprime/ 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=1736674444.b4a16342906561cae34664f16d05ae413dddd47d.davidroman@gentoo \
    --to=davidroman96@gmail.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