* [gentoo-commits] gentoo-x86 commit in dev-python/testrepository: testrepository-0.0.18-r1.ebuild ChangeLog
@ 2014-06-12 8:14 Patrick Lauer (patrick)
0 siblings, 0 replies; 8+ messages in thread
From: Patrick Lauer (patrick) @ 2014-06-12 8:14 UTC (permalink / raw
To: gentoo-commits
patrick 14/06/12 08:14:26
Modified: ChangeLog
Added: testrepository-0.0.18-r1.ebuild
Log:
Add py34
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.11 dev-python/testrepository/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 8 Jun 2014 09:44:32 -0000 1.10
+++ ChangeLog 12 Jun 2014 08:14:26 -0000 1.11
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/testrepository
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.10 2014/06/08 09:44:32 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.11 2014/06/12 08:14:26 patrick Exp $
+
+*testrepository-0.0.18-r1 (12 Jun 2014)
+
+ 12 Jun 2014; Patrick Lauer <patrick@gentoo.org>
+ +testrepository-0.0.18-r1.ebuild:
+ Add py34
08 Jun 2014; Akinori Hattori <hattya@gentoo.org> testrepository-0.0.18.ebuild:
keyword ~ia64 wrt bug #508282
1.1 dev-python/testrepository/testrepository-0.0.18-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?rev=1.1&content-type=text/plain
Index: testrepository-0.0.18-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild,v 1.1 2014/06/12 08:14:26 patrick Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="A repository of test results."
HOMEPAGE="https://launchpad.net/testscenarios"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
dev-python/testresources[${PYTHON_USEDEP}]
dev-python/testscenarios[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
)"
#bzr is listed but presumably req'd for a live repo test run
RDEPEND=">=dev-python/subunit-0.0.10[${PYTHON_USEDEP}]
>=dev-python/testtools-0.9.30[${PYTHON_USEDEP}]
dev-python/fixtures[${PYTHON_USEDEP}]"
# Required for test phase
DISTUTILS_IN_SOURCE_BUILD=1
python_test() {
"${PYTHON}" ./testr init || die
"${PYTHON}" setup.py testr --coverage || die "tests failed under ${EPYTHON}"
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/testrepository: testrepository-0.0.18-r1.ebuild ChangeLog
@ 2014-07-20 11:05 Tobias Klausmann (klausman)
0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann (klausman) @ 2014-07-20 11:05 UTC (permalink / raw
To: gentoo-commits
klausman 14/07/20 11:05:18
Modified: testrepository-0.0.18-r1.ebuild ChangeLog
Log:
Keyworded on alpha, bug #508282
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Revision Changes Path
1.2 dev-python/testrepository/testrepository-0.0.18-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?r1=1.1&r2=1.2
Index: testrepository-0.0.18-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- testrepository-0.0.18-r1.ebuild 12 Jun 2014 08:14:26 -0000 1.1
+++ testrepository-0.0.18-r1.ebuild 20 Jul 2014 11:05:18 -0000 1.2
@@ -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/testrepository/testrepository-0.0.18-r1.ebuild,v 1.1 2014/06/12 08:14:26 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild,v 1.2 2014/07/20 11:05:18 klausman Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.12 dev-python/testrepository/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 12 Jun 2014 08:14:26 -0000 1.11
+++ ChangeLog 20 Jul 2014 11:05:18 -0000 1.12
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/testrepository
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.11 2014/06/12 08:14:26 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.12 2014/07/20 11:05:18 klausman Exp $
+
+ 20 Jul 2014; Tobias Klausmann <klausman@gentoo.org>
+ testrepository-0.0.18-r1.ebuild:
+ Keyworded on alpha, bug #508282
*testrepository-0.0.18-r1 (12 Jun 2014)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/testrepository: testrepository-0.0.18-r1.ebuild ChangeLog
@ 2015-03-06 22:44 Pacho Ramos (pacho)
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-06 22:44 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/06 22:44:46
Modified: testrepository-0.0.18-r1.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.7 dev-python/testrepository/testrepository-0.0.18-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?r1=1.6&r2=1.7
Index: testrepository-0.0.18-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- testrepository-0.0.18-r1.ebuild 1 Jan 2015 21:26:01 -0000 1.6
+++ testrepository-0.0.18-r1.ebuild 6 Mar 2015 22:44:46 -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/testrepository/testrepository-0.0.18-r1.ebuild,v 1.6 2015/01/01 21:26:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild,v 1.7 2015/03/06 22:44:46 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.18 dev-python/testrepository/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 1 Jan 2015 21:26:01 -0000 1.17
+++ ChangeLog 6 Mar 2015 22:44:46 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/testrepository
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.17 2015/01/01 21:26:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.18 2015/03/06 22:44:46 pacho Exp $
+
+ 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> testrepository-0.0.18-r1.ebuild:
+ amd64 stable, bug 540290
01 Jan 2015; Markus Meier <maekke@gentoo.org>
testrepository-0.0.18-r1.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/testrepository: testrepository-0.0.18-r1.ebuild ChangeLog
@ 2015-03-07 0:21 Pacho Ramos (pacho)
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-07 0:21 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/07 00:21:21
Modified: testrepository-0.0.18-r1.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.8 dev-python/testrepository/testrepository-0.0.18-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?r1=1.7&r2=1.8
Index: testrepository-0.0.18-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- testrepository-0.0.18-r1.ebuild 6 Mar 2015 22:44:46 -0000 1.7
+++ testrepository-0.0.18-r1.ebuild 7 Mar 2015 00:21:21 -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/testrepository/testrepository-0.0.18-r1.ebuild,v 1.7 2015/03/06 22:44:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild,v 1.8 2015/03/07 00:21:21 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.19 dev-python/testrepository/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 6 Mar 2015 22:44:46 -0000 1.18
+++ ChangeLog 7 Mar 2015 00:21:21 -0000 1.19
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/testrepository
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.18 2015/03/06 22:44:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.19 2015/03/07 00:21:21 pacho Exp $
+
+ 07 Mar 2015; Pacho Ramos <pacho@gentoo.org> testrepository-0.0.18-r1.ebuild:
+ ppc64 stable, bug 540290
06 Mar 2015; Pacho Ramos <pacho@gentoo.org> testrepository-0.0.18-r1.ebuild:
amd64 stable, bug 540290
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/testrepository: testrepository-0.0.18-r1.ebuild ChangeLog
@ 2015-03-07 8:26 Pacho Ramos (pacho)
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-07 8:26 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/07 08:26:58
Modified: testrepository-0.0.18-r1.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.9 dev-python/testrepository/testrepository-0.0.18-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?r1=1.8&r2=1.9
Index: testrepository-0.0.18-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- testrepository-0.0.18-r1.ebuild 7 Mar 2015 00:21:21 -0000 1.8
+++ testrepository-0.0.18-r1.ebuild 7 Mar 2015 08:26:58 -0000 1.9
@@ -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/testrepository/testrepository-0.0.18-r1.ebuild,v 1.8 2015/03/07 00:21:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild,v 1.9 2015/03/07 08:26:58 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.20 dev-python/testrepository/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 7 Mar 2015 00:21:21 -0000 1.19
+++ ChangeLog 7 Mar 2015 08:26:58 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/testrepository
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.19 2015/03/07 00:21:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.20 2015/03/07 08:26:58 pacho Exp $
+
+ 07 Mar 2015; Pacho Ramos <pacho@gentoo.org> testrepository-0.0.18-r1.ebuild:
+ ppc stable, bug 540290
07 Mar 2015; Pacho Ramos <pacho@gentoo.org> testrepository-0.0.18-r1.ebuild:
ppc64 stable, bug 540290
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/testrepository: testrepository-0.0.18-r1.ebuild ChangeLog
@ 2015-03-09 0:03 Pacho Ramos (pacho)
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-09 0:03 UTC (permalink / raw
To: gentoo-commits
pacho 15/03/09 00:03:47
Modified: testrepository-0.0.18-r1.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.10 dev-python/testrepository/testrepository-0.0.18-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?r1=1.9&r2=1.10
Index: testrepository-0.0.18-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- testrepository-0.0.18-r1.ebuild 7 Mar 2015 08:26:58 -0000 1.9
+++ testrepository-0.0.18-r1.ebuild 9 Mar 2015 00:03:47 -0000 1.10
@@ -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/testrepository/testrepository-0.0.18-r1.ebuild,v 1.9 2015/03/07 08:26:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild,v 1.10 2015/03/09 00:03:47 pacho Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.21 dev-python/testrepository/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 7 Mar 2015 08:26:58 -0000 1.20
+++ ChangeLog 9 Mar 2015 00:03:47 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/testrepository
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.20 2015/03/07 08:26:58 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.21 2015/03/09 00:03:47 pacho Exp $
+
+ 09 Mar 2015; Pacho Ramos <pacho@gentoo.org> testrepository-0.0.18-r1.ebuild:
+ x86 stable, bug 540290
07 Mar 2015; Pacho Ramos <pacho@gentoo.org> testrepository-0.0.18-r1.ebuild:
ppc stable, bug 540290
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/testrepository: testrepository-0.0.18-r1.ebuild ChangeLog
@ 2015-04-13 9:13 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-13 9:13 UTC (permalink / raw
To: gentoo-commits
ago 15/04/13 09:13:12
Modified: testrepository-0.0.18-r1.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #530600
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 dev-python/testrepository/testrepository-0.0.18-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?r1=1.10&r2=1.11
Index: testrepository-0.0.18-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- testrepository-0.0.18-r1.ebuild 9 Mar 2015 00:03:47 -0000 1.10
+++ testrepository-0.0.18-r1.ebuild 13 Apr 2015 09:13:12 -0000 1.11
@@ -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/testrepository/testrepository-0.0.18-r1.ebuild,v 1.10 2015/03/09 00:03:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild,v 1.11 2015/04/13 09:13:12 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.23 dev-python/testrepository/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 8 Apr 2015 08:05:22 -0000 1.22
+++ ChangeLog 13 Apr 2015 09:13:12 -0000 1.23
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/testrepository
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.22 2015/04/08 08:05:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.23 2015/04/13 09:13:12 ago Exp $
+
+ 13 Apr 2015; Agostino Sarubbo <ago@gentoo.org>
+ testrepository-0.0.18-r1.ebuild:
+ Stable for alpha, wrt bug #530600
08 Apr 2015; Michał Górny <mgorny@gentoo.org> testrepository-0.0.17-r2.ebuild,
testrepository-0.0.18.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/testrepository: testrepository-0.0.18-r1.ebuild ChangeLog
@ 2015-04-14 12:51 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-14 12:51 UTC (permalink / raw
To: gentoo-commits
ago 15/04/14 12:51:27
Modified: testrepository-0.0.18-r1.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.12 dev-python/testrepository/testrepository-0.0.18-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild?r1=1.11&r2=1.12
Index: testrepository-0.0.18-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- testrepository-0.0.18-r1.ebuild 13 Apr 2015 09:13:12 -0000 1.11
+++ testrepository-0.0.18-r1.ebuild 14 Apr 2015 12:51:27 -0000 1.12
@@ -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/testrepository/testrepository-0.0.18-r1.ebuild,v 1.11 2015/04/13 09:13:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/testrepository-0.0.18-r1.ebuild,v 1.12 2015/04/14 12:51:27 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.24 dev-python/testrepository/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testrepository/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 13 Apr 2015 09:13:12 -0000 1.23
+++ ChangeLog 14 Apr 2015 12:51:27 -0000 1.24
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/testrepository
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.23 2015/04/13 09:13:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testrepository/ChangeLog,v 1.24 2015/04/14 12:51:27 ago Exp $
+
+ 14 Apr 2015; Agostino Sarubbo <ago@gentoo.org>
+ testrepository-0.0.18-r1.ebuild:
+ Stable for ia64, wrt bug #540290
13 Apr 2015; Agostino Sarubbo <ago@gentoo.org>
testrepository-0.0.18-r1.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-04-14 12:51 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-06 22:44 [gentoo-commits] gentoo-x86 commit in dev-python/testrepository: testrepository-0.0.18-r1.ebuild ChangeLog Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2015-04-14 12:51 Agostino Sarubbo (ago)
2015-04-13 9:13 Agostino Sarubbo (ago)
2015-03-09 0:03 Pacho Ramos (pacho)
2015-03-07 8:26 Pacho Ramos (pacho)
2015-03-07 0:21 Pacho Ramos (pacho)
2014-07-20 11:05 Tobias Klausmann (klausman)
2014-06-12 8:14 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