public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ali Polatel (hawking)" <hawking@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/axiom: ChangeLog axiom-0.5.27.ebuild axiom-0.5.0.ebuild axiom-0.4.0.ebuild
Date: Wed, 23 Jan 2008 01:16:06 +0000	[thread overview]
Message-ID: <E1JHUDm-0005R9-Gl@stork.gentoo.org> (raw)

hawking     08/01/23 01:16:06

  Modified:             ChangeLog
  Added:                axiom-0.5.27.ebuild
  Removed:              axiom-0.5.0.ebuild axiom-0.4.0.ebuild
  Log:
  Version bump. Drop old.
  (Portage version: 2.1.4)

Revision  Changes    Path
1.14                 dev-python/axiom/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/axiom/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	25 Dec 2007 20:18:33 -0000	1.13
+++ ChangeLog	23 Jan 2008 01:16:05 -0000	1.14
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/axiom
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/ChangeLog,v 1.13 2007/12/25 20:18:33 ranger Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/ChangeLog,v 1.14 2008/01/23 01:16:05 hawking Exp $
+
+*axiom-0.5.27 (23 Jan 2008)
+
+  23 Jan 2008; Ali Polatel <hawking@gentoo.org>
+  +files/axiom-0.5.27-sqlite3.patch, -axiom-0.4.0.ebuild,
+  -axiom-0.5.0.ebuild, +axiom-0.5.27.ebuild:
+  Version bump. Drop old.
 
   25 Dec 2007; Brent Baude <ranger@gentoo.org> axiom-0.5.20.ebuild:
   Marked axiom-0.5.20 ~ppc64 for bug 144202



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

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

Index: axiom-0.5.27.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/axiom-0.5.27.ebuild,v 1.1 2008/01/23 01:16:05 hawking Exp $

inherit 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="mirror://gentoo/${MY_P}.tar.gz"

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

DEPEND="|| ( >=dev-lang/python-2.5
	( >=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_unpack() {
	distutils_src_unpack

	epatch "${FILESDIR}/${P}-sqlite3.patch"
}

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

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



-- 
gentoo-commits@lists.gentoo.org mailing list



                 reply	other threads:[~2008-01-23  1:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1JHUDm-0005R9-Gl@stork.gentoo.org \
    --to=hawking@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox