public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/axiom: ChangeLog axiom-0.5.31.ebuild
@ 2009-06-06 22:46 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-06-06 22:46 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/06/06 22:46:21

  Modified:             ChangeLog
  Added:                axiom-0.5.31.ebuild
  Log:
  Version bump.
  (Portage version: 13628-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 dev-python/axiom/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/axiom/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/axiom/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/axiom/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/axiom/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	1 Jun 2009 14:44:28 -0000	1.25
+++ ChangeLog	6 Jun 2009 22:46:21 -0000	1.26
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/axiom
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/ChangeLog,v 1.25 2009/06/01 14:44:28 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/ChangeLog,v 1.26 2009/06/06 22:46:21 arfrever Exp $
+
+*axiom-0.5.31 (06 Jun 2009)
+
+  06 Jun 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +axiom-0.5.31.ebuild:
+  Version bump.
 
   01 Jun 2009; Patrick Lauer <patrick@gentoo.org> axiom-0.5.30.ebuild:
   EAPI goes to the top



1.1                  dev-python/axiom/axiom-0.5.31.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/axiom/axiom-0.5.31.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/axiom/axiom-0.5.31.ebuild?rev=1.1&content-type=text/plain

Index: axiom-0.5.31.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/axiom-0.5.31.ebuild,v 1.1 2009/06/06 22:46:21 arfrever Exp $

EAPI="2"

inherit twisted distutils eutils

MY_P=Axiom-${PV}

DESCRIPTION="Axiom is an object database implemented on top of SQLite."
HOMEPAGE="http://divmod.org/trac/wiki/DivmodAxiom"
SRC_URI="http://divmod.org/trac/attachment/wiki/SoftwareReleases/${MY_P}.tar.gz?format=raw -> ${MY_P}.tar.gz"
#SRC_URI="mirror://gentoo/${MY_P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86"
IUSE=""

DEPEND="|| ( >=dev-lang/python-2.5[sqlite]
	( >=dev-lang/python-2.4 >=dev-python/pysqlite-2.0 ) )
	>=dev-db/sqlite-3.2.1
	>=dev-python/twisted-2.4
	>=dev-python/twisted-conch-0.7.0-r1
	=dev-python/epsilon-0.5*"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${MY_P}

DOCS="NAME.txt"

src_prepare() {
	epatch "${FILESDIR}/${PN}-0.5.30-sqlite3.patch"
	if has_version ">=dev-db/sqlite-3.6.4"; then
		epatch "${FILESDIR}/${PN}-0.5.30-sqlite3_3.6.4.patch"
	fi
}

src_compile() {
	# skip this, or epsilon will install the temporary "build" dir
	true
}

src_test() {
	PYTHONPATH=. trial axiom || die "trial failed"
}

src_install() {
	export PORTAGE_PLUGINCACHE_NOOP=1
	distutils_src_install
	# Not needed sine we disable plugin cache update now
	# remove dropin.cache from destdir
	#rm "${D}usr/$(get_libdir)/python${PYVER}/site-packages/twisted/plugins/dropin.cache"
	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))'
}

pkg_postrm() {
	twisted_pkg_postrm
	update_axiom_plugin_cache
}

pkg_postinst() {
	twisted_pkg_postinst
	update_axiom_plugin_cache
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-06 22:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-06 22:46 [gentoo-commits] gentoo-x86 commit in dev-python/axiom: ChangeLog axiom-0.5.31.ebuild 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