* [gentoo-commits] gentoo-x86 commit in dev-python/pycups: pycups-1.9.63.ebuild ChangeLog
@ 2013-08-01 12:47 Michal Gorny (mgorny)
0 siblings, 0 replies; 9+ messages in thread
From: Michal Gorny (mgorny) @ 2013-08-01 12:47 UTC (permalink / raw
To: gentoo-commits
mgorny 13/08/01 12:47:43
Modified: ChangeLog
Added: pycups-1.9.63.ebuild
Log:
Version bump. Convert to distutils-r1. Bug #474692.
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Revision Changes Path
1.67 dev-python/pycups/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?r1=1.66&r2=1.67
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog 20 Dec 2012 16:47:42 -0000 1.66
+++ ChangeLog 1 Aug 2013 12:47:43 -0000 1.67
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pycups
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.66 2012/12/20 16:47:42 kensington Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.67 2013/08/01 12:47:43 mgorny Exp $
+
+*pycups-1.9.63 (01 Aug 2013)
+
+ 01 Aug 2013; Michał Górny <mgorny@gentoo.org> +pycups-1.9.63.ebuild:
+ Version bump. Convert to distutils-r1. Bug #474692.
20 Dec 2012; Michael Palimaka <kensington@gentoo.org> -pycups-1.9.61.ebuild:
Remove old.
1.1 dev-python/pycups/pycups-1.9.63.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?rev=1.1&content-type=text/plain
Index: pycups-1.9.63.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild,v 1.1 2013/08/01 12:47:43 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
inherit distutils-r1
DESCRIPTION="Python bindings for the CUPS API"
HOMEPAGE="http://cyberelk.net/tim/data/pycups/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
SLOT="0"
IUSE="doc examples"
RDEPEND="
net-print/cups
"
# epydoc kinda sucks and supports python2 only (it's dead too),
# and since we're dealing with a binary module we need exact version
# match. therefore, docbuilding *requires* any python2 being enabled.
DEPEND="${RDEPEND}
doc? ( dev-python/epydoc[$(python_gen_usedep 'python2*')] )
"
REQUIRED_USE="doc? ( $(python_gen_useflags 'python2*') )"
python_compile_all() {
if use doc; then
# we can't use Makefile since it relies on hardcoded paths
epydoc -o html --html cups || die "doc build failed"
fi
}
python_install_all() {
use doc && local HTML_DOCS=( html/ )
use examples && local EXAMPLES=( examples/ )
distutils-r1_python_install_all
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pycups: pycups-1.9.63.ebuild ChangeLog
@ 2013-08-01 17:10 Michal Gorny (mgorny)
0 siblings, 0 replies; 9+ messages in thread
From: Michal Gorny (mgorny) @ 2013-08-01 17:10 UTC (permalink / raw
To: gentoo-commits
mgorny 13/08/01 17:10:37
Modified: pycups-1.9.63.ebuild ChangeLog
Log:
Add missing || ().
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Revision Changes Path
1.2 dev-python/pycups/pycups-1.9.63.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?r1=1.1&r2=1.2
Index: pycups-1.9.63.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pycups-1.9.63.ebuild 1 Aug 2013 12:47:43 -0000 1.1
+++ pycups-1.9.63.ebuild 1 Aug 2013 17:10:37 -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/pycups/pycups-1.9.63.ebuild,v 1.1 2013/08/01 12:47:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild,v 1.2 2013/08/01 17:10:37 mgorny Exp $
EAPI=5
@@ -28,7 +28,7 @@
doc? ( dev-python/epydoc[$(python_gen_usedep 'python2*')] )
"
-REQUIRED_USE="doc? ( $(python_gen_useflags 'python2*') )"
+REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )"
python_compile_all() {
if use doc; then
1.68 dev-python/pycups/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?r1=1.67&r2=1.68
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog 1 Aug 2013 12:47:43 -0000 1.67
+++ ChangeLog 1 Aug 2013 17:10:37 -0000 1.68
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pycups
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.67 2013/08/01 12:47:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.68 2013/08/01 17:10:37 mgorny Exp $
+
+ 01 Aug 2013; Michał Górny <mgorny@gentoo.org> pycups-1.9.63.ebuild:
+ Add missing || ().
*pycups-1.9.63 (01 Aug 2013)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pycups: pycups-1.9.63.ebuild ChangeLog
@ 2013-09-05 18:47 Michal Gorny (mgorny)
0 siblings, 0 replies; 9+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:47 UTC (permalink / raw
To: gentoo-commits
mgorny 13/09/05 18:47:09
Modified: pycups-1.9.63.ebuild ChangeLog
Log:
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.3 dev-python/pycups/pycups-1.9.63.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?r1=1.2&r2=1.3
Index: pycups-1.9.63.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pycups-1.9.63.ebuild 1 Aug 2013 17:10:37 -0000 1.2
+++ pycups-1.9.63.ebuild 5 Sep 2013 18:47:08 -0000 1.3
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild,v 1.2 2013/08/01 17:10:37 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild,v 1.3 2013/09/05 18:47:08 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
inherit distutils-r1
DESCRIPTION="Python bindings for the CUPS API"
1.69 dev-python/pycups/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?r1=1.68&r2=1.69
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog 1 Aug 2013 17:10:37 -0000 1.68
+++ ChangeLog 5 Sep 2013 18:47:08 -0000 1.69
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pycups
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.68 2013/08/01 17:10:37 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.69 2013/09/05 18:47:08 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> pycups-1.9.63.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
01 Aug 2013; Michał Górny <mgorny@gentoo.org> pycups-1.9.63.ebuild:
Add missing || ().
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pycups: pycups-1.9.63.ebuild ChangeLog
@ 2013-09-14 22:55 Mike Gilbert (floppym)
0 siblings, 0 replies; 9+ messages in thread
From: Mike Gilbert (floppym) @ 2013-09-14 22:55 UTC (permalink / raw
To: gentoo-commits
floppym 13/09/14 22:55:56
Modified: pycups-1.9.63.ebuild ChangeLog
Log:
Add -fno-strict-aliasing for python2.
(Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.4 dev-python/pycups/pycups-1.9.63.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?r1=1.3&r2=1.4
Index: pycups-1.9.63.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pycups-1.9.63.ebuild 5 Sep 2013 18:47:08 -0000 1.3
+++ pycups-1.9.63.ebuild 14 Sep 2013 22:55:56 -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/pycups/pycups-1.9.63.ebuild,v 1.3 2013/09/05 18:47:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild,v 1.4 2013/09/14 22:55:56 floppym Exp $
EAPI=5
@@ -37,6 +37,11 @@
fi
}
+python_compile() {
+ python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
+ distutils-r1_python_compile
+}
+
python_install_all() {
use doc && local HTML_DOCS=( html/ )
use examples && local EXAMPLES=( examples/ )
1.70 dev-python/pycups/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?r1=1.69&r2=1.70
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog 5 Sep 2013 18:47:08 -0000 1.69
+++ ChangeLog 14 Sep 2013 22:55:56 -0000 1.70
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pycups
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.69 2013/09/05 18:47:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.70 2013/09/14 22:55:56 floppym Exp $
+
+ 14 Sep 2013; Mike Gilbert <floppym@gentoo.org> pycups-1.9.63.ebuild:
+ Add -fno-strict-aliasing for python2.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> pycups-1.9.63.ebuild:
Clean up PYTHON_COMPAT from old implementations.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pycups: pycups-1.9.63.ebuild ChangeLog
@ 2013-12-07 22:39 Pacho Ramos (pacho)
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2013-12-07 22:39 UTC (permalink / raw
To: gentoo-commits
pacho 13/12/07 22:39:55
Modified: pycups-1.9.63.ebuild ChangeLog
Log:
x86 stable, bug #488760
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.8 dev-python/pycups/pycups-1.9.63.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?r1=1.7&r2=1.8
Index: pycups-1.9.63.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pycups-1.9.63.ebuild 27 Nov 2013 21:07:43 -0000 1.7
+++ pycups-1.9.63.ebuild 7 Dec 2013 22:39:55 -0000 1.8
@@ -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/pycups/pycups-1.9.63.ebuild,v 1.7 2013/11/27 21:07:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild,v 1.8 2013/12/07 22:39:55 pacho Exp $
EAPI=5
@@ -12,7 +12,7 @@
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
SLOT="0"
IUSE="doc examples"
1.74 dev-python/pycups/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?r1=1.73&r2=1.74
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog 27 Nov 2013 21:07:43 -0000 1.73
+++ ChangeLog 7 Dec 2013 22:39:55 -0000 1.74
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pycups
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.73 2013/11/27 21:07:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.74 2013/12/07 22:39:55 pacho Exp $
+
+ 07 Dec 2013; Pacho Ramos <pacho@gentoo.org> pycups-1.9.63.ebuild:
+ x86 stable, bug #488760
27 Nov 2013; Markus Meier <maekke@gentoo.org> pycups-1.9.63.ebuild:
arm stable, bug #488760
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pycups: pycups-1.9.63.ebuild ChangeLog
@ 2013-12-21 18:16 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-21 18:16 UTC (permalink / raw
To: gentoo-commits
ago 13/12/21 18:16:10
Modified: pycups-1.9.63.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #488760
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 dev-python/pycups/pycups-1.9.63.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?r1=1.8&r2=1.9
Index: pycups-1.9.63.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pycups-1.9.63.ebuild 7 Dec 2013 22:39:55 -0000 1.8
+++ pycups-1.9.63.ebuild 21 Dec 2013 18:16:09 -0000 1.9
@@ -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/pycups/pycups-1.9.63.ebuild,v 1.8 2013/12/07 22:39:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild,v 1.9 2013/12/21 18:16:09 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86"
SLOT="0"
IUSE="doc examples"
1.75 dev-python/pycups/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?r1=1.74&r2=1.75
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog 7 Dec 2013 22:39:55 -0000 1.74
+++ ChangeLog 21 Dec 2013 18:16:09 -0000 1.75
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pycups
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.74 2013/12/07 22:39:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.75 2013/12/21 18:16:09 ago Exp $
+
+ 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> pycups-1.9.63.ebuild:
+ Stable for ppc, wrt bug #488760
07 Dec 2013; Pacho Ramos <pacho@gentoo.org> pycups-1.9.63.ebuild:
x86 stable, bug #488760
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pycups: pycups-1.9.63.ebuild ChangeLog
@ 2013-12-23 16:00 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-23 16:00 UTC (permalink / raw
To: gentoo-commits
ago 13/12/23 16:00:07
Modified: pycups-1.9.63.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #488760
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 dev-python/pycups/pycups-1.9.63.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?r1=1.10&r2=1.11
Index: pycups-1.9.63.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pycups-1.9.63.ebuild 22 Dec 2013 13:22:15 -0000 1.10
+++ pycups-1.9.63.ebuild 23 Dec 2013 16:00:07 -0000 1.11
@@ -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/pycups/pycups-1.9.63.ebuild,v 1.10 2013/12/22 13:22:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild,v 1.11 2013/12/23 16:00:07 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh sparc x86"
SLOT="0"
IUSE="doc examples"
1.77 dev-python/pycups/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?r1=1.76&r2=1.77
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog 22 Dec 2013 13:22:15 -0000 1.76
+++ ChangeLog 23 Dec 2013 16:00:07 -0000 1.77
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pycups
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.76 2013/12/22 13:22:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.77 2013/12/23 16:00:07 ago Exp $
+
+ 23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> pycups-1.9.63.ebuild:
+ Stable for sparc, wrt bug #488760
22 Dec 2013; Agostino Sarubbo <ago@gentoo.org> pycups-1.9.63.ebuild:
Stable for ppc64, wrt bug #488760
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pycups: pycups-1.9.63.ebuild ChangeLog
@ 2014-01-14 21:14 Pacho Ramos (pacho)
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2014-01-14 21:14 UTC (permalink / raw
To: gentoo-commits
pacho 14/01/14 21:14:18
Modified: pycups-1.9.63.ebuild ChangeLog
Log:
ia64 stable, bug #488760 (thanks to Emeric Maschino for testing)
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.12 dev-python/pycups/pycups-1.9.63.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?r1=1.11&r2=1.12
Index: pycups-1.9.63.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pycups-1.9.63.ebuild 23 Dec 2013 16:00:07 -0000 1.11
+++ pycups-1.9.63.ebuild 14 Jan 2014 21:14:18 -0000 1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild,v 1.11 2013/12/23 16:00:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild,v 1.12 2014/01/14 21:14:18 pacho Exp $
EAPI=5
@@ -12,7 +12,7 @@
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh sparc x86"
+KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86"
SLOT="0"
IUSE="doc examples"
1.78 dev-python/pycups/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?r1=1.77&r2=1.78
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog 23 Dec 2013 16:00:07 -0000 1.77
+++ ChangeLog 14 Jan 2014 21:14:18 -0000 1.78
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pycups
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.77 2013/12/23 16:00:07 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.78 2014/01/14 21:14:18 pacho Exp $
+
+ 14 Jan 2014; Pacho Ramos <pacho@gentoo.org> pycups-1.9.63.ebuild:
+ ia64 stable, bug #488760 (thanks to Emeric Maschino for testing)
23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> pycups-1.9.63.ebuild:
Stable for sparc, wrt bug #488760
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pycups: pycups-1.9.63.ebuild ChangeLog
@ 2014-01-15 13:05 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-15 13:05 UTC (permalink / raw
To: gentoo-commits
ago 14/01/15 13:05:02
Modified: pycups-1.9.63.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #488760
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.13 dev-python/pycups/pycups-1.9.63.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild?r1=1.12&r2=1.13
Index: pycups-1.9.63.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pycups-1.9.63.ebuild 14 Jan 2014 21:14:18 -0000 1.12
+++ pycups-1.9.63.ebuild 15 Jan 2014 13:05:02 -0000 1.13
@@ -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/pycups/pycups-1.9.63.ebuild,v 1.12 2014/01/14 21:14:18 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/pycups-1.9.63.ebuild,v 1.13 2014/01/15 13:05:02 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86"
SLOT="0"
IUSE="doc examples"
1.79 dev-python/pycups/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pycups/ChangeLog?r1=1.78&r2=1.79
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog 14 Jan 2014 21:14:18 -0000 1.78
+++ ChangeLog 15 Jan 2014 13:05:02 -0000 1.79
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pycups
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.78 2014/01/14 21:14:18 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycups/ChangeLog,v 1.79 2014/01/15 13:05:02 ago Exp $
+
+ 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> pycups-1.9.63.ebuild:
+ Stable for alpha, wrt bug #488760
14 Jan 2014; Pacho Ramos <pacho@gentoo.org> pycups-1.9.63.ebuild:
ia64 stable, bug #488760 (thanks to Emeric Maschino for testing)
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2014-01-15 13:05 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-14 22:55 [gentoo-commits] gentoo-x86 commit in dev-python/pycups: pycups-1.9.63.ebuild ChangeLog Mike Gilbert (floppym)
-- strict thread matches above, loose matches on Subject: below --
2014-01-15 13:05 Agostino Sarubbo (ago)
2014-01-14 21:14 Pacho Ramos (pacho)
2013-12-23 16:00 Agostino Sarubbo (ago)
2013-12-21 18:16 Agostino Sarubbo (ago)
2013-12-07 22:39 Pacho Ramos (pacho)
2013-09-05 18:47 Michal Gorny (mgorny)
2013-08-01 17:10 Michal Gorny (mgorny)
2013-08-01 12:47 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