* [gentoo-commits] gentoo-x86 commit in dev-python/astroid: astroid-1.3.4.ebuild ChangeLog
@ 2015-01-26 16:59 Mike Frysinger (vapier)
0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger (vapier) @ 2015-01-26 16:59 UTC (permalink / raw
To: gentoo-commits
vapier 15/01/26 16:59:12
Modified: ChangeLog
Added: astroid-1.3.4.ebuild
Log:
Version bump.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path
1.10 dev-python/astroid/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 10 Dec 2014 07:51:39 -0000 1.9
+++ ChangeLog 26 Jan 2015 16:59:12 -0000 1.10
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/astroid
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.9 2014/12/10 07:51:39 patrick Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.10 2015/01/26 16:59:12 vapier Exp $
+
+*astroid-1.3.4 (26 Jan 2015)
+
+ 26 Jan 2015; Mike Frysinger <vapier@gentoo.org> +astroid-1.3.4.ebuild:
+ Version bump.
*astroid-1.3.2 (10 Dec 2014)
1.1 dev-python/astroid/astroid-1.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?rev=1.1&content-type=text/plain
Index: astroid-1.3.4.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild,v 1.1 2015/01/26 16:59:12 vapier Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
RESTRICT="test" # False is not True ;)
inherit distutils-r1
DESCRIPTION="Abstract Syntax Tree for logilab packages"
HOMEPAGE="http://bitbucket.org/logilab/astroid http://pypi.python.org/pypi/astroid"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x86-macos"
IUSE="test"
# Version specified in __pkginfo__.py.
RDEPEND=">=dev-python/logilab-common-0.60.0[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
app-arch/unzip
test? ( ${RDEPEND}
>=dev-python/pylint-1.4.0[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/egenix-mx-base[${PYTHON_USEDEP}]' python2_7) )"
# Required for tests
DISTUTILS_IN_SOURCE_BUILD=1
# Restrict to test phase, required because suite fails horribly without it
src_test() {
local DISTUTILS_NO_PARALLEL_BUILD=1
distutils-r1_src_test
}
python_test() {
"${PYTHON}" setup.py build
pushd build/lib > /dev/null
PYTHONPATH=. pytest || die "Tests fail with ${EPYTHON}"
popd > /dev/null
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/astroid: astroid-1.3.4.ebuild ChangeLog
@ 2015-03-06 22:08 Pacho Ramos (pacho)
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-06 22:08 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/06 22:08:15
Modified: astroid-1.3.4.ebuild ChangeLog
Log:
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.2 dev-python/astroid/astroid-1.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?r1=1.1&r2=1.2
Index: astroid-1.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- astroid-1.3.4.ebuild 26 Jan 2015 16:59:12 -0000 1.1
+++ astroid-1.3.4.ebuild 6 Mar 2015 22:08:15 -0000 1.2
@@ -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/astroid/astroid-1.3.4.ebuild,v 1.1 2015/01/26 16:59:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild,v 1.2 2015/03/06 22:08:15 pacho Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x86-macos"
IUSE="test"
# Version specified in __pkginfo__.py.
1.11 dev-python/astroid/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 26 Jan 2015 16:59:12 -0000 1.10
+++ ChangeLog 6 Mar 2015 22:08:15 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/astroid
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.10 2015/01/26 16:59:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.11 2015/03/06 22:08:15 pacho Exp $
+
+ 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> astroid-1.3.4.ebuild:
+ amd64 stable, bug 540290
*astroid-1.3.4 (26 Jan 2015)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/astroid: astroid-1.3.4.ebuild ChangeLog
@ 2015-03-07 0:15 Pacho Ramos (pacho)
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-07 0:15 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/07 00:15:38
Modified: astroid-1.3.4.ebuild ChangeLog
Log:
ppc64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.3 dev-python/astroid/astroid-1.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?r1=1.2&r2=1.3
Index: astroid-1.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- astroid-1.3.4.ebuild 6 Mar 2015 22:08:15 -0000 1.2
+++ astroid-1.3.4.ebuild 7 Mar 2015 00:15:38 -0000 1.3
@@ -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/astroid/astroid-1.3.4.ebuild,v 1.2 2015/03/06 22:08:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild,v 1.3 2015/03/07 00:15:38 pacho Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ppc64 ~sparc ~x86 ~x64-macos ~x86-macos"
IUSE="test"
# Version specified in __pkginfo__.py.
1.12 dev-python/astroid/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 6 Mar 2015 22:08:15 -0000 1.11
+++ ChangeLog 7 Mar 2015 00:15:38 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/astroid
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.11 2015/03/06 22:08:15 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.12 2015/03/07 00:15:38 pacho Exp $
+
+ 07 Mar 2015; Pacho Ramos <pacho@gentoo.org> astroid-1.3.4.ebuild:
+ ppc64 stable, bug 540290
06 Mar 2015; Pacho Ramos <pacho@gentoo.org> astroid-1.3.4.ebuild:
amd64 stable, bug 540290
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/astroid: astroid-1.3.4.ebuild ChangeLog
@ 2015-03-07 8:14 Pacho Ramos (pacho)
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-07 8:14 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/07 08:14:31
Modified: astroid-1.3.4.ebuild ChangeLog
Log:
ppc stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.4 dev-python/astroid/astroid-1.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?r1=1.3&r2=1.4
Index: astroid-1.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- astroid-1.3.4.ebuild 7 Mar 2015 00:15:38 -0000 1.3
+++ astroid-1.3.4.ebuild 7 Mar 2015 08:14:31 -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/astroid/astroid-1.3.4.ebuild,v 1.3 2015/03/07 00:15:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild,v 1.4 2015/03/07 08:14:31 pacho Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ppc64 ~sparc ~x86 ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc ~x86 ~x64-macos ~x86-macos"
IUSE="test"
# Version specified in __pkginfo__.py.
1.13 dev-python/astroid/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 7 Mar 2015 00:15:38 -0000 1.12
+++ ChangeLog 7 Mar 2015 08:14:31 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/astroid
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.12 2015/03/07 00:15:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.13 2015/03/07 08:14:31 pacho Exp $
+
+ 07 Mar 2015; Pacho Ramos <pacho@gentoo.org> astroid-1.3.4.ebuild:
+ ppc stable, bug 540290
07 Mar 2015; Pacho Ramos <pacho@gentoo.org> astroid-1.3.4.ebuild:
ppc64 stable, bug 540290
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/astroid: astroid-1.3.4.ebuild ChangeLog
@ 2015-03-08 23:39 Pacho Ramos (pacho)
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-08 23:39 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/08 23:39:38
Modified: astroid-1.3.4.ebuild ChangeLog
Log:
x86 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.5 dev-python/astroid/astroid-1.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?r1=1.4&r2=1.5
Index: astroid-1.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- astroid-1.3.4.ebuild 7 Mar 2015 08:14:31 -0000 1.4
+++ astroid-1.3.4.ebuild 8 Mar 2015 23:39:38 -0000 1.5
@@ -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/astroid/astroid-1.3.4.ebuild,v 1.4 2015/03/07 08:14:31 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild,v 1.5 2015/03/08 23:39:38 pacho Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc ~x86 ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~x64-macos ~x86-macos"
IUSE="test"
# Version specified in __pkginfo__.py.
1.14 dev-python/astroid/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 7 Mar 2015 08:14:31 -0000 1.13
+++ ChangeLog 8 Mar 2015 23:39:38 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/astroid
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.13 2015/03/07 08:14:31 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.14 2015/03/08 23:39:38 pacho Exp $
+
+ 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> astroid-1.3.4.ebuild:
+ x86 stable, bug 540290
07 Mar 2015; Pacho Ramos <pacho@gentoo.org> astroid-1.3.4.ebuild:
ppc stable, bug 540290
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/astroid: astroid-1.3.4.ebuild ChangeLog
@ 2015-04-13 9:25 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-13 9:25 UTC (permalink / raw
To: gentoo-commits
ago 15/04/13 09:25:40
Modified: astroid-1.3.4.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #540290
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 dev-python/astroid/astroid-1.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?r1=1.5&r2=1.6
Index: astroid-1.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- astroid-1.3.4.ebuild 8 Mar 2015 23:39:38 -0000 1.5
+++ astroid-1.3.4.ebuild 13 Apr 2015 09:25:40 -0000 1.6
@@ -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/astroid/astroid-1.3.4.ebuild,v 1.5 2015/03/08 23:39:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild,v 1.6 2015/04/13 09:25:40 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~x64-macos ~x86-macos"
IUSE="test"
# Version specified in __pkginfo__.py.
1.17 dev-python/astroid/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 8 Apr 2015 08:05:25 -0000 1.16
+++ ChangeLog 13 Apr 2015 09:25:40 -0000 1.17
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/astroid
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.16 2015/04/08 08:05:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.17 2015/04/13 09:25:40 ago Exp $
+
+ 13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> astroid-1.3.4.ebuild:
+ Stable for alpha, wrt bug #540290
08 Apr 2015; Michał Górny <mgorny@gentoo.org> astroid-1.0.1-r1.ebuild,
astroid-1.0.1.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/astroid: astroid-1.3.4.ebuild ChangeLog
@ 2015-04-14 12:49 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-14 12:49 UTC (permalink / raw
To: gentoo-commits
ago 15/04/14 12:49:19
Modified: astroid-1.3.4.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #540290
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 dev-python/astroid/astroid-1.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?r1=1.6&r2=1.7
Index: astroid-1.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- astroid-1.3.4.ebuild 13 Apr 2015 09:25:40 -0000 1.6
+++ astroid-1.3.4.ebuild 14 Apr 2015 12:49:18 -0000 1.7
@@ -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/astroid/astroid-1.3.4.ebuild,v 1.6 2015/04/13 09:25:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild,v 1.7 2015/04/14 12:49:18 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~sparc x86 ~x64-macos ~x86-macos"
IUSE="test"
# Version specified in __pkginfo__.py.
1.18 dev-python/astroid/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 13 Apr 2015 09:25:40 -0000 1.17
+++ ChangeLog 14 Apr 2015 12:49:18 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/astroid
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.17 2015/04/13 09:25:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.18 2015/04/14 12:49:18 ago Exp $
+
+ 14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> astroid-1.3.4.ebuild:
+ Stable for ia64, wrt bug #540290
13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> astroid-1.3.4.ebuild:
Stable for alpha, wrt bug #540290
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/astroid: astroid-1.3.4.ebuild ChangeLog
@ 2015-06-02 5:09 Jack Morgan (jmorgan)
0 siblings, 0 replies; 8+ messages in thread
From: Jack Morgan (jmorgan) @ 2015-06-02 5:09 UTC (permalink / raw
To: gentoo-commits
jmorgan 15/06/02 05:09:19
Modified: astroid-1.3.4.ebuild ChangeLog
Log:
sparc stable wrt bug #540290
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key )
Revision Changes Path
1.8 dev-python/astroid/astroid-1.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild?r1=1.7&r2=1.8
Index: astroid-1.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- astroid-1.3.4.ebuild 14 Apr 2015 12:49:18 -0000 1.7
+++ astroid-1.3.4.ebuild 2 Jun 2015 05:09:19 -0000 1.8
@@ -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/astroid/astroid-1.3.4.ebuild,v 1.7 2015/04/14 12:49:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.3.4.ebuild,v 1.8 2015/06/02 05:09:19 jmorgan Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~sparc x86 ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x64-macos ~x86-macos"
IUSE="test"
# Version specified in __pkginfo__.py.
1.20 dev-python/astroid/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astroid/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 27 Apr 2015 05:45:07 -0000 1.19
+++ ChangeLog 2 Jun 2015 05:09:19 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/astroid
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.19 2015/04/27 05:45:07 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/ChangeLog,v 1.20 2015/06/02 05:09:19 jmorgan Exp $
+
+ 02 Jun 2015; Jack Morgan <jmorgan@gentoo.org> astroid-1.3.4.ebuild:
+ sparc stable wrt bug #540290
27 Apr 2015; Patrick Lauer <patrick@gentoo.org> -astroid-1.2.0.ebuild,
-astroid-1.2.1.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-06-02 5:09 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-14 12:49 [gentoo-commits] gentoo-x86 commit in dev-python/astroid: astroid-1.3.4.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2015-06-02 5:09 Jack Morgan (jmorgan)
2015-04-13 9:25 Agostino Sarubbo (ago)
2015-03-08 23:39 Pacho Ramos (pacho)
2015-03-07 8:14 Pacho Ramos (pacho)
2015-03-07 0:15 Pacho Ramos (pacho)
2015-03-06 22:08 Pacho Ramos (pacho)
2015-01-26 16:59 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox