View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-10 / +16 lines)
Line 9    Link Here 
SRC_URI="http://ftp.cvshome.org/release/stable/${P}/${P}.tar.bz2"
SRC_URI="http://ftp.cvshome.org/release/stable/${P}/${P}.tar.bz2
	doc? ( http://ftp.cvshome.org/release/stable/${P}/cederqvist-${PV}.html.tar.bz2
		http://ftp.cvshome.org/release/stable/${P}/cederqvist-${PV}.pdf
		http://ftp.cvshome.org/release/stable/${P}/cederqvist-${PV}.ps )"
Line 13    Link Here 
KEYWORDS="x86 ppc sparc mips alpha ~arm hppa amd64 ~ia64 ~ppc64 s390"
KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390"
Line 15    Link Here 
IUSE="emacs"
IUSE="doc emacs"
 Lines 21-25    Link Here 
pkg_setup() {
	enewgroup cvs
	enewuser cvs -1 /bin/false /var/cvsroot cvs
}
 Lines 36-37    Link Here 
	keepdir /var/cvsroot
Line 47    Link Here 
	if use doc; then
		dodoc ${DISTDIR}/cederqvist-${PV}.pdf
		dodoc ${DISTDIR}/cederqvist-${PV}.ps
		tar xjf ${DISTDIR}/cederqvist-${PV}.html.tar.bz2
		dohtml -r cederqvist-${PV}.html/*
		cd ${D}/usr/share/doc/${PF}/html/
		ln -s cvs.html index.html
	fi
Line 48    Link Here