* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2015-08-10 14:04 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2015-08-10 14:04 UTC (permalink / raw
To: gentoo-commits
commit: 7c6db5a51067d40633080bd55034e65270a2f758
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 14:03:46 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 14:04:07 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c6db5a5
app-portage/gentoopm: drop old
Package-Manager: portage-2.2.20_p33
app-portage/gentoopm/Manifest | 2 --
app-portage/gentoopm/gentoopm-0.2.6.ebuild | 40 ------------------------------
app-portage/gentoopm/gentoopm-0.2.8.ebuild | 40 ------------------------------
3 files changed, 82 deletions(-)
diff --git a/app-portage/gentoopm/Manifest b/app-portage/gentoopm/Manifest
index 860f43b..2f50711 100644
--- a/app-portage/gentoopm/Manifest
+++ b/app-portage/gentoopm/Manifest
@@ -1,3 +1 @@
-DIST gentoopm-0.2.6.tar.bz2 24410 SHA256 8620e509a1fb186871a757353477857366883338a3be9e7bfa8d93e3e966157e SHA512 5818540eb847546953a3e313be653861f41a937a53fd65c00f4794361da68b257739cb5e1147e8267d17a16a7f86c88eb108bacdc5a86d45fbb91c9e4f992343 WHIRLPOOL 3422d08e10289ff4700cdacf8dd030bb23f81609ec514ac918f365a16dee6deffd59edb103977cdf9c719763d00ed946f14061ae3310d7864228449b5eaf10b6
-DIST gentoopm-0.2.8.tar.bz2 24540 SHA256 f5c0f032cf093a9a0f74df7eebc0909541f4f5ee7b82971351a404b2998094a9 SHA512 de0eaf7adf8e549f6659af9bf4fb1b51f978954fa791b623b4626069edfa8982facaddcc29030a94e774bdf64828ea1c4f16b616d43cf9cc6fd9b9b63dbbe21c WHIRLPOOL 0f113f20bd795685b876e9d98008c20faee1d28e2a38815fd0bb4e05366a6ccd1a91f410f69a8d6a3e7cd6f28ba13a1cf8e33c9a823b0cd2f742cf74ec169352
DIST gentoopm-0.2.9.tar.bz2 24652 SHA256 49d757e521a9a254645ca1f765e9ea86c082f68263c697dec84acd2d80d48368 SHA512 e7d1daa811eb6c0877c2bec98b72bce61380802fe704f271a4df6383506d62ba661eb83ac9afd432627e2f10bf38840796768a565b80b6489563cfc54ed81ae7 WHIRLPOOL 2bc4fcace43b306c6677a37bd675042214bef36a7f4977be944d76fcbba735b54490c8d60add7e15fa30ab0213a8fab14c488a55f6da67b0e1cac10eb30e4a20
diff --git a/app-portage/gentoopm/gentoopm-0.2.6.ebuild b/app-portage/gentoopm/gentoopm-0.2.6.ebuild
deleted file mode 100644
index 884c2ee..0000000
--- a/app-portage/gentoopm/gentoopm-0.2.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=(python2_7)
-
-inherit distutils-r1
-
-DESCRIPTION="A common interface to Gentoo package managers"
-HOMEPAGE="https://bitbucket.org/mgorny/gentoopm/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="doc"
-
-RDEPEND="|| (
- sys-apps/pkgcore
- >=sys-apps/portage-2.1.10.3
- >=sys-apps/paludis-0.64.2[python-bindings] )"
-DEPEND="doc? ( dev-python/epydoc )"
-PDEPEND="app-eselect/eselect-package-manager"
-
-python_compile_all() {
- if use doc; then
- "${PYTHON}" setup.py doc || die
- fi
-}
-
-python_test() {
- "${PYTHON}" setup.py test || die
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/* )
-
- distutils-r1_python_install_all
-}
diff --git a/app-portage/gentoopm/gentoopm-0.2.8.ebuild b/app-portage/gentoopm/gentoopm-0.2.8.ebuild
deleted file mode 100644
index a1dd03d..0000000
--- a/app-portage/gentoopm/gentoopm-0.2.8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION="A common interface to Gentoo package managers"
-HOMEPAGE="https://bitbucket.org/mgorny/gentoopm/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="doc"
-
-RDEPEND="|| (
- sys-apps/pkgcore
- >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}]
- >=sys-apps/paludis-0.64.2[python-bindings] )"
-DEPEND="doc? ( dev-python/epydoc )"
-PDEPEND="app-eselect/eselect-package-manager"
-
-python_compile_all() {
- if use doc; then
- "${PYTHON}" setup.py doc || die
- fi
-}
-
-python_test() {
- "${PYTHON}" setup.py test || die
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/* )
-
- distutils-r1_python_install_all
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2015-10-22 17:50 Mike Gilbert
0 siblings, 0 replies; 63+ messages in thread
From: Mike Gilbert @ 2015-10-22 17:50 UTC (permalink / raw
To: gentoo-commits
commit: 202f0ed020fae1714702ea644ae26b64221215f5
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 17:45:06 2015 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 17:45:06 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202f0ed0
app-portage/gentoopm: Add python3.5 support
Package-Manager: portage-2.2.23_p7
app-portage/gentoopm/gentoopm-0.2.9.ebuild | 2 +-
app-portage/gentoopm/gentoopm-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-0.2.9.ebuild b/app-portage/gentoopm/gentoopm-0.2.9.ebuild
index d1722d0..c8ff968 100644
--- a/app-portage/gentoopm/gentoopm-0.2.9.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.2.9.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
inherit distutils-r1
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index bc40c8d..7a48874 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2016-03-20 2:40 Mike Gilbert
0 siblings, 0 replies; 63+ messages in thread
From: Mike Gilbert @ 2016-03-20 2:40 UTC (permalink / raw
To: gentoo-commits
commit: 206dd3981d7af103dffffd917a914fcdb9712eec
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 02:40:07 2016 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 02:40:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206dd398
app-portage/gentoopm: Remove invalid git urls
Package-Manager: portage-2.2.28_p64
app-portage/gentoopm/gentoopm-9999.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 7a48874..c8c4b3f 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -8,9 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
inherit distutils-r1
#if LIVE
-EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git
- https://anongit.gentoo.org/git/proj/${PN}.git
- https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
inherit git-r3
#endif
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2016-11-27 22:15 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2016-11-27 22:15 UTC (permalink / raw
To: gentoo-commits
commit: 8192772925019c73c1286cf67981908343fecfdf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 22:14:54 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 22:15:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81927729
app-portage/gentoopm: Migrated to GitHub
app-portage/gentoopm/gentoopm-0.2.9.ebuild | 4 ++--
app-portage/gentoopm/gentoopm-9999.ebuild | 4 ++--
app-portage/gentoopm/metadata.xml | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-0.2.9.ebuild b/app-portage/gentoopm/gentoopm-0.2.9.ebuild
index 068c844..d3fb4d9 100644
--- a/app-portage/gentoopm/gentoopm-0.2.9.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.2.9.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
inherit distutils-r1
DESCRIPTION="A common interface to Gentoo package managers"
-HOMEPAGE="https://bitbucket.org/mgorny/gentoopm/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
+HOMEPAGE="https://github.com/mgorny/gentoopm/"
+SRC_URI="https://github.com/mgorny/${PN}/releases/download/${P}/${P}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 75bdae3..00ffce2 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -8,12 +8,12 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
inherit distutils-r1
#if LIVE
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+HOMEPAGE="https://github.com/mgorny/gentoopm.git"
inherit git-r3
#endif
DESCRIPTION="A common interface to Gentoo package managers"
-HOMEPAGE="https://bitbucket.org/mgorny/gentoopm/"
+HOMEPAGE="https://github.com/mgorny/gentoopm/"
SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
LICENSE="BSD-2"
diff --git a/app-portage/gentoopm/metadata.xml b/app-portage/gentoopm/metadata.xml
index b89e547..1ddb67a 100644
--- a/app-portage/gentoopm/metadata.xml
+++ b/app-portage/gentoopm/metadata.xml
@@ -10,7 +10,7 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
- <bugs-to>https://bitbucket.org/mgorny/gentoopm/issues/</bugs-to>
- <remote-id type="bitbucket">mgorny/gentoopm</remote-id>
+ <bugs-to>https://github.com/mgorny/gentoopm/issues/</bugs-to>
+ <remote-id type="github">mgorny/gentoopm</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2016-11-30 9:42 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2016-11-30 9:42 UTC (permalink / raw
To: gentoo-commits
commit: e0327084bd6049a0e1bac498eb1f13e544fbb054
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 09:40:04 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 09:42:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0327084
app-portage/gentoopm: Unifdef and modernize the live ebuild
app-portage/gentoopm/gentoopm-9999.ebuild | 35 ++++++++++++++-----------------
1 file changed, 16 insertions(+), 19 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index b477ec6..a1bcef5 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -2,41 +2,38 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
-inherit distutils-r1
-
-#if LIVE
EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"
-inherit git-r3
-#endif
+inherit distutils-r1 git-r3
DESCRIPTION="A common interface to Gentoo package managers"
HOMEPAGE="https://github.com/mgorny/gentoopm/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
+SRC_URI=""
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS=""
IUSE="doc"
-RDEPEND="|| (
- sys-apps/pkgcore
+RDEPEND="
+ || (
+ sys-apps/pkgcore[${PYTHON_USEDEP}]
>=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}]
- >=sys-apps/paludis-0.64.2[python-bindings] )"
-DEPEND="doc? ( dev-python/epydoc )"
+ >=sys-apps/paludis-2.6.0[python,${PYTHON_USEDEP}] )"
+DEPEND="doc? ( dev-python/epydoc[$(python_gen_usedep python2_7)] )"
PDEPEND="app-eselect/eselect-package-manager"
-#if LIVE
-KEYWORDS=
-SRC_URI=
-#endif
+REQUIRED_USE="doc? ( $(python_gen_useflags python2_7) )"
+
+src_configure() {
+ use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2_7 )
+ distutils-r1_src_configure
+}
python_compile_all() {
- if use doc; then
- esetup.py doc
- fi
+ use doc && esetup.py doc
}
python_test() {
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2016-11-30 9:42 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2016-11-30 9:42 UTC (permalink / raw
To: gentoo-commits
commit: 638fdb78bc895be2df4b60b6ae3da788ee1ed4fb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 08:03:13 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 09:42:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638fdb78
app-portage/gentoopm: Fix EGIT_REPO_URI
app-portage/gentoopm/gentoopm-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 00ffce2..b477ec6 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
inherit distutils-r1
#if LIVE
-HOMEPAGE="https://github.com/mgorny/gentoopm.git"
+EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"
inherit git-r3
#endif
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2017-02-25 22:11 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2017-02-25 22:11 UTC (permalink / raw
To: gentoo-commits
commit: 3214f1b3deda555317d5bcad60aee82e545ad6d1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 22:10:25 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 22:11:13 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3214f1b3
app-portage/gentoopm: Bump dependencies for new APIs
app-portage/gentoopm/gentoopm-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index a1bcef5a3b..f7ef633ee4 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -19,9 +19,9 @@ IUSE="doc"
RDEPEND="
|| (
- sys-apps/pkgcore[${PYTHON_USEDEP}]
+ >=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
>=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}]
- >=sys-apps/paludis-2.6.0[python,${PYTHON_USEDEP}] )"
+ >=sys-apps/paludis-3.0.0_pre20170219[python,${PYTHON_USEDEP}] )"
DEPEND="doc? ( dev-python/epydoc[$(python_gen_usedep python2_7)] )"
PDEPEND="app-eselect/eselect-package-manager"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2017-04-22 9:56 Pacho Ramos
0 siblings, 0 replies; 63+ messages in thread
From: Pacho Ramos @ 2017-04-22 9:56 UTC (permalink / raw
To: gentoo-commits
commit: 8a374e59cfef9816b4ebdfbea6d959a10ef5df1d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 09:27:55 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 09:56:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a374e59
app-portage/gentoopm: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-portage/gentoopm/gentoopm-0.2.9.ebuild | 4 ++--
app-portage/gentoopm/gentoopm-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-0.2.9.ebuild b/app-portage/gentoopm/gentoopm-0.2.9.ebuild
index 54e3c2eb62b..60dc5d73ba4 100644
--- a/app-portage/gentoopm/gentoopm-0.2.9.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.2.9.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 2fd4e6cc1a6..496524fd26a 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"
inherit distutils-r1 git-r3
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2017-05-19 22:33 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2017-05-19 22:33 UTC (permalink / raw
To: gentoo-commits
commit: 21c09c140566ac7e12b4e1e8594b3b80dc842394
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 19 22:32:33 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 19 22:33:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c09c14
app-portage/gentoopm: Fix DISTUTILS_ALL_SUBPHASE_IMPLS use
app-portage/gentoopm/gentoopm-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 496524fd26a..a4529c98bc9 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -27,7 +27,7 @@ PDEPEND="app-eselect/eselect-package-manager"
REQUIRED_USE="doc? ( $(python_gen_useflags python2_7) )"
src_configure() {
- use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2_7 )
+ use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 )
distutils-r1_src_configure
}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2018-05-08 16:04 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2018-05-08 16:04 UTC (permalink / raw
To: gentoo-commits
commit: 86b16b90f08fb97c46cdddf9949a881778ff0e2f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 8 15:54:30 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 8 16:04:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b16b90
app-portage/gentoopm: Bump to 0.3.0
app-portage/gentoopm/Manifest | 1 +
app-portage/gentoopm/gentoopm-0.3.0.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-portage/gentoopm/Manifest b/app-portage/gentoopm/Manifest
index 047361ab265..d41583f385c 100644
--- a/app-portage/gentoopm/Manifest
+++ b/app-portage/gentoopm/Manifest
@@ -1 +1,2 @@
DIST gentoopm-0.2.9.tar.bz2 24652 BLAKE2B 1046d4cc5dca19d2cc72e8d8d54cd0d2172164aa5594666c89a4dde9dbd994654d07982a2381fa09038b29ebb011bdd410f60ac3c340bdbf533bcfc29f4c4796 SHA512 e7d1daa811eb6c0877c2bec98b72bce61380802fe704f271a4df6383506d62ba661eb83ac9afd432627e2f10bf38840796768a565b80b6489563cfc54ed81ae7
+DIST gentoopm-0.3.0.tar.gz 37614 BLAKE2B c848c08677c4ac5ab0fdc1499045ae418048ec35d4ef925d1fe09ab4b68ec90e4f6843511efc29184883f3b3582bd3de519212bea1997736378b01bdc13ebd14 SHA512 e2a82f37b9a42688b6dd7023accdbf537780069deb6ca6ec6d9e159baf774af17e2a405c9eb40105b73b165f1c8c2ccde3ed685e04a61c9cd6665d1677da61d3
diff --git a/app-portage/gentoopm/gentoopm-0.3.0.ebuild b/app-portage/gentoopm/gentoopm-0.3.0.ebuild
new file mode 100644
index 00000000000..305f093bd46
--- /dev/null
+++ b/app-portage/gentoopm/gentoopm-0.3.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="A common interface to Gentoo package managers"
+HOMEPAGE="https://github.com/mgorny/gentoopm/"
+SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND="
+ || (
+ >=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
+ >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}]
+ sys-apps/portage-mgorny[${PYTHON_USEDEP}]
+ >=sys-apps/paludis-3.0.0_pre20170219[python,${PYTHON_USEDEP}] )"
+PDEPEND="app-eselect/eselect-package-manager"
+
+python_test() {
+ esetup.py test
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2018-05-08 16:04 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2018-05-08 16:04 UTC (permalink / raw
To: gentoo-commits
commit: 85d369f630acd3ee6f5cf3a339e4935ce5747eab
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 8 15:52:37 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 8 16:04:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d369f6
app-portage/gentoopm: Remove obsolete epydoc support
app-portage/gentoopm/gentoopm-9999.ebuild | 20 +-------------------
1 file changed, 1 insertion(+), 19 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index e9de24d57a0..96a9ef4eacf 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -14,7 +14,7 @@ SRC_URI=""
LICENSE="BSD-2"
SLOT="0"
KEYWORDS=""
-IUSE="doc"
+IUSE=""
RDEPEND="
|| (
@@ -22,26 +22,8 @@ RDEPEND="
>=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}]
sys-apps/portage-mgorny[${PYTHON_USEDEP}]
>=sys-apps/paludis-3.0.0_pre20170219[python,${PYTHON_USEDEP}] )"
-DEPEND="doc? ( dev-python/epydoc[$(python_gen_usedep python2_7)] )"
PDEPEND="app-eselect/eselect-package-manager"
-REQUIRED_USE="doc? ( $(python_gen_useflags python2_7) )"
-
-src_configure() {
- use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 )
- distutils-r1_src_configure
-}
-
-python_compile_all() {
- use doc && esetup.py doc
-}
-
python_test() {
esetup.py test
}
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/. )
-
- distutils-r1_python_install_all
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2018-05-27 8:41 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2018-05-27 8:41 UTC (permalink / raw
To: gentoo-commits
commit: 7c5f66e4eff2940463eb407ea1e054143ca59b33
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 08:07:56 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 27 08:41:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5f66e4
app-portage/gentoopm: Mark <stabilize-allarches/>
app-portage/gentoopm/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-portage/gentoopm/metadata.xml b/app-portage/gentoopm/metadata.xml
index 1ddb67ad7e6..96a81859dd9 100644
--- a/app-portage/gentoopm/metadata.xml
+++ b/app-portage/gentoopm/metadata.xml
@@ -5,6 +5,7 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<maintainer status="active">
<email>mgorny@gentoo.org</email>
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2018-05-27 10:26 Mikle Kolyada
0 siblings, 0 replies; 63+ messages in thread
From: Mikle Kolyada @ 2018-05-27 10:26 UTC (permalink / raw
To: gentoo-commits
commit: ff953b7485238cfe5847a797601f186d07f2de7b
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 10:26:37 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 27 10:26:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff953b74
app-portage/gentoopm: amd64 stable wrt bug #656620
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-portage/gentoopm/gentoopm-0.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.0.ebuild b/app-portage/gentoopm/gentoopm-0.3.0.ebuild
index 305f093bd46..1adbbdf76b0 100644
--- a/app-portage/gentoopm/gentoopm-0.3.0.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 arm ~mips x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2018-07-17 11:34 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2018-07-17 11:34 UTC (permalink / raw
To: gentoo-commits
commit: aa452455364779a0c2900c688fb04f23f4114cc5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 17 11:26:04 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 17 11:34:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa452455
app-portage/gentoopm: Enable py3.7
app-portage/gentoopm/gentoopm-0.3.0.ebuild | 2 +-
app-portage/gentoopm/gentoopm-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.0.ebuild b/app-portage/gentoopm/gentoopm-0.3.0.ebuild
index 1adbbdf76b0..1dfd3083cdb 100644
--- a/app-portage/gentoopm/gentoopm-0.3.0.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
inherit distutils-r1
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 96a9ef4eacf..6ffaedb0be4 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy )
EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"
inherit distutils-r1 git-r3
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2018-09-19 11:31 Mikle Kolyada
0 siblings, 0 replies; 63+ messages in thread
From: Mikle Kolyada @ 2018-09-19 11:31 UTC (permalink / raw
To: gentoo-commits
commit: ab54772a74ff721da92e943ff12197713d3cc5b6
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 19 11:23:18 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 11:30:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab54772a
app-portage/gentoopm: remove sys-apps/paludis provider
Package-Manager: Portage-2.3.49, Repoman-2.3.10
app-portage/gentoopm/gentoopm-0.3.0.ebuild | 3 +--
app-portage/gentoopm/gentoopm-9999.ebuild | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.0.ebuild b/app-portage/gentoopm/gentoopm-0.3.0.ebuild
index 1dfd3083cdb..aeaa632ee25 100644
--- a/app-portage/gentoopm/gentoopm-0.3.0.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.0.ebuild
@@ -19,8 +19,7 @@ RDEPEND="
|| (
>=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
>=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}]
- sys-apps/portage-mgorny[${PYTHON_USEDEP}]
- >=sys-apps/paludis-3.0.0_pre20170219[python,${PYTHON_USEDEP}] )"
+ sys-apps/portage-mgorny[${PYTHON_USEDEP}] )"
PDEPEND="app-eselect/eselect-package-manager"
python_test() {
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 6ffaedb0be4..02688cdcf48 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -20,8 +20,7 @@ RDEPEND="
|| (
>=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
>=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}]
- sys-apps/portage-mgorny[${PYTHON_USEDEP}]
- >=sys-apps/paludis-3.0.0_pre20170219[python,${PYTHON_USEDEP}] )"
+ sys-apps/portage-mgorny[${PYTHON_USEDEP}] )"
PDEPEND="app-eselect/eselect-package-manager"
python_test() {
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2019-05-18 10:02 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2019-05-18 10:02 UTC (permalink / raw
To: gentoo-commits
commit: 3f1ae412c77a02b8f40e778c3653a8da30a26c8e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 08:56:02 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 10:02:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f1ae412
app-portage/gentoopm: Prune dep on portage-mgorny
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.3.0.ebuild | 3 +--
app-portage/gentoopm/gentoopm-9999.ebuild | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.0.ebuild b/app-portage/gentoopm/gentoopm-0.3.0.ebuild
index 74d2020e7a1..eec7f1611d5 100644
--- a/app-portage/gentoopm/gentoopm-0.3.0.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.0.ebuild
@@ -18,8 +18,7 @@ IUSE=""
RDEPEND="
|| (
>=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
- >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}]
- sys-apps/portage-mgorny[${PYTHON_USEDEP}] )"
+ >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] )"
PDEPEND="app-eselect/eselect-package-manager"
python_test() {
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 5bbfc27833a..293e127b6b8 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -19,8 +19,7 @@ IUSE=""
RDEPEND="
|| (
>=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
- >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}]
- sys-apps/portage-mgorny[${PYTHON_USEDEP}] )"
+ >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] )"
PDEPEND="app-eselect/eselect-package-manager"
python_test() {
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2019-11-13 17:15 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2019-11-13 17:15 UTC (permalink / raw
To: gentoo-commits
commit: a5275a338fde7320a814fd31537a9f125983e3a9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 17:13:24 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 17:15:42 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5275a33
app-portage/gentoopm: Bump to 0.3.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/Manifest | 1 +
app-portage/gentoopm/gentoopm-0.3.1.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/app-portage/gentoopm/Manifest b/app-portage/gentoopm/Manifest
index 66a2e53b32e..c958c510987 100644
--- a/app-portage/gentoopm/Manifest
+++ b/app-portage/gentoopm/Manifest
@@ -1 +1,2 @@
DIST gentoopm-0.3.0.tar.gz 37614 BLAKE2B c848c08677c4ac5ab0fdc1499045ae418048ec35d4ef925d1fe09ab4b68ec90e4f6843511efc29184883f3b3582bd3de519212bea1997736378b01bdc13ebd14 SHA512 e2a82f37b9a42688b6dd7023accdbf537780069deb6ca6ec6d9e159baf774af17e2a405c9eb40105b73b165f1c8c2ccde3ed685e04a61c9cd6665d1677da61d3
+DIST gentoopm-0.3.1.tar.gz 37897 BLAKE2B dd5499787bcc5c46ae3b559f3af4a5af5b4ca81a312e926149c587cac0391c51dbe61ac42d2bc19eb83cedc168486e9c30ddd6fbf4ae10ffd9719aefa2f54cd3 SHA512 e1a3a7929ae83d813dd0b03f0548f033e8e51b766aaddb653027398fb618819de6237e2ba1c0542defc9d62e71e8495aa10152cbc47a4e521f7cbaeda3ea4354
diff --git a/app-portage/gentoopm/gentoopm-0.3.1.ebuild b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
new file mode 100644
index 00000000000..dbdac94b858
--- /dev/null
+++ b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="A common interface to Gentoo package managers"
+HOMEPAGE="https://github.com/mgorny/gentoopm/"
+SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~x86"
+IUSE=""
+
+RDEPEND="
+ || (
+ >=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
+ >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] )"
+PDEPEND="app-eselect/eselect-package-manager"
+
+python_test() {
+ esetup.py test
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2019-12-05 20:58 Craig Andrews
0 siblings, 0 replies; 63+ messages in thread
From: Craig Andrews @ 2019-12-05 20:58 UTC (permalink / raw
To: gentoo-commits
commit: 617d2ddb5e4427f971492ee04b8c3dbbcac7ce80
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 5 19:15:52 2019 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Dec 5 20:58:41 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617d2ddb
app-portage/gentoopm: Python 3.8 compatibility
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13886
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.3.1.ebuild | 2 +-
app-portage/gentoopm/gentoopm-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.1.ebuild b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
index dbdac94b858..93cd31750f9 100644
--- a/app-portage/gentoopm/gentoopm-0.3.1.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy )
inherit distutils-r1
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 293e127b6b8..8609fa346bb 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy )
EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"
inherit distutils-r1 git-r3
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2019-12-16 14:38 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2019-12-16 14:38 UTC (permalink / raw
To: gentoo-commits
commit: 5e2f500497bd2b78f6987a844023ad5e0d3e1177
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 14:22:41 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 14:37:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e2f5004
app-portage/gentoopm: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.3.1.ebuild | 2 ++
app-portage/gentoopm/gentoopm-9999.ebuild | 2 ++
2 files changed, 4 insertions(+)
diff --git a/app-portage/gentoopm/gentoopm-0.3.1.ebuild b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
index 93cd31750f9..db968cbc4d0 100644
--- a/app-portage/gentoopm/gentoopm-0.3.1.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy )
inherit distutils-r1
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 8609fa346bb..36456b3b69e 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7,3_8} pypy )
EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2020-02-11 11:38 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2020-02-11 11:38 UTC (permalink / raw
To: gentoo-commits
commit: 00467d8708bbb739abed897ade3b03e67a93d632
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 11:31:06 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 11:38:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00467d87
app-portage/gentoopm: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.3.0.ebuild | 2 +-
app-portage/gentoopm/gentoopm-0.3.1.ebuild | 2 +-
app-portage/gentoopm/gentoopm-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.0.ebuild b/app-portage/gentoopm/gentoopm-0.3.0.ebuild
index 56056b4658b..abd20a56c46 100644
--- a/app-portage/gentoopm/gentoopm-0.3.0.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1
diff --git a/app-portage/gentoopm/gentoopm-0.3.1.ebuild b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
index 9b91c0258f1..e484c87c1b9 100644
--- a/app-portage/gentoopm/gentoopm-0.3.1.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
@@ -4,7 +4,7 @@
EAPI=6
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
inherit distutils-r1
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 32c5bfe6d4b..de49913038d 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=6
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"
inherit distutils-r1 git-r3
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2020-03-13 19:15 Agostino Sarubbo
0 siblings, 0 replies; 63+ messages in thread
From: Agostino Sarubbo @ 2020-03-13 19:15 UTC (permalink / raw
To: gentoo-commits
commit: 42b7a5589c1ff6d5fad5f44bab26f36ce65f8408
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 13 19:14:53 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Mar 13 19:14:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b7a558
app-portage/gentoopm: amd64 stable wrt bug #712316
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.1.ebuild b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
index e484c87c1b9..441dde4196c 100644
--- a/app-portage/gentoopm/gentoopm-0.3.1.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~x86"
+KEYWORDS="amd64 ~arm ~mips ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2020-03-15 18:27 Agostino Sarubbo
0 siblings, 0 replies; 63+ messages in thread
From: Agostino Sarubbo @ 2020-03-15 18:27 UTC (permalink / raw
To: gentoo-commits
commit: 738c1a33cf5ec85ffb7e117589daaf8e6e087cdf
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 15 18:27:15 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Mar 15 18:27:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=738c1a33
app-portage/gentoopm: arm stable wrt bug #712316
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.1.ebuild b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
index 441dde4196c..8286db7b3dc 100644
--- a/app-portage/gentoopm/gentoopm-0.3.1.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~x86"
+KEYWORDS="amd64 arm ~mips ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2020-03-19 17:20 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2020-03-19 17:20 UTC (permalink / raw
To: gentoo-commits
commit: a7c3b38d84b31bbed3ca5e628fd540efb3166475
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 17:06:02 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 17:20:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7c3b38d
app-portage/gentoopm: Remove redundant versions
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/Manifest | 1 -
app-portage/gentoopm/gentoopm-0.3.0.ebuild | 26 --------------------------
2 files changed, 27 deletions(-)
diff --git a/app-portage/gentoopm/Manifest b/app-portage/gentoopm/Manifest
index c958c510987..64acc2798bb 100644
--- a/app-portage/gentoopm/Manifest
+++ b/app-portage/gentoopm/Manifest
@@ -1,2 +1 @@
-DIST gentoopm-0.3.0.tar.gz 37614 BLAKE2B c848c08677c4ac5ab0fdc1499045ae418048ec35d4ef925d1fe09ab4b68ec90e4f6843511efc29184883f3b3582bd3de519212bea1997736378b01bdc13ebd14 SHA512 e2a82f37b9a42688b6dd7023accdbf537780069deb6ca6ec6d9e159baf774af17e2a405c9eb40105b73b165f1c8c2ccde3ed685e04a61c9cd6665d1677da61d3
DIST gentoopm-0.3.1.tar.gz 37897 BLAKE2B dd5499787bcc5c46ae3b559f3af4a5af5b4ca81a312e926149c587cac0391c51dbe61ac42d2bc19eb83cedc168486e9c30ddd6fbf4ae10ffd9719aefa2f54cd3 SHA512 e1a3a7929ae83d813dd0b03f0548f033e8e51b766aaddb653027398fb618819de6237e2ba1c0542defc9d62e71e8495aa10152cbc47a4e521f7cbaeda3ea4354
diff --git a/app-portage/gentoopm/gentoopm-0.3.0.ebuild b/app-portage/gentoopm/gentoopm-0.3.0.ebuild
deleted file mode 100644
index abd20a56c46..00000000000
--- a/app-portage/gentoopm/gentoopm-0.3.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A common interface to Gentoo package managers"
-HOMEPAGE="https://github.com/mgorny/gentoopm/"
-SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips x86"
-IUSE=""
-
-RDEPEND="
- || (
- >=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
- >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] )"
-PDEPEND="app-eselect/eselect-package-manager"
-
-python_test() {
- esetup.py test
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2020-05-30 7:12 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2020-05-30 7:12 UTC (permalink / raw
To: gentoo-commits
commit: ffa356948ce726362b4feee32d10e496ce0a24e8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 30 07:11:43 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 30 07:12:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa35694
app-portage/gentoopm: Port to py39
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.3.1.ebuild | 2 +-
app-portage/gentoopm/gentoopm-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.1.ebuild b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
index c79f519324e..b4fdefc2f9f 100644
--- a/app-portage/gentoopm/gentoopm-0.3.1.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
@@ -4,7 +4,7 @@
EAPI=6
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index de49913038d..2dc9a2c3f69 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=6
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python3_{6..9} )
EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"
inherit distutils-r1 git-r3
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2020-09-16 13:17 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2020-09-16 13:17 UTC (permalink / raw
To: gentoo-commits
commit: 58887498e92abdaa07eb39aeb4e4d4bd2ee3e425
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 13:09:16 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 13:17:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58887498
app-portage/gentoopm: Bump to 0.3.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/Manifest | 1 +
app-portage/gentoopm/gentoopm-0.3.2.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-portage/gentoopm/Manifest b/app-portage/gentoopm/Manifest
index 64acc2798bb..1a8ecab591d 100644
--- a/app-portage/gentoopm/Manifest
+++ b/app-portage/gentoopm/Manifest
@@ -1 +1,2 @@
DIST gentoopm-0.3.1.tar.gz 37897 BLAKE2B dd5499787bcc5c46ae3b559f3af4a5af5b4ca81a312e926149c587cac0391c51dbe61ac42d2bc19eb83cedc168486e9c30ddd6fbf4ae10ffd9719aefa2f54cd3 SHA512 e1a3a7929ae83d813dd0b03f0548f033e8e51b766aaddb653027398fb618819de6237e2ba1c0542defc9d62e71e8495aa10152cbc47a4e521f7cbaeda3ea4354
+DIST gentoopm-0.3.2.tar.gz 38430 BLAKE2B df8536b384cdad754894d65b605ab688cedc09430bcc3cd0821ed1ae9a93d0cb5e7b076715edf6eaed6bbf5ffc9088fb14d8bd5a04c3809c38ce05c6ed106bb9 SHA512 d99034af2efada3647117c75d5602bc5878a8f0e79d1c6b502fdb0fa272f7b9148afbbe4d379a2957a7db6694b4001158e2dfce8e3a4f97692e20a803417f571
diff --git a/app-portage/gentoopm/gentoopm-0.3.2.ebuild b/app-portage/gentoopm/gentoopm-0.3.2.ebuild
new file mode 100644
index 00000000000..5582cd45b7e
--- /dev/null
+++ b/app-portage/gentoopm/gentoopm-0.3.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A common interface to Gentoo package managers"
+HOMEPAGE="https://github.com/mgorny/gentoopm/"
+SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~x86"
+IUSE=""
+
+RDEPEND="
+ || (
+ >=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
+ >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] )"
+PDEPEND="app-eselect/eselect-package-manager"
+
+python_test() {
+ esetup.py test
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2020-09-27 16:19 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2020-09-27 16:19 UTC (permalink / raw
To: gentoo-commits
commit: b41df49b58a01d5fed191b40e35cce6884c0effb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 16:19:32 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 16:19:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41df49b
app-portage/gentoopm: Keyword 0.3.2 arm64, #741807
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.2.ebuild b/app-portage/gentoopm/gentoopm-0.3.2.ebuild
index 5582cd45b7e..2288dc790c4 100644
--- a/app-portage/gentoopm/gentoopm-0.3.2.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2020-10-25 21:34 Thomas Deutschmann
0 siblings, 0 replies; 63+ messages in thread
From: Thomas Deutschmann @ 2020-10-25 21:34 UTC (permalink / raw
To: gentoo-commits
commit: 0ba6ccd4d55ce826097b3e6bb21587ac39ce55ab
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 21:26:17 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 21:33:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ba6ccd4
app-portage/gentoopm: x86 stable (bug #751112)
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.2.ebuild b/app-portage/gentoopm/gentoopm-0.3.2.ebuild
index 2288dc790c4..f0f31e5422a 100644
--- a/app-portage/gentoopm/gentoopm-0.3.2.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2020-10-25 21:48 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2020-10-25 21:48 UTC (permalink / raw
To: gentoo-commits
commit: f5358871c01ff9fd362c6a4af12591520d20afd1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 21:47:51 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 21:47:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5358871
app-portage/gentoopm: Stabilize 0.3.2 ALLARCHES, #751112
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.2.ebuild b/app-portage/gentoopm/gentoopm-0.3.2.ebuild
index f0f31e5422a..b54a2cc699e 100644
--- a/app-portage/gentoopm/gentoopm-0.3.2.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips x86"
+KEYWORDS="amd64 arm ~arm64 ~mips x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2021-01-07 23:19 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2021-01-07 23:19 UTC (permalink / raw
To: gentoo-commits
commit: 9b88721ed6a85c3b01c92dfd057d67f815b89e7e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 7 21:07:21 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 7 23:09:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b88721e
app-portage/gentoopm: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/Manifest | 1 -
app-portage/gentoopm/gentoopm-0.3.1.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/app-portage/gentoopm/Manifest b/app-portage/gentoopm/Manifest
index 1a8ecab591d..b9eac26a9df 100644
--- a/app-portage/gentoopm/Manifest
+++ b/app-portage/gentoopm/Manifest
@@ -1,2 +1 @@
-DIST gentoopm-0.3.1.tar.gz 37897 BLAKE2B dd5499787bcc5c46ae3b559f3af4a5af5b4ca81a312e926149c587cac0391c51dbe61ac42d2bc19eb83cedc168486e9c30ddd6fbf4ae10ffd9719aefa2f54cd3 SHA512 e1a3a7929ae83d813dd0b03f0548f033e8e51b766aaddb653027398fb618819de6237e2ba1c0542defc9d62e71e8495aa10152cbc47a4e521f7cbaeda3ea4354
DIST gentoopm-0.3.2.tar.gz 38430 BLAKE2B df8536b384cdad754894d65b605ab688cedc09430bcc3cd0821ed1ae9a93d0cb5e7b076715edf6eaed6bbf5ffc9088fb14d8bd5a04c3809c38ce05c6ed106bb9 SHA512 d99034af2efada3647117c75d5602bc5878a8f0e79d1c6b502fdb0fa272f7b9148afbbe4d379a2957a7db6694b4001158e2dfce8e3a4f97692e20a803417f571
diff --git a/app-portage/gentoopm/gentoopm-0.3.1.ebuild b/app-portage/gentoopm/gentoopm-0.3.1.ebuild
deleted file mode 100644
index b4fdefc2f9f..00000000000
--- a/app-portage/gentoopm/gentoopm-0.3.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A common interface to Gentoo package managers"
-HOMEPAGE="https://github.com/mgorny/gentoopm/"
-SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips x86"
-IUSE=""
-
-RDEPEND="
- || (
- >=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
- >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] )"
-PDEPEND="app-eselect/eselect-package-manager"
-
-python_test() {
- esetup.py test
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2021-01-07 23:19 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2021-01-07 23:19 UTC (permalink / raw
To: gentoo-commits
commit: 39e31a8102bed0989b6fb38867ca41242eb62b21
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 7 21:07:50 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 7 23:15:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e31a81
app-portage/gentoopm: Limit to py3.8+ due to pkgcore
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{gentoopm-9999.ebuild => gentoopm-0.3.2-r1.ebuild} | 13 ++++++-------
app-portage/gentoopm/gentoopm-9999.ebuild | 6 +++---
2 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-0.3.2-r1.ebuild
similarity index 66%
copy from app-portage/gentoopm/gentoopm-9999.ebuild
copy to app-portage/gentoopm/gentoopm-0.3.2-r1.ebuild
index 2dc9a2c3f69..9cd209e6273 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.2-r1.ebuild
@@ -1,21 +1,20 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{8..9} )
-EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"
-inherit distutils-r1 git-r3
+inherit distutils-r1
DESCRIPTION="A common interface to Gentoo package managers"
HOMEPAGE="https://github.com/mgorny/gentoopm/"
-SRC_URI=""
+SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
IUSE=""
RDEPEND="
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 2dc9a2c3f69..787c12954d9 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{8..9} )
EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"
inherit distutils-r1 git-r3
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2021-03-05 7:16 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2021-03-05 7:16 UTC (permalink / raw
To: gentoo-commits
commit: 9786f298b92d21f49ddab197faf03ad69ff02c29
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 22:40:25 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 5 07:16:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9786f298
app-portage/gentoopm: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.3.2.ebuild | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.2.ebuild b/app-portage/gentoopm/gentoopm-0.3.2.ebuild
deleted file mode 100644
index 9f22991c4c6..00000000000
--- a/app-portage/gentoopm/gentoopm-0.3.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A common interface to Gentoo package managers"
-HOMEPAGE="https://github.com/mgorny/gentoopm/"
-SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~mips x86"
-IUSE=""
-
-RDEPEND="
- || (
- >=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
- >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] )"
-PDEPEND="app-eselect/eselect-package-manager"
-
-python_test() {
- esetup.py test
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2021-03-05 7:16 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2021-03-05 7:16 UTC (permalink / raw
To: gentoo-commits
commit: e14d213811e8430ccb8591b41bb65cd8186b5731
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 22:40:11 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 5 07:16:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14d2138
app-portage/gentoopm: Stabilize 0.3.2-r1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.3.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.2-r1.ebuild b/app-portage/gentoopm/gentoopm-0.3.2-r1.ebuild
index 9cd209e6273..bbbd75c2da8 100644
--- a/app-portage/gentoopm/gentoopm-0.3.2-r1.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+KEYWORDS="amd64 arm ~arm64 ~mips x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2021-03-27 8:19 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2021-03-27 8:19 UTC (permalink / raw
To: gentoo-commits
commit: 0f7e30eff9135b962179dfffccd85ca2988ffb2c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 08:19:13 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 08:19:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f7e30ef
app-portage/gentoopm: Block incompatible pkgcore bump
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../gentoopm/{gentoopm-0.3.2-r1.ebuild => gentoopm-0.3.2-r2.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.2-r1.ebuild b/app-portage/gentoopm/gentoopm-0.3.2-r2.ebuild
similarity index 88%
rename from app-portage/gentoopm/gentoopm-0.3.2-r1.ebuild
rename to app-portage/gentoopm/gentoopm-0.3.2-r2.ebuild
index bbbd75c2da8..f61a859929b 100644
--- a/app-portage/gentoopm/gentoopm-0.3.2-r1.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.2-r2.ebuild
@@ -20,7 +20,8 @@ IUSE=""
RDEPEND="
|| (
>=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
- >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] )"
+ >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] )
+ !!>=sys-apps/pkgcore-0.11.8"
PDEPEND="app-eselect/eselect-package-manager"
python_test() {
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2021-03-27 9:35 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2021-03-27 9:35 UTC (permalink / raw
To: gentoo-commits
commit: 4becb9b2eea2003ecff189b5c9a73ecb521f3603
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 09:11:06 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 09:35:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4becb9b2
app-portage/gentoopm: Bump to 0.3.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/Manifest | 1 +
app-portage/gentoopm/gentoopm-0.3.3.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/app-portage/gentoopm/Manifest b/app-portage/gentoopm/Manifest
index b9eac26a9df..4900dd6102c 100644
--- a/app-portage/gentoopm/Manifest
+++ b/app-portage/gentoopm/Manifest
@@ -1 +1,2 @@
DIST gentoopm-0.3.2.tar.gz 38430 BLAKE2B df8536b384cdad754894d65b605ab688cedc09430bcc3cd0821ed1ae9a93d0cb5e7b076715edf6eaed6bbf5ffc9088fb14d8bd5a04c3809c38ce05c6ed106bb9 SHA512 d99034af2efada3647117c75d5602bc5878a8f0e79d1c6b502fdb0fa272f7b9148afbbe4d379a2957a7db6694b4001158e2dfce8e3a4f97692e20a803417f571
+DIST gentoopm-0.3.3.tar.gz 38624 BLAKE2B 018be741c6970b17525e56d5acdb23e15c8f78016fddda50ef329ea65b84e085a928e1e5e95c69757530c067c28aa578e9c56b8bd7546d7249a75e9c3cc3b57f SHA512 91ea07035b25bdccd8072c5691690ae0b40b6220a2ea29e4b051aeb8455f200e94569036af42ff2f5d7714344d332e5d71e3ff8dfde811f2aa6b6c1b3a895b21
diff --git a/app-portage/gentoopm/gentoopm-0.3.3.ebuild b/app-portage/gentoopm/gentoopm-0.3.3.ebuild
new file mode 100644
index 00000000000..9cd209e6273
--- /dev/null
+++ b/app-portage/gentoopm/gentoopm-0.3.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A common interface to Gentoo package managers"
+HOMEPAGE="https://github.com/mgorny/gentoopm/"
+SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+IUSE=""
+
+RDEPEND="
+ || (
+ >=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
+ >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] )"
+PDEPEND="app-eselect/eselect-package-manager"
+
+python_test() {
+ esetup.py test
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2021-03-28 12:59 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2021-03-28 12:59 UTC (permalink / raw
To: gentoo-commits
commit: f47befe9305279cf2f7b1f8c2aac5c84a79d305f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 28 12:55:26 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 28 12:59:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f47befe9
app-portage/gentoopm: ~sparc keyworded
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.3.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.3.ebuild b/app-portage/gentoopm/gentoopm-0.3.3.ebuild
index 9cd209e6273..63d176c389f 100644
--- a/app-portage/gentoopm/gentoopm-0.3.3.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~sparc ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2021-03-28 12:59 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2021-03-28 12:59 UTC (permalink / raw
To: gentoo-commits
commit: a2705809482a60c758511f0faa1d2e1eac9277cf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 28 12:58:46 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 28 12:59:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2705809
app-portage/gentoopm: ~x64-macos keyworded
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.3.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.3.ebuild b/app-portage/gentoopm/gentoopm-0.3.3.ebuild
index 63d176c389f..4921f084e32 100644
--- a/app-portage/gentoopm/gentoopm-0.3.3.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~sparc ~x86 ~x64-macos"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2021-03-28 13:00 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2021-03-28 13:00 UTC (permalink / raw
To: gentoo-commits
commit: bf4479f97d3ef5dd7a63800be12b897f6ff4efd8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 28 12:59:58 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 28 12:59:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf4479f9
app-portage/gentoopm: stabilise 0.3.2-r2 on arm64
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.3.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.2-r2.ebuild b/app-portage/gentoopm/gentoopm-0.3.2-r2.ebuild
index f61a859929b..b91aa32ecd3 100644
--- a/app-portage/gentoopm/gentoopm-0.3.2-r2.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.2-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~mips x86"
+KEYWORDS="amd64 arm arm64 ~mips x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2021-04-27 23:07 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2021-04-27 23:07 UTC (permalink / raw
To: gentoo-commits
commit: 1ac8ee93a062c08d8319b02ebd3ffb86fe3a20c6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 27 23:07:24 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 27 23:07:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac8ee93
app-portage/gentoopm: Stabilize 0.3.3 ALLARCHES, #786168
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.3.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.3.ebuild b/app-portage/gentoopm/gentoopm-0.3.3.ebuild
index 4921f084e32..bf6318cf270 100644
--- a/app-portage/gentoopm/gentoopm-0.3.3.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~sparc ~x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~mips ~sparc x86 ~x64-macos"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2021-04-28 8:16 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2021-04-28 8:16 UTC (permalink / raw
To: gentoo-commits
commit: ab153591458206e0944d29e9276dae9223631334
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 28 07:32:03 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 28 08:16:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab153591
app-portage/gentoopm: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/Manifest | 1 -
app-portage/gentoopm/gentoopm-0.3.2-r2.ebuild | 29 ---------------------------
2 files changed, 30 deletions(-)
diff --git a/app-portage/gentoopm/Manifest b/app-portage/gentoopm/Manifest
index 4900dd6102c..f3c236ab726 100644
--- a/app-portage/gentoopm/Manifest
+++ b/app-portage/gentoopm/Manifest
@@ -1,2 +1 @@
-DIST gentoopm-0.3.2.tar.gz 38430 BLAKE2B df8536b384cdad754894d65b605ab688cedc09430bcc3cd0821ed1ae9a93d0cb5e7b076715edf6eaed6bbf5ffc9088fb14d8bd5a04c3809c38ce05c6ed106bb9 SHA512 d99034af2efada3647117c75d5602bc5878a8f0e79d1c6b502fdb0fa272f7b9148afbbe4d379a2957a7db6694b4001158e2dfce8e3a4f97692e20a803417f571
DIST gentoopm-0.3.3.tar.gz 38624 BLAKE2B 018be741c6970b17525e56d5acdb23e15c8f78016fddda50ef329ea65b84e085a928e1e5e95c69757530c067c28aa578e9c56b8bd7546d7249a75e9c3cc3b57f SHA512 91ea07035b25bdccd8072c5691690ae0b40b6220a2ea29e4b051aeb8455f200e94569036af42ff2f5d7714344d332e5d71e3ff8dfde811f2aa6b6c1b3a895b21
diff --git a/app-portage/gentoopm/gentoopm-0.3.2-r2.ebuild b/app-portage/gentoopm/gentoopm-0.3.2-r2.ebuild
deleted file mode 100644
index b91aa32ecd3..00000000000
--- a/app-portage/gentoopm/gentoopm-0.3.2-r2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A common interface to Gentoo package managers"
-HOMEPAGE="https://github.com/mgorny/gentoopm/"
-SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~mips x86"
-IUSE=""
-
-RDEPEND="
- || (
- >=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
- >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] )
- !!>=sys-apps/pkgcore-0.11.8"
-PDEPEND="app-eselect/eselect-package-manager"
-
-python_test() {
- esetup.py test
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2021-06-04 9:55 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2021-06-04 9:55 UTC (permalink / raw
To: gentoo-commits
commit: 261306bf6f25fae42bba5efaff16f642ae7638e3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 4 09:53:37 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 4 09:53:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=261306bf
app-portage/gentoopm: Enable py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.3.3.ebuild | 2 +-
app-portage/gentoopm/gentoopm-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.3.ebuild b/app-portage/gentoopm/gentoopm-0.3.3.ebuild
index bf6318cf270..a97e106c141 100644
--- a/app-portage/gentoopm/gentoopm-0.3.3.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.3.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 787c12954d9..840415f2aa1 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"
inherit distutils-r1 git-r3
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2022-01-24 19:19 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2022-01-24 19:19 UTC (permalink / raw
To: gentoo-commits
commit: 0e7d5a6fe9033bcc8ced71b3d83b4bad3beeab75
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Jan 24 17:01:29 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 24 19:19:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e7d5a6f
app-portage/gentoopm: keyword 0.3.3 for hppa, bug #831627
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.3.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.3.ebuild b/app-portage/gentoopm/gentoopm-0.3.3.ebuild
index a97e106c1412..e542bf8b6924 100644
--- a/app-portage/gentoopm/gentoopm-0.3.3.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.3.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=7
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="amd64 arm arm64 ~mips ~sparc x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 ~hppa ~mips ~sparc x86 ~x64-macos"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2022-02-02 7:25 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2022-02-02 7:25 UTC (permalink / raw
To: gentoo-commits
commit: 8434968e02438895c71b385e33113a3d16636fcf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 2 07:24:29 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 2 07:24:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8434968e
app-portage/gentoopm: Stabilize 0.3.3 hppa, #832469
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.3.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-0.3.3.ebuild b/app-portage/gentoopm/gentoopm-0.3.3.ebuild
index e542bf8b6924..7cfa28e7b892 100644
--- a/app-portage/gentoopm/gentoopm-0.3.3.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.3.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~mips ~sparc x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 hppa ~mips ~sparc x86 ~x64-macos"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2022-02-06 23:23 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2022-02-06 23:23 UTC (permalink / raw
To: gentoo-commits
commit: 694ef49d2302b30712f37437dc5114391a0f7c41
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 6 23:03:12 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 6 23:23:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=694ef49d
app-portage/gentoopm: Update the live ebuild
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/gentoopm-9999.ebuild | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 840415f2aa12..a187b336584d 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -1,22 +1,19 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-DISTUTILS_USE_SETUPTOOLS=no
+DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{8..10} )
-EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"
inherit distutils-r1 git-r3
DESCRIPTION="A common interface to Gentoo package managers"
HOMEPAGE="https://github.com/mgorny/gentoopm/"
-SRC_URI=""
+EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS=""
-IUSE=""
RDEPEND="
|| (
@@ -24,6 +21,15 @@ RDEPEND="
>=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] )"
PDEPEND="app-eselect/eselect-package-manager"
+distutils_enable_tests pytest
+
python_test() {
- esetup.py test
+ if has_version ">=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]"; then
+ einfo "Testing against pkgcore ..."
+ PACKAGE_MANAGER=pkgcore epytest
+ fi
+ if has_version ">=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}]"; then
+ einfo "Testing against portage ..."
+ PACKAGE_MANAGER=portage epytest
+ fi
}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2022-02-06 23:23 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2022-02-06 23:23 UTC (permalink / raw
To: gentoo-commits
commit: d0ad15ad06bb08cd5f4e9f22b22ea52637d7889a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 6 23:04:38 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 6 23:23:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ad15ad
app-portage/gentoopm: Bump to 0.4
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/Manifest | 1 +
app-portage/gentoopm/gentoopm-0.4.ebuild | 38 ++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/app-portage/gentoopm/Manifest b/app-portage/gentoopm/Manifest
index f3c236ab7268..dde6c0d3e50f 100644
--- a/app-portage/gentoopm/Manifest
+++ b/app-portage/gentoopm/Manifest
@@ -1 +1,2 @@
DIST gentoopm-0.3.3.tar.gz 38624 BLAKE2B 018be741c6970b17525e56d5acdb23e15c8f78016fddda50ef329ea65b84e085a928e1e5e95c69757530c067c28aa578e9c56b8bd7546d7249a75e9c3cc3b57f SHA512 91ea07035b25bdccd8072c5691690ae0b40b6220a2ea29e4b051aeb8455f200e94569036af42ff2f5d7714344d332e5d71e3ff8dfde811f2aa6b6c1b3a895b21
+DIST gentoopm-0.4.tar.gz 39123 BLAKE2B c8ea81e2d1aa09d3aa838ccb2a1d221e29ba6cf20c5539435a36da058733ee6814864f11a5a96742b371c6d0f2e1ffa269edf197cd30cf4bc7d517f9fa6623cc SHA512 7af0d4d8b3562b009d8897b70b8621d2004e22a16006ec84144544174724757b39e09cbde98ee876adc166947a58e4afa85f752c66d4dbb03ff1d3a52074720f
diff --git a/app-portage/gentoopm/gentoopm-0.4.ebuild b/app-portage/gentoopm/gentoopm-0.4.ebuild
new file mode 100644
index 000000000000..ac0d89b5c90a
--- /dev/null
+++ b/app-portage/gentoopm/gentoopm-0.4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A common interface to Gentoo package managers"
+HOMEPAGE="https://github.com/mgorny/gentoopm/"
+SRC_URI="
+ https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+ || (
+ >=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
+ >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] )"
+PDEPEND="app-eselect/eselect-package-manager"
+
+distutils_enable_tests pytest
+
+python_test() {
+ if has_version ">=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]"; then
+ einfo "Testing against pkgcore ..."
+ PACKAGE_MANAGER=pkgcore epytest
+ fi
+ if has_version ">=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}]"; then
+ einfo "Testing against portage ..."
+ PACKAGE_MANAGER=portage epytest
+ fi
+}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2022-02-07 20:30 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2022-02-07 20:30 UTC (permalink / raw
To: gentoo-commits
commit: 206ef24617e3c70f0422e08f2aff1d4bddf5f464
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 7 19:25:31 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 7 20:30:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206ef246
app-portage/gentoopm: Update test logic in -9999
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/gentoopm-9999.ebuild | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index a187b336584d..f3f382633170 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -22,14 +22,3 @@ RDEPEND="
PDEPEND="app-eselect/eselect-package-manager"
distutils_enable_tests pytest
-
-python_test() {
- if has_version ">=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]"; then
- einfo "Testing against pkgcore ..."
- PACKAGE_MANAGER=pkgcore epytest
- fi
- if has_version ">=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}]"; then
- einfo "Testing against portage ..."
- PACKAGE_MANAGER=portage epytest
- fi
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2022-03-24 19:03 Jakov Smolić
0 siblings, 0 replies; 63+ messages in thread
From: Jakov Smolić @ 2022-03-24 19:03 UTC (permalink / raw
To: gentoo-commits
commit: 0da5dcb55100e09114e1d6ebbbfa54365f0877fc
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 19:02:03 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 19:02:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0da5dcb5
app-portage/gentoopm: Stabilize 0.4 ALLARCHES, #835941
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-0.4.ebuild b/app-portage/gentoopm/gentoopm-0.4.ebuild
index ac0d89b5c90a..b5ba32c5fc84 100644
--- a/app-portage/gentoopm/gentoopm-0.4.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.4.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~sparc ~x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 hppa ~mips ~sparc x86 ~x64-macos"
RDEPEND="
|| (
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2022-03-24 21:27 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2022-03-24 21:27 UTC (permalink / raw
To: gentoo-commits
commit: c8700535914aef4dd51bab15666cddde012b1bff
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 21:17:42 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 21:17:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8700535
app-portage/gentoopm: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/Manifest | 1 -
app-portage/gentoopm/gentoopm-0.3.3.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/app-portage/gentoopm/Manifest b/app-portage/gentoopm/Manifest
index dde6c0d3e50f..974d1511a2fe 100644
--- a/app-portage/gentoopm/Manifest
+++ b/app-portage/gentoopm/Manifest
@@ -1,2 +1 @@
-DIST gentoopm-0.3.3.tar.gz 38624 BLAKE2B 018be741c6970b17525e56d5acdb23e15c8f78016fddda50ef329ea65b84e085a928e1e5e95c69757530c067c28aa578e9c56b8bd7546d7249a75e9c3cc3b57f SHA512 91ea07035b25bdccd8072c5691690ae0b40b6220a2ea29e4b051aeb8455f200e94569036af42ff2f5d7714344d332e5d71e3ff8dfde811f2aa6b6c1b3a895b21
DIST gentoopm-0.4.tar.gz 39123 BLAKE2B c8ea81e2d1aa09d3aa838ccb2a1d221e29ba6cf20c5539435a36da058733ee6814864f11a5a96742b371c6d0f2e1ffa269edf197cd30cf4bc7d517f9fa6623cc SHA512 7af0d4d8b3562b009d8897b70b8621d2004e22a16006ec84144544174724757b39e09cbde98ee876adc166947a58e4afa85f752c66d4dbb03ff1d3a52074720f
diff --git a/app-portage/gentoopm/gentoopm-0.3.3.ebuild b/app-portage/gentoopm/gentoopm-0.3.3.ebuild
deleted file mode 100644
index 7cfa28e7b892..000000000000
--- a/app-portage/gentoopm/gentoopm-0.3.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A common interface to Gentoo package managers"
-HOMEPAGE="https://github.com/mgorny/gentoopm/"
-SRC_URI="https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~mips ~sparc x86 ~x64-macos"
-IUSE=""
-
-RDEPEND="
- || (
- >=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
- >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] )"
-PDEPEND="app-eselect/eselect-package-manager"
-
-python_test() {
- esetup.py test
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2022-06-05 6:56 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2022-06-05 6:56 UTC (permalink / raw
To: gentoo-commits
commit: 867c4e8251530fc6fab689651d1ac3e4075fd263
Author: Arsen Arsenović <arsen <AT> aarsen <DOT> me>
AuthorDate: Fri Jun 3 20:06:36 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 06:55:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867c4e82
app-portage/gentoopm: enable pypy3
Signed-off-by: Arsen Arsenović <arsen <AT> aarsen.me>
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.4.ebuild | 2 +-
app-portage/gentoopm/gentoopm-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-0.4.ebuild b/app-portage/gentoopm/gentoopm-0.4.ebuild
index b5ba32c5fc84..8ece7b71b9fa 100644
--- a/app-portage/gentoopm/gentoopm-0.4.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index f3f382633170..ab743272c4d8 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1 git-r3
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2022-06-05 7:15 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2022-06-05 7:15 UTC (permalink / raw
To: gentoo-commits
commit: 477808edda2a5833385ac6b1e0b931349b8cd8ed
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 5 07:14:39 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 07:15:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477808ed
app-portage/gentoopm: add Python 3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.4.ebuild | 2 +-
app-portage/gentoopm/gentoopm-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-0.4.ebuild b/app-portage/gentoopm/gentoopm-0.4.ebuild
index 8ece7b71b9fa..a0239a1e00e6 100644
--- a/app-portage/gentoopm/gentoopm-0.4.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index ab743272c4d8..93e0b5ad6e14 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1 git-r3
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2022-07-28 12:06 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2022-07-28 12:06 UTC (permalink / raw
To: gentoo-commits
commit: 8931ea5b7e1c315c111e5c35acf7af542225b8b8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 12:04:07 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 12:04:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8931ea5b
app-portage/gentoopm: add pypi upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/gentoopm/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-portage/gentoopm/metadata.xml b/app-portage/gentoopm/metadata.xml
index 37800eb04967..96c8ee1d462d 100644
--- a/app-portage/gentoopm/metadata.xml
+++ b/app-portage/gentoopm/metadata.xml
@@ -13,5 +13,6 @@
</maintainer>
<bugs-to>https://github.com/mgorny/gentoopm/issues/</bugs-to>
<remote-id type="github">mgorny/gentoopm</remote-id>
+ <remote-id type="pypi">gentoopm</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2022-08-10 14:20 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2022-08-10 14:20 UTC (permalink / raw
To: gentoo-commits
commit: 7da02ba45fa66fa66cc34cadd164e740c2792498
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 10 14:18:46 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 14:20:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da02ba4
app-portage/gentoopm: Update URLs
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.4.ebuild | 4 ++--
app-portage/gentoopm/gentoopm-9999.ebuild | 4 ++--
app-portage/gentoopm/metadata.xml | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-0.4.ebuild b/app-portage/gentoopm/gentoopm-0.4.ebuild
index a0239a1e00e6..7c4adef8e55a 100644
--- a/app-portage/gentoopm/gentoopm-0.4.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.4.ebuild
@@ -9,9 +9,9 @@ PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1
DESCRIPTION="A common interface to Gentoo package managers"
-HOMEPAGE="https://github.com/mgorny/gentoopm/"
+HOMEPAGE="https://github.com/projg2/gentoopm/"
SRC_URI="
- https://github.com/mgorny/gentoopm/archive/v${PV}.tar.gz
+ https://github.com/projg2/gentoopm/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="BSD-2"
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 93e0b5ad6e14..8a42963846f3 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -9,8 +9,8 @@ PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1 git-r3
DESCRIPTION="A common interface to Gentoo package managers"
-HOMEPAGE="https://github.com/mgorny/gentoopm/"
-EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"
+HOMEPAGE="https://github.com/projg2/gentoopm/"
+EGIT_REPO_URI="https://github.com/projg2/gentoopm.git"
LICENSE="BSD-2"
SLOT="0"
diff --git a/app-portage/gentoopm/metadata.xml b/app-portage/gentoopm/metadata.xml
index 96c8ee1d462d..4eaa4cb48702 100644
--- a/app-portage/gentoopm/metadata.xml
+++ b/app-portage/gentoopm/metadata.xml
@@ -11,8 +11,8 @@
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
- <bugs-to>https://github.com/mgorny/gentoopm/issues/</bugs-to>
- <remote-id type="github">mgorny/gentoopm</remote-id>
+ <bugs-to>https://github.com/projg2/gentoopm/issues/</bugs-to>
+ <remote-id type="github">projg2/gentoopm</remote-id>
<remote-id type="pypi">gentoopm</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2022-12-06 0:33 Georgy Yakovlev
0 siblings, 0 replies; 63+ messages in thread
From: Georgy Yakovlev @ 2022-12-06 0:33 UTC (permalink / raw
To: gentoo-commits
commit: 584f9b0c0675b61339226455c8deff8302af6c27
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 6 00:31:22 2022 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Dec 6 00:31:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=584f9b0c
app-portage/gentoopm: keyword 0.4 for ~ppc64
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-0.4.ebuild b/app-portage/gentoopm/gentoopm-0.4.ebuild
index 7c4adef8e55a..5c372118bca8 100644
--- a/app-portage/gentoopm/gentoopm-0.4.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.4.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~mips ~sparc x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 hppa ~mips ~ppc64 ~sparc x86 ~x64-macos"
RDEPEND="
|| (
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2023-01-18 16:21 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2023-01-18 16:21 UTC (permalink / raw
To: gentoo-commits
commit: e7b8c1da9778c1b5732582f62c0503a400bccfd8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 14:59:15 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 16:21:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7b8c1da
app-portage/gentoopm: Bump to 0.5.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/Manifest | 1 +
app-portage/gentoopm/gentoopm-0.5.0.ebuild | 35 ++++++++++++++++++++++++++++++
app-portage/gentoopm/gentoopm-9999.ebuild | 13 ++++++++---
3 files changed, 46 insertions(+), 3 deletions(-)
diff --git a/app-portage/gentoopm/Manifest b/app-portage/gentoopm/Manifest
index 974d1511a2fe..7f0b5ceebd3c 100644
--- a/app-portage/gentoopm/Manifest
+++ b/app-portage/gentoopm/Manifest
@@ -1 +1,2 @@
DIST gentoopm-0.4.tar.gz 39123 BLAKE2B c8ea81e2d1aa09d3aa838ccb2a1d221e29ba6cf20c5539435a36da058733ee6814864f11a5a96742b371c6d0f2e1ffa269edf197cd30cf4bc7d517f9fa6623cc SHA512 7af0d4d8b3562b009d8897b70b8621d2004e22a16006ec84144544174724757b39e09cbde98ee876adc166947a58e4afa85f752c66d4dbb03ff1d3a52074720f
+DIST gentoopm-0.5.0.gh.tar.gz 36710 BLAKE2B 12819b645154fd9ea68cd2b4f605c8ea3fcbec5005754acfd0e96081527c66a04d37ab73c8c967f5989abf97f155263c98ccb3ce6e0bc1fe9d9e5dbbc639c902 SHA512 b5ff3f79c54028b8d1442414353e4872fb0249c75ce9dedff9c907bd1307841996c254b502d18f32469d938a62add2acdd77080c693069a4b01afecca382a67e
diff --git a/app-portage/gentoopm/gentoopm-0.5.0.ebuild b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
new file mode 100644
index 000000000000..a18a6122239d
--- /dev/null
+++ b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A common interface to Gentoo package managers"
+HOMEPAGE="
+ https://github.com/projg2/gentoopm/
+ https://pypi.org/project/gentoopm/
+"
+SRC_URI="
+ https://github.com/projg2/gentoopm/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+ || (
+ >=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
+ >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}]
+ )
+"
+PDEPEND="
+ app-eselect/eselect-package-manager
+"
+
+distutils_enable_tests pytest
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 65baaa7ea631..82fe7d65e1e8 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -9,7 +9,10 @@ PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1 git-r3
DESCRIPTION="A common interface to Gentoo package managers"
-HOMEPAGE="https://github.com/projg2/gentoopm/"
+HOMEPAGE="
+ https://github.com/projg2/gentoopm/
+ https://pypi.org/project/gentoopm/
+"
EGIT_REPO_URI="https://github.com/projg2/gentoopm.git"
LICENSE="BSD-2"
@@ -18,7 +21,11 @@ SLOT="0"
RDEPEND="
|| (
>=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
- >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] )"
-PDEPEND="app-eselect/eselect-package-manager"
+ >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}]
+ )
+"
+PDEPEND="
+ app-eselect/eselect-package-manager
+"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2023-01-20 4:50 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2023-01-20 4:50 UTC (permalink / raw
To: gentoo-commits
commit: 77aadc2dfa95a399940845530d50c342cb4cdb38
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 04:04:11 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 04:49:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77aadc2d
app-portage/gentoopm: Bump min. pkgcore version
Bug: https://bugs.gentoo.org/891409
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.5.0.ebuild | 2 +-
app-portage/gentoopm/gentoopm-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-0.5.0.ebuild b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
index a18a6122239d..5d775de973ea 100644
--- a/app-portage/gentoopm/gentoopm-0.5.0.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
@@ -24,7 +24,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~sparc ~x86 ~x64-macos"
RDEPEND="
|| (
- >=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
+ >=sys-apps/pkgcore-0.12.19[${PYTHON_USEDEP}]
>=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}]
)
"
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 82fe7d65e1e8..9b9d274465d8 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -20,7 +20,7 @@ SLOT="0"
RDEPEND="
|| (
- >=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
+ >=sys-apps/pkgcore-0.12.19[${PYTHON_USEDEP}]
>=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}]
)
"
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2023-01-31 12:18 Jakov Smolić
0 siblings, 0 replies; 63+ messages in thread
From: Jakov Smolić @ 2023-01-31 12:18 UTC (permalink / raw
To: gentoo-commits
commit: ea436ae727324b51f403dffbdf4ba6c71a264320
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 12:18:36 2023 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 12:18:36 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea436ae7
app-portage/gentoopm: Keyword 0.5.0 riscv, #892667
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-0.5.0.ebuild b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
index 5d775de973ea..894c7a5d658f 100644
--- a/app-portage/gentoopm/gentoopm-0.5.0.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
RDEPEND="
|| (
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2023-04-08 16:59 Arthur Zamarin
0 siblings, 0 replies; 63+ messages in thread
From: Arthur Zamarin @ 2023-04-08 16:59 UTC (permalink / raw
To: gentoo-commits
commit: 0fe654048ebb90eb9c8e85fecaf368cfd3aa1f33
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 8 16:59:02 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 8 16:59:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe65404
app-portage/gentoopm: Stabilize 0.5.0 ALLARCHES, #904025
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-0.5.0.ebuild b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
index 894c7a5d658f..205ea02e02ee 100644
--- a/app-portage/gentoopm/gentoopm-0.5.0.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 hppa ~mips ~ppc64 ~riscv ~sparc x86 ~x64-macos"
RDEPEND="
|| (
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2023-04-08 18:45 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2023-04-08 18:45 UTC (permalink / raw
To: gentoo-commits
commit: 107687026690a138363ab05a528d10d3e2f42df6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 8 18:43:35 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 8 18:45:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10768702
app-portage/gentoopm: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/Manifest | 1 -
app-portage/gentoopm/gentoopm-0.4.ebuild | 38 --------------------------------
2 files changed, 39 deletions(-)
diff --git a/app-portage/gentoopm/Manifest b/app-portage/gentoopm/Manifest
index 7f0b5ceebd3c..109f2f94f3cb 100644
--- a/app-portage/gentoopm/Manifest
+++ b/app-portage/gentoopm/Manifest
@@ -1,2 +1 @@
-DIST gentoopm-0.4.tar.gz 39123 BLAKE2B c8ea81e2d1aa09d3aa838ccb2a1d221e29ba6cf20c5539435a36da058733ee6814864f11a5a96742b371c6d0f2e1ffa269edf197cd30cf4bc7d517f9fa6623cc SHA512 7af0d4d8b3562b009d8897b70b8621d2004e22a16006ec84144544174724757b39e09cbde98ee876adc166947a58e4afa85f752c66d4dbb03ff1d3a52074720f
DIST gentoopm-0.5.0.gh.tar.gz 36710 BLAKE2B 12819b645154fd9ea68cd2b4f605c8ea3fcbec5005754acfd0e96081527c66a04d37ab73c8c967f5989abf97f155263c98ccb3ce6e0bc1fe9d9e5dbbc639c902 SHA512 b5ff3f79c54028b8d1442414353e4872fb0249c75ce9dedff9c907bd1307841996c254b502d18f32469d938a62add2acdd77080c693069a4b01afecca382a67e
diff --git a/app-portage/gentoopm/gentoopm-0.4.ebuild b/app-portage/gentoopm/gentoopm-0.4.ebuild
deleted file mode 100644
index aafcbb89d307..000000000000
--- a/app-portage/gentoopm/gentoopm-0.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A common interface to Gentoo package managers"
-HOMEPAGE="https://github.com/projg2/gentoopm/"
-SRC_URI="
- https://github.com/projg2/gentoopm/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~mips ~ppc64 ~sparc x86 ~x64-macos"
-
-RDEPEND="
- || (
- >=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]
- >=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}] )"
-PDEPEND="app-eselect/eselect-package-manager"
-
-distutils_enable_tests pytest
-
-python_test() {
- if has_version ">=sys-apps/pkgcore-0.9.4[${PYTHON_USEDEP}]"; then
- einfo "Testing against pkgcore ..."
- PACKAGE_MANAGER=pkgcore epytest
- fi
- if has_version ">=sys-apps/portage-2.1.10.3[${PYTHON_USEDEP}]"; then
- einfo "Testing against portage ..."
- PACKAGE_MANAGER=portage epytest
- fi
-}
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2023-04-25 22:52 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2023-04-25 22:52 UTC (permalink / raw
To: gentoo-commits
commit: 4e7230f4b4896851b087e18317053cd2871e613f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 22:51:54 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 22:51:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7230f4
app-portage/gentoopm: Keyword 0.5.0 ppc, #905025
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-0.5.0.ebuild b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
index 205ea02e02ee..989b49e3df8e 100644
--- a/app-portage/gentoopm/gentoopm-0.5.0.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~mips ~ppc64 ~riscv ~sparc x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 hppa ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
RDEPEND="
|| (
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2023-05-30 0:20 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2023-05-30 0:20 UTC (permalink / raw
To: gentoo-commits
commit: d05caf423ccba5420aaad4f40edabee4833baeac
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 00:16:38 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 30 00:20:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d05caf42
app-portage/gentoopm: enable py3.12
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.5.0.ebuild | 2 +-
app-portage/gentoopm/gentoopm-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-0.5.0.ebuild b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
index 989b49e3df8e..3c1e70276387 100644
--- a/app-portage/gentoopm/gentoopm-0.5.0.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 9b9d274465d8..216267845773 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 git-r3
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2023-08-08 16:31 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2023-08-08 16:31 UTC (permalink / raw
To: gentoo-commits
commit: 3a7e7e82f591bf1efc31e6741e46bb09eeaad997
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 8 16:30:51 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 8 16:30:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a7e7e82
app-portage/gentoopm: Stabilize 0.5.0 ppc64, #911893
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-0.5.0.ebuild b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
index c825fc530fd6..4caf61e2bdbc 100644
--- a/app-portage/gentoopm/gentoopm-0.5.0.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~mips ~ppc ~ppc64 ~riscv sparc x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 hppa ~mips ~ppc ppc64 ~riscv sparc x86 ~x64-macos"
RDEPEND="
|| (
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2023-08-08 16:31 Sam James
0 siblings, 0 replies; 63+ messages in thread
From: Sam James @ 2023-08-08 16:31 UTC (permalink / raw
To: gentoo-commits
commit: f62d6ea4e17046928119f2e9de96b370d1bc2064
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 8 16:30:49 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 8 16:30:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62d6ea4
app-portage/gentoopm: Stabilize 0.5.0 sparc, #911893
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-portage/gentoopm/gentoopm-0.5.0.ebuild b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
index 3c1e70276387..c825fc530fd6 100644
--- a/app-portage/gentoopm/gentoopm-0.5.0.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 hppa ~mips ~ppc ~ppc64 ~riscv sparc x86 ~x64-macos"
RDEPEND="
|| (
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2024-01-29 6:38 WANG Xuerui
0 siblings, 0 replies; 63+ messages in thread
From: WANG Xuerui @ 2024-01-29 6:38 UTC (permalink / raw
To: gentoo-commits
commit: 2cfcd7b6c108f63b4f6b48f6f384fbd012b45558
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 11:36:41 2024 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Mon Jan 29 06:37:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cfcd7b6
app-portage/gentoopm: keyword 0.5.0 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.5.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-0.5.0.ebuild b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
index 130aad4dacd9..b410c9550d62 100644
--- a/app-portage/gentoopm/gentoopm-0.5.0.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -20,7 +20,7 @@ SRC_URI="
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc x86 ~x64-macos"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv sparc x86 ~x64-macos"
RDEPEND="
|| (
^ permalink raw reply related [flat|nested] 63+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
@ 2024-07-09 14:50 Michał Górny
0 siblings, 0 replies; 63+ messages in thread
From: Michał Górny @ 2024-07-09 14:50 UTC (permalink / raw
To: gentoo-commits
commit: 15212930330d899c201eb2b18c1ee2b035612ece
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 9 14:44:30 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 9 14:50:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15212930
app-portage/gentoopm: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/gentoopm/gentoopm-0.5.0.ebuild | 2 +-
app-portage/gentoopm/gentoopm-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-portage/gentoopm/gentoopm-0.5.0.ebuild b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
index b410c9550d62..64e189747668 100644
--- a/app-portage/gentoopm/gentoopm-0.5.0.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.5.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1
diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index 216267845773..7ca77cd1499b 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 git-r3
^ permalink raw reply related [flat|nested] 63+ messages in thread
end of thread, other threads:[~2024-07-09 14:50 UTC | newest]
Thread overview: 63+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-02 7:25 [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-07-09 14:50 Michał Górny
2024-01-29 6:38 WANG Xuerui
2023-08-08 16:31 Sam James
2023-08-08 16:31 Sam James
2023-05-30 0:20 Sam James
2023-04-25 22:52 Sam James
2023-04-08 18:45 Michał Górny
2023-04-08 16:59 Arthur Zamarin
2023-01-31 12:18 Jakov Smolić
2023-01-20 4:50 Michał Górny
2023-01-18 16:21 Michał Górny
2022-12-06 0:33 Georgy Yakovlev
2022-08-10 14:20 Michał Górny
2022-07-28 12:06 Sam James
2022-06-05 7:15 Sam James
2022-06-05 6:56 Sam James
2022-03-24 21:27 Michał Górny
2022-03-24 19:03 Jakov Smolić
2022-02-07 20:30 Michał Górny
2022-02-06 23:23 Michał Górny
2022-02-06 23:23 Michał Górny
2022-01-24 19:19 Sam James
2021-06-04 9:55 Michał Górny
2021-04-28 8:16 Michał Górny
2021-04-27 23:07 Sam James
2021-03-28 13:00 Sam James
2021-03-28 12:59 Sam James
2021-03-28 12:59 Sam James
2021-03-27 9:35 Michał Górny
2021-03-27 8:19 Michał Górny
2021-03-05 7:16 Michał Górny
2021-03-05 7:16 Michał Górny
2021-01-07 23:19 Michał Górny
2021-01-07 23:19 Michał Górny
2020-10-25 21:48 Sam James
2020-10-25 21:34 Thomas Deutschmann
2020-09-27 16:19 Sam James
2020-09-16 13:17 Michał Górny
2020-05-30 7:12 Michał Górny
2020-03-19 17:20 Michał Górny
2020-03-15 18:27 Agostino Sarubbo
2020-03-13 19:15 Agostino Sarubbo
2020-02-11 11:38 Michał Górny
2019-12-16 14:38 Michał Górny
2019-12-05 20:58 Craig Andrews
2019-11-13 17:15 Michał Górny
2019-05-18 10:02 Michał Górny
2018-09-19 11:31 Mikle Kolyada
2018-07-17 11:34 Michał Górny
2018-05-27 10:26 Mikle Kolyada
2018-05-27 8:41 Michał Górny
2018-05-08 16:04 Michał Górny
2018-05-08 16:04 Michał Górny
2017-05-19 22:33 Michał Górny
2017-04-22 9:56 Pacho Ramos
2017-02-25 22:11 Michał Górny
2016-11-30 9:42 Michał Górny
2016-11-30 9:42 Michał Górny
2016-11-27 22:15 Michał Górny
2016-03-20 2:40 Mike Gilbert
2015-10-22 17:50 Mike Gilbert
2015-08-10 14:04 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