From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-libs/libcprime/
Date: Thu, 11 Mar 2021 04:37:11 +0000 (UTC) [thread overview]
Message-ID: <1615437425.33a251e2414eec93a3738a583f83183a7d03a8b4.epsilon-0@gentoo> (raw)
commit: 33a251e2414eec93a3738a583f83183a7d03a8b4
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Thu Mar 11 04:17:21 2021 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Thu Mar 11 04:37:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33a251e2
gui-libs/libcprime: add live ebuild
moves to using cmake
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
gui-libs/libcprime/libcprime-9999.ebuild | 35 ++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gui-libs/libcprime/libcprime-9999.ebuild b/gui-libs/libcprime/libcprime-9999.ebuild
new file mode 100644
index 00000000..46af395d
--- /dev/null
+++ b/gui-libs/libcprime/libcprime-9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Library for managing settings of CoreApps"
+HOMEPAGE="https://gitlab.com/cubocore/libcprime"
+
+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"
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/${PN}-v${PV}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+QTMIN="5.15.1"
+
+DEPEND="
+ x11-libs/libnotify
+ >=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}
+"
next reply other threads:[~2021-03-11 4:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-11 4:37 Aisha Tammy [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-07 16:19 [gentoo-commits] repo/proj/guru:dev commit in: gui-libs/libcprime/ Maciej Barć
2024-01-12 13:40 Takuya Wakazono
2025-01-12 10:53 Takuya Wakazono
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=1615437425.33a251e2414eec93a3738a583f83183a7d03a8b4.epsilon-0@gentoo \
--to=gentoo@aisha.cc \
--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