When installing Apache-Gallery via emerge the gallery.css file that is part of the vanilla tar file is not installed. Reproducible: Always Steps to Reproduce: 1. Install Apache-Gallery via the command emerge Apache-Gallery 2. 3. Actual Results: gallery.css file is missing Expected Results: gallery.css file should be present in both /usr/share/webapps/Apache-Gallery/0.8-r1/hostroot/Apache-Gallery/templates/new and /usr/share/webapps/Apache-Gallery/0.8-r2/hostroot/Apache-Gallery/templates/default Portage 2.0.51-r3 (default-x86-2004.2, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.4.26-gentoo-r9 i686) ================================================================= System uname: 2.4.26-gentoo-r9 i686 AMD Duron(tm) Processor Gentoo Base System version 1.4.16 Autoconf: sys-devel/autoconf-2.59-r5 Automake: sys-devel/automake-1.8.5-r1 Binutils: sys-devel/binutils-2.14.90.0.8-r1 Headers: sys-kernel/linux-headers-2.4.21-r1 Libtools: sys-devel/libtool-1.5.2-r5 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-march=athlon -O2 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" COMPILER="" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/bind /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O2 -mcpu=i686 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache distlocks sandbox" GENTOO_MIRRORS="http://gentoo.osuosl.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="apache2 apm arts atm avi berkdb bitmap-fonts cdr crypt cups dhcp encode exiscan-acl f77 foomaticdb fortran gdbm gif gpm imap imlib java jpeg kde libg++ libwww mad mikmod mmx motif mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png ppds python quicktime readline sdl slang spell ssl svga tcpd truetype x86 xml2 xmms xv zlib"
Created attachment 43950 [details, diff] Fixes the problem by including all files in the relevant directories in the copy phase
Comment on attachment 43950 [details, diff] Fixes the problem by including all files in the relevant directories in the copy phase Also fixes bug 71198
Created attachment 43980 [details] Updated ebuild to fix bug 71196 and 71198
*** Bug 71198 has been marked as a duplicate of this bug. ***
fixed. also fixed the installation of templates/default and templates/new in the web-apps version of the ebuild (both had default/ installing to default/ and new/, fixed in case upstream ever changes the contents of each templates directory).