summaryrefslogtreecommitdiff
path: root/sys-apps/elivepatch-server
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
commit8b4ace9c50842c5b83401ea7b179dcab940387e1 (patch)
tree230f3135ceaace633cf93e9838b185c4a6664c2e /sys-apps/elivepatch-server
parent9ee6d97c2883d42f204a533a8bc1f4562df778fb (diff)
gentoo resync : 23.09.2020
Diffstat (limited to 'sys-apps/elivepatch-server')
-rw-r--r--sys-apps/elivepatch-server/Manifest6
-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, 109 deletions
diff --git a/sys-apps/elivepatch-server/Manifest b/sys-apps/elivepatch-server/Manifest
deleted file mode 100644
index bf327160a366..000000000000
--- a/sys-apps/elivepatch-server/Manifest
+++ /dev/null
@@ -1,6 +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
-EBUILD elivepatch-server-0.1.ebuild 767 BLAKE2B 4c891e7a28271bc7fce0c62093c0ad7d5c3d55d7851cc9b4ee718aa11d8425f8b132e3f8262930b83bfde6a70bf87b649bbd24ee1c073135db4852600410c569 SHA512 f291a3f96335855cb65c60ca3fe9f5be87ef31c65614e4df0625964f92fc6b80bc2dd5b1396edfb0cd91591d2a39604f6b19d9321672c15283444b74ccfdbe4a
-EBUILD elivepatch-server-0.2.ebuild 767 BLAKE2B 4c891e7a28271bc7fce0c62093c0ad7d5c3d55d7851cc9b4ee718aa11d8425f8b132e3f8262930b83bfde6a70bf87b649bbd24ee1c073135db4852600410c569 SHA512 f291a3f96335855cb65c60ca3fe9f5be87ef31c65614e4df0625964f92fc6b80bc2dd5b1396edfb0cd91591d2a39604f6b19d9321672c15283444b74ccfdbe4a
-EBUILD elivepatch-server-9999.ebuild 914 BLAKE2B 7a507a6fbff50363143f38dfb48c4062902b8cbd7fb8f2e2e919442be5be02e6ebfdab9452102df42d16af2eccd223a64d1e28f5e0b8263cf9c463ac88c1bae9 SHA512 83c2bb2b59a7d5d63ea3c3529ca6a8666e39fa4d8b5e618b0d409ed5e9fad6cbff71124c86c3ab4c984db785cb68abfe9559f9ce8eb26f82e82a5dec5b84ca27
-MISC metadata.xml 311 BLAKE2B 0394811b976f9903cfb643f6b556fe834d6b6f9a9b981e710dd64ed0128dcb1a69fe532c750c24103983a24c87bd5eceb81063fc1d3e606b46cce1bdf65930b2 SHA512 5add2dd39169c27b7688232595ceabd5e23a82d03f122d33d56cb19be11b3b98136a17437b0602adaccb7b61ee338f19df25e339a75ac362db072757106ea070
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>