public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/fdsend/
@ 2016-07-13 17:22 Robin H. Johnson
  0 siblings, 0 replies; 3+ messages in thread
From: Robin H. Johnson @ 2016-07-13 17:22 UTC (permalink / raw
  To: gentoo-commits

commit:     dad54fc59c748491a0268f363c4a2f7f22a47018
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 00:14:50 2016 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 17:22:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad54fc5

dev-python/fdsend: missing dep for app-emulation/ganeti.

Package-Manager: portage-2.2.28

 dev-python/fdsend/Manifest          |  1 +
 dev-python/fdsend/fdsend-0.1.ebuild | 17 +++++++++++++++++
 dev-python/fdsend/metadata.xml      |  8 ++++++++
 3 files changed, 26 insertions(+)

diff --git a/dev-python/fdsend/Manifest b/dev-python/fdsend/Manifest
new file mode 100644
index 0000000..a00dfa8
--- /dev/null
+++ b/dev-python/fdsend/Manifest
@@ -0,0 +1 @@
+DIST fdsend-0.1.tar.gz 11394 SHA256 a610ff5cf34c6ac8a0dbc4d5556fb69915c9894b6e60b693fd00deaeaca6e21a SHA512 29193dabd2084d4c4f2468c27e0501bce69c340d0a5a30bbaf377120f36092c08190c53d0f85321a8615c9cae9aa5c91a1a261b438a83df93145883ece29bf4e WHIRLPOOL ee9b69fbde285b6e466623c54833b32b9445a206b7d0d256a62c89310ee1c24b34e4f9b34a92c4bd9ff9f3f11baf399ab644978fcd802abf10f5014c8271ac39

diff --git a/dev-python/fdsend/fdsend-0.1.ebuild b/dev-python/fdsend/fdsend-0.1.ebuild
new file mode 100644
index 0000000..e7f0cd3
--- /dev/null
+++ b/dev-python/fdsend/fdsend-0.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="flexible file descriptor passing"
+HOMEPAGE="https://pypi.python.org/pypi/fdsend/"
+SRC_URI="http://pilcrow.madison.wi.us/sw/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""

diff --git a/dev-python/fdsend/metadata.xml b/dev-python/fdsend/metadata.xml
new file mode 100644
index 0000000..4073267
--- /dev/null
+++ b/dev-python/fdsend/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>robbat2@gentoo.org</email>
+		<name>Robin H. Johnson</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/fdsend/
@ 2016-12-01 11:50 Agostino Sarubbo
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2016-12-01 11:50 UTC (permalink / raw
  To: gentoo-commits

commit:     7e795986e4adf9afafdb30943cb3b24d3ec0da66
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  1 11:50:22 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Dec  1 11:50:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e795986

dev-python/fdsend: amd64 stable wrt bug #570240

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/fdsend/fdsend-0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/fdsend/fdsend-0.1.ebuild b/dev-python/fdsend/fdsend-0.1.ebuild
index e7f0cd3..485e39e 100644
--- a/dev-python/fdsend/fdsend-0.1.ebuild
+++ b/dev-python/fdsend/fdsend-0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,5 +13,5 @@ SRC_URI="http://pilcrow.madison.wi.us/sw/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/fdsend/
@ 2016-12-01 11:51 Agostino Sarubbo
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2016-12-01 11:51 UTC (permalink / raw
  To: gentoo-commits

commit:     2dde9482599de5a66e260345b70e744135b19745
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  1 11:51:19 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Dec  1 11:51:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dde9482

dev-python/fdsend: x86 stable wrt bug #570240

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/fdsend/fdsend-0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/fdsend/fdsend-0.1.ebuild b/dev-python/fdsend/fdsend-0.1.ebuild
index 485e39e..33d86c3 100644
--- a/dev-python/fdsend/fdsend-0.1.ebuild
+++ b/dev-python/fdsend/fdsend-0.1.ebuild
@@ -13,5 +13,5 @@ SRC_URI="http://pilcrow.madison.wi.us/sw/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-01 11:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-13 17:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/fdsend/ Robin H. Johnson
  -- strict thread matches above, loose matches on Subject: below --
2016-12-01 11:50 Agostino Sarubbo
2016-12-01 11:51 Agostino Sarubbo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox