* [gentoo-commits] gentoo-x86 commit in dev-python/beanstalkc: beanstalkc-0.4.0.ebuild ChangeLog
@ 2014-03-31 8:16 Patrick Lauer (patrick)
0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer (patrick) @ 2014-03-31 8:16 UTC (permalink / raw
To: gentoo-commits
patrick 14/03/31 08:16:43
Modified: ChangeLog
Added: beanstalkc-0.4.0.ebuild
Log:
Bump
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.12 dev-python/beanstalkc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 2 Mar 2014 08:05:17 -0000 1.11
+++ ChangeLog 31 Mar 2014 08:16:43 -0000 1.12
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/beanstalkc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.11 2014/03/02 08:05:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.12 2014/03/31 08:16:43 patrick Exp $
+
+*beanstalkc-0.4.0 (31 Mar 2014)
+
+ 31 Mar 2014; Patrick Lauer <patrick@gentoo.org> +beanstalkc-0.4.0.ebuild:
+ Bump
02 Mar 2014; Agostino Sarubbo <ago@gentoo.org> beanstalkc-0.3.0.ebuild:
Stable for x86, wrt bug #450168
1.1 dev-python/beanstalkc/beanstalkc-0.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild?rev=1.1&content-type=text/plain
Index: beanstalkc-0.4.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild,v 1.1 2014/03/31 08:16:43 patrick Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1
DESCRIPTION="A simple beanstalkd client library"
HOMEPAGE="http://github.com/earl/beanstalkc http://pypi.python.org/pypi/beanstalkc"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/beanstalkc: beanstalkc-0.4.0.ebuild ChangeLog
@ 2015-01-12 0:41 Ian Delaney (idella4)
0 siblings, 0 replies; 4+ messages in thread
From: Ian Delaney (idella4) @ 2015-01-12 0:41 UTC (permalink / raw
To: gentoo-commits
idella4 15/01/12 00:41:32
Modified: beanstalkc-0.4.0.ebuild ChangeLog
Log:
clean old impl
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.2 dev-python/beanstalkc/beanstalkc-0.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild?r1=1.1&r2=1.2
Index: beanstalkc-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- beanstalkc-0.4.0.ebuild 31 Mar 2014 08:16:43 -0000 1.1
+++ beanstalkc-0.4.0.ebuild 12 Jan 2015 00:41:32 -0000 1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild,v 1.1 2014/03/31 08:16:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild,v 1.2 2015/01/12 00:41:32 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
1.14 dev-python/beanstalkc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 3 Dec 2014 04:31:40 -0000 1.13
+++ ChangeLog 12 Jan 2015 00:41:32 -0000 1.14
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/beanstalkc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.13 2014/12/03 04:31:40 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.14 2015/01/12 00:41:32 idella4 Exp $
+
+ 12 Jan 2015; Ian Delaney <idella4@gentoo.org> beanstalkc-0.4.0.ebuild:
+ clean old impl
03 Dec 2014; Ian Delaney <idella4@gentoo.org> -beanstalkc-0.2.0.ebuild,
-beanstalkc-0.3.0-r1.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/beanstalkc: beanstalkc-0.4.0.ebuild ChangeLog
@ 2015-01-22 8:39 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-22 8:39 UTC (permalink / raw
To: gentoo-commits
ago 15/01/22 08:39:47
Modified: beanstalkc-0.4.0.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #535314
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-python/beanstalkc/beanstalkc-0.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild?r1=1.2&r2=1.3
Index: beanstalkc-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- beanstalkc-0.4.0.ebuild 12 Jan 2015 00:41:32 -0000 1.2
+++ beanstalkc-0.4.0.ebuild 22 Jan 2015 08:39:47 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild,v 1.2 2015/01/12 00:41:32 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild,v 1.3 2015/01/22 08:39:47 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
1.15 dev-python/beanstalkc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 12 Jan 2015 00:41:32 -0000 1.14
+++ ChangeLog 22 Jan 2015 08:39:47 -0000 1.15
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/beanstalkc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.14 2015/01/12 00:41:32 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.15 2015/01/22 08:39:47 ago Exp $
+
+ 22 Jan 2015; Agostino Sarubbo <ago@gentoo.org> beanstalkc-0.4.0.ebuild:
+ Stable for amd64, wrt bug #535314
12 Jan 2015; Ian Delaney <idella4@gentoo.org> beanstalkc-0.4.0.ebuild:
clean old impl
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/beanstalkc: beanstalkc-0.4.0.ebuild ChangeLog
@ 2015-01-26 10:23 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-26 10:23 UTC (permalink / raw
To: gentoo-commits
ago 15/01/26 10:23:42
Modified: beanstalkc-0.4.0.ebuild ChangeLog
Log:
Stable for x86, wrt bug #535314
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-python/beanstalkc/beanstalkc-0.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild?r1=1.3&r2=1.4
Index: beanstalkc-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- beanstalkc-0.4.0.ebuild 22 Jan 2015 08:39:47 -0000 1.3
+++ beanstalkc-0.4.0.ebuild 26 Jan 2015 10:23:42 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild,v 1.3 2015/01/22 08:39:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/beanstalkc-0.4.0.ebuild,v 1.4 2015/01/26 10:23:42 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
1.16 dev-python/beanstalkc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/beanstalkc/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 22 Jan 2015 08:39:47 -0000 1.15
+++ ChangeLog 26 Jan 2015 10:23:42 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/beanstalkc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.15 2015/01/22 08:39:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/beanstalkc/ChangeLog,v 1.16 2015/01/26 10:23:42 ago Exp $
+
+ 26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> beanstalkc-0.4.0.ebuild:
+ Stable for x86, wrt bug #535314
22 Jan 2015; Agostino Sarubbo <ago@gentoo.org> beanstalkc-0.4.0.ebuild:
Stable for amd64, wrt bug #535314
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-01-26 10:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-12 0:41 [gentoo-commits] gentoo-x86 commit in dev-python/beanstalkc: beanstalkc-0.4.0.ebuild ChangeLog Ian Delaney (idella4)
-- strict thread matches above, loose matches on Subject: below --
2015-01-26 10:23 Agostino Sarubbo (ago)
2015-01-22 8:39 Agostino Sarubbo (ago)
2014-03-31 8:16 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