commit: 7374c07331827c52f5a1a0c215940916af790f72 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Sep 21 13:59:55 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Sep 21 14:04:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7374c073
sys-apps/elivepatch-client: Remove last-rited pkg Closes: https://bugs.gentoo.org/718516 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 1 - sys-apps/elivepatch-client/Manifest | 1 - .../elivepatch-client/elivepatch-client-0.1.ebuild | 23 ------------------ .../elivepatch-client-9999.ebuild | 28 ---------------------- sys-apps/elivepatch-client/metadata.xml | 10 -------- 5 files changed, 63 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index ca8681e0ddb..c1d42666ca7 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -636,7 +636,6 @@ sci-libs/minfx sci-mathematics/pymc3 sci-physics/qutip sci-visualization/yt -sys-apps/elivepatch-client # Alfredo Tupone <[email protected]> (2020-08-16) # Ported to py3.8 but not yet released diff --git a/sys-apps/elivepatch-client/Manifest b/sys-apps/elivepatch-client/Manifest deleted file mode 100644 index 24d9e1ef296..00000000000 --- a/sys-apps/elivepatch-client/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST elivepatch-client-0.1.tar.gz 88031 BLAKE2B 6d60bc5539e9c2bd174dc77f34f061f0a351c7ae8026659dcdcab463d2b5fc8dafa35c0ca76ed2e591f6d49c1e58b66766898e7ce774297d053bd6def4378edc SHA512 c2e324f2be6d75ffe4b2f329875f6f81ba3e4657aa1c4e6514188d5269fd68f7d50b7d823281b1bb585804f84fda639931fcd349d168c169f736ee8613f9f451 diff --git a/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild b/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild deleted file mode 100644 index 342b201d82a..00000000000 --- a/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Live patch installer client working with elivepatch-server" -HOMEPAGE="https://wiki.gentoo.org/wiki/Elivepatch" -SRC_URI="https://github.com/aliceinwire/elivepatch-client/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - app-admin/sudo - dev-python/GitPython[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild b/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild deleted file mode 100644 index 70cc99090d4..00000000000 --- a/sys-apps/elivepatch-client/elivepatch-client-9999.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 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Live patch installer client working with elivepatch-server" -HOMEPAGE="https://wiki.gentoo.org/wiki/Elivepatch" -if [[ ${PV} == *9999 ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/aliceinwire/elivepatch-client.git" -else - SRC_URI="https://github.com/aliceinwire/elivepatch-client/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="GPL-2+" -SLOT="0" - -RDEPEND=" - app-admin/sudo - dev-python/GitPython[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/sys-apps/elivepatch-client/metadata.xml b/sys-apps/elivepatch-client/metadata.xml deleted file mode 100644 index 56f9bdda854..00000000000 --- a/sys-apps/elivepatch-client/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - </maintainer> - <upstream> - <remote-id type="github">aliceinwire/elivepatch-client</remote-id> - </upstream> -</pkgmetadata>
