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

patrick     12/04/19 09:08:07

  Modified:             ChangeLog
  Added:                quixote-2.7.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 dev-python/quixote/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	21 Feb 2012 08:19:29 -0000	1.34
+++ ChangeLog	19 Apr 2012 09:08:07 -0000	1.35
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/quixote
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.34 2012/02/21 08:19:29 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.35 2012/04/19 09:08:07 patrick Exp $
+
+*quixote-2.7 (19 Apr 2012)
+
+  19 Apr 2012; Patrick Lauer <patrick@gentoo.org> +quixote-2.7.ebuild:
+  Bump
 
   21 Feb 2012; Patrick Lauer <patrick@gentoo.org> quixote-2.6.ebuild:
   Restricting jython



1.1                  dev-python/quixote/quixote-2.7.ebuild

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

Index: quixote-2.7.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.7.ebuild,v 1.1 2012/04/19 09:08:06 patrick Exp $

EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"

inherit distutils

MY_P="${P/q/Q}"

DESCRIPTION="Python HTML templating framework for developing web applications"
HOMEPAGE="http://quixote.ca"
SRC_URI="http://quixote.ca/releases/${MY_P}.tar.gz"

LICENSE="CNRI-QUIXOTE-2.4"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""

DEPEND=""
RDEPEND=""

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

PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")

DOCS="ACKS.txt CHANGES.txt doc/*.txt"

src_install() {
	distutils_src_install
	dohtml doc/*.html || die "dohtml failed"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/quixote: quixote-2.7.ebuild ChangeLog
@ 2012-10-17  5:20 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2012-10-17  5:20 UTC (permalink / raw
  To: gentoo-commits

patrick     12/10/17 05:20:39

  Modified:             quixote-2.7.ebuild ChangeLog
  Log:
  Restricting python 2.5
  
  (Portage version: 2.2.0_alpha139/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  dev-python/quixote/quixote-2.7.ebuild

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

Index: quixote-2.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- quixote-2.7.ebuild	7 Jun 2012 22:10:12 -0000	1.4
+++ quixote-2.7.ebuild	17 Oct 2012 05:20:38 -0000	1.5
@@ -1,11 +1,11 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.7.ebuild,v 1.4 2012/06/07 22:10:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/quixote-2.7.ebuild,v 1.5 2012/10/17 05:20:38 patrick Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython"
+RESTRICT_PYTHON_ABIS="2.5 3.* 2.7-pypy-* *-jython"
 
 inherit distutils
 



1.39                 dev-python/quixote/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	7 Jun 2012 22:10:12 -0000	1.38
+++ ChangeLog	17 Oct 2012 05:20:38 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/quixote
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.38 2012/06/07 22:10:12 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/quixote/ChangeLog,v 1.39 2012/10/17 05:20:38 patrick Exp $
+
+  17 Oct 2012; Patrick Lauer <patrick@gentoo.org> quixote-2.7.ebuild:
+  Restricting python 2.5
 
   07 Jun 2012; Brent Baude <ranger@gentoo.org> quixote-2.7.ebuild:
   Marking quixote-2.7 ppc for bug 418917
@@ -151,4 +154,3 @@
  
   12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
   Added missing changelog entry.
-





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

end of thread, other threads:[~2012-10-17  5:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-19  9:08 [gentoo-commits] gentoo-x86 commit in dev-python/quixote: quixote-2.7.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-17  5:20 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