Lines 1-8
Link Here
|
1 |
# Copyright 1999-2009 Gentoo Foundation |
1 |
# Copyright 1999-2010 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/app-text/asciidoc/asciidoc-8.5.1.ebuild,v 1.1 2009/12/04 16:55:12 flameeyes Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.5.1.ebuild,v 1.1 2009/12/04 16:55:12 flameeyes Exp $ |
4 |
|
4 |
|
5 |
EAPI="2" |
5 |
EAPI="3" |
|
|
6 |
|
7 |
PYTHON_DEPEND="2:2.4" |
8 |
inherit python |
6 |
|
9 |
|
7 |
DESCRIPTION="A text document format for writing short documents, articles, books and UNIX man pages" |
10 |
DESCRIPTION="A text document format for writing short documents, articles, books and UNIX man pages" |
8 |
HOMEPAGE="http://www.methods.co.nz/asciidoc/" |
11 |
HOMEPAGE="http://www.methods.co.nz/asciidoc/" |
Lines 13-27
SLOT="0"
Link Here
|
13 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" |
16 |
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" |
14 |
IUSE="examples vim-syntax" |
17 |
IUSE="examples vim-syntax" |
15 |
|
18 |
|
16 |
RDEPEND=">=virtual/python-2.4 |
19 |
RDEPEND=">=app-text/docbook-xsl-stylesheets-1.75 |
17 |
>=app-text/docbook-xsl-stylesheets-1.75 |
|
|
18 |
dev-libs/libxslt |
20 |
dev-libs/libxslt |
19 |
media-gfx/graphviz |
21 |
media-gfx/graphviz |
20 |
app-text/docbook-xml-dtd:4.5 |
22 |
app-text/docbook-xml-dtd:4.5 |
21 |
|| ( www-client/lynx www-client/w3m )" |
23 |
|| ( www-client/lynx www-client/w3m )" |
22 |
DEPEND="" |
24 |
DEPEND="" |
23 |
|
25 |
|
|
|
26 |
pkg_setup() { |
27 |
python_set_active_version 2 |
28 |
} |
29 |
|
24 |
src_prepare() { |
30 |
src_prepare() { |
|
|
31 |
python_convert_shebangs -r 2 . |
25 |
if ! use vim-syntax; then |
32 |
if ! use vim-syntax; then |
26 |
sed -i -e '/^install/s/install-vim//' Makefile.in |
33 |
sed -i -e '/^install/s/install-vim//' Makefile.in |
27 |
else |
34 |
else |