commit:     f1643733595d161f5d9db88bf3cf2002785083c7
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 01:02:00 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 01:04:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1643733

app-portage/repoman: Remove old versions

Package-Manager: Portage-2.3.67_p12, Repoman-2.3.14_p7
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-portage/repoman/Manifest              |  3 --
 app-portage/repoman/repoman-2.3.10.ebuild | 63 -------------------------------
 app-portage/repoman/repoman-2.3.11.ebuild |  2 +-
 app-portage/repoman/repoman-2.3.12.ebuild | 63 -------------------------------
 app-portage/repoman/repoman-2.3.13.ebuild | 63 -------------------------------
 5 files changed, 1 insertion(+), 193 deletions(-)

diff --git a/app-portage/repoman/Manifest b/app-portage/repoman/Manifest
index 84370e8a157..d8a8e0c454c 100644
--- a/app-portage/repoman/Manifest
+++ b/app-portage/repoman/Manifest
@@ -1,5 +1,2 @@
-DIST repoman-2.3.10.tar.bz2 87545 BLAKE2B 
67e1e514eebd50516aeaea2708ebe4c9d69cbf61add5fa19a31681f085a6dd8c39695cb63d9b4cd23caa955c85669148fce3c31c08b913e31839ff186e3b3ecc
 SHA512 
498ce493661eb5939a5f1345337e11a84e97fc11a0556f2660bd8900f0cb0f6340a401e5728c4557248dd54bcdc0a7d2c72dbb23eea3acb35e053d7359c0e535
 DIST repoman-2.3.11.tar.bz2 86807 BLAKE2B 
f5bf8e9b7bac7816ee9b1139d0e0d30e99fc06da4fb742e430c237d9be0e6261bcf5d8f3412f1c20a34e2766c5acc86176b4731f20adc9554de9949bd5622a5d
 SHA512 
331614554bb7ba49b8b63b8612642426fb458aa84de78bb9958be85d03e43d662fc094ecd2472a6f06c6b4f0368ec0542083b04c25f7d8b6aabb432cd2b32367
-DIST repoman-2.3.12.tar.bz2 86737 BLAKE2B 
b27d89b0fe62d52607c55b1cf1d5662699d1e46ad7ef85553d642be8fb915435f1748914b9d63febb7dddd67bd5623f72ba4aa9ca7634af98f85634af91a74c1
 SHA512 
64bede0e1deb7d2a8c4c702d6845e84f8937cbfb54f6f35d88a10b13c961f28948f17c9e1d623bf0f663b22f98dc4e8f514c200fb4f1b93d7535addd5efa1342
-DIST repoman-2.3.13.tar.bz2 86733 BLAKE2B 
7e281284924520c656acfe219eb57acdd61c8cc59b4942444a1eea0353649727ff79746f4237aa6f022e3ee8cfb13336e2c1db1a0469e1d5c34ea6067a04ae9d
 SHA512 
852952cbbfb5cc7148ada111bad6db162843812a7ad35073426f1b9fc8a16adba43beebdb613e08712681fe3c3479904fd7bebb623af18465cbb5cc69ec00db9
 DIST repoman-2.3.14.tar.bz2 86586 BLAKE2B 
71ff01bc19817eedb80ff6b3dcd801bb48c49394503a88f2243fc04d56851836a079b6484ec72f794e28bbf9c74b8a99fbae6992ea2d2b5cee0d99fbe366d812
 SHA512 
1abbb139a63070ad2bf772ee2d0bd6e379f1cb6d32f1fed2f120325a856c2f919b8b26d2a27722eb64057c5f05a035c516ffcf2c6e7a878fdfcca978a622cb02

diff --git a/app-portage/repoman/repoman-2.3.10.ebuild 
b/app-portage/repoman/repoman-2.3.10.ebuild
deleted file mode 100644
index 86bc693f814..00000000000
--- a/app-portage/repoman/repoman-2.3.10.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
-PYTHON_REQ_USE='bzip2(+)'
-
-inherit distutils-r1
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage.git";
-       S="${WORKDIR}/${P}/repoman"
-else
-       SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2";
-       KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-fi
-
-DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-       >=sys-apps/portage-2.3.43[${PYTHON_USEDEP}]
-       >=dev-python/lxml-3.6.0[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-python_test() {
-       esetup.py test
-}
-
-python_install() {
-       # Install sbin scripts to bindir for python-exec linking
-       # they will be relocated in pkg_preinst()
-       distutils-r1_python_install \
-               --system-prefix="${EPREFIX}/usr" \
-               --bindir="$(python_get_scriptdir)" \
-               --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-               --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \
-               --sbindir="$(python_get_scriptdir)" \
-               --sysconfdir="${EPREFIX}/etc" \
-               "${@}"
-}
-
-pkg_postinst() {
-       if [[ -z {REPLACING_VERSIONS} ]]; then
-               elog ""
-               elog "This release of repoman is from the new portage/repoman 
split"
-               elog "release code base."
-               elog "This new repoman code base is still being developed.  So 
its API's"
-               elog "are not to be considered stable and are subject to 
change."
-               elog "The code released has been tested and considered ready 
for use."
-               elog "This however does not guarantee it to be completely bug 
free."
-               elog "Please report any bugs you may encounter."
-               elog ""
-       fi
-}

diff --git a/app-portage/repoman/repoman-2.3.11.ebuild 
b/app-portage/repoman/repoman-2.3.11.ebuild
index 67c22fff38a..72c295840e7 100644
--- a/app-portage/repoman/repoman-2.3.11.ebuild
+++ b/app-portage/repoman/repoman-2.3.11.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then
        S="${WORKDIR}/${P}/repoman"
 else
        SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2";
-       KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+       KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"

diff --git a/app-portage/repoman/repoman-2.3.12.ebuild 
b/app-portage/repoman/repoman-2.3.12.ebuild
deleted file mode 100644
index f4313d582c6..00000000000
--- a/app-portage/repoman/repoman-2.3.12.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
-PYTHON_REQ_USE='bzip2(+)'
-
-inherit distutils-r1
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage.git";
-       S="${WORKDIR}/${P}/repoman"
-else
-       SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2";
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-fi
-
-DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-       >=sys-apps/portage-2.3.43[${PYTHON_USEDEP}]
-       >=dev-python/lxml-3.6.0[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-python_test() {
-       esetup.py test
-}
-
-python_install() {
-       # Install sbin scripts to bindir for python-exec linking
-       # they will be relocated in pkg_preinst()
-       distutils-r1_python_install \
-               --system-prefix="${EPREFIX}/usr" \
-               --bindir="$(python_get_scriptdir)" \
-               --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-               --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \
-               --sbindir="$(python_get_scriptdir)" \
-               --sysconfdir="${EPREFIX}/etc" \
-               "${@}"
-}
-
-pkg_postinst() {
-       if [[ -z {REPLACING_VERSIONS} ]]; then
-               elog ""
-               elog "This release of repoman is from the new portage/repoman 
split"
-               elog "release code base."
-               elog "This new repoman code base is still being developed.  So 
its API's"
-               elog "are not to be considered stable and are subject to 
change."
-               elog "The code released has been tested and considered ready 
for use."
-               elog "This however does not guarantee it to be completely bug 
free."
-               elog "Please report any bugs you may encounter."
-               elog ""
-       fi
-}

diff --git a/app-portage/repoman/repoman-2.3.13.ebuild 
b/app-portage/repoman/repoman-2.3.13.ebuild
deleted file mode 100644
index f4313d582c6..00000000000
--- a/app-portage/repoman/repoman-2.3.13.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
-PYTHON_REQ_USE='bzip2(+)'
-
-inherit distutils-r1
-
-if [[ ${PV} == *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage.git";
-       S="${WORKDIR}/${P}/repoman"
-else
-       SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2";
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-fi
-
-DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND="
-       >=sys-apps/portage-2.3.43[${PYTHON_USEDEP}]
-       >=dev-python/lxml-3.6.0[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-python_test() {
-       esetup.py test
-}
-
-python_install() {
-       # Install sbin scripts to bindir for python-exec linking
-       # they will be relocated in pkg_preinst()
-       distutils-r1_python_install \
-               --system-prefix="${EPREFIX}/usr" \
-               --bindir="$(python_get_scriptdir)" \
-               --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-               --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \
-               --sbindir="$(python_get_scriptdir)" \
-               --sysconfdir="${EPREFIX}/etc" \
-               "${@}"
-}
-
-pkg_postinst() {
-       if [[ -z {REPLACING_VERSIONS} ]]; then
-               elog ""
-               elog "This release of repoman is from the new portage/repoman 
split"
-               elog "release code base."
-               elog "This new repoman code base is still being developed.  So 
its API's"
-               elog "are not to be considered stable and are subject to 
change."
-               elog "The code released has been tested and considered ready 
for use."
-               elog "This however does not guarantee it to be completely bug 
free."
-               elog "Please report any bugs you may encounter."
-               elog ""
-       fi
-}

Reply via email to