* [gentoo-commits] gentoo-x86 commit in virtual/python-unittest2: python-unittest2-1-r2.ebuild ChangeLog
@ 2013-07-19 7:58 Michal Gorny (mgorny)
0 siblings, 0 replies; 7+ messages in thread
From: Michal Gorny (mgorny) @ 2013-07-19 7:58 UTC (permalink / raw
To: gentoo-commits
mgorny 13/07/19 07:58:37
Modified: ChangeLog
Added: python-unittest2-1-r2.ebuild
Log:
Finally stop pulling in unittest2 for py<2.7 & py<3.2, since all dependent packages have correct deps now.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Revision Changes Path
1.7 virtual/python-unittest2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 30 Jun 2013 15:40:09 -0000 1.6
+++ ChangeLog 19 Jul 2013 07:58:37 -0000 1.7
@@ -1,6 +1,12 @@
# ChangeLog for virtual/python-unittest2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.6 2013/06/30 15:40:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.7 2013/07/19 07:58:37 mgorny Exp $
+
+*python-unittest2-1-r2 (19 Jul 2013)
+
+ 19 Jul 2013; Michał Górny <mgorny@gentoo.org> +python-unittest2-1-r2.ebuild:
+ Finally stop pulling in unittest2 for py<2.7 & py<3.2, since all dependent
+ packages have correct deps now.
*python-unittest2-1-r1 (30 Jun 2013)
1.1 virtual/python-unittest2/python-unittest2-1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?rev=1.1&content-type=text/plain
Index: python-unittest2-1-r2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v 1.1 2013/07/19 07:58:37 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
inherit python-r1
DESCRIPTION="A virtual for packages needing unittest2 in Python 2.5, 2.6, 3.1"
HOMEPAGE=""
SRC_URI=""
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
LICENSE=""
SLOT="0"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
python_targets_python2_5? ( dev-python/unittest2[python_targets_python2_5] )
python_targets_python2_6? ( dev-python/unittest2[python_targets_python2_6] )
python_targets_python3_1? ( dev-python/unittest2[python_targets_python3_1] )"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/python-unittest2: python-unittest2-1-r2.ebuild ChangeLog
@ 2013-09-05 14:13 Michal Gorny (mgorny)
0 siblings, 0 replies; 7+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 14:13 UTC (permalink / raw
To: gentoo-commits
mgorny 13/09/05 14:13:00
Modified: python-unittest2-1-r2.ebuild ChangeLog
Log:
Drop stale conditionals after py2.5 & py3.1 removal.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.2 virtual/python-unittest2/python-unittest2-1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?r1=1.1&r2=1.2
Index: python-unittest2-1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-unittest2-1-r2.ebuild 19 Jul 2013 07:58:37 -0000 1.1
+++ python-unittest2-1-r2.ebuild 5 Sep 2013 14:13:00 -0000 1.2
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v 1.1 2013/07/19 07:58:37 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v 1.2 2013/09/05 14:13:00 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
inherit python-r1
DESCRIPTION="A virtual for packages needing unittest2 in Python 2.5, 2.6, 3.1"
@@ -18,6 +18,4 @@
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
- python_targets_python2_5? ( dev-python/unittest2[python_targets_python2_5] )
- python_targets_python2_6? ( dev-python/unittest2[python_targets_python2_6] )
- python_targets_python3_1? ( dev-python/unittest2[python_targets_python3_1] )"
+ python_targets_python2_6? ( dev-python/unittest2[python_targets_python2_6] )"
1.18 virtual/python-unittest2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 7 Aug 2013 13:26:18 -0000 1.17
+++ ChangeLog 5 Sep 2013 14:13:00 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for virtual/python-unittest2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.17 2013/08/07 13:26:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.18 2013/09/05 14:13:00 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> python-unittest2-1-r2.ebuild:
+ Drop stale conditionals after py2.5 & py3.1 removal.
07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> python-unittest2-1-r1.ebuild:
Stable for x86, wrt bug #477360
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/python-unittest2: python-unittest2-1-r2.ebuild ChangeLog
@ 2013-09-13 21:45 Michal Gorny (mgorny)
0 siblings, 0 replies; 7+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-13 21:45 UTC (permalink / raw
To: gentoo-commits
mgorny 13/09/13 21:45:20
Modified: python-unittest2-1-r2.ebuild ChangeLog
Log:
Use python_gen_cond_dep and python_gen_usedep. This guarantees clean upgrade after disabling old implementations.
(Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.3 virtual/python-unittest2/python-unittest2-1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?r1=1.2&r2=1.3
Index: python-unittest2-1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-unittest2-1-r2.ebuild 5 Sep 2013 14:13:00 -0000 1.2
+++ python-unittest2-1-r2.ebuild 13 Sep 2013 21:45:20 -0000 1.3
@@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v 1.2 2013/09/05 14:13:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v 1.3 2013/09/13 21:45:20 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
inherit python-r1
-DESCRIPTION="A virtual for packages needing unittest2 in Python 2.5, 2.6, 3.1"
+DESCRIPTION="A virtual for packages needing unittest2 only in Python 2.6"
HOMEPAGE=""
SRC_URI=""
@@ -18,4 +18,6 @@
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
- python_targets_python2_6? ( dev-python/unittest2[python_targets_python2_6] )"
+ $(python_gen_cond_dep \
+ "dev-python/unittest2[$(python_gen_usedep python2_6)]" \
+ python2_6)"
1.20 virtual/python-unittest2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 5 Sep 2013 19:44:43 -0000 1.19
+++ ChangeLog 13 Sep 2013 21:45:20 -0000 1.20
@@ -1,6 +1,10 @@
# ChangeLog for virtual/python-unittest2
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.19 2013/09/05 19:44:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.20 2013/09/13 21:45:20 mgorny Exp $
+
+ 13 Sep 2013; Michał Górny <mgorny@gentoo.org> python-unittest2-1-r2.ebuild:
+ Use python_gen_cond_dep and python_gen_usedep. This guarantees clean upgrade
+ after disabling old implementations.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> python-unittest2-1-r1.ebuild,
python-unittest2-1.ebuild:
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/python-unittest2: python-unittest2-1-r2.ebuild ChangeLog
@ 2014-03-04 19:36 Vicente Olivert Riera (vincent)
0 siblings, 0 replies; 7+ messages in thread
From: Vicente Olivert Riera (vincent) @ 2014-03-04 19:36 UTC (permalink / raw
To: gentoo-commits
vincent 14/03/04 19:36:32
Modified: python-unittest2-1-r2.ebuild ChangeLog
Log:
Add ~mips keyword.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
Revision Changes Path
1.4 virtual/python-unittest2/python-unittest2-1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?r1=1.3&r2=1.4
Index: python-unittest2-1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-unittest2-1-r2.ebuild 13 Sep 2013 21:45:20 -0000 1.3
+++ python-unittest2-1-r2.ebuild 4 Mar 2014 19:36:32 -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/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v 1.3 2013/09/13 21:45:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v 1.4 2014/03/04 19:36:32 vincent Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -10,7 +10,7 @@
HOMEPAGE=""
SRC_URI=""
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
LICENSE=""
SLOT="0"
IUSE=""
1.22 virtual/python-unittest2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 17 Jan 2014 06:00:04 -0000 1.21
+++ ChangeLog 4 Mar 2014 19:36:32 -0000 1.22
@@ -1,6 +1,10 @@
# ChangeLog for virtual/python-unittest2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.21 2014/01/17 06:00:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.22 2014/03/04 19:36:32 vincent Exp $
+
+ 04 Mar 2014; Vicente Olivert Riera <vincent@gentoo.org>
+ python-unittest2-1-r2.ebuild:
+ Add ~mips keyword.
17 Jan 2014; Mike Frysinger <vapier@gentoo.org> python-unittest2-1-r1.ebuild:
Mark sh stable.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/python-unittest2: python-unittest2-1-r2.ebuild ChangeLog
@ 2014-03-04 20:15 Naohiro Aota (naota)
0 siblings, 0 replies; 7+ messages in thread
From: Naohiro Aota (naota) @ 2014-03-04 20:15 UTC (permalink / raw
To: gentoo-commits
naota 14/03/04 20:15:30
Modified: python-unittest2-1-r2.ebuild ChangeLog
Log:
Add ~x86-fbsd
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Revision Changes Path
1.5 virtual/python-unittest2/python-unittest2-1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?r1=1.4&r2=1.5
Index: python-unittest2-1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-unittest2-1-r2.ebuild 4 Mar 2014 19:36:32 -0000 1.4
+++ python-unittest2-1-r2.ebuild 4 Mar 2014 20:15:30 -0000 1.5
@@ -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/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v 1.4 2014/03/04 19:36:32 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v 1.5 2014/03/04 20:15:30 naota Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -10,7 +10,7 @@
HOMEPAGE=""
SRC_URI=""
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
LICENSE=""
SLOT="0"
IUSE=""
1.23 virtual/python-unittest2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 4 Mar 2014 19:36:32 -0000 1.22
+++ ChangeLog 4 Mar 2014 20:15:30 -0000 1.23
@@ -1,6 +1,9 @@
# ChangeLog for virtual/python-unittest2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.22 2014/03/04 19:36:32 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.23 2014/03/04 20:15:30 naota Exp $
+
+ 04 Mar 2014; Naohiro Aota <naota@gentoo.org> python-unittest2-1-r2.ebuild:
+ Add ~x86-fbsd
04 Mar 2014; Vicente Olivert Riera <vincent@gentoo.org>
python-unittest2-1-r2.ebuild:
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/python-unittest2: python-unittest2-1-r2.ebuild ChangeLog
@ 2014-04-02 21:00 Patrick McLean (chutzpah)
0 siblings, 0 replies; 7+ messages in thread
From: Patrick McLean (chutzpah) @ 2014-04-02 21:00 UTC (permalink / raw
To: gentoo-commits
chutzpah 14/04/02 21:00:10
Modified: python-unittest2-1-r2.ebuild ChangeLog
Log:
Add python3_4 support.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Revision Changes Path
1.7 virtual/python-unittest2/python-unittest2-1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?r1=1.6&r2=1.7
Index: python-unittest2-1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-unittest2-1-r2.ebuild 31 Mar 2014 21:23:50 -0000 1.6
+++ python-unittest2-1-r2.ebuild 2 Apr 2014 21:00:10 -0000 1.7
@@ -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/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v 1.6 2014/03/31 21:23:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v 1.7 2014/04/02 21:00:10 chutzpah 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,4}} pypy pypy2_0 )
inherit python-r1
DESCRIPTION="A virtual for packages needing unittest2 only in Python 2.6"
1.25 virtual/python-unittest2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 31 Mar 2014 21:23:50 -0000 1.24
+++ ChangeLog 2 Apr 2014 21:00:10 -0000 1.25
@@ -1,6 +1,10 @@
# ChangeLog for virtual/python-unittest2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.24 2014/03/31 21:23:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.25 2014/04/02 21:00:10 chutzpah Exp $
+
+ 02 Apr 2014; Patrick McLean <chutzpah@gentoo.org>
+ python-unittest2-1-r2.ebuild:
+ Add python3_4 support.
31 Mar 2014; Michał Górny <mgorny@gentoo.org> python-unittest2-1-r1.ebuild,
python-unittest2-1-r2.ebuild, python-unittest2-1.ebuild:
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/python-unittest2: python-unittest2-1-r2.ebuild ChangeLog
@ 2014-04-19 18:02 Michal Gorny (mgorny)
0 siblings, 0 replies; 7+ messages in thread
From: Michal Gorny (mgorny) @ 2014-04-19 18:02 UTC (permalink / raw
To: gentoo-commits
mgorny 14/04/19 18:02:56
Modified: python-unittest2-1-r2.ebuild ChangeLog
Log:
Use ${PYTHON_USEDEP} substitution support added to python_gen_cond_dep().
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.8 virtual/python-unittest2/python-unittest2-1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild?r1=1.7&r2=1.8
Index: python-unittest2-1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-unittest2-1-r2.ebuild 2 Apr 2014 21:00:10 -0000 1.7
+++ python-unittest2-1-r2.ebuild 19 Apr 2014 18:02:56 -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/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v 1.7 2014/04/02 21:00:10 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/python-unittest2-1-r2.ebuild,v 1.8 2014/04/19 18:02:56 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_{2,3,4}} pypy pypy2_0 )
@@ -18,6 +18,4 @@
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep \
- "dev-python/unittest2[$(python_gen_usedep python2_6)]" \
- python2_6)"
+ $(python_gen_cond_dep 'dev-python/unittest2[${PYTHON_USEDEP}]' python2_6)"
1.26 virtual/python-unittest2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/python-unittest2/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 2 Apr 2014 21:00:10 -0000 1.25
+++ ChangeLog 19 Apr 2014 18:02:56 -0000 1.26
@@ -1,6 +1,9 @@
# ChangeLog for virtual/python-unittest2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.25 2014/04/02 21:00:10 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/python-unittest2/ChangeLog,v 1.26 2014/04/19 18:02:56 mgorny Exp $
+
+ 19 Apr 2014; Michał Górny <mgorny@gentoo.org> python-unittest2-1-r2.ebuild:
+ Use ${PYTHON_USEDEP} substitution support added to python_gen_cond_dep().
02 Apr 2014; Patrick McLean <chutzpah@gentoo.org>
python-unittest2-1-r2.ebuild:
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-04-19 18:03 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-13 21:45 [gentoo-commits] gentoo-x86 commit in virtual/python-unittest2: python-unittest2-1-r2.ebuild ChangeLog Michal Gorny (mgorny)
-- strict thread matches above, loose matches on Subject: below --
2014-04-19 18:02 Michal Gorny (mgorny)
2014-04-02 21:00 Patrick McLean (chutzpah)
2014-03-04 20:15 Naohiro Aota (naota)
2014-03-04 19:36 Vicente Olivert Riera (vincent)
2013-09-05 14:13 Michal Gorny (mgorny)
2013-07-19 7:58 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox