1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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-vcs/git/git-9999.ebuild,v 1.17 2011/01/15 07:58:58 robbat2 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.18 2011/04/04 08:58:41 pacho Exp $ |
4 | |
4 | |
5 | EAPI=3 |
5 | EAPI=3 |
6 | |
6 | |
7 | GENTOO_DEPEND_ON_PERL=no |
7 | GENTOO_DEPEND_ON_PERL=no |
8 | |
8 | |
… | |
… | |
57 | subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey ) |
57 | subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey ) |
58 | ) |
58 | ) |
59 | python? ( gtk? |
59 | python? ( gtk? |
60 | ( |
60 | ( |
61 | >=dev-python/pygtk-2.8 |
61 | >=dev-python/pygtk-2.8 |
62 | || ( dev-python/pygtksourceview:2 dev-python/gtksourceview-python ) |
62 | dev-python/pygtksourceview:2 |
63 | ) )" |
63 | ) )" |
64 | |
64 | |
65 | # This is how info docs are created with Git: |
65 | # This is how info docs are created with Git: |
66 | # .txt/asciidoc --(asciidoc)---------> .xml/docbook |
66 | # .txt/asciidoc --(asciidoc)---------> .xml/docbook |
67 | # .xml/docbook --(docbook2texi.pl)--> .texi |
67 | # .xml/docbook --(docbook2texi.pl)--> .texi |