diff -urN /usr/portage/dev-util/subversion/subversion-0.22.2.ebuild /usr/local/portage/dev-util/subversion/subversion-0.22.2.ebuild --- /usr/portage/dev-util/subversion/subversion-0.22.2.ebuild 2003-06-18 21:22:47.000000000 +0200 +++ /usr/local/portage/dev-util/subversion/subversion-0.22.2.ebuild 2003-07-20 19:33:04.000000000 +0200 @@ -164,7 +164,7 @@ cd ${S} echo "installing html book" dohtml -r doc/book/book/book.html doc/book/book/styles.css doc/book/book/images - if use apache; then + if use apache2; then mkdir -p ${D}/etc/apache2/conf/modules.d cat <${D}/etc/apache2/conf/modules.d/47_mod_dav_svn.conf @@ -186,13 +186,13 @@ pkg_postinst() { if use berkdb; then - if use apache; then + if use apache2; then einfo "Subversion has multiple server types. To enable the http based version" einfo "you must edit /etc/conf.d/apache2 to include both \"-D DAV\" and \"-D SVN\"" einfo "" fi einfo "A repository needs to be created using the ebuild ${PN} config command" - if use apache; then + if use apache2; then einfo "To allow web access a htpasswd file needs to be created using the" einfo "following command:" einfo " htpasswd2 -m -c /home/svn/conf/svnusers USERNAME" diff -urN /usr/portage/dev-util/subversion/subversion-0.23.0.ebuild /usr/local/portage/dev-util/subversion/subversion-0.23.0.ebuild --- /usr/portage/dev-util/subversion/subversion-0.23.0.ebuild 2003-06-18 21:22:47.000000000 +0200 +++ /usr/local/portage/dev-util/subversion/subversion-0.23.0.ebuild 2003-07-20 19:33:20.000000000 +0200 @@ -165,7 +165,7 @@ cd ${S} echo "installing html book" dohtml -r doc/book/book/book.html doc/book/book/styles.css doc/book/book/images - if use apache; then + if use apache2; then mkdir -p ${D}/etc/apache2/conf/modules.d cat <${D}/etc/apache2/conf/modules.d/47_mod_dav_svn.conf @@ -187,13 +187,13 @@ pkg_postinst() { if use berkdb; then - if use apache; then + if use apache2; then einfo "Subversion has multiple server types. To enable the http based version" einfo "you must edit /etc/conf.d/apache2 to include both \"-D DAV\" and \"-D SVN\"" einfo "" fi einfo "A repository needs to be created using the ebuild ${PN} config command" - if use apache; then + if use apache2; then einfo "To allow web access a htpasswd file needs to be created using the" einfo "following command:" einfo " htpasswd2 -m -c /home/svn/conf/svnusers USERNAME" diff -urN /usr/portage/dev-util/subversion/subversion-0.24.1.ebuild /usr/local/portage/dev-util/subversion/subversion-0.24.1.ebuild --- /usr/portage/dev-util/subversion/subversion-0.24.1.ebuild 2003-06-26 22:21:22.000000000 +0200 +++ /usr/local/portage/dev-util/subversion/subversion-0.24.1.ebuild 2003-07-20 19:33:40.000000000 +0200 @@ -182,7 +182,7 @@ cd ${S} echo "installing html book" dohtml -r doc/book/book/book.html doc/book/book/styles.css doc/book/book/images - if use apache; then + if use apache2; then mkdir -p ${D}/etc/apache2/conf/modules.d cat <${D}/etc/apache2/conf/modules.d/47_mod_dav_svn.conf @@ -204,7 +204,7 @@ pkg_postinst() { if use berkdb; then - if use apache; then + if use apache2; then einfo "Subversion has multiple server types. To enable the http based version" einfo "you must edit /etc/conf.d/apache2 to include both \"-D DAV\" and \"-D SVN\"" einfo "" @@ -215,7 +215,7 @@ einfo "problems with your repository then run the following command:" einfo " su apache -c \"db4_recover -h /path/to/repos\"" fi - if use apache; then + if use apache2; then einfo "To allow web access a htpasswd file needs to be created using the" einfo "following command:" einfo " htpasswd2 -m -c /home/svn/conf/svnusers USERNAME"