summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-21 15:59:55 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-21 16:04:14 +0200
commit7374c07331827c52f5a1a0c215940916af790f72 (patch)
treef7b4beea6c39443cc5b325beb6519eed74a118e5 /sys-apps
parentsys-apps/elivepatch-server: Remove last-rited pkg (diff)
downloadgentoo-7374c07331827c52f5a1a0c215940916af790f72.tar.gz
gentoo-7374c07331827c52f5a1a0c215940916af790f72.tar.bz2
gentoo-7374c07331827c52f5a1a0c215940916af790f72.zip
sys-apps/elivepatch-client: Remove last-rited pkg
Closes: https://bugs.gentoo.org/718516 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/elivepatch-client/Manifest1
-rw-r--r--sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild23
-rw-r--r--sys-apps/elivepatch-client/elivepatch-client-9999.ebuild28
-rw-r--r--sys-apps/elivepatch-client/metadata.xml10
4 files changed, 0 insertions, 62 deletions
diff --git a/sys-apps/elivepatch-client/Manifest b/sys-apps/elivepatch-client/Manifest
deleted file mode 100644
index 24d9e1ef2961..000000000000
--- 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 342b201d82a7..000000000000
--- 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 70cc99090d40..000000000000
--- 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 56f9bdda8540..000000000000
--- 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>alicef@gentoo.org</email>
- </maintainer>
- <upstream>
- <remote-id type="github">aliceinwire/elivepatch-client</remote-id>
- </upstream>
-</pkgmetadata>