public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/larch: ChangeLog larch-1.20121216.ebuild larch-1.20120527.ebuild
@ 2012-12-18 15:40 Marc Schiffbauer (mschiff)
  0 siblings, 0 replies; only message in thread
From: Marc Schiffbauer (mschiff) @ 2012-12-18 15:40 UTC (permalink / raw
  To: gentoo-commits

mschiff     12/12/18 15:40:27

  Modified:             ChangeLog
  Added:                larch-1.20121216.ebuild
  Removed:              larch-1.20120527.ebuild
  Log:
  Version bump. Drop old version.
  
  (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)

Revision  Changes    Path
1.4                  dev-python/larch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/larch/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	7 Oct 2012 00:40:09 -0000	1.3
+++ ChangeLog	18 Dec 2012 15:40:27 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/larch
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/larch/ChangeLog,v 1.3 2012/10/07 00:40:09 mschiff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/larch/ChangeLog,v 1.4 2012/12/18 15:40:27 mschiff Exp $
+
+*larch-1.20121216 (18 Dec 2012)
+
+  18 Dec 2012; Marc Schiffbauer <mschiff@gentoo.org> -larch-1.20120527.ebuild,
+  +larch-1.20121216.ebuild:
+  Version bump. Drop old version.
 
 *larch-1.20121006-r1 (07 Oct 2012)
 



1.1                  dev-python/larch/larch-1.20121216.ebuild

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

Index: larch-1.20121216.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/larch/larch-1.20121216.ebuild,v 1.1 2012/12/18 15:40:27 mschiff Exp $

EAPI=4

PYTHON_DEPEND="2:2.6:2.7"

inherit distutils python

DESCRIPTION="Copy-on-write B-tree data structure"
HOMEPAGE="http://liw.fi/larch/"
SRC_URI="http://code.liw.fi/debian/pool/main/p/python-${PN}/python-${PN}_${PV}.orig.tar.gz"
#RESTRICT="test"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

DEPEND="test? ( dev-python/CoverageTestRunner dev-util/cmdtest )"

RDEPEND="dev-python/cliapp
	dev-python/tracing
	dev-python/ttystatus"

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup
}

src_test() {
	# remove build directory so tests will not fail
	# due to tests defined twice
	rm -rf "${S}"/build
	default
}





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

only message in thread, other threads:[~2012-12-18 15:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-18 15:40 [gentoo-commits] gentoo-x86 commit in dev-python/larch: ChangeLog larch-1.20121216.ebuild larch-1.20120527.ebuild Marc Schiffbauer (mschiff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox