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: Wed, 2 Dec 2020 21:10:08 +0000 (UTC) [thread overview]
Message-ID: <1606943397.9a7f6f67917e0f444ebac1ee17ba1a1c9ab6a6f9.xgqt@gentoo> (raw)
commit: 9a7f6f67917e0f444ebac1ee17ba1a1c9ab6a6f9
Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
AuthorDate: Wed Dec 2 21:09:57 2020 +0000
Commit: Maciej Barć <xgqt <AT> protonmail <DOT> com>
CommitDate: Wed Dec 2 21:09:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a7f6f67
gui-libs/libc*: bump to 4.1.0
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>
gui-libs/libcprime/Manifest | 1 +
gui-libs/libcprime/libcprime-4.1.0.ebuild | 49 +++++++++++++++++++++++++++++++
gui-libs/libcsys/Manifest | 1 +
gui-libs/libcsys/libcsys-4.1.0.ebuild | 48 ++++++++++++++++++++++++++++++
4 files changed, 99 insertions(+)
diff --git a/gui-libs/libcprime/Manifest b/gui-libs/libcprime/Manifest
index e6d4ed92..2e70ea6b 100644
--- a/gui-libs/libcprime/Manifest
+++ b/gui-libs/libcprime/Manifest
@@ -1 +1,2 @@
DIST libcprime-4.0.0.tar.gz 62887 BLAKE2B b2aaa69b7f726a5ea66668fc83b6c2c5d621351fabbb6ccefb9e2cfa82853b5d8cc80bf79626b1d461103373ed63fa73eaaebc48c66314d4a0a2903b4421c8ad SHA512 b392b6e82907995050696b9dc7bd31cf290e705cad300c538511ae4e8632594cf7f321e6b8ee55c34d4dccdebf993884aabccc54b96d4eb4e084647deff20591
+DIST libcprime-4.1.0.tar.gz 62873 BLAKE2B f64557f3700c7ee491510c3a793a36fedcabbfc11d225d276632b06bd7a5ac79cfcbcb70462b7f1a53aff7ecd33dc21f47aee208b75c3200e8b344aab180f6e5 SHA512 be61dbd29fb38187906db968c8196a1162ff663626b153fee3c5823e0b44a88f44d269aeb2e5f1a8de18d061db64f8aaf9667b9c28c10de0bc3831e76a6f8aac
diff --git a/gui-libs/libcprime/libcprime-4.1.0.ebuild b/gui-libs/libcprime/libcprime-4.1.0.ebuild
new file mode 100644
index 00000000..987b7577
--- /dev/null
+++ b/gui-libs/libcprime/libcprime-4.1.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+QTMIN="5.15.1"
+
+inherit multilib qmake-utils xdg
+
+DESCRIPTION="Library for managing settings of CoreApps"
+HOMEPAGE="https://gitlab.com/cubocore/coreapps/libcprime"
+
+if [[ "${PV}" == *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git"
+else
+ SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/${PN}-v${PV}"
+fi
+
+RESTRICT="mirror test"
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ x11-libs/libnotify
+ >=dev-qt/qtbluetooth-${QTMIN}:5
+ >=dev-qt/qtcore-${QTMIN}:5
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+"
+RDEPEND="
+ ${DEPEND}
+"
+
+src_configure() {
+ local lib="$(get_libdir)"
+ # '^^' because we need to upcase the definition
+ eqmake5 DEFINES+="${lib^^}"
+}
+
+src_install() {
+ einstalldocs
+ emake INSTALL_ROOT="${D}" install
+}
diff --git a/gui-libs/libcsys/Manifest b/gui-libs/libcsys/Manifest
index 8ca22bac..f11f4f86 100644
--- a/gui-libs/libcsys/Manifest
+++ b/gui-libs/libcsys/Manifest
@@ -1 +1,2 @@
DIST libcsys-4.0.0.tar.gz 26187 BLAKE2B df7ca36087d2e06ce7ad668eb7fa57aeb15db587888406c2ae30f9972e93fd2cd2a129a3453960fe8fab58418a5f3df17e201cd22aa511245b66e6b59e196c86 SHA512 1c3ce300f88a6825dcc73536d394abce35affda117388d34781c4dec5e4e9288743af2cbee1f7ad1f4b93fe6c1091f657191712aa59e78ea5b992800a215794a
+DIST libcsys-4.1.0.tar.gz 26133 BLAKE2B d5714d9241a79084fc5ed86d82dcd5843a9a6960bdbdb92e19e0896e42aae7b3dfaa833786e98d919ac5bd642356e985109b90344819979eb8899620bdddceac SHA512 5db6160dc64aba915796f921866202794196d3ce4d9e17e266f2d3c25d9a3441e6d7f1c8ff64de92477e83f42d5a959802e18019c7f04abcd3fd69e1f5028f59
diff --git a/gui-libs/libcsys/libcsys-4.1.0.ebuild b/gui-libs/libcsys/libcsys-4.1.0.ebuild
new file mode 100644
index 00000000..ba90ac35
--- /dev/null
+++ b/gui-libs/libcsys/libcsys-4.1.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+QTMIN="5.15.1"
+
+inherit multilib qmake-utils
+
+DESCRIPTION="Library for managing the device"
+HOMEPAGE="https://gitlab.com/cubocore/coreapps/libcsys"
+
+if [[ "${PV}" == *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git"
+else
+ SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/${PN}-v${PV}"
+fi
+
+RESTRICT="mirror test"
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="udisks"
+
+DEPEND="
+ >=dev-qt/qtcore-${QTMIN}:5
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+"
+RDEPEND="
+ ${DEPEND}
+ udisks? (
+ sys-fs/udisks:2
+ )
+"
+
+src_configure() {
+ local lib="$(get_libdir)"
+ # '^^' because we need to upcase the definition
+ eqmake5 DEFINES+="${lib^^}"
+}
+
+src_install() {
+ einstalldocs
+ emake INSTALL_ROOT="${D}" install
+}
next reply other threads:[~2020-12-02 21:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-02 21:10 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-12-05 23:26 [gentoo-commits] repo/proj/guru:dev commit in: gui-libs/libcsys/, gui-libs/libcprime/ Maciej Barć
2021-01-22 10:59 Maciej Barć
2021-05-16 22:57 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=1606943397.9a7f6f67917e0f444ebac1ee17ba1a1c9ab6a6f9.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