* [gentoo-commits] gentoo-x86 commit in dev-python/minimock: minimock-1.2.8.ebuild ChangeLog
@ 2013-03-26 3:45 Patrick Lauer (patrick)
0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer (patrick) @ 2013-03-26 3:45 UTC (permalink / raw
To: gentoo-commits
patrick 13/03/26 03:45:16
Modified: ChangeLog
Added: minimock-1.2.8.ebuild
Log:
Bump
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.15 dev-python/minimock/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/minimock/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 9 Jun 2012 08:19:55 -0000 1.14
+++ ChangeLog 26 Mar 2013 03:45:16 -0000 1.15
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/minimock
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/minimock/ChangeLog,v 1.14 2012/06/09 08:19:55 vapier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/minimock/ChangeLog,v 1.15 2013/03/26 03:45:16 patrick Exp $
+
+*minimock-1.2.8 (26 Mar 2013)
+
+ 26 Mar 2013; Patrick Lauer <patrick@gentoo.org> +minimock-1.2.8.ebuild:
+ Bump
09 Jun 2012; Mike Frysinger <vapier@gentoo.org> minimock-1.2.7.ebuild:
Add arm love for ChromiumOS.
@@ -54,4 +59,3 @@
11 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+minimock-1.2.5.ebuild, +metadata.xml:
Initial addition. Ebuild written by me.
-
1.1 dev-python/minimock/minimock-1.2.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild?rev=1.1&content-type=text/plain
Index: minimock-1.2.8.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild,v 1.1 2013/03/26 03:45:16 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
MY_PN="MiniMock"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="The simplest possible mock library"
HOMEPAGE="http://pypi.python.org/pypi/MiniMock"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND=""
S="${WORKDIR}/${MY_P}"
DOCS="docs/changelog.rst docs/index.rst"
PYTHON_MODNAME="minimock.py"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/minimock: minimock-1.2.8.ebuild ChangeLog
@ 2013-05-19 10:16 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-19 10:16 UTC (permalink / raw
To: gentoo-commits
ago 13/05/19 10:16:00
Modified: minimock-1.2.8.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #470452
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 dev-python/minimock/minimock-1.2.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild?r1=1.1&r2=1.2
Index: minimock-1.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- minimock-1.2.8.ebuild 26 Mar 2013 03:45:16 -0000 1.1
+++ minimock-1.2.8.ebuild 19 May 2013 10:16:00 -0000 1.2
@@ -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/minimock/minimock-1.2.8.ebuild,v 1.1 2013/03/26 03:45:16 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild,v 1.2 2013/05/19 10:16:00 ago Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
IUSE=""
DEPEND="dev-python/setuptools"
1.16 dev-python/minimock/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/minimock/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 26 Mar 2013 03:45:16 -0000 1.15
+++ ChangeLog 19 May 2013 10:16:00 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/minimock
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/minimock/ChangeLog,v 1.15 2013/03/26 03:45:16 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/minimock/ChangeLog,v 1.16 2013/05/19 10:16:00 ago Exp $
+
+ 19 May 2013; Agostino Sarubbo <ago@gentoo.org> minimock-1.2.8.ebuild:
+ Stable for amd64, wrt bug #470452
*minimock-1.2.8 (26 Mar 2013)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/minimock: minimock-1.2.8.ebuild ChangeLog
@ 2013-05-20 8:42 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20 8:42 UTC (permalink / raw
To: gentoo-commits
ago 13/05/20 08:42:03
Modified: minimock-1.2.8.ebuild ChangeLog
Log:
Stable for x86, wrt bug #470452
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-python/minimock/minimock-1.2.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild?r1=1.2&r2=1.3
Index: minimock-1.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- minimock-1.2.8.ebuild 19 May 2013 10:16:00 -0000 1.2
+++ minimock-1.2.8.ebuild 20 May 2013 08:42:03 -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/minimock/minimock-1.2.8.ebuild,v 1.2 2013/05/19 10:16:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild,v 1.3 2013/05/20 08:42:03 ago Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
IUSE=""
DEPEND="dev-python/setuptools"
1.17 dev-python/minimock/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/minimock/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 19 May 2013 10:16:00 -0000 1.16
+++ ChangeLog 20 May 2013 08:42:03 -0000 1.17
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/minimock
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/minimock/ChangeLog,v 1.16 2013/05/19 10:16:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/minimock/ChangeLog,v 1.17 2013/05/20 08:42:03 ago Exp $
+
+ 20 May 2013; Agostino Sarubbo <ago@gentoo.org> minimock-1.2.8.ebuild:
+ Stable for x86, wrt bug #470452
19 May 2013; Agostino Sarubbo <ago@gentoo.org> minimock-1.2.8.ebuild:
Stable for amd64, wrt bug #470452
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/minimock: minimock-1.2.8.ebuild ChangeLog
@ 2013-05-20 12:44 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20 12:44 UTC (permalink / raw
To: gentoo-commits
ago 13/05/20 12:44:11
Modified: minimock-1.2.8.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #470452
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-python/minimock/minimock-1.2.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild?r1=1.3&r2=1.4
Index: minimock-1.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- minimock-1.2.8.ebuild 20 May 2013 08:42:03 -0000 1.3
+++ minimock-1.2.8.ebuild 20 May 2013 12:44:11 -0000 1.4
@@ -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/minimock/minimock-1.2.8.ebuild,v 1.3 2013/05/20 08:42:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild,v 1.4 2013/05/20 12:44:11 ago Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ppc x86"
IUSE=""
DEPEND="dev-python/setuptools"
1.18 dev-python/minimock/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/minimock/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 20 May 2013 08:42:03 -0000 1.17
+++ ChangeLog 20 May 2013 12:44:11 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/minimock
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/minimock/ChangeLog,v 1.17 2013/05/20 08:42:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/minimock/ChangeLog,v 1.18 2013/05/20 12:44:11 ago Exp $
+
+ 20 May 2013; Agostino Sarubbo <ago@gentoo.org> minimock-1.2.8.ebuild:
+ Stable for ppc, wrt bug #470452
20 May 2013; Agostino Sarubbo <ago@gentoo.org> minimock-1.2.8.ebuild:
Stable for x86, wrt bug #470452
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/minimock: minimock-1.2.8.ebuild ChangeLog
@ 2013-05-20 17:24 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20 17:24 UTC (permalink / raw
To: gentoo-commits
ago 13/05/20 17:24:14
Modified: minimock-1.2.8.ebuild ChangeLog
Log:
Stable for arm, wrt bug #470452
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-python/minimock/minimock-1.2.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild?r1=1.4&r2=1.5
Index: minimock-1.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- minimock-1.2.8.ebuild 20 May 2013 12:44:11 -0000 1.4
+++ minimock-1.2.8.ebuild 20 May 2013 17:24:14 -0000 1.5
@@ -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/minimock/minimock-1.2.8.ebuild,v 1.4 2013/05/20 12:44:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/minimock/minimock-1.2.8.ebuild,v 1.5 2013/05/20 17:24:14 ago Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
+KEYWORDS="amd64 arm ppc x86"
IUSE=""
DEPEND="dev-python/setuptools"
1.19 dev-python/minimock/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/minimock/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/minimock/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 20 May 2013 12:44:11 -0000 1.18
+++ ChangeLog 20 May 2013 17:24:14 -0000 1.19
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/minimock
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/minimock/ChangeLog,v 1.18 2013/05/20 12:44:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/minimock/ChangeLog,v 1.19 2013/05/20 17:24:14 ago Exp $
+
+ 20 May 2013; Agostino Sarubbo <ago@gentoo.org> minimock-1.2.8.ebuild:
+ Stable for arm, wrt bug #470452
20 May 2013; Agostino Sarubbo <ago@gentoo.org> minimock-1.2.8.ebuild:
Stable for ppc, wrt bug #470452
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-05-20 17:24 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-20 17:24 [gentoo-commits] gentoo-x86 commit in dev-python/minimock: minimock-1.2.8.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-05-20 12:44 Agostino Sarubbo (ago)
2013-05-20 8:42 Agostino Sarubbo (ago)
2013-05-19 10:16 Agostino Sarubbo (ago)
2013-03-26 3:45 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