summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-21 15:59:47 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-21 16:04:13 +0200
commit67a6cca6791afddae96f4763a2beafefd11a809c (patch)
tree22ce96bc41278d5607c45fce21651aec6e6d5fb7 /sys-apps/elivepatch-server
parentnet-print/cnrdrvcups-lb: bump to 5.20 (diff)
downloadgentoo-67a6cca6791afddae96f4763a2beafefd11a809c.tar.gz
gentoo-67a6cca6791afddae96f4763a2beafefd11a809c.tar.bz2
gentoo-67a6cca6791afddae96f4763a2beafefd11a809c.zip
sys-apps/elivepatch-server: Remove last-rited pkg
Closes: https://bugs.gentoo.org/718516 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps/elivepatch-server')
-rw-r--r--sys-apps/elivepatch-server/Manifest2
-rw-r--r--sys-apps/elivepatch-server/elivepatch-server-0.1.ebuild29
-rw-r--r--sys-apps/elivepatch-server/elivepatch-server-0.2.ebuild29
-rw-r--r--sys-apps/elivepatch-server/elivepatch-server-9999.ebuild35
-rw-r--r--sys-apps/elivepatch-server/metadata.xml10
5 files changed, 0 insertions, 105 deletions
diff --git a/sys-apps/elivepatch-server/Manifest b/sys-apps/elivepatch-server/Manifest
deleted file mode 100644
index 5ac76676c92f..000000000000
--- a/sys-apps/elivepatch-server/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST elivepatch-server-0.1.tar.gz 11564 BLAKE2B 0b1a9c518ba51ffa4fcdf0d5d0202b182464d13123334583e8f647be4c8ff48c9d7471fcab8a18d2ddd27172928942e4645c75a1976b25a521c7f1caecedb0b6 SHA512 d469fbc32df7a586fa899c6e587832bd53c1984c97b973e3aad4f6bf62962846142938a6e6e5729fce39d3f7d486c5ed9fd9f484425d863a40a1199f170830fb
-DIST elivepatch-server-0.2.tar.gz 14198 BLAKE2B 1e48626dff5cf0ed5e7e3fb09dec54fc0e203be58646a62419df901c8b96964281250c613ef06cca9ede32ce7f4e384094892a79033afa0d20b133c54a4cc5c6 SHA512 1af4c6656b32491d82c0c98ed53a7184bea4a2639d6bf6072c3e8ae3f0d12c09284cdb6f96129b1ce848872946e14c6b83d3bbe6eb959cd5c918575ed42a621a
diff --git a/sys-apps/elivepatch-server/elivepatch-server-0.1.ebuild b/sys-apps/elivepatch-server/elivepatch-server-0.1.ebuild
deleted file mode 100644
index e4b44317b8b6..000000000000
--- a/sys-apps/elivepatch-server/elivepatch-server-0.1.ebuild
+++ /dev/null
@@ -1,29 +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 building server with RESTFul Api for elivepatch-client"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Elivepatch"
-SRC_URI="https://github.com/aliceinwire/elivepatch-server/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/werkzeug[${PYTHON_USEDEP}]
- dev-python/flask[${PYTHON_USEDEP}]
- dev-python/flask-restful[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_install_all() {
- newinitd init/elivepatch.init ${PN}
- newconfd init/elivepatch.confd ${PN}
- distutils-r1_python_install_all
-}
diff --git a/sys-apps/elivepatch-server/elivepatch-server-0.2.ebuild b/sys-apps/elivepatch-server/elivepatch-server-0.2.ebuild
deleted file mode 100644
index e4b44317b8b6..000000000000
--- a/sys-apps/elivepatch-server/elivepatch-server-0.2.ebuild
+++ /dev/null
@@ -1,29 +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 building server with RESTFul Api for elivepatch-client"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Elivepatch"
-SRC_URI="https://github.com/aliceinwire/elivepatch-server/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- dev-python/werkzeug[${PYTHON_USEDEP}]
- dev-python/flask[${PYTHON_USEDEP}]
- dev-python/flask-restful[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_install_all() {
- newinitd init/elivepatch.init ${PN}
- newconfd init/elivepatch.confd ${PN}
- distutils-r1_python_install_all
-}
diff --git a/sys-apps/elivepatch-server/elivepatch-server-9999.ebuild b/sys-apps/elivepatch-server/elivepatch-server-9999.ebuild
deleted file mode 100644
index 92f5e5febf92..000000000000
--- a/sys-apps/elivepatch-server/elivepatch-server-9999.ebuild
+++ /dev/null
@@ -1,35 +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 building server with RESTFul Api for elivepatch-client"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Elivepatch"
-if [[ ${PV} == *9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/aliceinwire/elivepatch-server.git"
-else
- SRC_URI="https://github.com/aliceinwire/elivepatch-server/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-RDEPEND="
- dev-python/werkzeug[${PYTHON_USEDEP}]
- dev-python/flask[${PYTHON_USEDEP}]
- dev-python/flask-restful[${PYTHON_USEDEP}]
- =sys-kernel/kpatch-9999"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_install_all() {
- newinitd init/elivepatch.init ${PN}
- newconfd init/elivepatch.confd ${PN}
- distutils-r1_python_install_all
-}
diff --git a/sys-apps/elivepatch-server/metadata.xml b/sys-apps/elivepatch-server/metadata.xml
deleted file mode 100644
index d7e109285f1a..000000000000
--- a/sys-apps/elivepatch-server/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-server</remote-id>
- </upstream>
-</pkgmetadata>