public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Denis Reva" <denis7774@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/gbinder/
Date: Sat, 16 Nov 2024 17:18:46 +0000 (UTC)	[thread overview]
Message-ID: <1731777520.f2c5d65ce031e06927d0473b57324595fcf8ead4.RarogCmex@gentoo> (raw)

commit:     f2c5d65ce031e06927d0473b57324595fcf8ead4
Author:     Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Sat Nov 16 17:18:40 2024 +0000
Commit:     Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Sat Nov 16 17:18:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2c5d65c

dev-libs/gbinder: drop 1.1.40

Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>

 dev-libs/gbinder/Manifest              |  1 -
 dev-libs/gbinder/gbinder-1.1.40.ebuild | 51 ----------------------------------
 2 files changed, 52 deletions(-)

diff --git a/dev-libs/gbinder/Manifest b/dev-libs/gbinder/Manifest
index 234044c22..02628c71e 100644
--- a/dev-libs/gbinder/Manifest
+++ b/dev-libs/gbinder/Manifest
@@ -1,2 +1 @@
-DIST gbinder-1.1.40.tar.gz 205810 BLAKE2B f201d49572343fff5952927a77c5318b756e9a71f6ce1d27c0ac2cf136a4df5344498dfe623af3264e28aaab26cb3845214da8a9f9b645123d6700aeff70c789 SHA512 1bace60c31344b06ce6a935c045e14c1f29728621d7940df8e5e8d9a62592c21632a7a2172508a193e0b5fa8dfcea95bd42d3a6df34de6d1ebd2f5b2d592779e
 DIST gbinder-1.1.41.tar.gz 206398 BLAKE2B 47f841f00a4f1e5730adf7e31b8bc09d029235048315458fd0eed3ca437f29f6a02bc4a6921d6378bb8c16ae97a6e85bcdf68253504f37ad4e8e0921869f18d1 SHA512 f2131a08ba4498b72ad39f1844cd415e182cce394bc5834c1ae188928700188ded7b0d826a74ea7e261cfb0ebb773f829c6eb017d6bef606f3f2837559bb9277

diff --git a/dev-libs/gbinder/gbinder-1.1.40.ebuild b/dev-libs/gbinder/gbinder-1.1.40.ebuild
deleted file mode 100644
index 45bba5264..000000000
--- a/dev-libs/gbinder/gbinder-1.1.40.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/mer-hybris/libgbinder.git"
-else
-	MY_PN="lib${PN}"
-	MY_P="${MY_PN}-${PV}"
-	S="${WORKDIR}/${MY_P}"
-	SRC_URI="https://github.com/mer-hybris/libgbinder/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-DESCRIPTION="GLib-style interface to binder"
-HOMEPAGE="https://github.com/mer-hybris/libgbinder"
-LICENSE="BSD"
-SLOT="0"
-
-DEPEND="dev-libs/libglibutil
-	dev-libs/glib"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-	sys-apps/sed
-"
-
-PATCHES=(
-	"${FILESDIR}/gbinder-1.1.36-respect-env.patch"
-)
-
-src_prepare() {
-	sed -i -e "s|ranlib|$(tc-getRANLIB)|" \
-		Makefile || die
-	default
-}
-
-src_compile() {
-	emake LIBDIR="${EPREFIX}/usr/$(get_libdir)"
-}
-
-src_install() {
-	emake LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
-		DESTDIR="${D}" \
-		INSTALL_INCLUDE_DIR="${ED}/usr/include/gbinder" \
-		install-dev
-}


             reply	other threads:[~2024-11-16 17:18 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-16 17:18 Denis Reva [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-10 15:48 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/gbinder/ Denis Reva
2024-08-08  8:58 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
2023-02-18  7:32 Denis Reva
2022-12-21 14:21 Denis Reva
2022-12-20 12:18 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=1731777520.f2c5d65ce031e06927d0473b57324595fcf8ead4.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