From: "Denis Reva" <denis7774@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libglibutil/
Date: Thu, 8 Aug 2024 08:58:24 +0000 (UTC) [thread overview]
Message-ID: <1723107150.2c903fb000cd0c429bc8727f54d1eb3aa09cd351.RarogCmex@gentoo> (raw)
commit: 2c903fb000cd0c429bc8727f54d1eb3aa09cd351
Author: Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Thu Aug 8 08:52:30 2024 +0000
Commit: Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Thu Aug 8 08:52:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c903fb0
dev-libs/libglibutil: add 1.0.79
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>
dev-libs/libglibutil/Manifest | 1 +
dev-libs/libglibutil/libglibutil-1.0.79.ebuild | 36 ++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-libs/libglibutil/Manifest b/dev-libs/libglibutil/Manifest
index eb3ba65f3..a3a8cc2bf 100644
--- a/dev-libs/libglibutil/Manifest
+++ b/dev-libs/libglibutil/Manifest
@@ -1,2 +1,3 @@
DIST libglibutil-1.0.68.tar.gz 60087 BLAKE2B 449952f5fc8791ab7ede3876cf473486bbd73e36c41353c8d54b528a483453ffbc0c0f7a39b5748626d967e8cc4a667c83f97f297d5a7169ea066f111da1eb78 SHA512 8437c9eb125a42e9a4fcd1063818472a1e6a27375189b9996d2ce2c4c96de813b532dd7806d917164987fb4d6e5d67bd981b251b3c0f33cc66e9dd857de04fa1
DIST libglibutil-1.0.76.tar.gz 71852 BLAKE2B 742c6968b414d8339c993749c95e74051071e88d687edfb751bc86e1ac68eaf166d69556eee1cec72e48a997415a15a221892ff0905334a0d8fd4209e2160c8a SHA512 f0b35f0366889b6a4c83d73e416a50022f2f0efc08f0fd34b6458c2e8c8b4cabeda6ebbcd3ce9682ab7b92640d956a534683aa2d6773771914ed5dbfb1ad99ee
+DIST libglibutil-1.0.79.tar.gz 72333 BLAKE2B d0fbfeb49be66dc08eb387938624a4e141e159b42fbef1b4450da65ab61d4abfc77fbb0eba33e2f7b6cbe7f14c760ae2beb8bbea5430bac23908a45ce1647114 SHA512 ee0b72d859702c142d86a3147fe5fca48ea0296c5aaf63f355fd7f46eaae027481ad1de3a6ebb7c41205ea1a586f0ccfd8fe41b6d3bf6111fa613df69173e3dc
diff --git a/dev-libs/libglibutil/libglibutil-1.0.79.ebuild b/dev-libs/libglibutil/libglibutil-1.0.79.ebuild
new file mode 100644
index 000000000..e3e3d6f4d
--- /dev/null
+++ b/dev-libs/libglibutil/libglibutil-1.0.79.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/sailfishos/libglibutil.git"
+else
+ SRC_URI="https://github.com/sailfishos/libglibutil/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="Library of glib utilities from sailfishos project"
+HOMEPAGE="https://github.com/sailfishos/libglibutil"
+LICENSE="BSD"
+SLOT="0"
+
+DEPEND="dev-libs/glib"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+ "${FILESDIR}/libglibutil-1.0.76-respect-env.patch"
+)
+
+src_compile() {
+ emake LIBDIR="${EPREFIX}/usr/$(get_libdir)"
+}
+
+src_install() {
+ emake LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
+ DESTDIR="${D}" \
+ INSTALL_INCLUDE_DIR="${ED}/usr/include/gutil" \
+ install-dev
+}
next reply other threads:[~2024-08-08 8:58 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-08 8:58 Denis Reva [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-06 6:14 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libglibutil/ Denis Reva
2024-11-10 15:48 Denis Reva
2024-08-08 8:58 Denis Reva
2024-03-21 22:11 Esteve Varela Colominas
2024-03-21 22:11 Esteve Varela Colominas
2024-02-19 13:21 Denis Reva
2022-12-21 14:10 Denis Reva
2022-12-18 13:40 Denis Reva
2022-12-18 13:38 Denis Reva
2022-12-18 13:34 Denis Reva
2022-12-18 9:37 Denis Reva
2022-05-12 6:13 Pascal Jäger
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=1723107150.2c903fb000cd0c429bc8727f54d1eb3aa09cd351.RarogCmex@gentoo \
--to=denis7774@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