~gagern/bzr-gentoo-overlay/bump2

« back to all changes in this revision

Viewing changes to dev-vcs/bzrtools/bzrtools-9999.ebuild

  • Committer: Mark Lee
  • Date: 2010-07-13 05:54:59 UTC
  • mfrom: (218.3.128 bzr-overlay-dev)
  • Revision ID: bzr@lazymalevolence.com-20100713055459-6j7iuhcoa69d63nt
Merge from <lp:~gentoo-members/bzr-gentoo-overlay/bzr-overlay-dev>, revision 346.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Distributed under the terms of the GNU General Public License v2
3
3
# $Header: $
4
4
 
5
 
NEED_PYTHON=2.4
 
5
EAPI="3"
 
6
PYTHON_DEPEND="2"
6
7
 
7
 
inherit distutils python bzr
 
8
inherit distutils bzr
8
9
 
9
10
DESCRIPTION="bzrtools is a useful collection of utilities for bzr."
10
11
HOMEPAGE="http://bazaar-vcs.org/BzrTools"