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() { |