* [gentoo-commits] gentoo-x86 commit in dev-python/blinker: blinker-1.3.ebuild ChangeLog
@ 2013-07-08 6:11 Patrick Lauer (patrick)
0 siblings, 0 replies; 8+ messages in thread
From: Patrick Lauer (patrick) @ 2013-07-08 6:11 UTC (permalink / raw
To: gentoo-commits
patrick 13/07/08 06:11:57
Modified: ChangeLog
Added: blinker-1.3.ebuild
Log:
Bump
(Portage version: 2.2.0_alpha187/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.5 dev-python/blinker/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 22 May 2013 05:08:35 -0000 1.4
+++ ChangeLog 8 Jul 2013 06:11:57 -0000 1.5
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/blinker
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.4 2013/05/22 05:08:35 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.5 2013/07/08 06:11:57 patrick Exp $
+
+*blinker-1.3 (08 Jul 2013)
+
+ 08 Jul 2013; Patrick Lauer <patrick@gentoo.org> +blinker-1.3.ebuild:
+ Bump
22 May 2013; Patrick Lauer <patrick@gentoo.org> blinker-1.2-r1.ebuild:
Adding nose dep for tests
1.1 dev-python/blinker/blinker-1.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?rev=1.1&content-type=text/plain
Index: blinker-1.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v 1.1 2013/07/08 06:11:57 patrick Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
inherit distutils-r1
DESCRIPTION="Fast, simple object-to-object and broadcast signaling"
HOMEPAGE="http://discorporate.us/projects/Blinker/ http://pypi.python.org/pypi/blinker"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
python_test() {
nosetests || die "Testing failed with ${EPYTHON}"
}
python_install_all() {
if use doc; then
pushd docs/html > /dev/null
insinto /usr/share/doc/${PF}/html
doins -r [a-z]* _static
popd > /dev/null
fi
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/blinker: blinker-1.3.ebuild ChangeLog
@ 2013-09-30 15:32 Mike Gilbert (floppym)
0 siblings, 0 replies; 8+ messages in thread
From: Mike Gilbert (floppym) @ 2013-09-30 15:32 UTC (permalink / raw
To: gentoo-commits
floppym 13/09/30 15:32:29
Modified: blinker-1.3.ebuild ChangeLog
Log:
Call distutils-r1_python_install_all
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.3 dev-python/blinker/blinker-1.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?r1=1.2&r2=1.3
Index: blinker-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- blinker-1.3.ebuild 5 Sep 2013 18:47:07 -0000 1.2
+++ blinker-1.3.ebuild 30 Sep 2013 15:32:29 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v 1.2 2013/09/05 18:47:07 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v 1.3 2013/09/30 15:32:29 floppym Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -23,6 +23,7 @@
}
python_install_all() {
+ distutils-r1_python_install_all
if use doc; then
pushd docs/html > /dev/null
insinto /usr/share/doc/${PF}/html
1.7 dev-python/blinker/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 5 Sep 2013 18:47:07 -0000 1.6
+++ ChangeLog 30 Sep 2013 15:32:29 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/blinker
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.6 2013/09/05 18:47:07 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.7 2013/09/30 15:32:29 floppym Exp $
+
+ 30 Sep 2013; Mike Gilbert <floppym@gentoo.org> blinker-1.3.ebuild:
+ Call distutils-r1_python_install_all
05 Sep 2013; Michał Górny <mgorny@gentoo.org> blinker-1.2-r1.ebuild,
blinker-1.3.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/blinker: blinker-1.3.ebuild ChangeLog
@ 2014-02-06 5:36 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 8+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2014-02-06 5:36 UTC (permalink / raw
To: gentoo-commits
bicatali 14/02/06 05:36:04
Modified: blinker-1.3.ebuild ChangeLog
Log:
Keyword amd64-linux and x86-linux
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path
1.4 dev-python/blinker/blinker-1.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?r1=1.3&r2=1.4
Index: blinker-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- blinker-1.3.ebuild 30 Sep 2013 15:32:29 -0000 1.3
+++ blinker-1.3.ebuild 6 Feb 2014 05:36:04 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v 1.3 2013/09/30 15:32:29 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v 1.4 2014/02/06 05:36:04 bicatali Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
1.8 dev-python/blinker/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 30 Sep 2013 15:32:29 -0000 1.7
+++ ChangeLog 6 Feb 2014 05:36:04 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/blinker
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.7 2013/09/30 15:32:29 floppym Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.8 2014/02/06 05:36:04 bicatali Exp $
+
+ 06 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> blinker-1.3.ebuild:
+ Keyword amd64-linux and x86-linux
30 Sep 2013; Mike Gilbert <floppym@gentoo.org> blinker-1.3.ebuild:
Call distutils-r1_python_install_all
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/blinker: blinker-1.3.ebuild ChangeLog
@ 2014-04-02 19:17 Tim Harder (radhermit)
0 siblings, 0 replies; 8+ messages in thread
From: Tim Harder (radhermit) @ 2014-04-02 19:17 UTC (permalink / raw
To: gentoo-commits
radhermit 14/04/02 19:17:48
Modified: blinker-1.3.ebuild ChangeLog
Log:
Add python3_4 support.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.6 dev-python/blinker/blinker-1.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?r1=1.5&r2=1.6
Index: blinker-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- blinker-1.3.ebuild 31 Mar 2014 20:34:15 -0000 1.5
+++ blinker-1.3.ebuild 2 Apr 2014 19:17:48 -0000 1.6
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v 1.5 2014/03/31 20:34:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v 1.6 2014/04/02 19:17:48 radhermit Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
inherit distutils-r1
1.10 dev-python/blinker/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 31 Mar 2014 20:34:15 -0000 1.9
+++ ChangeLog 2 Apr 2014 19:17:48 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/blinker
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.9 2014/03/31 20:34:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.10 2014/04/02 19:17:48 radhermit Exp $
+
+ 02 Apr 2014; Tim Harder <radhermit@gentoo.org> blinker-1.3.ebuild:
+ Add python3_4 support.
31 Mar 2014; Michał Górny <mgorny@gentoo.org> blinker-1.2-r1.ebuild,
blinker-1.3.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/blinker: blinker-1.3.ebuild ChangeLog
@ 2014-08-21 8:22 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-21 8:22 UTC (permalink / raw
To: gentoo-commits
ago 14/08/21 08:22:40
Modified: blinker-1.3.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #518474
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 dev-python/blinker/blinker-1.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?r1=1.7&r2=1.8
Index: blinker-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- blinker-1.3.ebuild 11 Aug 2014 22:14:47 -0000 1.7
+++ blinker-1.3.ebuild 21 Aug 2014 08:22:40 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v 1.7 2014/08/11 22:14:47 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v 1.8 2014/08/21 08:22:40 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
1.11 dev-python/blinker/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 2 Apr 2014 19:17:48 -0000 1.10
+++ ChangeLog 21 Aug 2014 08:22:40 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/blinker
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.10 2014/04/02 19:17:48 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.11 2014/08/21 08:22:40 ago Exp $
+
+ 21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> blinker-1.3.ebuild:
+ Stable for amd64, wrt bug #518474
02 Apr 2014; Tim Harder <radhermit@gentoo.org> blinker-1.3.ebuild:
Add python3_4 support.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/blinker: blinker-1.3.ebuild ChangeLog
@ 2014-08-21 8:22 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-08-21 8:22 UTC (permalink / raw
To: gentoo-commits
ago 14/08/21 08:22:56
Modified: blinker-1.3.ebuild ChangeLog
Log:
Stable for x86, wrt bug #518474
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 dev-python/blinker/blinker-1.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?r1=1.8&r2=1.9
Index: blinker-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- blinker-1.3.ebuild 21 Aug 2014 08:22:40 -0000 1.8
+++ blinker-1.3.ebuild 21 Aug 2014 08:22:56 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v 1.8 2014/08/21 08:22:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v 1.9 2014/08/21 08:22:56 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
1.12 dev-python/blinker/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 21 Aug 2014 08:22:40 -0000 1.11
+++ ChangeLog 21 Aug 2014 08:22:56 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/blinker
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.11 2014/08/21 08:22:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.12 2014/08/21 08:22:56 ago Exp $
+
+ 21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> blinker-1.3.ebuild:
+ Stable for x86, wrt bug #518474
21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> blinker-1.3.ebuild:
Stable for amd64, wrt bug #518474
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/blinker: blinker-1.3.ebuild ChangeLog
@ 2014-12-26 17:52 Markus Meier (maekke)
0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2014-12-26 17:52 UTC (permalink / raw
To: gentoo-commits
maekke 14/12/26 17:52:51
Modified: blinker-1.3.ebuild ChangeLog
Log:
add ~arm, bug #528432
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.10 dev-python/blinker/blinker-1.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?r1=1.9&r2=1.10
Index: blinker-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- blinker-1.3.ebuild 21 Aug 2014 08:22:56 -0000 1.9
+++ blinker-1.3.ebuild 26 Dec 2014 17:52:51 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v 1.9 2014/08/21 08:22:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v 1.10 2014/12/26 17:52:51 maekke Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
1.13 dev-python/blinker/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 21 Aug 2014 08:22:56 -0000 1.12
+++ ChangeLog 26 Dec 2014 17:52:51 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/blinker
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.12 2014/08/21 08:22:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.13 2014/12/26 17:52:51 maekke Exp $
+
+ 26 Dec 2014; Markus Meier <maekke@gentoo.org> blinker-1.3.ebuild:
+ add ~arm, bug #528432
21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> blinker-1.3.ebuild:
Stable for x86, wrt bug #518474
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/blinker: blinker-1.3.ebuild ChangeLog
@ 2015-04-08 8:05 Michal Gorny (mgorny)
0 siblings, 0 replies; 8+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 8:05 UTC (permalink / raw
To: gentoo-commits
mgorny 15/04/08 08:05:10
Modified: blinker-1.3.ebuild ChangeLog
Log:
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.11 dev-python/blinker/blinker-1.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild?r1=1.10&r2=1.11
Index: blinker-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- blinker-1.3.ebuild 26 Dec 2014 17:52:51 -0000 1.10
+++ blinker-1.3.ebuild 8 Apr 2015 08:05:10 -0000 1.11
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v 1.10 2014/12/26 17:52:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v 1.11 2015/04/08 08:05:10 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1
1.15 dev-python/blinker/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 23 Jan 2015 01:17:57 -0000 1.14
+++ ChangeLog 8 Apr 2015 08:05:10 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/blinker
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.14 2015/01/23 01:17:57 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.15 2015/04/08 08:05:10 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> blinker-1.3.ebuild:
+ Drop old Python implementations
23 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -blinker-1.1.ebuild,
-blinker-1.2-r1.ebuild, -blinker-1.2.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-04-08 8:08 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-26 17:52 [gentoo-commits] gentoo-x86 commit in dev-python/blinker: blinker-1.3.ebuild ChangeLog Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2015-04-08 8:05 Michal Gorny (mgorny)
2014-08-21 8:22 Agostino Sarubbo (ago)
2014-08-21 8:22 Agostino Sarubbo (ago)
2014-04-02 19:17 Tim Harder (radhermit)
2014-02-06 5:36 Sebastien Fabbro (bicatali)
2013-09-30 15:32 Mike Gilbert (floppym)
2013-07-08 6:11 Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox