Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 275570
Collapse All | Expand All

(-)asciidoc-8.4.4.ebuild (-6 / +5 lines)
Lines 1-10 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2009 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.4.4.ebuild,v 1.1 2009/05/22 22:10:56 patrick Exp $
3
# $Header: $
4
5
EAPI="2"
4
6
5
DESCRIPTION="A text document format for writing short documents, articles, books and UNIX man pages"
7
DESCRIPTION="A text document format for writing short documents, articles, books and UNIX man pages"
6
HOMEPAGE="http://www.methods.co.nz/asciidoc/"
8
HOMEPAGE="http://www.methods.co.nz/asciidoc/"
7
SRC_URI="http://www.methods.co.nz/${PN}/${P}.tar.gz"
9
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
8
10
9
LICENSE="GPL-2"
11
LICENSE="GPL-2"
10
SLOT="0"
12
SLOT="0"
Lines 16-25 Link Here
16
		dev-libs/libxslt
18
		dev-libs/libxslt
17
		media-gfx/graphviz"
19
		media-gfx/graphviz"
18
20
19
src_unpack() {
21
src_prepare() {
20
	unpack ${A}
21
22
	cd "${S}"
23
	if ! use vim-syntax; then
22
	if ! use vim-syntax; then
24
		sed -i -e '/^install/s/install-vim//' Makefile.in
23
		sed -i -e '/^install/s/install-vim//' Makefile.in
25
	else
24
	else

Return to bug 275570