public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: decorator-2.3.2.ebuild ChangeLog
@ 2009-04-26  9:04 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2009-04-26  9:04 UTC (permalink / raw
  To: gentoo-commits

patrick     09/04/26 09:04:49

  Modified:             ChangeLog
  Added:                decorator-2.3.2.ebuild
  Log:
  Bump to 2.3.2, dep for bug #260168
  (Portage version: 2.2_rc31/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-python/decorator/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	27 Mar 2009 11:41:12 -0000	1.3
+++ ChangeLog	26 Apr 2009 09:04:49 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/decorator
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.3 2009/03/27 11:41:12 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.4 2009/04/26 09:04:49 patrick Exp $
+
+*decorator-2.3.2 (26 Apr 2009)
+
+  26 Apr 2009; Patrick Lauer <patrick@gentoo.org> +decorator-2.3.2.ebuild:
+  Bump to 2.3.2, dep for bug #260168
 
 *decorator-3.0.1 (27 Mar 2009)
 



1.1                  dev-python/decorator/decorator-2.3.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/decorator/decorator-2.3.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/decorator/decorator-2.3.2.ebuild?rev=1.1&content-type=text/plain

Index: decorator-2.3.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-2.3.2.ebuild,v 1.1 2009/04/26 09:04:49 patrick Exp $

inherit distutils

DESCRIPTION="Simplifies the usage of decorators for the average programmer"
HOMEPAGE="http://www.phyast.pitt.edu/~micheles/python/documentation.html"
SRC_URI="http://pypi.python.org/packages/source/D/decorator/${P}.tar.gz"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="doc"
DEPEND="app-arch/unzip"
RDEPEND=""
DOCS="CHANGES.txt documentation.txt"

src_install() {
	distutils_src_install
	use doc && dohtml documentation.html
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: decorator-2.3.2.ebuild ChangeLog
@ 2009-05-22 21:00 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2009-05-22 21:00 UTC (permalink / raw
  To: gentoo-commits

patrick     09/05/22 21:00:21

  Modified:             decorator-2.3.2.ebuild ChangeLog
  Log:
  SRC_URI fix for 2.3.2, fixes #269086
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/decorator/decorator-2.3.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/decorator/decorator-2.3.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/decorator/decorator-2.3.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/decorator/decorator-2.3.2.ebuild?r1=1.1&r2=1.2

Index: decorator-2.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-2.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- decorator-2.3.2.ebuild	26 Apr 2009 09:04:49 -0000	1.1
+++ decorator-2.3.2.ebuild	22 May 2009 21:00:21 -0000	1.2
@@ -1,12 +1,12 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-2.3.2.ebuild,v 1.1 2009/04/26 09:04:49 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-2.3.2.ebuild,v 1.2 2009/05/22 21:00:21 patrick Exp $
 
 inherit distutils
 
 DESCRIPTION="Simplifies the usage of decorators for the average programmer"
 HOMEPAGE="http://www.phyast.pitt.edu/~micheles/python/documentation.html"
-SRC_URI="http://pypi.python.org/packages/source/D/decorator/${P}.tar.gz"
+SRC_URI="http://pypi.python.org/packages/source/d/decorator/${P}.tar.gz"
 LICENSE="BSD"
 KEYWORDS="~amd64 ~x86"
 SLOT="0"



1.5                  dev-python/decorator/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	26 Apr 2009 09:04:49 -0000	1.4
+++ ChangeLog	22 May 2009 21:00:21 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/decorator
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.4 2009/04/26 09:04:49 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.5 2009/05/22 21:00:21 patrick Exp $
+
+  22 May 2009; Patrick Lauer <patrick@gentoo.org> decorator-2.3.2.ebuild:
+  SRC_URI fix for 2.3.2, fixes #269086
 
 *decorator-2.3.2 (26 Apr 2009)
 






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

end of thread, other threads:[~2009-05-22 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-22 21:00 [gentoo-commits] gentoo-x86 commit in dev-python/decorator: decorator-2.3.2.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-26  9:04 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