From 0e8c70329bfa979b057a78b0d0362896f55ce8b0 Mon Sep 17 00:00:00 2001 From: Marc Schiffbauer Date: Tue, 18 Dec 2012 15:40:27 +0000 Subject: Version bump. Drop old version. (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134) --- dev-python/larch/ChangeLog | 8 ++++++- dev-python/larch/larch-1.20120527.ebuild | 29 ------------------------- dev-python/larch/larch-1.20121216.ebuild | 37 ++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 30 deletions(-) delete mode 100644 dev-python/larch/larch-1.20120527.ebuild create mode 100644 dev-python/larch/larch-1.20121216.ebuild diff --git a/dev-python/larch/ChangeLog b/dev-python/larch/ChangeLog index fc33a9bf1200..b886a7f89216 100644 --- a/dev-python/larch/ChangeLog +++ b/dev-python/larch/ChangeLog @@ -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 -larch-1.20120527.ebuild, + +larch-1.20121216.ebuild: + Version bump. Drop old version. *larch-1.20121006-r1 (07 Oct 2012) diff --git a/dev-python/larch/larch-1.20120527.ebuild b/dev-python/larch/larch-1.20120527.ebuild deleted file mode 100644 index abbd289b3668..000000000000 --- a/dev-python/larch/larch-1.20120527.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.20120527.ebuild,v 1.1 2012/06/15 10:17:07 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="" - -DEPEND="dev-python/cliapp - dev-python/tracing - dev-python/ttystatus" -RDEPEND="${DEPEND}" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} diff --git a/dev-python/larch/larch-1.20121216.ebuild b/dev-python/larch/larch-1.20121216.ebuild new file mode 100644 index 000000000000..99866e202cc8 --- /dev/null +++ b/dev-python/larch/larch-1.20121216.ebuild @@ -0,0 +1,37 @@ +# 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 +} -- cgit v1.2.3-65-gdbad