[gentoo-commits] repo/gentoo:master commit in: dev-python/alagitpull/
commit: 0d075f3be4f412deff896fa0df55d5471d5dfdc0 Author: Michał Górny gentoo org> AuthorDate: Sun Jul 24 20:24:25 2022 + Commit: Michał Górny gentoo org> CommitDate: Sun Jul 24 20:24:25 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d075f3b dev-python/alagitpull: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/alagitpull/Manifest| 1 - dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild | 23 --- 2 files changed, 24 deletions(-) diff --git a/dev-python/alagitpull/Manifest b/dev-python/alagitpull/Manifest index d0c3360a6f80..d16e86a80beb 100644 --- a/dev-python/alagitpull/Manifest +++ b/dev-python/alagitpull/Manifest @@ -1,2 +1 @@ DIST alagitpull-0.0.23.gh.tar.gz 6692 BLAKE2B 63af3da6e98521487fad233dd648d9217d8e89c0d17e49dd771e934c0808a52c0659661ca8104c53c2d0fddf458650458e676e14b2e9c3820f353ab42044a490 SHA512 1620c0e25299f694f29f6e54105a2f336dee90535370a691a6e23a879a68626ef4aa19ae40ecc835553fe3b0272d48e4f5213c1ada054ad20d47034fc20dea3c -DIST alagitpull-0.0.23.tar.gz 6692 BLAKE2B 63af3da6e98521487fad233dd648d9217d8e89c0d17e49dd771e934c0808a52c0659661ca8104c53c2d0fddf458650458e676e14b2e9c3820f353ab42044a490 SHA512 1620c0e25299f694f29f6e54105a2f336dee90535370a691a6e23a879a68626ef4aa19ae40ecc835553fe3b0272d48e4f5213c1ada054ad20d47034fc20dea3c diff --git a/dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild b/dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild deleted file mode 100644 index 77abe36881f2.. --- a/dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) - -DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 - -DESCRIPTION="alabaster sub-theme used on git-pull docs" -HOMEPAGE="https://github.com/git-pull/alagitpull"; -SRC_URI="https://github.com/git-pull/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" -SLOT="0" - -RDEPEND=" -
[gentoo-commits] repo/gentoo:master commit in: dev-python/alagitpull/
commit: 3e7fa6e45854b225a4625d57a81f42681fde2b41 Author: Patrick McLean gentoo org> AuthorDate: Wed Jun 15 05:27:43 2022 + Commit: Patrick McLean gentoo org> CommitDate: Wed Jun 15 18:24:33 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e7fa6e4 dev-python/alagitpull: update EAPI 7 -> 8 py310, py311 Signed-off-by: Patrick McLean gentoo.org> dev-python/alagitpull/Manifest| 1 + dev-python/alagitpull/alagitpull-0.0.23-r2.ebuild | 23 +++ 2 files changed, 24 insertions(+) diff --git a/dev-python/alagitpull/Manifest b/dev-python/alagitpull/Manifest index 4890dd5703e4..d0c3360a6f80 100644 --- a/dev-python/alagitpull/Manifest +++ b/dev-python/alagitpull/Manifest @@ -1 +1,2 @@ +DIST alagitpull-0.0.23.gh.tar.gz 6692 BLAKE2B 63af3da6e98521487fad233dd648d9217d8e89c0d17e49dd771e934c0808a52c0659661ca8104c53c2d0fddf458650458e676e14b2e9c3820f353ab42044a490 SHA512 1620c0e25299f694f29f6e54105a2f336dee90535370a691a6e23a879a68626ef4aa19ae40ecc835553fe3b0272d48e4f5213c1ada054ad20d47034fc20dea3c DIST alagitpull-0.0.23.tar.gz 6692 BLAKE2B 63af3da6e98521487fad233dd648d9217d8e89c0d17e49dd771e934c0808a52c0659661ca8104c53c2d0fddf458650458e676e14b2e9c3820f353ab42044a490 SHA512 1620c0e25299f694f29f6e54105a2f336dee90535370a691a6e23a879a68626ef4aa19ae40ecc835553fe3b0272d48e4f5213c1ada054ad20d47034fc20dea3c diff --git a/dev-python/alagitpull/alagitpull-0.0.23-r2.ebuild b/dev-python/alagitpull/alagitpull-0.0.23-r2.ebuild new file mode 100644 index ..ce9528abbf6f --- /dev/null +++ b/dev-python/alagitpull/alagitpull-0.0.23-r2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{7..11} pypy3 ) + +DISTUTILS_USE_SETUPTOOLS=rdepend +inherit distutils-r1 + +DESCRIPTION="alabaster sub-theme used on git-pull docs" +HOMEPAGE="https://github.com/git-pull/alagitpull"; +SRC_URI="https://github.com/git-pull/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +SLOT="0" + +RDEPEND=" +
[gentoo-commits] repo/gentoo:master commit in: dev-python/alagitpull/
commit: ba0318ab22e9b0230add04121eb74c974220bc67 Author: Sam James gentoo org> AuthorDate: Sun Oct 18 19:19:20 2020 + Commit: Sam James gentoo org> CommitDate: Sun Oct 18 19:19:20 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba0318ab dev-python/alagitpull: Stabilize 0.0.23-r1 ALLARCHES, #749420 Signed-off-by: Sam James gentoo.org> dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild b/dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild index a4eb5ed0b58..2913de6444d 100644 --- a/dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild +++ b/dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/git-pull/alagitpull"; SRC_URI="https://github.com/git-pull/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" SLOT="0" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/alagitpull/
commit: 494a7e73b4f504f98f3c69fbb407fc5f2f3f7735 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Oct 18 19:05:17 2020 + Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Oct 18 19:10:04 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494a7e73 dev-python/alagitpull: x86 stable (bug #749420) Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann gentoo.org> dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild b/dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild index cae488ea606..a4eb5ed0b58 100644 --- a/dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild +++ b/dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/git-pull/alagitpull"; SRC_URI="https://github.com/git-pull/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86" SLOT="0" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/alagitpull/
commit: beb44ddcc372f9e64f48c1c24e3f29ac00492ece Author: Michał Górny gentoo org> AuthorDate: Fri Oct 16 11:47:15 2020 + Commit: Michał Górny gentoo org> CommitDate: Fri Oct 16 12:00:10 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beb44ddc dev-python/alagitpull: Mark ALLARCHES Signed-off-by: Michał Górny gentoo.org> dev-python/alagitpull/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/alagitpull/metadata.xml b/dev-python/alagitpull/metadata.xml index 56cae167d37..a50ee0d4332 100644 --- a/dev-python/alagitpull/metadata.xml +++ b/dev-python/alagitpull/metadata.xml @@ -5,4 +5,5 @@ chutz...@gentoo.org Patrick McLean +
[gentoo-commits] repo/gentoo:master commit in: dev-python/alagitpull/
commit: 4e2b946ee8b432fc60befcec48b9dbbe03f3ce4e Author: Patrick McLean gentoo org> AuthorDate: Thu Sep 3 16:48:58 2020 + Commit: Patrick McLean gentoo org> CommitDate: Thu Sep 3 16:50:37 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e2b946e dev-python/alagitpull-0.0.23-r1: Revbump, fix deps, add py38, py39 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Patrick McLean gentoo.org> dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild | 23 +++ 1 file changed, 23 insertions(+) diff --git a/dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild b/dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild new file mode 100644 index 000..cae488ea606 --- /dev/null +++ b/dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6..9} pypy3 ) + +DISTUTILS_USE_SETUPTOOLS=rdepend +inherit distutils-r1 + +DESCRIPTION="alabaster sub-theme used on git-pull docs" +HOMEPAGE="https://github.com/git-pull/alagitpull"; +SRC_URI="https://github.com/git-pull/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +SLOT="0" + +RDEPEND=" +
[gentoo-commits] repo/gentoo:master commit in: dev-python/alagitpull/
commit: 683c3ce14d5c904f22139c8f4fb0e20c4fa168b2 Author: Sam James gentoo org> AuthorDate: Fri Jul 31 03:47:19 2020 + Commit: Sam James gentoo org> CommitDate: Fri Jul 31 03:47:43 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=683c3ce1 dev-python/alagitpull: arm64 keyworded (bug #709962) Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-python/alagitpull/alagitpull-0.0.23.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/alagitpull/alagitpull-0.0.23.ebuild b/dev-python/alagitpull/alagitpull-0.0.23.ebuild index 39ce123218c..c6a405bc837 100644 --- a/dev-python/alagitpull/alagitpull-0.0.23.ebuild +++ b/dev-python/alagitpull/alagitpull-0.0.23.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/git-pull/alagitpull"; SRC_URI="https://github.com/git-pull/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="amd64 ~arm ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" SLOT="0" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/alagitpull/
commit: 4f472fe09e7b68f68365b547ddf999ec340f638f Author: Sam James gentoo org> AuthorDate: Wed Jul 29 18:17:24 2020 + Commit: Sam James gentoo org> CommitDate: Wed Jul 29 18:18:10 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f472fe0 dev-python/alagitpull: ppc64 keyworded (bug #709962) Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-python/alagitpull/alagitpull-0.0.23.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/alagitpull/alagitpull-0.0.23.ebuild b/dev-python/alagitpull/alagitpull-0.0.23.ebuild index f532a092319..39ce123218c 100644 --- a/dev-python/alagitpull/alagitpull-0.0.23.ebuild +++ b/dev-python/alagitpull/alagitpull-0.0.23.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/git-pull/alagitpull"; SRC_URI="https://github.com/git-pull/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 ~arm ~ppc64 x86" SLOT="0" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/alagitpull/
commit: dbd4c2fb4e18b348e9646cdb0ff2cb9bda56a8a4 Author: Sam James (sam_c) cmpct info> AuthorDate: Tue Apr 28 00:09:41 2020 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 28 15:41:37 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd4c2fb dev-python/alagitpull: arm keyworded (bug #709962) Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sam James (sam_c) cmpct.info> Signed-off-by: Mikle Kolyada gentoo.org> dev-python/alagitpull/alagitpull-0.0.23.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/alagitpull/alagitpull-0.0.23.ebuild b/dev-python/alagitpull/alagitpull-0.0.23.ebuild index d354648e230..f532a092319 100644 --- a/dev-python/alagitpull/alagitpull-0.0.23.ebuild +++ b/dev-python/alagitpull/alagitpull-0.0.23.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/git-pull/alagitpull"; SRC_URI="https://github.com/git-pull/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm x86" SLOT="0" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/alagitpull/
commit: 48a4355ba906654ccc4675797af12932ccce0da9 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Apr 28 13:12:04 2020 + Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Apr 28 13:12:04 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a4355b dev-python/alagitpull: x86 stable wrt bug #709500 Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/alagitpull/alagitpull-0.0.23.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/alagitpull/alagitpull-0.0.23.ebuild b/dev-python/alagitpull/alagitpull-0.0.23.ebuild index c186f7669d4..d354648e230 100644 --- a/dev-python/alagitpull/alagitpull-0.0.23.ebuild +++ b/dev-python/alagitpull/alagitpull-0.0.23.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/git-pull/alagitpull"; SRC_URI="https://github.com/git-pull/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" SLOT="0" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/alagitpull/
commit: c9bd9bc4b22baf99ff5663dac4443d8a5415a965 Author: Patrick McLean gentoo org> AuthorDate: Thu Feb 13 18:01:54 2020 + Commit: Patrick McLean gentoo org> CommitDate: Thu Feb 13 18:01:54 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9bd9bc4 dev-python/alagitpull-0.0.23: Stable on amd64 (bug #709500) Bug: https://bugs.gentoo.org/709500 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Patrick McLean gentoo.org> dev-python/alagitpull/alagitpull-0.0.23.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/alagitpull/alagitpull-0.0.23.ebuild b/dev-python/alagitpull/alagitpull-0.0.23.ebuild index 8c700d4f059..c186f7669d4 100644 --- a/dev-python/alagitpull/alagitpull-0.0.23.ebuild +++ b/dev-python/alagitpull/alagitpull-0.0.23.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/git-pull/alagitpull"; SRC_URI="https://github.com/git-pull/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" SLOT="0" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/alagitpull/
commit: 36c4d58b41949e8da8967c5c9efbb48ebb8e30bd Author: Patrick McLean sony com> AuthorDate: Tue Dec 3 01:31:17 2019 + Commit: Patrick McLean gentoo org> CommitDate: Tue Dec 3 02:18:54 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c4d58b dev-python/alagitpull: New package Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Patrick McLean gentoo.org> dev-python/alagitpull/Manifest | 1 + dev-python/alagitpull/alagitpull-0.0.23.ebuild | 21 + dev-python/alagitpull/metadata.xml | 8 3 files changed, 30 insertions(+) diff --git a/dev-python/alagitpull/Manifest b/dev-python/alagitpull/Manifest new file mode 100644 index 000..4890dd5703e --- /dev/null +++ b/dev-python/alagitpull/Manifest @@ -0,0 +1 @@ +DIST alagitpull-0.0.23.tar.gz 6692 BLAKE2B 63af3da6e98521487fad233dd648d9217d8e89c0d17e49dd771e934c0808a52c0659661ca8104c53c2d0fddf458650458e676e14b2e9c3820f353ab42044a490 SHA512 1620c0e25299f694f29f6e54105a2f336dee90535370a691a6e23a879a68626ef4aa19ae40ecc835553fe3b0272d48e4f5213c1ada054ad20d47034fc20dea3c diff --git a/dev-python/alagitpull/alagitpull-0.0.23.ebuild b/dev-python/alagitpull/alagitpull-0.0.23.ebuild new file mode 100644 index 000..c60405b24eb --- /dev/null +++ b/dev-python/alagitpull/alagitpull-0.0.23.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="alabaster sub-theme used on git-pull docs" +HOMEPAGE="https://github.com/git-pull/alagitpull"; +SRC_URI="https://github.com/git-pull/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + +http://www.gentoo.org/dtd/metadata.dtd";> + + +chutz...@gentoo.org +Patrick McLean + +