diff --git a/owncloud/Makefile b/owncloud/Makefile index ecf9604..b55a0ae 100644 --- a/owncloud/Makefile +++ b/owncloud/Makefile @@ -3,6 +3,7 @@ preinstall: postinstall: sed -i 's/^APACHE2_OPTS=.*/APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D PHP5 -D SSL -D SSL_DEFAULT_VHOST"/' $(CHROOT)/etc/conf.d/apache2 $(inroot) rc-update add apache2 default + sed -i 's|"/var/www/localhost/htdocs"|"/var/www/localhost/htdocs/owncloud"|g' $(CHROOT)/etc/apache2/vhosts.d/default_vhost.include clean: diff --git a/owncloud/make.conf b/owncloud/make.conf index ac57615..ae7fe28 100644 --- a/owncloud/make.conf +++ b/owncloud/make.conf @@ -1,3 +1,5 @@ # Settings for owncloud APACHE2_MODULES="mime alias auth_basic authz_host dir env include info" + +PYTHON_TARGETS="$PYTHON_TARGETS python3_2" diff --git a/owncloud/package.keywords b/owncloud/package.keywords index 443a359..8ddb6f4 100644 --- a/owncloud/package.keywords +++ b/owncloud/package.keywords @@ -1,2 +1,3 @@ sys-kernel/gentoo-sources ~amd64 ~x86 www-apps/owncloud ** +app-admin/webapp-config ~amd64 ~x86 diff --git a/owncloud/package.use b/owncloud/package.use index 05ce8b3..0f59ba3 100644 --- a/owncloud/package.use +++ b/owncloud/package.use @@ -5,6 +5,7 @@ sys-apps/kmod tools sys-devel/gcc cxx nptl sys-kernel/gentoo-sources symlink sys-libs/ncurses minimal +sys-apps/portage python3 ipc app-admin/eselect-php apache2 fpm dev-lang/php apache2 cgi ctype curl fileinfo filter force-cgi-redirect fpm gd hash iconv json mhash pdo session simplexml sqlite truetype xml xmlreader xmlwriter zip zlib