* [gentoo-commits] gentoo-x86 commit in dev-python/netifaces: ChangeLog netifaces-0.10.4.ebuild
@ 2014-09-04 21:31 Tim Harder (radhermit)
0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2014-09-04 21:31 UTC (permalink / raw
To: gentoo-commits
radhermit 14/09/04 21:31:09
Modified: ChangeLog
Added: netifaces-0.10.4.ebuild
Log:
Version bump.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Revision Changes Path
1.19 dev-python/netifaces/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/netifaces/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/netifaces/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/netifaces/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/netifaces/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 6 Jun 2014 09:04:58 -0000 1.18
+++ ChangeLog 4 Sep 2014 21:31:09 -0000 1.19
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/netifaces
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/netifaces/ChangeLog,v 1.18 2014/06/06 09:04:58 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/netifaces/ChangeLog,v 1.19 2014/09/04 21:31:09 radhermit Exp $
+
+*netifaces-0.10.4 (04 Sep 2014)
+
+ 04 Sep 2014; Tim Harder <radhermit@gentoo.org> +netifaces-0.10.4.ebuild,
+ +files/netifaces-0.10.4-remove-osx-fix.patch:
+ Version bump.
06 Jun 2014; Sergey Popov <pinkbyte@gentoo.org> -netifaces-0.8.ebuild,
-netifaces-0.8-r1.ebuild:
1.1 dev-python/netifaces/netifaces-0.10.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/netifaces/netifaces-0.10.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/netifaces/netifaces-0.10.4.ebuild?rev=1.1&content-type=text/plain
Index: netifaces-0.10.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/netifaces/netifaces-0.10.4.ebuild,v 1.1 2014/09/04 21:31:09 radhermit Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="Portable network interface information"
HOMEPAGE="http://alastairs-place.net/netifaces/ https://pypi.python.org/pypi/netifaces/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""
PATCHES=( "${FILESDIR}"/${P}-remove-osx-fix.patch )
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/netifaces: ChangeLog netifaces-0.10.4.ebuild
@ 2015-03-28 7:01 Markus Meier (maekke)
0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2015-03-28 7:01 UTC (permalink / raw
To: gentoo-commits
maekke 15/03/28 07:01:25
Modified: ChangeLog netifaces-0.10.4.ebuild
Log:
arm stable, bug #535340
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.22 dev-python/netifaces/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/netifaces/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/netifaces/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/netifaces/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/netifaces/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 8 Mar 2015 23:54:16 -0000 1.21
+++ ChangeLog 28 Mar 2015 07:01:24 -0000 1.22
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/netifaces
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/netifaces/ChangeLog,v 1.21 2015/03/08 23:54:16 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/netifaces/ChangeLog,v 1.22 2015/03/28 07:01:24 maekke Exp $
+
+ 28 Mar 2015; Markus Meier <maekke@gentoo.org> netifaces-0.10.4.ebuild:
+ arm stable, bug #535340
08 Mar 2015; Pacho Ramos <pacho@gentoo.org> netifaces-0.10.4.ebuild:
x86 stable, bug 540290
1.4 dev-python/netifaces/netifaces-0.10.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/netifaces/netifaces-0.10.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/netifaces/netifaces-0.10.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/netifaces/netifaces-0.10.4.ebuild?r1=1.3&r2=1.4
Index: netifaces-0.10.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/netifaces/netifaces-0.10.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- netifaces-0.10.4.ebuild 8 Mar 2015 23:54:16 -0000 1.3
+++ netifaces-0.10.4.ebuild 28 Mar 2015 07:01:24 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/netifaces/netifaces-0.10.4.ebuild,v 1.3 2015/03/08 23:54:16 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/netifaces/netifaces-0.10.4.ebuild,v 1.4 2015/03/28 07:01:24 maekke Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-28 7:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-28 7:01 [gentoo-commits] gentoo-x86 commit in dev-python/netifaces: ChangeLog netifaces-0.10.4.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2014-09-04 21:31 Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox