From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/libglibutil/
Date: Mon, 19 Feb 2024 22:00:26 +0000 (UTC) [thread overview]
Message-ID: <1708348872.07e406609406154a092b09f21c415b827fd3c079.julien@gentoo> (raw)
commit: 07e406609406154a092b09f21c415b827fd3c079
Author: Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Mon Feb 19 13:21:12 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Feb 19 13:21:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=07e40660
dev-libs/libglibutil: drop 1.0.67-r3
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>
dev-libs/libglibutil/Manifest | 1 -
dev-libs/libglibutil/libglibutil-1.0.67-r3.ebuild | 36 -----------------------
2 files changed, 37 deletions(-)
diff --git a/dev-libs/libglibutil/Manifest b/dev-libs/libglibutil/Manifest
index b967bf4e30..eb3ba65f35 100644
--- a/dev-libs/libglibutil/Manifest
+++ b/dev-libs/libglibutil/Manifest
@@ -1,3 +1,2 @@
-DIST libglibutil-1.0.67.tar.gz 58717 BLAKE2B b53f6b416b974a0b7d24dba1c8497e5c8eceec32734006ab7c2bc5e5ce45e70ce63a0719f7a10127b90ad88394220edc4d2a97825fb82f7173bb68032e5f2e48 SHA512 5b8d4b00ae149bba0b2df55d5e23910dc52ef3a7ee9162202afe4774e246e9389ba971b3d54ac0542b3678b15a3310c8d0e7536b7296d1a3b82e2ae2f021c541
DIST libglibutil-1.0.68.tar.gz 60087 BLAKE2B 449952f5fc8791ab7ede3876cf473486bbd73e36c41353c8d54b528a483453ffbc0c0f7a39b5748626d967e8cc4a667c83f97f297d5a7169ea066f111da1eb78 SHA512 8437c9eb125a42e9a4fcd1063818472a1e6a27375189b9996d2ce2c4c96de813b532dd7806d917164987fb4d6e5d67bd981b251b3c0f33cc66e9dd857de04fa1
DIST libglibutil-1.0.76.tar.gz 71852 BLAKE2B 742c6968b414d8339c993749c95e74051071e88d687edfb751bc86e1ac68eaf166d69556eee1cec72e48a997415a15a221892ff0905334a0d8fd4209e2160c8a SHA512 f0b35f0366889b6a4c83d73e416a50022f2f0efc08f0fd34b6458c2e8c8b4cabeda6ebbcd3ce9682ab7b92640d956a534683aa2d6773771914ed5dbfb1ad99ee
diff --git a/dev-libs/libglibutil/libglibutil-1.0.67-r3.ebuild b/dev-libs/libglibutil/libglibutil-1.0.67-r3.ebuild
deleted file mode 100644
index 0c6db94a09..0000000000
--- a/dev-libs/libglibutil/libglibutil-1.0.67-r3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 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.67-r3-respect-env.patch"
-)
-
-src_compile() {
- emake LIBDIR="/usr/$(get_libdir)"
-}
-
-src_install() {
- emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install-dev
-}
-
-src_test() {
- emake test
-}
next reply other threads:[~2024-02-19 22:00 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-19 22:00 Julien Roy [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-09 3:29 [gentoo-commits] repo/proj/guru:master commit in: dev-libs/libglibutil/ Lucio Sauer
2024-08-09 3:29 Lucio Sauer
2024-03-21 23:06 Julien Roy
2024-03-21 23:06 Julien Roy
2022-12-19 10:56 Viorel Munteanu
2022-12-19 10:56 Viorel Munteanu
2022-12-19 10:56 Viorel Munteanu
2022-12-19 10:56 Viorel Munteanu
2022-05-12 9:14 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=1708348872.07e406609406154a092b09f21c415b827fd3c079.julien@gentoo \
--to=julien@jroy.ca \
--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