From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A752D158042 for ; Sun, 10 Nov 2024 15:48:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9384AE0903; Sun, 10 Nov 2024 15:48:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FDADE0903 for ; Sun, 10 Nov 2024 15:48:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6BD133FE7D for ; Sun, 10 Nov 2024 15:48:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D7EA197F for ; Sun, 10 Nov 2024 15:48:34 +0000 (UTC) From: "Denis Reva" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Denis Reva" Message-ID: <1731253709.3e6d9122984380e7b6f0d8d4666a467e9f4bdacc.RarogCmex@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libglibutil/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/libglibutil/Manifest dev-libs/libglibutil/libglibutil-1.0.76.ebuild X-VCS-Directories: dev-libs/libglibutil/ X-VCS-Committer: RarogCmex X-VCS-Committer-Name: Denis Reva X-VCS-Revision: 3e6d9122984380e7b6f0d8d4666a467e9f4bdacc X-VCS-Branch: dev Date: Sun, 10 Nov 2024 15:48:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c44145b0-b6f0-46de-b20e-edfda45de6af X-Archives-Hash: 986d393c48f5a8fab351491a4bdb2bf8 commit: 3e6d9122984380e7b6f0d8d4666a467e9f4bdacc Author: Denis Reva gmail com> AuthorDate: Sun Nov 10 15:35:33 2024 +0000 Commit: Denis Reva gmail com> CommitDate: Sun Nov 10 15:48:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e6d9122 dev-libs/libglibutil: drop 1.0.76 Signed-off-by: Denis Reva gmail.com> dev-libs/libglibutil/Manifest | 1 - dev-libs/libglibutil/libglibutil-1.0.76.ebuild | 36 -------------------------- 2 files changed, 37 deletions(-) diff --git a/dev-libs/libglibutil/Manifest b/dev-libs/libglibutil/Manifest index 82f0d2b94..f58b57248 100644 --- a/dev-libs/libglibutil/Manifest +++ b/dev-libs/libglibutil/Manifest @@ -1,2 +1 @@ -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.76.ebuild b/dev-libs/libglibutil/libglibutil-1.0.76.ebuild deleted file mode 100644 index e3e3d6f4d..000000000 --- a/dev-libs/libglibutil/libglibutil-1.0.76.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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 -}