summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Ferrazzi <alicef@gentoo.org>2017-09-04 12:45:44 +0900
committerGöktürk Yüksek <gokturk@gentoo.org>2017-09-05 14:45:11 -0400
commite6c60412216a2fe4099119e710ca9af8bea9be04 (patch)
treeefeb012619d0c1a4323e228e11804c16138b48f6 /sys-apps/elivepatch-client
parentsys-apps/elivepatch-server: init version (diff)
downloadgentoo-e6c60412216a2fe4099119e710ca9af8bea9be04.tar.gz
gentoo-e6c60412216a2fe4099119e710ca9af8bea9be04.tar.bz2
gentoo-e6c60412216a2fe4099119e710ca9af8bea9be04.zip
sys-apps/elivepatch-client: init version
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'sys-apps/elivepatch-client')
-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/metadata.xml10
3 files changed, 34 insertions, 0 deletions
diff --git a/sys-apps/elivepatch-client/Manifest b/sys-apps/elivepatch-client/Manifest
new file mode 100644
index 000000000000..2ee743143da4
--- /dev/null
+++ b/sys-apps/elivepatch-client/Manifest
@@ -0,0 +1 @@
+DIST elivepatch-client-0.1.tar.gz 88031 SHA256 f529a0872eb42a077909f2b0597d4faff308ed8072ae6932c4f29c164b2c6d3a SHA512 c2e324f2be6d75ffe4b2f329875f6f81ba3e4657aa1c4e6514188d5269fd68f7d50b7d823281b1bb585804f84fda639931fcd349d168c169f736ee8613f9f451 WHIRLPOOL 38e4e30bd3d0302bae742198fdbb4bc31047140f1161bbc90215d8d311380f78ec5fb7100ac7271a44f29dc2d33d4c2867230cb47c5cf5f5fa4ff3047ce91a42
diff --git a/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild b/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild
new file mode 100644
index 000000000000..2645c846f0f1
--- /dev/null
+++ b/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_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/git-python[${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
new file mode 100644
index 000000000000..56f9bdda8540
--- /dev/null
+++ b/sys-apps/elivepatch-client/metadata.xml
@@ -0,0 +1,10 @@
+<?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>