Lines 19-25
Link Here
|
19 |
LICENSE="AGPL-3" |
19 |
LICENSE="AGPL-3" |
20 |
SLOT="0" |
20 |
SLOT="0" |
21 |
KEYWORDS="amd64 ~hppa ppc sparc x86" |
21 |
KEYWORDS="amd64 ~hppa ppc sparc x86" |
22 |
IUSE="acl bacula-clientonly bacula-nodir bacula-nosd ipv6 logwatch mysql postgres python qt4 readline +sqlite3 ssl static tcpd vim-syntax X" |
22 |
IUSE="acl bacula-clientonly bacula-nodir bacula-nosd examples ipv6 logwatch mysql postgres python qt4 readline +sqlite3 ssl static tcpd vim-syntax X" |
23 |
|
23 |
|
24 |
DEPEND=" |
24 |
DEPEND=" |
25 |
dev-libs/gmp |
25 |
dev-libs/gmp |
Lines 299-304
Link Here
|
299 |
# documentation |
299 |
# documentation |
300 |
dodoc ChangeLog ReleaseNotes SUPPORT technotes |
300 |
dodoc ChangeLog ReleaseNotes SUPPORT technotes |
301 |
|
301 |
|
|
|
302 |
# install examples |
303 |
if use examples; then |
304 |
docinto examples/ |
305 |
dodoc -r examples/* |
306 |
fi |
307 |
|
302 |
# vim-files |
308 |
# vim-files |
303 |
if use vim-syntax; then |
309 |
if use vim-syntax; then |
304 |
insinto /usr/share/vim/vimfiles/syntax |
310 |
insinto /usr/share/vim/vimfiles/syntax |