public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-2.4.4.ebuild
@ 2010-12-19 20:52 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 8+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-12-19 20:52 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/12/19 20:52:17

  Modified:             ChangeLog
  Added:                cheetah-2.4.4.ebuild
  Log:
  Version bump. Fixed tests with Python 2.7 (bug #293974).
  
  (Portage version: 2.2.0_alpha9_p4/cvs/Linux x86_64)

Revision  Changes    Path
1.75                 dev-python/cheetah/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	14 Nov 2010 14:56:20 -0000	1.74
+++ ChangeLog	19 Dec 2010 20:52:17 -0000	1.75
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/cheetah
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.74 2010/11/14 14:56:20 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.75 2010/12/19 20:52:17 arfrever Exp $
+
+*cheetah-2.4.4 (19 Dec 2010)
+
+  19 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +cheetah-2.4.4.ebuild:
+  Version bump. Fixed tests with Python 2.7 (bug #293974).
 
   14 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   -cheetah-2.4.2.1.ebuild:



1.1                  dev-python/cheetah/cheetah-2.4.4.ebuild

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

Index: cheetah-2.4.4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v 1.1 2010/12/19 20:52:17 arfrever Exp $

EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"

inherit distutils

MY_PN="Cheetah"
MY_P="${MY_PN}-${PV/_}"

DESCRIPTION="Python-powered template engine and code generator."
HOMEPAGE="http://www.cheetahtemplate.org/ http://rtyler.github.com/cheetah/ http://pypi.python.org/pypi/Cheetah"
SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="PSF-2.2"
IUSE=""
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
SLOT="0"

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

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

DOCS="CHANGES README.markdown TODO"
PYTHON_MODNAME="Cheetah"

src_prepare() {
	distutils_src_prepare

	# Disable broken tests.
	sed \
		-e "/Unicode/d" \
		-e "s/if not sys.platform.startswith('java'):/if False:/" \
		-e "/results =/a\\    sys.exit(not results.wasSuccessful())" \
		-i cheetah/Tests/Test.py || die "sed failed"
}

src_test() {
	testing() {
		PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" cheetah/Tests/Test.py
	}
	python_execute_function testing
}

src_install() {
	distutils_src_install

	delete_tests() {
		rm -fr "${ED}$(python_get_sitedir)/Cheetah/Tests"
	}
	python_execute_function -q delete_tests
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-2.4.4.ebuild
@ 2011-01-26 14:06 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-26 14:06 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/01/26 14:06:10

  Modified:             ChangeLog cheetah-2.4.4.ebuild
  Log:
  Stable on amd64 wrt bug #352728
  
  (Portage version: 2.1.9.35/cvs/Linux x86_64)

Revision  Changes    Path
1.76                 dev-python/cheetah/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	19 Dec 2010 20:52:17 -0000	1.75
+++ ChangeLog	26 Jan 2011 14:06:10 -0000	1.76
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/cheetah
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.75 2010/12/19 20:52:17 arfrever Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.76 2011/01/26 14:06:10 hwoarang Exp $
+
+  26 Jan 2011; Markos Chandras <hwoarang@gentoo.org> cheetah-2.4.4.ebuild:
+  Stable on amd64 wrt bug #352728
 
 *cheetah-2.4.4 (19 Dec 2010)
 



1.2                  dev-python/cheetah/cheetah-2.4.4.ebuild

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

Index: cheetah-2.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cheetah-2.4.4.ebuild	19 Dec 2010 20:52:17 -0000	1.1
+++ cheetah-2.4.4.ebuild	26 Jan 2011 14:06:10 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v 1.1 2010/12/19 20:52:17 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v 1.2 2011/01/26 14:06:10 hwoarang Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
 
 LICENSE="PSF-2.2"
 IUSE=""
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 SLOT="0"
 
 RDEPEND="dev-python/markdown"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-2.4.4.ebuild
@ 2011-01-26 14:23 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-01-26 14:23 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/01/26 14:23:59

  Modified:             ChangeLog cheetah-2.4.4.ebuild
  Log:
  x86 stable wrt bug #352728
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.77                 dev-python/cheetah/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	26 Jan 2011 14:06:10 -0000	1.76
+++ ChangeLog	26 Jan 2011 14:23:59 -0000	1.77
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/cheetah
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.76 2011/01/26 14:06:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.77 2011/01/26 14:23:59 phajdan.jr Exp $
+
+  26 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> cheetah-2.4.4.ebuild:
+  x86 stable wrt bug #352728
 
   26 Jan 2011; Markos Chandras <hwoarang@gentoo.org> cheetah-2.4.4.ebuild:
   Stable on amd64 wrt bug #352728



1.3                  dev-python/cheetah/cheetah-2.4.4.ebuild

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

Index: cheetah-2.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cheetah-2.4.4.ebuild	26 Jan 2011 14:06:10 -0000	1.2
+++ cheetah-2.4.4.ebuild	26 Jan 2011 14:23:59 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v 1.2 2011/01/26 14:06:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v 1.3 2011/01/26 14:23:59 phajdan.jr Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
 
 LICENSE="PSF-2.2"
 IUSE=""
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 SLOT="0"
 
 RDEPEND="dev-python/markdown"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-2.4.4.ebuild
@ 2011-01-29 18:58 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2011-01-29 18:58 UTC (permalink / raw
  To: gentoo-commits

armin76     11/01/29 18:58:35

  Modified:             ChangeLog cheetah-2.4.4.ebuild
  Log:
  alpha/ia64/sparc stable wrt #352728
  
  (Portage version: 2.1.9.25/cvs/Linux ia64)

Revision  Changes    Path
1.78                 dev-python/cheetah/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	26 Jan 2011 14:23:59 -0000	1.77
+++ ChangeLog	29 Jan 2011 18:58:34 -0000	1.78
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/cheetah
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.77 2011/01/26 14:23:59 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.78 2011/01/29 18:58:34 armin76 Exp $
+
+  29 Jan 2011; Raúl Porcel <armin76@gentoo.org> cheetah-2.4.4.ebuild:
+  alpha/ia64/sparc stable wrt #352728
 
   26 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> cheetah-2.4.4.ebuild:
   x86 stable wrt bug #352728



1.4                  dev-python/cheetah/cheetah-2.4.4.ebuild

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

Index: cheetah-2.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cheetah-2.4.4.ebuild	26 Jan 2011 14:23:59 -0000	1.3
+++ cheetah-2.4.4.ebuild	29 Jan 2011 18:58:34 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v 1.3 2011/01/26 14:23:59 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v 1.4 2011/01/29 18:58:34 armin76 Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
 
 LICENSE="PSF-2.2"
 IUSE=""
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 SLOT="0"
 
 RDEPEND="dev-python/markdown"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-2.4.4.ebuild
@ 2011-02-27 18:02 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2011-02-27 18:02 UTC (permalink / raw
  To: gentoo-commits

ranger      11/02/27 18:02:47

  Modified:             ChangeLog cheetah-2.4.4.ebuild
  Log:
  stable ppc, bug 352728
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.79                 dev-python/cheetah/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	29 Jan 2011 18:58:34 -0000	1.78
+++ ChangeLog	27 Feb 2011 18:02:47 -0000	1.79
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/cheetah
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.78 2011/01/29 18:58:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.79 2011/02/27 18:02:47 ranger Exp $
+
+  27 Feb 2011; Brent Baude <ranger@gentoo.org> cheetah-2.4.4.ebuild:
+  stable ppc, bug 352728
 
   29 Jan 2011; Raúl Porcel <armin76@gentoo.org> cheetah-2.4.4.ebuild:
   alpha/ia64/sparc stable wrt #352728



1.5                  dev-python/cheetah/cheetah-2.4.4.ebuild

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

Index: cheetah-2.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cheetah-2.4.4.ebuild	29 Jan 2011 18:58:34 -0000	1.4
+++ cheetah-2.4.4.ebuild	27 Feb 2011 18:02:47 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v 1.4 2011/01/29 18:58:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v 1.5 2011/02/27 18:02:47 ranger Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
 
 LICENSE="PSF-2.2"
 IUSE=""
-KEYWORDS="alpha amd64 ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 SLOT="0"
 
 RDEPEND="dev-python/markdown"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-2.4.4.ebuild
@ 2011-08-27 21:15 Jesus Rivero (neurogeek)
  0 siblings, 0 replies; 8+ messages in thread
From: Jesus Rivero (neurogeek) @ 2011-08-27 21:15 UTC (permalink / raw
  To: gentoo-commits

neurogeek    11/08/27 21:15:27

  Modified:             ChangeLog cheetah-2.4.4.ebuild
  Log:
  Change to generic license
  
  (Portage version: 2.2.0_alpha41/cvs/Linux i686)

Revision  Changes    Path
1.81                 dev-python/cheetah/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	27 Feb 2011 21:24:01 -0000	1.80
+++ ChangeLog	27 Aug 2011 21:15:27 -0000	1.81
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/cheetah
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.80 2011/02/27 21:24:01 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.81 2011/08/27 21:15:27 neurogeek Exp $
+
+  27 Aug 2011; Jesus Rivero <neurogeek@gentoo.org> cheetah-2.4.4.ebuild:
+  Change to generic license
 
   27 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   -cheetah-2.4.3.ebuild:



1.6                  dev-python/cheetah/cheetah-2.4.4.ebuild

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

Index: cheetah-2.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cheetah-2.4.4.ebuild	27 Feb 2011 18:02:47 -0000	1.5
+++ cheetah-2.4.4.ebuild	27 Aug 2011 21:15:27 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v 1.5 2011/02/27 18:02:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v 1.6 2011/08/27 21:15:27 neurogeek Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -16,7 +16,7 @@
 HOMEPAGE="http://www.cheetahtemplate.org/ http://rtyler.github.com/cheetah/ http://pypi.python.org/pypi/Cheetah"
 SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
-LICENSE="PSF-2.2"
+LICENSE="PSF-2"
 IUSE=""
 KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 SLOT="0"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-2.4.4.ebuild
@ 2011-08-29 21:47 Jesus Rivero (neurogeek)
  0 siblings, 0 replies; 8+ messages in thread
From: Jesus Rivero (neurogeek) @ 2011-08-29 21:47 UTC (permalink / raw
  To: gentoo-commits

neurogeek    11/08/29 21:47:22

  Modified:             ChangeLog cheetah-2.4.4.ebuild
  Log:
  Fixed license
  
  (Portage version: 2.2.0_alpha41/cvs/Linux i686)

Revision  Changes    Path
1.82                 dev-python/cheetah/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	27 Aug 2011 21:15:27 -0000	1.81
+++ ChangeLog	29 Aug 2011 21:47:22 -0000	1.82
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/cheetah
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.81 2011/08/27 21:15:27 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.82 2011/08/29 21:47:22 neurogeek Exp $
+
+  29 Aug 2011; Jesus Rivero <neurogeek@gentoo.org> cheetah-2.4.4.ebuild:
+  Fixed license
 
   27 Aug 2011; Jesus Rivero <neurogeek@gentoo.org> cheetah-2.4.4.ebuild:
   Change to generic license



1.7                  dev-python/cheetah/cheetah-2.4.4.ebuild

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

Index: cheetah-2.4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cheetah-2.4.4.ebuild	27 Aug 2011 21:15:27 -0000	1.6
+++ cheetah-2.4.4.ebuild	29 Aug 2011 21:47:22 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v 1.6 2011/08/27 21:15:27 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v 1.7 2011/08/29 21:47:22 neurogeek Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -16,7 +16,7 @@
 HOMEPAGE="http://www.cheetahtemplate.org/ http://rtyler.github.com/cheetah/ http://pypi.python.org/pypi/Cheetah"
 SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
-LICENSE="PSF-2"
+LICENSE="MIT"
 IUSE=""
 KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 SLOT="0"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-2.4.4.ebuild
@ 2015-01-23  2:14 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-01-23  2:14 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/01/23 02:14:00

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

Revision  Changes    Path
1.94                 dev-python/cheetah/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	10 Aug 2014 21:08:30 -0000	1.93
+++ ChangeLog	23 Jan 2015 02:13:59 -0000	1.94
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/cheetah
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.93 2014/08/10 21:08:30 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.94 2015/01/23 02:13:59 mrueg Exp $
+
+  23 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -cheetah-2.4.4.ebuild:
+  Remove old.
 
   10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> cheetah-2.4.4-r1.ebuild,
   cheetah-2.4.4.ebuild:





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

end of thread, other threads:[~2015-01-23  2:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-19 20:52 [gentoo-commits] gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-2.4.4.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-26 14:06 Markos Chandras (hwoarang)
2011-01-26 14:23 PaweA Hajdan (phajdan.jr)
2011-01-29 18:58 Raul Porcel (armin76)
2011-02-27 18:02 Brent Baude (ranger)
2011-08-27 21:15 Jesus Rivero (neurogeek)
2011-08-29 21:47 Jesus Rivero (neurogeek)
2015-01-23  2:14 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