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

(-)cvs-1.12.13.1.ebuild.~1.4.~ (-7 / +2 lines)
Lines 24-30 Link Here
24
SLOT="0"
24
SLOT="0"
25
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
25
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
26
26
27
IUSE="crypt doc emacs kerberos nls pam server"
27
IUSE="crypt doc kerberos nls pam server"
28
28
29
DEPEND=">=sys-libs/zlib-1.1.4
29
DEPEND=">=sys-libs/zlib-1.1.4
30
		kerberos? ( virtual/krb5 )
30
		kerberos? ( virtual/krb5 )
Lines 84-96 Link Here
84
	fi
84
	fi
85
85
86
	dodoc BUGS ChangeLog* DEVEL* FAQ HACKING \
86
	dodoc BUGS ChangeLog* DEVEL* FAQ HACKING \
87
		MINOR* NEWS PROJECTS README* TESTS TODO
87
		MINOR* NEWS PROJECTS README* TESTS TODO cvs-format.el
88
88
89
	if use emacs; then
90
		insinto /usr/share/emacs/site-lisp
91
		doins cvs-format.el || die "doins failed"
92
	fi
93
94
	use server && newdoc "${FILESDIR}"/${PN}-1.12.12-cvs-custom.c cvs-custom.c
89
	use server && newdoc "${FILESDIR}"/${PN}-1.12.12-cvs-custom.c cvs-custom.c
95
90
96
	if use doc; then
91
	if use doc; then

Return to bug 222341