|
Lines 1-6
Link Here
|
| 1 |
# Copyright 1999-2008 Gentoo Foundation |
1 |
# Copyright 1999-2008 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-util/bzr/bzr-1.3.ebuild,v 1.3 2008/05/05 03:29:27 tester Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-util/bzr/bzr-1.3.ebuild,v 1.2 2008/03/23 14:40:03 hawking Exp $ |
| 4 |
|
4 |
|
| 5 |
NEED_PYTHON=2.4 |
5 |
NEED_PYTHON=2.4 |
| 6 |
|
6 |
|
|
Lines 14-20
Link Here
|
| 14 |
|
14 |
|
| 15 |
LICENSE="GPL-2" |
15 |
LICENSE="GPL-2" |
| 16 |
SLOT="0" |
16 |
SLOT="0" |
| 17 |
KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" |
17 |
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" |
| 18 |
IUSE="curl emacs sftp test" |
18 |
IUSE="curl emacs sftp test" |
| 19 |
|
19 |
|
| 20 |
RDEPEND="|| ( dev-python/celementtree >=dev-lang/python-2.5 ) |
20 |
RDEPEND="|| ( dev-python/celementtree >=dev-lang/python-2.5 ) |
|
Lines 27-33
Link Here
|
| 27 |
dev-python/medusa |
27 |
dev-python/medusa |
| 28 |
)" |
28 |
)" |
| 29 |
|
29 |
|
| 30 |
S="${WORKDIR}/${MY_P}" |
30 |
S=${WORKDIR}/${MY_P} |
| 31 |
PYTHON_MODNAME="bzrlib" |
31 |
PYTHON_MODNAME="bzrlib" |
| 32 |
SITEFILE=71bzr-gentoo.el |
32 |
SITEFILE=71bzr-gentoo.el |
| 33 |
DOCS="doc/*.txt" |
33 |
DOCS="doc/*.txt" |
|
Lines 54-67
Link Here
|
| 54 |
src_install() { |
54 |
src_install() { |
| 55 |
distutils_src_install --install-data /usr/share |
55 |
distutils_src_install --install-data /usr/share |
| 56 |
|
56 |
|
|
|
57 |
dodoc README NEWS TODO |
| 57 |
docinto developers |
58 |
docinto developers |
| 58 |
dodoc doc/developers/* |
59 |
dodoc doc/developers/* |
| 59 |
docinto user-guide |
60 |
for doc in user-{guide,reference} mini-tutorial tutorials; do |
| 60 |
dodoc doc/en/user-guide/* |
61 |
docinto $doc |
| 61 |
docinto user-reference |
62 |
dodoc doc/en/$doc/* |
| 62 |
dodoc doc/en/user-reference/* |
63 |
done |
| 63 |
docinto mini-tutorial |
|
|
| 64 |
dodoc doc/en/mini-tutorial/* |
| 65 |
|
64 |
|
| 66 |
if use emacs; then |
65 |
if use emacs; then |
| 67 |
elisp-install ${PN} contrib/emacs/*.el* || die "elisp-install failed" |
66 |
elisp-install ${PN} contrib/emacs/*.el* || die "elisp-install failed" |