Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 184261 | Differences between
and this patch

Collapse All | Expand All

(-)txt2tags-2.3.ebuild.~1.2~ (-7 / +6 lines)
Lines 4-16 Link Here
4
4
5
inherit elisp-common
5
inherit elisp-common
6
6
7
IUSE="emacs tk"
7
DESCRIPTION="A tool for generating marked up documents (HTML, SGML, ...) from a plain text file with markup."
8
8
SRC_URI="mirror://sourceforge/txt2tags/${P}.tgz"
9
DESCRIPTION="Txt2tags is a tool for generating marked up documents (HTML, SGML, ...) from a plain text file with markup."
10
SRC_URI="http://txt2tags.sourceforge.net/src/${P}.tgz"
11
HOMEPAGE="http://txt2tags.sourceforge.net/"
9
HOMEPAGE="http://txt2tags.sourceforge.net/"
12
10
13
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
IUSE="emacs tk"
14
13
15
SLOT="0"
14
SLOT="0"
16
KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc ~x86"
15
KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc ~x86"
Lines 39-45 Link Here
39
	fi
38
	fi
40
}
39
}
41
40
42
SITEFILE="50${PN}-gentoo.el"
41
SITEFILE="51${PN}-gentoo.el"
43
42
44
src_install() {
43
src_install() {
45
	dobin txt2tags
44
	dobin txt2tags
Lines 63-70 Link Here
63
62
64
	# emacs support
63
	# emacs support
65
	if use emacs; then
64
	if use emacs; then
66
		elisp-install ${PN} extras/txt2tags-mode.el
65
		elisp-install ${PN} extras/txt2tags-mode.el txt2tags-mode.elc
67
		elisp-site-file-install ${FILESDIR}/${SITEFILE}
66
		elisp-site-file-install "${FILESDIR}/${SITEFILE}"
68
	fi
67
	fi
69
}
68
}
70
69

Return to bug 184261