public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/dogpile-cache: dogpile-cache-0.5.4.ebuild dogpile-cache-0.5.1.ebuild dogpile-cache-0.5.2.ebuild ChangeLog
@ 2015-06-23  4:11 Matt Thode (prometheanfire)
  0 siblings, 0 replies; only message in thread
From: Matt Thode (prometheanfire) @ 2015-06-23  4:11 UTC (permalink / raw
  To: gentoo-commits

prometheanfire    15/06/23 04:11:27

  Modified:             dogpile-cache-0.5.4.ebuild
                        dogpile-cache-0.5.1.ebuild
                        dogpile-cache-0.5.2.ebuild ChangeLog
  Log:
  fixing the description for bug 552804
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)

Revision  Changes    Path
1.3                  dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild?r1=1.2&r2=1.3

Index: dogpile-cache-0.5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dogpile-cache-0.5.4.ebuild	27 Nov 2014 15:24:34 -0000	1.2
+++ dogpile-cache-0.5.4.ebuild	23 Jun 2015 04:11:27 -0000	1.3
@@ -1,14 +1,13 @@
-# 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/dogpile-cache/dogpile-cache-0.5.4.ebuild,v 1.2 2014/11/27 15:24:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.4.ebuild,v 1.3 2015/06/23 04:11:27 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1
 
-DESCRIPTION="The Oslo configuration API supports parsing command line arguments
-and ini style configuration files"
+DESCRIPTION="API built on a lock allowing access to expiring values while a single thread generates a new value."
 HOMEPAGE="https://bitbucket.org/zzzeek/dogpile.cache"
 SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
 S="${WORKDIR}/dogpile.cache-${PV}"



1.2                  dev-python/dogpile-cache/dogpile-cache-0.5.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.1.ebuild?r1=1.1&r2=1.2

Index: dogpile-cache-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dogpile-cache-0.5.1.ebuild	22 Oct 2013 04:35:03 -0000	1.1
+++ dogpile-cache-0.5.1.ebuild	23 Jun 2015 04:11:27 -0000	1.2
@@ -1,14 +1,13 @@
-# Copyright 1999-2013 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/dogpile-cache/dogpile-cache-0.5.1.ebuild,v 1.1 2013/10/22 04:35:03 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.1.ebuild,v 1.2 2015/06/23 04:11:27 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 
-DESCRIPTION="The Oslo configuration API supports parsing command line arguments
-and ini style configuration files"
+DESCRIPTION="API built on a lock allowing access to expiring values while a single thread generates a new value."
 HOMEPAGE="https://bitbucket.org/zzzeek/dogpile.cache"
 SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
 S="${WORKDIR}/dogpile.cache-${PV}"



1.6                  dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild?r1=1.5&r2=1.6

Index: dogpile-cache-0.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dogpile-cache-0.5.2.ebuild	8 Apr 2015 08:05:20 -0000	1.5
+++ dogpile-cache-0.5.2.ebuild	23 Jun 2015 04:11:27 -0000	1.6
@@ -1,14 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild,v 1.5 2015/04/08 08:05:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/dogpile-cache-0.5.2.ebuild,v 1.6 2015/06/23 04:11:27 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3} )
 
 inherit distutils-r1
 
-DESCRIPTION="The Oslo configuration API supports parsing command line arguments
-and ini style configuration files"
+DESCRIPTION="API built on a lock allowing access to expiring values while a single thread generates a new value."
 HOMEPAGE="https://bitbucket.org/zzzeek/dogpile.cache"
 SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz"
 S="${WORKDIR}/dogpile.cache-${PV}"



1.11                 dev-python/dogpile-cache/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/dogpile-cache/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	7 Jun 2015 19:25:38 -0000	1.10
+++ ChangeLog	23 Jun 2015 04:11:27 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/dogpile-cache
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/ChangeLog,v 1.10 2015/06/07 19:25:38 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dogpile-cache/ChangeLog,v 1.11 2015/06/23 04:11:27 prometheanfire Exp $
+
+  23 Jun 2015; Matthew Thode <prometheanfire@gentoo.org>
+  dogpile-cache-0.5.1.ebuild, dogpile-cache-0.5.2.ebuild,
+  dogpile-cache-0.5.4.ebuild:
+  fixing the description for bug 552804
 
   07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Add bitbucket to remote-id in metadata.xml





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-23  4:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-23  4:11 [gentoo-commits] gentoo-x86 commit in dev-python/dogpile-cache: dogpile-cache-0.5.4.ebuild dogpile-cache-0.5.1.ebuild dogpile-cache-0.5.2.ebuild ChangeLog Matt Thode (prometheanfire)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox