public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gbinder/
Date: Thu, 28 Sep 2023 10:00:47 +0000 (UTC)	[thread overview]
Message-ID: <1695895231.6b79f5c2baad4db1b2b0ddb2509b083c8e33c915.davidroman@gentoo> (raw)

commit:     6b79f5c2baad4db1b2b0ddb2509b083c8e33c915
Author:     xz-dev <xiangzhedev <AT> gmail <DOT> com>
AuthorDate: Thu Sep 28 05:21:20 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Sep 28 10:00:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b79f5c2

dev-python/gbinder: drop 1.1.1, 1.1.1-r10, 1.1.1-r11

Signed-off-by: xz-dev <xiangzhedev <AT> gmail.com>
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
Closes: https://github.com/gentoo/guru/pull/111

 dev-python/gbinder/Manifest                 |  1 -
 dev-python/gbinder/gbinder-1.1.1-r10.ebuild | 44 -----------------------------
 dev-python/gbinder/gbinder-1.1.1-r11.ebuild | 44 -----------------------------
 dev-python/gbinder/gbinder-1.1.1.ebuild     | 36 -----------------------
 4 files changed, 125 deletions(-)

diff --git a/dev-python/gbinder/Manifest b/dev-python/gbinder/Manifest
index 9dc02d0f69..95289ea835 100644
--- a/dev-python/gbinder/Manifest
+++ b/dev-python/gbinder/Manifest
@@ -1,2 +1 @@
-DIST gbinder-1.1.1.tar.gz 24340 BLAKE2B d93d332e0c8a04c5adbf0ca2680d32a7e8d7b0ba8350f50b365966b8bce082456b3463509334831fc376ebecc0f2dd67542bd5d45c94e028d325458944a70147 SHA512 1910d6e904ac46da519064e9dc57e4059e1ea7072f2cf4b7ca0888a73701a590ff565fe9e9ca67acf94dba2a69f3138457d8b9533c2360befdd508b983f32a03
 DIST gbinder-1.1.2.tar.gz 22772 BLAKE2B c5b3ae434422afc761e9e9d63f86ab9c89b6b2b96b98f7d8cde185de5c2349a7a42ac2a9355fabc0c412d1eb580c7d305056d2546dd148b558c9154c76127c41 SHA512 6f076a5cb265eed193d2ac2623921e76ced923230ca2131460efea941182f26b770d657f5155f6a29fa54a314f6dc62a8d5b96d14ee90a359389e60318a38b71

diff --git a/dev-python/gbinder/gbinder-1.1.1-r10.ebuild b/dev-python/gbinder/gbinder-1.1.1-r10.ebuild
deleted file mode 100644
index cbccaee389..0000000000
--- a/dev-python/gbinder/gbinder-1.1.1-r10.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-DISTUTILS_USE_PEP517="setuptools"
-
-inherit distutils-r1
-
-if [[ ${PV} != *9999* ]]; then
-	MY_PN="${PN}-python"
-	MY_P="${MY_PN}-${PV}"
-	S="${WORKDIR}/${MY_P}"
-	SRC_URI="https://github.com/erfanoabdi/gbinder-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/erfanoabdi/gbinder-python.git"
-fi
-
-DESCRIPTION="Python bindings for libgbinder"
-HOMEPAGE="https://github.com/erfanoabdi/gbinder-python"
-LICENSE="GPL-3"
-SLOT="0"
-
-PATCHES=(
-	"${FILESDIR}"/gbinder-1.1.1-setuptools.patch
-)
-
-
-DEPEND="dev-libs/gbinder
-	dev-libs/libglibutil"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-	dev-python/cython[${PYTHON_USEDEP}]
-	${DISTUTILS_DEPS}
-"
-
-python_configure_all () {
-	DISTUTILS_ARGS=( --cython )
-}

diff --git a/dev-python/gbinder/gbinder-1.1.1-r11.ebuild b/dev-python/gbinder/gbinder-1.1.1-r11.ebuild
deleted file mode 100644
index fe0e938af8..0000000000
--- a/dev-python/gbinder/gbinder-1.1.1-r11.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-DISTUTILS_USE_PEP517="setuptools"
-
-inherit distutils-r1
-
-if [[ ${PV} != *9999* ]]; then
-	MY_PN="${PN}-python"
-	MY_P="${MY_PN}-${PV}"
-	S="${WORKDIR}/${MY_P}"
-	SRC_URI="https://github.com/erfanoabdi/gbinder-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/erfanoabdi/gbinder-python.git"
-fi
-
-DESCRIPTION="Python bindings for libgbinder"
-HOMEPAGE="https://github.com/erfanoabdi/gbinder-python"
-LICENSE="GPL-3"
-SLOT="0"
-
-PATCHES=(
-	"${FILESDIR}"/gbinder-1.1.1-setuptools.patch
-)
-
-
-DEPEND="dev-libs/gbinder
-	dev-libs/libglibutil"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-	=dev-python/cython-0*[${PYTHON_USEDEP}]
-	${DISTUTILS_DEPS}
-"
-
-python_configure_all () {
-	DISTUTILS_ARGS=( --cython )
-}

diff --git a/dev-python/gbinder/gbinder-1.1.1.ebuild b/dev-python/gbinder/gbinder-1.1.1.ebuild
deleted file mode 100644
index 809b0e6384..0000000000
--- a/dev-python/gbinder/gbinder-1.1.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-if [[ ${PV} != *9999* ]]; then
-	MY_PN="${PN}-python"
-	MY_P="${MY_PN}-${PV}"
-	S="${WORKDIR}/${MY_P}"
-	SRC_URI="https://github.com/erfanoabdi/gbinder-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/erfanoabdi/gbinder-python.git"
-fi
-
-DESCRIPTION="Python bindings for libgbinder"
-HOMEPAGE="https://github.com/erfanoabdi/gbinder-python"
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="dev-libs/gbinder
-	dev-libs/libglibutil"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-	dev-python/cython[${PYTHON_USEDEP}]
-"
-
-python_compile() {
-	distutils-r1_python_compile --cython
-}


WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/gbinder/
Date: Thu, 28 Sep 2023 10:01:45 +0000 (UTC)	[thread overview]
Message-ID: <1695895231.6b79f5c2baad4db1b2b0ddb2509b083c8e33c915.davidroman@gentoo> (raw)
Message-ID: <20230928100145.Aos-UiMc5ecwQ5u5eDnKNKgYPf7hKwHIeicoxVJp0uY@z> (raw)

commit:     6b79f5c2baad4db1b2b0ddb2509b083c8e33c915
Author:     xz-dev <xiangzhedev <AT> gmail <DOT> com>
AuthorDate: Thu Sep 28 05:21:20 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Sep 28 10:00:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b79f5c2

dev-python/gbinder: drop 1.1.1, 1.1.1-r10, 1.1.1-r11

Signed-off-by: xz-dev <xiangzhedev <AT> gmail.com>
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
Closes: https://github.com/gentoo/guru/pull/111

 dev-python/gbinder/Manifest                 |  1 -
 dev-python/gbinder/gbinder-1.1.1-r10.ebuild | 44 -----------------------------
 dev-python/gbinder/gbinder-1.1.1-r11.ebuild | 44 -----------------------------
 dev-python/gbinder/gbinder-1.1.1.ebuild     | 36 -----------------------
 4 files changed, 125 deletions(-)

diff --git a/dev-python/gbinder/Manifest b/dev-python/gbinder/Manifest
index 9dc02d0f69..95289ea835 100644
--- a/dev-python/gbinder/Manifest
+++ b/dev-python/gbinder/Manifest
@@ -1,2 +1 @@
-DIST gbinder-1.1.1.tar.gz 24340 BLAKE2B d93d332e0c8a04c5adbf0ca2680d32a7e8d7b0ba8350f50b365966b8bce082456b3463509334831fc376ebecc0f2dd67542bd5d45c94e028d325458944a70147 SHA512 1910d6e904ac46da519064e9dc57e4059e1ea7072f2cf4b7ca0888a73701a590ff565fe9e9ca67acf94dba2a69f3138457d8b9533c2360befdd508b983f32a03
 DIST gbinder-1.1.2.tar.gz 22772 BLAKE2B c5b3ae434422afc761e9e9d63f86ab9c89b6b2b96b98f7d8cde185de5c2349a7a42ac2a9355fabc0c412d1eb580c7d305056d2546dd148b558c9154c76127c41 SHA512 6f076a5cb265eed193d2ac2623921e76ced923230ca2131460efea941182f26b770d657f5155f6a29fa54a314f6dc62a8d5b96d14ee90a359389e60318a38b71

diff --git a/dev-python/gbinder/gbinder-1.1.1-r10.ebuild b/dev-python/gbinder/gbinder-1.1.1-r10.ebuild
deleted file mode 100644
index cbccaee389..0000000000
--- a/dev-python/gbinder/gbinder-1.1.1-r10.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-DISTUTILS_USE_PEP517="setuptools"
-
-inherit distutils-r1
-
-if [[ ${PV} != *9999* ]]; then
-	MY_PN="${PN}-python"
-	MY_P="${MY_PN}-${PV}"
-	S="${WORKDIR}/${MY_P}"
-	SRC_URI="https://github.com/erfanoabdi/gbinder-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/erfanoabdi/gbinder-python.git"
-fi
-
-DESCRIPTION="Python bindings for libgbinder"
-HOMEPAGE="https://github.com/erfanoabdi/gbinder-python"
-LICENSE="GPL-3"
-SLOT="0"
-
-PATCHES=(
-	"${FILESDIR}"/gbinder-1.1.1-setuptools.patch
-)
-
-
-DEPEND="dev-libs/gbinder
-	dev-libs/libglibutil"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-	dev-python/cython[${PYTHON_USEDEP}]
-	${DISTUTILS_DEPS}
-"
-
-python_configure_all () {
-	DISTUTILS_ARGS=( --cython )
-}

diff --git a/dev-python/gbinder/gbinder-1.1.1-r11.ebuild b/dev-python/gbinder/gbinder-1.1.1-r11.ebuild
deleted file mode 100644
index fe0e938af8..0000000000
--- a/dev-python/gbinder/gbinder-1.1.1-r11.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-DISTUTILS_USE_PEP517="setuptools"
-
-inherit distutils-r1
-
-if [[ ${PV} != *9999* ]]; then
-	MY_PN="${PN}-python"
-	MY_P="${MY_PN}-${PV}"
-	S="${WORKDIR}/${MY_P}"
-	SRC_URI="https://github.com/erfanoabdi/gbinder-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/erfanoabdi/gbinder-python.git"
-fi
-
-DESCRIPTION="Python bindings for libgbinder"
-HOMEPAGE="https://github.com/erfanoabdi/gbinder-python"
-LICENSE="GPL-3"
-SLOT="0"
-
-PATCHES=(
-	"${FILESDIR}"/gbinder-1.1.1-setuptools.patch
-)
-
-
-DEPEND="dev-libs/gbinder
-	dev-libs/libglibutil"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-	=dev-python/cython-0*[${PYTHON_USEDEP}]
-	${DISTUTILS_DEPS}
-"
-
-python_configure_all () {
-	DISTUTILS_ARGS=( --cython )
-}

diff --git a/dev-python/gbinder/gbinder-1.1.1.ebuild b/dev-python/gbinder/gbinder-1.1.1.ebuild
deleted file mode 100644
index 809b0e6384..0000000000
--- a/dev-python/gbinder/gbinder-1.1.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-if [[ ${PV} != *9999* ]]; then
-	MY_PN="${PN}-python"
-	MY_P="${MY_PN}-${PV}"
-	S="${WORKDIR}/${MY_P}"
-	SRC_URI="https://github.com/erfanoabdi/gbinder-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-else
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/erfanoabdi/gbinder-python.git"
-fi
-
-DESCRIPTION="Python bindings for libgbinder"
-HOMEPAGE="https://github.com/erfanoabdi/gbinder-python"
-LICENSE="GPL-3"
-SLOT="0"
-
-DEPEND="dev-libs/gbinder
-	dev-libs/libglibutil"
-RDEPEND="${DEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-	dev-python/cython[${PYTHON_USEDEP}]
-"
-
-python_compile() {
-	distutils-r1_python_compile --cython
-}


             reply	other threads:[~2023-09-28 10:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-28 10:00 David Roman [this message]
2023-09-28 10:01 ` [gentoo-commits] repo/proj/guru:master commit in: dev-python/gbinder/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-04-13 21:31 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-03-21 22:11 Esteve Varela Colominas
2024-02-19 13:58 Denis Reva
2023-09-28 10:00 David Roman
2023-09-12 13:46 [gentoo-commits] repo/proj/guru:master " David Roman
2023-09-12 13:44 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2023-03-04 12:45 Denis Reva
2023-02-25 12:05 Denis Reva
2022-12-18 13:57 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=1695895231.6b79f5c2baad4db1b2b0ddb2509b083c8e33c915.davidroman@gentoo \
    --to=davidroman96@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