* [gentoo-commits] gentoo-x86 commit in dev-python/mantissa: mantissa-0.6.21.ebuild ChangeLog
@ 2009-02-10 13:22 Thomas Raschbacher (lordvan)
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Raschbacher (lordvan) @ 2009-02-10 13:22 UTC (permalink / raw
To: gentoo-commits
lordvan 09/02/10 13:22:58
Modified: ChangeLog
Added: mantissa-0.6.21.ebuild
Log:
new version
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.10 dev-python/mantissa/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 3 Apr 2008 21:50:03 -0000 1.9
+++ ChangeLog 10 Feb 2009 13:22:58 -0000 1.10
@@ -1,6 +1,13 @@
# ChangeLog for dev-python/mantissa
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v 1.9 2008/04/03 21:50:03 lordvan Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v 1.10 2009/02/10 13:22:58 lordvan Exp $
+
+*mantissa-0.6.21 (10 Feb 2009)
+
+ 10 Feb 2009; Thomas Raschbacher <lordvan@gentoo.org>
+ +mantissa-0.6.21.ebuild:
+ new version. now depends on cssutils as well as newer twisted
+ not for ia64 because I can't test this and cssutils on it
*mantissa-0.6.19 (03 Apr 2008)
1.1 dev-python/mantissa/mantissa-0.6.21.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild?rev=1.1&content-type=text/plain
Index: mantissa-0.6.21.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild,v 1.1 2009/02/10 13:22:58 lordvan Exp $
inherit distutils eutils
MY_P=Mantissa-${PV}
DESCRIPTION="An extensible, multi-protocol, multi-user, interactive application server"
HOMEPAGE="http://divmod.org/trac/wiki/DivmodMantissa"
SRC_URI="http://divmod.org/trac/attachment/wiki/SoftwareReleases/${MY_P}.tar.gz?format=raw -> ${MY_P}.tar.gz"
#SRC_URI="mirror://gentoo/Mantissa-${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
EAPI="2"
DEPEND=">=dev-lang/python-2.4
>=dev-python/twisted-8.0.1
dev-python/twisted-mail
>=dev-python/nevow-0.9.5
>=dev-python/axiom-0.5.7
>=dev-python/vertex-0.2.0
>=dev-python/pytz-2005m
>=dev-python/imaging-1.1.6
>=dev-python/cssutils-0.9.5.1"
S="${WORKDIR}/Mantissa-${PV}"
DOCS="NAME.txt NEWS.txt"
src_compile() {
# skip this, or epsilon will install the temporary "build" dir
true
}
src_test() {
PYTHONPATH=. trial xmantissa || die "trial failed"
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/mantissa: mantissa-0.6.21.ebuild ChangeLog
@ 2009-02-11 8:56 Thomas Raschbacher (lordvan)
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Raschbacher (lordvan) @ 2009-02-11 8:56 UTC (permalink / raw
To: gentoo-commits
lordvan 09/02/11 08:56:11
Modified: mantissa-0.6.21.ebuild ChangeLog
Log:
disable plugin cache update in src_install
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-python/mantissa/mantissa-0.6.21.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild?r1=1.1&r2=1.2
Index: mantissa-0.6.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mantissa-0.6.21.ebuild 10 Feb 2009 13:22:58 -0000 1.1
+++ mantissa-0.6.21.ebuild 11 Feb 2009 08:56:10 -0000 1.2
@@ -1,8 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild,v 1.1 2009/02/10 13:22:58 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild,v 1.2 2009/02/11 08:56:10 lordvan Exp $
-inherit distutils eutils
+inherit twisted distutils eutils
MY_P=Mantissa-${PV}
DESCRIPTION="An extensible, multi-protocol, multi-user, interactive application server"
@@ -38,3 +38,17 @@
src_test() {
PYTHONPATH=. trial xmantissa || die "trial failed"
}
+
+src_install() {
+ export PORTAGE_PLUGINCACHE_NOOP=1
+ distutils_install
+ unset PORTAGE_PLUGINCACHE_NOOP
+}
+
+pkg_postrm() {
+ twisted_pkg_postrm
+}
+
+pkg_postinst() {
+ twisted_pkg_postinst
+}
1.11 dev-python/mantissa/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 10 Feb 2009 13:22:58 -0000 1.10
+++ ChangeLog 11 Feb 2009 08:56:10 -0000 1.11
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/mantissa
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v 1.10 2009/02/10 13:22:58 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v 1.11 2009/02/11 08:56:10 lordvan Exp $
+
+ 11 Feb 2009; Thomas Raschbacher <lordvan@gentoo.org>
+ mantissa-0.6.21.ebuild:
+ disable plugin cache update in src_install
*mantissa-0.6.21 (10 Feb 2009)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/mantissa: mantissa-0.6.21.ebuild ChangeLog
@ 2009-02-12 9:14 Thomas Raschbacher (lordvan)
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Raschbacher (lordvan) @ 2009-02-12 9:14 UTC (permalink / raw
To: gentoo-commits
lordvan 09/02/12 09:14:34
Modified: mantissa-0.6.21.ebuild ChangeLog
Log:
now properly regenerating all plugin caches
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-python/mantissa/mantissa-0.6.21.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild?r1=1.3&r2=1.4
Index: mantissa-0.6.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mantissa-0.6.21.ebuild 12 Feb 2009 08:58:12 -0000 1.3
+++ mantissa-0.6.21.ebuild 12 Feb 2009 09:14:34 -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/mantissa/mantissa-0.6.21.ebuild,v 1.3 2009/02/12 08:58:12 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild,v 1.4 2009/02/12 09:14:34 lordvan Exp $
inherit twisted distutils eutils
@@ -45,10 +45,31 @@
unset PORTAGE_PLUGINCACHE_NOOP
}
+update_axiom_plugin_cache() {
+ einfo "Updating axiom plugin cache..."
+ python -c 'from twisted.plugin import IPlugin, getPlugIns;from axiom import plugins; list(getPlugIns(IPlugin, plugins))'
+}
+
+update_nevow_plugin_cache() {
+ einfo "Updating nevow plugin cache..."
+ python -c 'from twisted.plugin import IPlugin, getPlugIns;from nevow import plugins; list(getPlugIns(IPlugin, plugins))'
+}
+
+update_mantissa_plugin_cache() {
+ einfo "Updating mantissa plugin cache..."
+ python -c 'from twisted.plugin import IPlugin, getPlugIns;from xmantissa import plugins; list(getPlugIns(IPlugin, plugins))'
+}
+
pkg_postrm() {
twisted_pkg_postrm
+ update_axiom_plugin_cache
+ update_nevow_plugin_cache
+ update_mantissa_plugin_cache
}
pkg_postinst() {
twisted_pkg_postinst
+ update_axiom_plugin_cache
+ update_nevow_plugin_cache
+ update_mantissa_plugin_cache
}
1.12 dev-python/mantissa/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 11 Feb 2009 08:56:10 -0000 1.11
+++ ChangeLog 12 Feb 2009 09:14:34 -0000 1.12
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/mantissa
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v 1.11 2009/02/11 08:56:10 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v 1.12 2009/02/12 09:14:34 lordvan Exp $
+
+ 12 Feb 2009; Thomas Raschbacher <lordvan@gentoo.org>
+ mantissa-0.6.21.ebuild:
+ now properly regenerating all plugin caches
11 Feb 2009; Thomas Raschbacher <lordvan@gentoo.org>
mantissa-0.6.21.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/mantissa: mantissa-0.6.21.ebuild ChangeLog
@ 2009-06-01 14:47 Patrick Lauer (patrick)
0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer (patrick) @ 2009-06-01 14:47 UTC (permalink / raw
To: gentoo-commits
patrick 09/06/01 14:47:52
Modified: mantissa-0.6.21.ebuild ChangeLog
Log:
EAPI goes to the top
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-python/mantissa/mantissa-0.6.21.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild?r1=1.4&r2=1.5
Index: mantissa-0.6.21.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mantissa-0.6.21.ebuild 12 Feb 2009 09:14:34 -0000 1.4
+++ mantissa-0.6.21.ebuild 1 Jun 2009 14:47:52 -0000 1.5
@@ -1,6 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild,v 1.4 2009/02/12 09:14:34 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/mantissa-0.6.21.ebuild,v 1.5 2009/06/01 14:47:52 patrick Exp $
+
+EAPI="2"
inherit twisted distutils eutils
@@ -14,7 +16,6 @@
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
-EAPI="2"
DEPEND=">=dev-lang/python-2.4
>=dev-python/twisted-8.0.1
1.13 dev-python/mantissa/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/mantissa/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 12 Feb 2009 09:14:34 -0000 1.12
+++ ChangeLog 1 Jun 2009 14:47:52 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/mantissa
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v 1.12 2009/02/12 09:14:34 lordvan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mantissa/ChangeLog,v 1.13 2009/06/01 14:47:52 patrick Exp $
+
+ 01 Jun 2009; Patrick Lauer <patrick@gentoo.org> mantissa-0.6.21.ebuild:
+ EAPI goes to the top
12 Feb 2009; Thomas Raschbacher <lordvan@gentoo.org>
mantissa-0.6.21.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-06-01 14:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-01 14:47 [gentoo-commits] gentoo-x86 commit in dev-python/mantissa: mantissa-0.6.21.ebuild ChangeLog Patrick Lauer (patrick)
-- strict thread matches above, loose matches on Subject: below --
2009-02-12 9:14 Thomas Raschbacher (lordvan)
2009-02-11 8:56 Thomas Raschbacher (lordvan)
2009-02-10 13:22 Thomas Raschbacher (lordvan)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox