public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/bzrtools: ChangeLog bzrtools-2.1.0.ebuild
@ 2010-03-02 16:02 Christian Faulhammer (fauli)
  0 siblings, 0 replies; only message in thread
From: Christian Faulhammer (fauli) @ 2010-03-02 16:02 UTC (permalink / raw
  To: gentoo-commits

fauli       10/03/02 16:02:28

  Modified:             ChangeLog
  Added:                bzrtools-2.1.0.ebuild
  Log:
  version bump, bug 304877
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.76                 dev-util/bzrtools/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bzrtools/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bzrtools/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bzrtools/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/bzrtools/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	27 Dec 2009 14:47:14 -0000	1.75
+++ ChangeLog	2 Mar 2010 16:02:27 -0000	1.76
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/bzrtools
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bzrtools/ChangeLog,v 1.75 2009/12/27 14:47:14 fauli Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bzrtools/ChangeLog,v 1.76 2010/03/02 16:02:27 fauli Exp $
+
+*bzrtools-2.1.0 (02 Mar 2010)
+
+  02 Mar 2010; Christian Faulhammer <fauli@gentoo.org>
+  +bzrtools-2.1.0.ebuild:
+  version bump, bug 304877
 
   27 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
   -bzrtools-1.15.0.ebuild, -bzrtools-1.18.0.ebuild, -bzrtools-2.0.0.ebuild:



1.1                  dev-util/bzrtools/bzrtools-2.1.0.ebuild

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

Index: bzrtools-2.1.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/bzrtools/bzrtools-2.1.0.ebuild,v 1.1 2010/03/02 16:02:27 fauli Exp $

EAPI="2"

NEED_PYTHON=2.4
inherit eutils distutils versionator

DESCRIPTION="bzrtools is a useful collection of utilities for bzr."
HOMEPAGE="http://bazaar-vcs.org/BzrTools"
SRC_URI=""https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos"
IUSE=""

DEPEND="=dev-util/bzr-$(get_version_component_range 1-2)*"
RDEPEND="${DEPEND}"

#RESTRICT="test"

DOCS="AUTHORS CREDITS NEWS NEWS.Shelf README README.Shelf TODO TODO.heads TODO.Shelf"

S=${WORKDIR}/${PN}

PYTHON_MODNAME=bzrlib

src_test() {
	python_version
	einfo "Running testsuite..."
	# put a linked copy of the bzr core into the build directory to properly
	# test the "built" version of bzrtools
	find "$(python_get_libdir)/site-packages/bzrlib/" \
		-mindepth 1 -maxdepth 1 \
		\( \( -type d -and -not -name "plugins" \) -or -name "*.py" \) \
		-exec ln -s '{}' "${S}/build/lib/bzrlib/" \;
	touch "${S}/build/lib/bzrlib/plugins/__init__.py"
	"${S}/test.py" "${S}/build/lib" || die
	# remove the "shadow" copy so it doesn't get installed
	rm "${S}/build/lib/bzrlib/plugins/__init__.py"
	find "${S}/build/lib/bzrlib/" -mindepth 1 -maxdepth 1 -type l -exec rm '{}' \;
}






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

only message in thread, other threads:[~2010-03-02 16:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 16:02 [gentoo-commits] gentoo-x86 commit in dev-util/bzrtools: ChangeLog bzrtools-2.1.0.ebuild Christian Faulhammer (fauli)

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