Bug 71196 - gallery.css is missing from install of Apache-Gallery-0.8-r1
Bug#: 71196 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: perl@gentoo.org Reported By: wayne@wslove.org
Component: Ebuilds
URL: 
Summary: gallery.css is missing from install of Apache-Gallery-0.8-r1
Keywords:  
Status Whiteboard: 
Opened: 2004-11-14 12:48 0000
Description:   Opened: 2004-11-14 12:48 0000
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"

------- Comment #1 From Wayne Love 2004-11-14 12:54:52 0000 -------
Created an attachment (id=43950) [details]
Fixes the problem by including all files in the relevant directories in the
copy phase

------- Comment #2 From Wayne Love 2004-11-14 13:01:07 0000 -------
(From update of attachment 43950 [details])
Also fixes bug 71198

------- Comment #3 From Wayne Love 2004-11-15 00:28:42 0000 -------
Created an attachment (id=43980) [details]
Updated ebuild to fix bug 71196 and 71198

------- Comment #4 From Michael Cummings (RETIRED) 2005-03-07 05:48:19 0000 -------
*** Bug 71198 has been marked as a duplicate of this bug. ***

------- Comment #5 From Michael Cummings (RETIRED) 2005-03-07 05:58:37 0000 -------
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).