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

(-)metadata.xml (+1 lines)
Lines 4-8 Link Here
4
  <herd>cvs-utils</herd>
4
  <herd>cvs-utils</herd>
5
  <use>
5
  <use>
6
    <flag name="server">Enable server support</flag>
6
    <flag name="server">Enable server support</flag>
7
	<flag name="cshscripts">Install Scripts requiring csh</flag>
7
  </use>
8
  </use>
8
</pkgmetadata>
9
</pkgmetadata>
(-)cvs-1.11.21.ebuild (-2 / +7 lines)
Lines 12-20 Link Here
12
LICENSE="GPL-2 LGPL-2"
12
LICENSE="GPL-2 LGPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
14
KEYWORDS="~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
15
IUSE="doc emacs"
15
IUSE="doc emacs cshscripts"
16
16
17
DEPEND=">=sys-libs/zlib-1.1.4"
17
DEPEND=">=sys-libs/zlib-1.1.4
18
	cshscripts? ( app-shells/tcsh )"
18
19
19
src_compile() {
20
src_compile() {
20
	econf --with-tmpdir=/tmp --without-gssapi || die
21
	econf --with-tmpdir=/tmp --without-gssapi || die
Lines 43-48 Link Here
43
		cd "${ED}"/usr/share/doc/${PF}/html/
44
		cd "${ED}"/usr/share/doc/${PF}/html/
44
		ln -s cvs.html index.html
45
		ln -s cvs.html index.html
45
	fi
46
	fi
47
48
	if ! use cshscripts; then
49
		rm "${ED}"/usr/share/cvs/contrib/sccs2rcs
50
	fi
46
}
51
}
47
52
48
src_test() {
53
src_test() {

Return to bug 286018