public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pastedeploy: ChangeLog pastedeploy-1.5.0.ebuild
@ 2011-09-16  8:20 Dirkjan Ochtman (djc)
  0 siblings, 0 replies; 4+ messages in thread
From: Dirkjan Ochtman (djc) @ 2011-09-16  8:20 UTC (permalink / raw
  To: gentoo-commits

djc         11/09/16 08:20:30

  Modified:             ChangeLog
  Added:                pastedeploy-1.5.0.ebuild
  Log:
  Version bump pastedeploy to 1.5.0.
  
  (Portage version: 2.1.10.15/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-python/pastedeploy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	26 Jun 2010 04:41:35 -0000	1.9
+++ ChangeLog	16 Sep 2011 08:20:30 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pastedeploy
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.9 2010/06/26 04:41:35 arfrever Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.10 2011/09/16 08:20:30 djc Exp $
+
+*pastedeploy-1.5.0 (16 Sep 2011)
+
+  16 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> +pastedeploy-1.5.0.ebuild:
+  Version bump to 1.5.0 (fixes bug 382917, thanks jbergstroem).
 
   26 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   pastedeploy-1.3.3.ebuild:



1.1                  dev-python/pastedeploy/pastedeploy-1.5.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.0.ebuild?rev=1.1&content-type=text/plain

Index: pastedeploy-1.5.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.0.ebuild,v 1.1 2011/09/16 08:20:30 djc Exp $

EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4"

inherit distutils

MY_PN="PasteDeploy"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Load, configure, and compose WSGI applications and servers"
HOMEPAGE="http://pythonpaste.org/deploy/ http://pypi.python.org/pypi/PasteDeploy"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="doc"

RDEPEND="dev-python/paste
	dev-python/setuptools"
DEPEND="${RDEPEND}"

S="${WORKDIR}/${MY_P}"

PYTHON_MODNAME="paste/deploy"

src_install() {
	distutils_src_install

	if use doc; then
		dodoc "${S}"/docs/*.txt || die
	fi
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pastedeploy: ChangeLog pastedeploy-1.5.0.ebuild
@ 2012-02-21 18:02 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-21 18:02 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/21 18:02:30

  Modified:             ChangeLog pastedeploy-1.5.0.ebuild
  Log:
  Stable for amd64, wrt bug #405085
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 dev-python/pastedeploy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	16 Sep 2011 08:20:30 -0000	1.10
+++ ChangeLog	21 Feb 2012 18:02:30 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pastedeploy
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.10 2011/09/16 08:20:30 djc Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.11 2012/02/21 18:02:30 ago Exp $
+
+  21 Feb 2012; Agostino Sarubbo <ago@gentoo.org> pastedeploy-1.5.0.ebuild:
+  Stable for amd64, wrt bug #405085
 
 *pastedeploy-1.5.0 (16 Sep 2011)
 



1.2                  dev-python/pastedeploy/pastedeploy-1.5.0.ebuild

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

Index: pastedeploy-1.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pastedeploy-1.5.0.ebuild	16 Sep 2011 08:20:30 -0000	1.1
+++ pastedeploy-1.5.0.ebuild	21 Feb 2012 18:02:30 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.0.ebuild,v 1.1 2011/09/16 08:20:30 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.0.ebuild,v 1.2 2012/02/21 18:02:30 ago Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/paste






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pastedeploy: ChangeLog pastedeploy-1.5.0.ebuild
@ 2012-02-24 14:19 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-02-24 14:19 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/02/24 14:19:13

  Modified:             ChangeLog pastedeploy-1.5.0.ebuild
  Log:
  x86 stable wrt bug #405085
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.12                 dev-python/pastedeploy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	21 Feb 2012 18:02:30 -0000	1.11
+++ ChangeLog	24 Feb 2012 14:19:13 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pastedeploy
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.11 2012/02/21 18:02:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.12 2012/02/24 14:19:13 phajdan.jr Exp $
+
+  24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  pastedeploy-1.5.0.ebuild:
+  x86 stable wrt bug #405085
 
   21 Feb 2012; Agostino Sarubbo <ago@gentoo.org> pastedeploy-1.5.0.ebuild:
   Stable for amd64, wrt bug #405085



1.3                  dev-python/pastedeploy/pastedeploy-1.5.0.ebuild

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

Index: pastedeploy-1.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pastedeploy-1.5.0.ebuild	21 Feb 2012 18:02:30 -0000	1.2
+++ pastedeploy-1.5.0.ebuild	24 Feb 2012 14:19:13 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.0.ebuild,v 1.2 2012/02/21 18:02:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.0.ebuild,v 1.3 2012/02/24 14:19:13 phajdan.jr Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/paste






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/pastedeploy: ChangeLog pastedeploy-1.5.0.ebuild
@ 2015-02-01 17:29 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-02-01 17:29 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/02/01 17:29:16

  Modified:             ChangeLog
  Removed:              pastedeploy-1.5.0.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.29                 dev-python/pastedeploy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	23 Dec 2014 12:48:24 -0000	1.28
+++ ChangeLog	1 Feb 2015 17:29:16 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pastedeploy
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.28 2014/12/23 12:48:24 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.29 2015/02/01 17:29:16 mrueg Exp $
+
+  01 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -pastedeploy-1.5.0.ebuild:
+  Remove old.
 
   23 Dec 2014; Markus Meier <maekke@gentoo.org> pastedeploy-1.5.2.ebuild:
   arm stable, bug #531124





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-02-01 17:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-16  8:20 [gentoo-commits] gentoo-x86 commit in dev-python/pastedeploy: ChangeLog pastedeploy-1.5.0.ebuild Dirkjan Ochtman (djc)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-21 18:02 Agostino Sarubbo (ago)
2012-02-24 14:19 PaweA Hajdan (phajdan.jr)
2015-02-01 17:29 Manuel Rueger (mrueg)

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