public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/chameleon: ChangeLog chameleon-2.2-r1.ebuild
@ 2011-07-30  0:45 Rafael Martins (rafaelmartins)
  0 siblings, 0 replies; 3+ messages in thread
From: Rafael Martins (rafaelmartins) @ 2011-07-30  0:45 UTC (permalink / raw
  To: gentoo-commits

rafaelmartins    11/07/30 00:45:12

  Modified:             ChangeLog chameleon-2.2-r1.ebuild
  Log:
  Re-added missing USE flag: test
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-python/chameleon/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	30 Jul 2011 00:26:24 -0000	1.2
+++ ChangeLog	30 Jul 2011 00:45:12 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/chameleon
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v 1.2 2011/07/30 00:26:24 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v 1.3 2011/07/30 00:45:12 rafaelmartins Exp $
+
+  30 Jul 2011; Rafael G. Martins <rafaelmartins@gentoo.org>
+  chameleon-2.2-r1.ebuild:
+  Re-added missing USE flag: test
 
 *chameleon-2.2-r1 (30 Jul 2011)
 



1.2                  dev-python/chameleon/chameleon-2.2-r1.ebuild

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

Index: chameleon-2.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chameleon-2.2-r1.ebuild	30 Jul 2011 00:26:24 -0000	1.1
+++ chameleon-2.2-r1.ebuild	30 Jul 2011 00:45:12 -0000	1.2
@@ -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/chameleon/chameleon-2.2-r1.ebuild,v 1.1 2011/07/30 00:26:24 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.2-r1.ebuild,v 1.2 2011/07/30 00:45:12 rafaelmartins Exp $
 
 EAPI=3
 
@@ -21,7 +21,7 @@
 LICENSE="repoze"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc"
+IUSE="doc test"
 
 DEPEND="doc? ( dev-python/sphinx )"
 RDEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in dev-python/chameleon: ChangeLog chameleon-2.2-r1.ebuild
@ 2011-07-30  1:04 Rafael Martins (rafaelmartins)
  0 siblings, 0 replies; 3+ messages in thread
From: Rafael Martins (rafaelmartins) @ 2011-07-30  1:04 UTC (permalink / raw
  To: gentoo-commits

rafaelmartins    11/07/30 01:04:26

  Modified:             ChangeLog chameleon-2.2-r1.ebuild
  Log:
  Added setuptools dependency.
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-python/chameleon/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	30 Jul 2011 00:45:12 -0000	1.3
+++ ChangeLog	30 Jul 2011 01:04:26 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/chameleon
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v 1.3 2011/07/30 00:45:12 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v 1.4 2011/07/30 01:04:26 rafaelmartins Exp $
+
+  30 Jul 2011; Rafael G. Martins <rafaelmartins@gentoo.org>
+  chameleon-2.2-r1.ebuild:
+  Added setuptools dependency.
 
   30 Jul 2011; Rafael G. Martins <rafaelmartins@gentoo.org>
   chameleon-2.2-r1.ebuild:



1.3                  dev-python/chameleon/chameleon-2.2-r1.ebuild

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

Index: chameleon-2.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- chameleon-2.2-r1.ebuild	30 Jul 2011 00:45:12 -0000	1.2
+++ chameleon-2.2-r1.ebuild	30 Jul 2011 01:04:26 -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/chameleon/chameleon-2.2-r1.ebuild,v 1.2 2011/07/30 00:45:12 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.2-r1.ebuild,v 1.3 2011/07/30 01:04:26 rafaelmartins Exp $
 
 EAPI=3
 
@@ -23,7 +23,8 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="doc test"
 
-DEPEND="doc? ( dev-python/sphinx )"
+DEPEND="dev-python/setuptools
+	doc? ( dev-python/sphinx )"
 RDEPEND=""
 
 S="${WORKDIR}/${MY_P}"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/chameleon: ChangeLog chameleon-2.2-r1.ebuild
@ 2011-09-14  8:23 Dirkjan Ochtman (djc)
  0 siblings, 0 replies; 3+ messages in thread
From: Dirkjan Ochtman (djc) @ 2011-09-14  8:23 UTC (permalink / raw
  To: gentoo-commits

djc         11/09/14 08:23:19

  Modified:             ChangeLog chameleon-2.2-r1.ebuild
  Log:
  Add PyPI homepage for chameleon.
  
  (Portage version: 2.1.10.15/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-python/chameleon/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	30 Jul 2011 01:04:26 -0000	1.4
+++ ChangeLog	14 Sep 2011 08:23:19 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/chameleon
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v 1.4 2011/07/30 01:04:26 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v 1.5 2011/09/14 08:23:19 djc Exp $
+
+  14 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> chameleon-2.2-r1.ebuild:
+  Add PyPI homepage.
 
   30 Jul 2011; Rafael G. Martins <rafaelmartins@gentoo.org>
   chameleon-2.2-r1.ebuild:



1.4                  dev-python/chameleon/chameleon-2.2-r1.ebuild

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

Index: chameleon-2.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- chameleon-2.2-r1.ebuild	30 Jul 2011 01:04:26 -0000	1.3
+++ chameleon-2.2-r1.ebuild	14 Sep 2011 08:23:19 -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/chameleon/chameleon-2.2-r1.ebuild,v 1.3 2011/07/30 01:04:26 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.2-r1.ebuild,v 1.4 2011/09/14 08:23:19 djc Exp $
 
 EAPI=3
 
@@ -14,8 +14,8 @@
 MY_PN="Chameleon"
 MY_P="${MY_PN}-${PV}"
 
-DESCRIPTION="Fast XML template compiler for Python"
-HOMEPAGE="http://chameleon.repoze.org"
+DESCRIPTION="Fast HTML/XML template compiler for Python"
+HOMEPAGE="http://chameleon.repoze.org http://pypi.python.org/pypi/Chameleon"
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
 
 LICENSE="repoze"






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

end of thread, other threads:[~2011-09-14  8:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-30  1:04 [gentoo-commits] gentoo-x86 commit in dev-python/chameleon: ChangeLog chameleon-2.2-r1.ebuild Rafael Martins (rafaelmartins)
  -- strict thread matches above, loose matches on Subject: below --
2011-09-14  8:23 Dirkjan Ochtman (djc)
2011-07-30  0:45 Rafael Martins (rafaelmartins)

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