* [gentoo-commits] repo/gentoo:master commit in: sys-apps/elivepatch-client/
@ 2017-09-05 18:46 Göktürk Yüksek
0 siblings, 0 replies; 3+ messages in thread
From: Göktürk Yüksek @ 2017-09-05 18:46 UTC (permalink / raw
To: gentoo-commits
commit: e6c60412216a2fe4099119e710ca9af8bea9be04
Author: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 4 03:45:44 2017 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Tue Sep 5 18:45:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c60412
sys-apps/elivepatch-client: init version
Package-Manager: Portage-2.3.6, Repoman-2.3.1
sys-apps/elivepatch-client/Manifest | 1 +
.../elivepatch-client/elivepatch-client-0.1.ebuild | 23 ++++++++++++++++++++++
sys-apps/elivepatch-client/metadata.xml | 10 ++++++++++
3 files changed, 34 insertions(+)
diff --git a/sys-apps/elivepatch-client/Manifest b/sys-apps/elivepatch-client/Manifest
new file mode 100644
index 00000000000..2ee743143da
--- /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 00000000000..2645c846f0f
--- /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 00000000000..56f9bdda854
--- /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>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/elivepatch-client/
@ 2017-10-24 0:14 Göktürk Yüksek
0 siblings, 0 replies; 3+ messages in thread
From: Göktürk Yüksek @ 2017-10-24 0:14 UTC (permalink / raw
To: gentoo-commits
commit: abec7c3e3c1183f54e8b84947f346e4f4331f75a
Author: Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 7 10:05:26 2017 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 00:10:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abec7c3e
sys-apps/elivepatch-client: add live ebuild
Package-Manager: Portage-2.3.6, Repoman-2.3.1
.../elivepatch-client-9999.ebuild | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild b/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild
new file mode 100644
index 00000000000..efd08c9166a
--- /dev/null
+++ b/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild
@@ -0,0 +1,28 @@
+# 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"
+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/git-python[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/elivepatch-client/
@ 2020-02-05 16:27 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2020-02-05 16:27 UTC (permalink / raw
To: gentoo-commits
commit: a221e0d3e77489872f2f3a1146d840329d5cbdf9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 16:26:21 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 16:26:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a221e0d3
sys-apps/elivepatch-client: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild | 2 +-
sys-apps/elivepatch-client/elivepatch-client-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild b/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild
index 54da6b5385e..b8302c17b2c 100644
--- a/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild
+++ b/sys-apps/elivepatch-client/elivepatch-client-0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild b/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild
index 0ed53b984fd..ef9800d25da 100644
--- a/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild
+++ b/sys-apps/elivepatch-client/elivepatch-client-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-02-05 16:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-05 18:46 [gentoo-commits] repo/gentoo:master commit in: sys-apps/elivepatch-client/ Göktürk Yüksek
-- strict thread matches above, loose matches on Subject: below --
2017-10-24 0:14 Göktürk Yüksek
2020-02-05 16:27 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox