* [gentoo-commits] gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-2.2.2.ebuild
@ 2009-09-16 4:45 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 7+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-09-16 4:45 UTC (permalink / raw
To: gentoo-commits
arfrever 09/09/16 04:45:27
Modified: ChangeLog
Added: cheetah-2.2.2.ebuild
Log:
Version bump (bug #271379). Set SUPPORT_PYTHON_ABIS.
(Portage version: 14274-svn/cvs/Linux x86_64)
Revision Changes Path
1.47 dev-python/cheetah/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 6 Sep 2009 22:58:02 -0000 1.46
+++ ChangeLog 16 Sep 2009 04:45:27 -0000 1.47
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/cheetah
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.46 2009/09/06 22:58:02 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.47 2009/09/16 04:45:27 arfrever Exp $
+
+*cheetah-2.2.2 (16 Sep 2009)
+
+ 16 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +cheetah-2.2.2.ebuild:
+ Version bump (bug #271379). Set SUPPORT_PYTHON_ABIS.
06 Sep 2009; Christian Ruppert <idl0r@gentoo.org>
-files/Cheetah-0.9.18__future__imports.patch:
1.1 dev-python/cheetah/cheetah-2.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild?rev=1.1&content-type=text/plain
Index: cheetah-2.2.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/cheetah/cheetah-2.2.2.ebuild,v 1.1 2009/09/16 04:45:27 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
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/"
SRC_URI="http://pypi.python.org/packages/source/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="PSF-2.2"
IUSE=""
KEYWORDS="~amd64 ~x86"
SLOT="0"
RDEPEND="dev-python/markdown"
DEPEND="${RDEPEND}
dev-python/setuptools"
RESTRICT_PYTHON_ABIS="3.*"
S="${WORKDIR}/${MY_P}"
PYTHON_MODNAME="Cheetah"
DOCS="CHANGES README TODO"
src_test() {
# Disable broken tests.
sed \
-e "/Unicode/d" \
-e "s/if not sys.platform.startswith('java'):/if False:/" \
-i cheetah/Tests/Test.py || die "sed failed"
testing() {
PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" cheetah/Tests/Test.py
}
python_execute_function testing
}
src_install() {
distutils_src_install
rm -fr "${D}"usr/lib*/python*/site-packages/Cheetah/Tests
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-2.2.2.ebuild
@ 2009-10-01 20:13 Tobias Klausmann (klausman)
0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-10-01 20:13 UTC (permalink / raw
To: gentoo-commits
klausman 09/10/01 20:13:38
Modified: ChangeLog cheetah-2.2.2.ebuild
Log:
Keyworded on alpha, bug #285153
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.48 dev-python/cheetah/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 16 Sep 2009 04:45:27 -0000 1.47
+++ ChangeLog 1 Oct 2009 20:13:37 -0000 1.48
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cheetah
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.47 2009/09/16 04:45:27 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.48 2009/10/01 20:13:37 klausman Exp $
+
+ 01 Oct 2009; Tobias Klausmann <klausman@gentoo.org> cheetah-2.2.2.ebuild:
+ Keyworded on alpha, bug #285153
*cheetah-2.2.2 (16 Sep 2009)
1.2 dev-python/cheetah/cheetah-2.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild?r1=1.1&r2=1.2
Index: cheetah-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cheetah-2.2.2.ebuild 16 Sep 2009 04:45:27 -0000 1.1
+++ cheetah-2.2.2.ebuild 1 Oct 2009 20:13:37 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild,v 1.1 2009/09/16 04:45:27 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild,v 1.2 2009/10/01 20:13:37 klausman Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -16,7 +16,7 @@
LICENSE="PSF-2.2"
IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~x86"
SLOT="0"
RDEPEND="dev-python/markdown"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-2.2.2.ebuild
@ 2009-10-07 11:56 Mounir Lamouri (volkmar)
0 siblings, 0 replies; 7+ messages in thread
From: Mounir Lamouri (volkmar) @ 2009-10-07 11:56 UTC (permalink / raw
To: gentoo-commits
volkmar 09/10/07 11:56:29
Modified: ChangeLog cheetah-2.2.2.ebuild
Log:
Re-Keywording for ppc.
Bug 285153.
(Portage version: 14478-svn/cvs/Linux ppc)
Revision Changes Path
1.49 dev-python/cheetah/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 1 Oct 2009 20:13:37 -0000 1.48
+++ ChangeLog 7 Oct 2009 11:56:29 -0000 1.49
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cheetah
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.48 2009/10/01 20:13:37 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.49 2009/10/07 11:56:29 volkmar Exp $
+
+ 07 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> cheetah-2.2.2.ebuild:
+ Re-Keywording for ppc, bug 285153
01 Oct 2009; Tobias Klausmann <klausman@gentoo.org> cheetah-2.2.2.ebuild:
Keyworded on alpha, bug #285153
1.3 dev-python/cheetah/cheetah-2.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild?r1=1.2&r2=1.3
Index: cheetah-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cheetah-2.2.2.ebuild 1 Oct 2009 20:13:37 -0000 1.2
+++ cheetah-2.2.2.ebuild 7 Oct 2009 11:56:29 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild,v 1.2 2009/10/01 20:13:37 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild,v 1.3 2009/10/07 11:56:29 volkmar Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -16,7 +16,7 @@
LICENSE="PSF-2.2"
IUSE=""
-KEYWORDS="~alpha ~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
SLOT="0"
RDEPEND="dev-python/markdown"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-2.2.2.ebuild
@ 2009-10-10 12:33 Fabian Groffen (grobian)
0 siblings, 0 replies; 7+ messages in thread
From: Fabian Groffen (grobian) @ 2009-10-10 12:33 UTC (permalink / raw
To: gentoo-commits
grobian 09/10/10 12:33:29
Modified: ChangeLog cheetah-2.2.2.ebuild
Log:
Merge from Prefix
(Portage version: 2.2.00.14552-prefix/cvs/Darwin powerpc, RepoMan options: --force)
Revision Changes Path
1.50 dev-python/cheetah/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 7 Oct 2009 11:56:29 -0000 1.49
+++ ChangeLog 10 Oct 2009 12:33:28 -0000 1.50
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cheetah
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.49 2009/10/07 11:56:29 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.50 2009/10/10 12:33:28 grobian Exp $
+
+ 10 Oct 2009; Fabian Groffen <grobian@gentoo.org> cheetah-2.2.2.ebuild:
+ Merge from Prefix
07 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> cheetah-2.2.2.ebuild:
Re-Keywording for ppc, bug 285153
1.4 dev-python/cheetah/cheetah-2.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild?r1=1.3&r2=1.4
Index: cheetah-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cheetah-2.2.2.ebuild 7 Oct 2009 11:56:29 -0000 1.3
+++ cheetah-2.2.2.ebuild 10 Oct 2009 12:33:28 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild,v 1.3 2009/10/07 11:56:29 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild,v 1.4 2009/10/10 12:33:28 grobian Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -16,7 +16,7 @@
LICENSE="PSF-2.2"
IUSE=""
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
SLOT="0"
RDEPEND="dev-python/markdown"
@@ -43,6 +43,7 @@
}
src_install() {
+ [[ -z ${ED} ]] && local ED=${D}
distutils_src_install
- rm -fr "${D}"usr/lib*/python*/site-packages/Cheetah/Tests
+ rm -fr "${ED}"usr/lib*/python*/site-packages/Cheetah/Tests
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-2.2.2.ebuild
@ 2009-11-18 14:33 Mounir Lamouri (volkmar)
0 siblings, 0 replies; 7+ messages in thread
From: Mounir Lamouri (volkmar) @ 2009-11-18 14:33 UTC (permalink / raw
To: gentoo-commits
volkmar 09/11/18 14:33:47
Modified: ChangeLog cheetah-2.2.2.ebuild
Log:
Stable for ppc.
Bug 292316.
(Portage version: 14755-svn/cvs/Linux ppc)
Revision Changes Path
1.53 dev-python/cheetah/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 3 Nov 2009 18:34:45 -0000 1.52
+++ ChangeLog 18 Nov 2009 14:33:47 -0000 1.53
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cheetah
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.52 2009/11/03 18:34:45 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.53 2009/11/18 14:33:47 volkmar Exp $
+
+ 18 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> cheetah-2.2.2.ebuild:
+ Stable for ppc, bug 292316
03 Nov 2009; Raúl Porcel <armin76@gentoo.org> cheetah-2.2.2.ebuild,
cheetah-2.4.0.ebuild:
1.6 dev-python/cheetah/cheetah-2.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild?r1=1.5&r2=1.6
Index: cheetah-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cheetah-2.2.2.ebuild 3 Nov 2009 18:34:45 -0000 1.5
+++ cheetah-2.2.2.ebuild 18 Nov 2009 14:33:47 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild,v 1.5 2009/11/03 18:34:45 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild,v 1.6 2009/11/18 14:33:47 volkmar Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -16,7 +16,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] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-2.2.2.ebuild
@ 2009-11-23 21:07 Markus Meier (maekke)
0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-11-23 21:07 UTC (permalink / raw
To: gentoo-commits
maekke 09/11/23 21:07:24
Modified: ChangeLog cheetah-2.2.2.ebuild
Log:
x86 stable, bug #292316
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Revision Changes Path
1.54 dev-python/cheetah/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 18 Nov 2009 14:33:47 -0000 1.53
+++ ChangeLog 23 Nov 2009 21:07:23 -0000 1.54
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cheetah
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.53 2009/11/18 14:33:47 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.54 2009/11/23 21:07:23 maekke Exp $
+
+ 23 Nov 2009; Markus Meier <maekke@gentoo.org> cheetah-2.2.2.ebuild:
+ x86 stable, bug #292316
18 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> cheetah-2.2.2.ebuild:
Stable for ppc, bug 292316
1.7 dev-python/cheetah/cheetah-2.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild?r1=1.6&r2=1.7
Index: cheetah-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cheetah-2.2.2.ebuild 18 Nov 2009 14:33:47 -0000 1.6
+++ cheetah-2.2.2.ebuild 23 Nov 2009 21:07:23 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild,v 1.6 2009/11/18 14:33:47 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild,v 1.7 2009/11/23 21:07:23 maekke Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -16,7 +16,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] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-2.2.2.ebuild
@ 2009-11-24 16:08 Raul Porcel (armin76)
0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2009-11-24 16:08 UTC (permalink / raw
To: gentoo-commits
armin76 09/11/24 16:08:41
Modified: ChangeLog cheetah-2.2.2.ebuild
Log:
alpha/ia64/sparc stable wrt #292316
(Portage version: 2.1.6.13/cvs/Linux ia64)
Revision Changes Path
1.55 dev-python/cheetah/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 23 Nov 2009 21:07:23 -0000 1.54
+++ ChangeLog 24 Nov 2009 16:08:41 -0000 1.55
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cheetah
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.54 2009/11/23 21:07:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.55 2009/11/24 16:08:41 armin76 Exp $
+
+ 24 Nov 2009; Raúl Porcel <armin76@gentoo.org> cheetah-2.2.2.ebuild:
+ alpha/ia64/sparc stable wrt #292316
23 Nov 2009; Markus Meier <maekke@gentoo.org> cheetah-2.2.2.ebuild:
x86 stable, bug #292316
1.8 dev-python/cheetah/cheetah-2.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild?r1=1.7&r2=1.8
Index: cheetah-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cheetah-2.2.2.ebuild 23 Nov 2009 21:07:23 -0000 1.7
+++ cheetah-2.2.2.ebuild 24 Nov 2009 16:08:41 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild,v 1.7 2009/11/23 21:07:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.2.2.ebuild,v 1.8 2009/11/24 16:08:41 armin76 Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -16,7 +16,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] 7+ messages in thread
end of thread, other threads:[~2009-11-24 16:08 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-01 20:13 [gentoo-commits] gentoo-x86 commit in dev-python/cheetah: ChangeLog cheetah-2.2.2.ebuild Tobias Klausmann (klausman)
-- strict thread matches above, loose matches on Subject: below --
2009-11-24 16:08 Raul Porcel (armin76)
2009-11-23 21:07 Markus Meier (maekke)
2009-11-18 14:33 Mounir Lamouri (volkmar)
2009-10-10 12:33 Fabian Groffen (grobian)
2009-10-07 11:56 Mounir Lamouri (volkmar)
2009-09-16 4:45 Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox