public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gander/
@ 2020-05-19 11:19 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2020-05-19 11:19 UTC (permalink / raw
  To: gentoo-commits

commit:     3c39000846796f6ea0c6796178549c3d339525ce
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 19 11:16:51 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 19 11:19:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c390008

app-portage/gander: New package

Initial version of the statistic submission client for Goose.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/gander/Manifest            |  1 +
 app-portage/gander/gander-0.0.1.ebuild | 35 ++++++++++++++++++++++++++++++++++
 app-portage/gander/metadata.xml        |  8 ++++++++
 3 files changed, 44 insertions(+)

diff --git a/app-portage/gander/Manifest b/app-portage/gander/Manifest
new file mode 100644
index 00000000000..a0677288307
--- /dev/null
+++ b/app-portage/gander/Manifest
@@ -0,0 +1 @@
+DIST gander-0.0.1.tar.gz 8882 BLAKE2B 29c25fedabff3936e13789ae31f2e06871cfe4eb31a0eed1d36150ec219e741d25ba1603d0151d026777c81dff8461a1c051e4c02bff2488d8b9d6888ebe9618 SHA512 d72b2fd92ddd646369f8eb16d73a67e7b793aa84109231365abebec3ab2e14a8c76bae301271ec1cc82850a71bcb217a72f969086554e6c850117b5492215d57

diff --git a/app-portage/gander/gander-0.0.1.ebuild b/app-portage/gander/gander-0.0.1.ebuild
new file mode 100644
index 00000000000..e843e0ceb21
--- /dev/null
+++ b/app-portage/gander/gander-0.0.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6..8} )
+inherit distutils-r1
+
+DESCRIPTION="Statistic submission client for Goose (anser.gentoo.org)"
+HOMEPAGE="https://github.com/mgorny/gander/"
+SRC_URI="
+	https://github.com/mgorny/gander/archive/v${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/requests[${PYTHON_USEDEP}]
+	sys-apps/portage[${PYTHON_USEDEP}]"
+BDEPEND="
+	test? (
+		dev-python/responses[${PYTHON_USEDEP}]
+	)"
+
+distutils_enable_tests pytest
+
+python_test() {
+	# Portage exports random configuration options *overriding* its own
+	# behavior into the build environment.
+	env -u PORTAGE_REPOSITORIES pytest -vv ||
+		die "Tests fail with ${EPYTHON}"
+}

diff --git a/app-portage/gander/metadata.xml b/app-portage/gander/metadata.xml
new file mode 100644
index 00000000000..0319eec4c8b
--- /dev/null
+++ b/app-portage/gander/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/gander/
@ 2021-05-07  7:41 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2021-05-07  7:41 UTC (permalink / raw
  To: gentoo-commits

commit:     b96df14082d627b2bc5f9cc91d9be21a349fec72
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Fri May  7 06:36:15 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May  7 07:41:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96df140

app-portage/gander: enable python3.9 (tested)

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Closes: https://github.com/gentoo/gentoo/pull/20713
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/gander/gander-0.0.1-r1.ebuild | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/app-portage/gander/gander-0.0.1-r1.ebuild b/app-portage/gander/gander-0.0.1-r1.ebuild
new file mode 100644
index 00000000000..a1d24b8b515
--- /dev/null
+++ b/app-portage/gander/gander-0.0.1-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+inherit distutils-r1
+
+DESCRIPTION="Statistic submission client for Goose (anser.gentoo.org)"
+HOMEPAGE="https://github.com/mgorny/gander/"
+SRC_URI="https://github.com/mgorny/gander/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/requests[${PYTHON_USEDEP}]
+	sys-apps/portage[${PYTHON_USEDEP}]
+"
+
+BDEPEND="test? ( dev-python/responses[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+python_test() {
+	# Portage exports random configuration options *overriding* its own
+	# behavior into the build environment.
+	env -u PORTAGE_REPOSITORIES pytest -vv || die "Tests fail with ${EPYTHON}"
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/gander/
@ 2021-12-12 22:04 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2021-12-12 22:04 UTC (permalink / raw
  To: gentoo-commits

commit:     237ac58d1aefdb0569de9ffe11b135ff60677905
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Sun Dec 12 13:18:39 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 12 22:04:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=237ac58d

app-portage/gander: bump to EAPI 8 and python 3.10

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/gander/gander-0.0.1-r2.ebuild | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/app-portage/gander/gander-0.0.1-r2.ebuild b/app-portage/gander/gander-0.0.1-r2.ebuild
new file mode 100644
index 000000000000..b2903319f0c2
--- /dev/null
+++ b/app-portage/gander/gander-0.0.1-r2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Statistic submission client for Goose (anser.gentoo.org)"
+HOMEPAGE="https://github.com/mgorny/gander/"
+SRC_URI="https://github.com/mgorny/gander/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/requests[${PYTHON_USEDEP}]
+	sys-apps/portage[${PYTHON_USEDEP}]
+"
+
+BDEPEND="test? ( dev-python/responses[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+python_test() {
+	# Portage exports random configuration options *overriding* its own
+	# behavior into the build environment.
+	env -u PORTAGE_REPOSITORIES pytest -vv || die "Tests fail with ${EPYTHON}"
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/gander/
@ 2021-12-12 22:04 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2021-12-12 22:04 UTC (permalink / raw
  To: gentoo-commits

commit:     91baa31ad5984d941f86c2fe9da5caa02eaedca9
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Sun Dec 12 13:21:59 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 12 22:04:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91baa31a

app-portage/gander: drop older ebuilds

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>
Closes: https://github.com/gentoo/gentoo/pull/23265
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/gander/gander-0.0.1-r1.ebuild | 30 --------------------------
 app-portage/gander/gander-0.0.1.ebuild    | 35 -------------------------------
 2 files changed, 65 deletions(-)

diff --git a/app-portage/gander/gander-0.0.1-r1.ebuild b/app-portage/gander/gander-0.0.1-r1.ebuild
deleted file mode 100644
index a1d24b8b5151..000000000000
--- a/app-portage/gander/gander-0.0.1-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-inherit distutils-r1
-
-DESCRIPTION="Statistic submission client for Goose (anser.gentoo.org)"
-HOMEPAGE="https://github.com/mgorny/gander/"
-SRC_URI="https://github.com/mgorny/gander/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/requests[${PYTHON_USEDEP}]
-	sys-apps/portage[${PYTHON_USEDEP}]
-"
-
-BDEPEND="test? ( dev-python/responses[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-python_test() {
-	# Portage exports random configuration options *overriding* its own
-	# behavior into the build environment.
-	env -u PORTAGE_REPOSITORIES pytest -vv || die "Tests fail with ${EPYTHON}"
-}

diff --git a/app-portage/gander/gander-0.0.1.ebuild b/app-portage/gander/gander-0.0.1.ebuild
deleted file mode 100644
index 9aca0742932b..000000000000
--- a/app-portage/gander/gander-0.0.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..8} )
-inherit distutils-r1
-
-DESCRIPTION="Statistic submission client for Goose (anser.gentoo.org)"
-HOMEPAGE="https://github.com/mgorny/gander/"
-SRC_URI="
-	https://github.com/mgorny/gander/archive/v${PV}.tar.gz
-		-> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/requests[${PYTHON_USEDEP}]
-	sys-apps/portage[${PYTHON_USEDEP}]"
-BDEPEND="
-	test? (
-		dev-python/responses[${PYTHON_USEDEP}]
-	)"
-
-distutils_enable_tests pytest
-
-python_test() {
-	# Portage exports random configuration options *overriding* its own
-	# behavior into the build environment.
-	env -u PORTAGE_REPOSITORIES pytest -vv ||
-		die "Tests fail with ${EPYTHON}"
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/gander/
@ 2022-07-28 12:00 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-07-28 12:00 UTC (permalink / raw
  To: gentoo-commits

commit:     92483211a7f85487b9e0f1f298a1ef0f4469ba27
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 11:55:50 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 11:59:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92483211

app-portage/gander: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-portage/gander/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-portage/gander/metadata.xml b/app-portage/gander/metadata.xml
index 076793e3f54b..09d062ff11d2 100644
--- a/app-portage/gander/metadata.xml
+++ b/app-portage/gander/metadata.xml
@@ -5,4 +5,7 @@
 		<email>mgorny@gentoo.org</email>
 		<name>Michał Górny</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">mgorny/gander</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/gander/
@ 2022-07-31 16:08 Jakov Smolić
  0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2022-07-31 16:08 UTC (permalink / raw
  To: gentoo-commits

commit:     138df59dbbf04d2c952361d36d7410e126254bd7
Author:     Atharva <atharvaamritkar <AT> protonmail <DOT> com>
AuthorDate: Sun Jul 31 12:00:21 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 16:08:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138df59d

app-python/gander: ~riscv keywording

Signed-off-by: Atharva <atharvaamritkar <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/26679
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-portage/gander/gander-0.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gander/gander-0.0.1-r2.ebuild b/app-portage/gander/gander-0.0.1-r2.ebuild
index b2903319f0c2..cdd04f886c1b 100644
--- a/app-portage/gander/gander-0.0.1-r2.ebuild
+++ b/app-portage/gander/gander-0.0.1-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/mgorny/gander/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 
 RDEPEND="
 	dev-python/requests[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/gander/
@ 2022-08-08 19:59 Jakov Smolić
  0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2022-08-08 19:59 UTC (permalink / raw
  To: gentoo-commits

commit:     075721c01dcaeda4db6ae430f3103f629e09404d
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  8 19:49:06 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Aug  8 19:59:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075721c0

Revert "app-python/gander: ~riscv keywording"

This reverts commit 138df59dbbf04d2c952361d36d7410e126254bd7.

It's unclear how this package was tested, revert until it's proven to
work on RISC-V.

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-portage/gander/gander-0.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/gander/gander-0.0.1-r2.ebuild b/app-portage/gander/gander-0.0.1-r2.ebuild
index cdd04f886c1b..b2903319f0c2 100644
--- a/app-portage/gander/gander-0.0.1-r2.ebuild
+++ b/app-portage/gander/gander-0.0.1-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/mgorny/gander/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
 	dev-python/requests[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/gander/
@ 2022-08-10 14:20 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2022-08-10 14:20 UTC (permalink / raw
  To: gentoo-commits

commit:     6e18344bcaa0ede04b79cc1224626c8e68a81f35
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 10 14:18:37 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 14:20:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e18344b

app-portage/gander: Update URLs

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-portage/gander/gander-0.0.1-r2.ebuild | 6 +++---
 app-portage/gander/metadata.xml           | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-portage/gander/gander-0.0.1-r2.ebuild b/app-portage/gander/gander-0.0.1-r2.ebuild
index b2903319f0c2..56b2c1f608d2 100644
--- a/app-portage/gander/gander-0.0.1-r2.ebuild
+++ b/app-portage/gander/gander-0.0.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Statistic submission client for Goose (anser.gentoo.org)"
-HOMEPAGE="https://github.com/mgorny/gander/"
-SRC_URI="https://github.com/mgorny/gander/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/projg2/gander/"
+SRC_URI="https://github.com/projg2/gander/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"

diff --git a/app-portage/gander/metadata.xml b/app-portage/gander/metadata.xml
index 09d062ff11d2..b4083e29dfcf 100644
--- a/app-portage/gander/metadata.xml
+++ b/app-portage/gander/metadata.xml
@@ -6,6 +6,6 @@
 		<name>Michał Górny</name>
 	</maintainer>
 	<upstream>
-		<remote-id type="github">mgorny/gander</remote-id>
+		<remote-id type="github">projg2/gander</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-08-10 14:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-10 14:20 [gentoo-commits] repo/gentoo:master commit in: app-portage/gander/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2022-08-08 19:59 Jakov Smolić
2022-07-31 16:08 Jakov Smolić
2022-07-28 12:00 Sam James
2021-12-12 22:04 Michał Górny
2021-12-12 22:04 Michał Górny
2021-05-07  7:41 Michał Górny
2020-05-19 11:19 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox