Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81653 - app-www/groupoffice - updated ebuild for 2.11a
Summary: app-www/groupoffice - updated ebuild for 2.11a
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-11 12:07 UTC by phil.cryer
Modified: 2005-03-28 05:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
groupoffice-2.11a.ebuild (groupoffice-2.11a.ebuild.txt,1014 bytes, text/plain)
2005-02-11 12:54 UTC, phil.cryer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description phil.cryer 2005-02-11 12:07:38 UTC
ebuild for Group-office 2.11a:


# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/groupoffice-2.11a.ebuild,v 1.1 2005/02/09 14:44:38 mholzer Exp $

inherit webapp

S=${WORKDIR}/${PN}-com-${PV}
DESCRIPTION="Group-Office is a powerful modular Intranet application framework. It runs *nix using PHP and has several database support."
HOMEPAGE="http://group-office.sourceforge.net/"
SRC_URI="mirror://sourceforge/group-office/${PN}-com-${PV}.tar.gz"

LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc ~alpha ~amd64 ~sparc"
IUSE=""
DEPEND="virtual/php
    dev-db/mysql"

src_install() {
    webapp_src_preinst

    cd ${S}
    dodoc CHANGELOG DEVELOPERS FAQ INSTALL RELEASE README.ldap TODO TRANSLATORS
    rm -f CHANGELOG FAQ INSTALL README.ldap TODO TRANSLATORS

    cp -r . ${D}${MY_HTDOCSDIR}
    webapp_serverowned ${MY_HTDOCSDIR}

    webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt

    webapp_src_install
}


Reproducible: Always
Steps to Reproduce:
1. emerge sync
2. emerge groupoffice -pvt


Actual Results:  
These are the packages that I would merge, in reverse order:

Calculating dependencies ...done!
[ebuild   R   ] www-apps/groupoffice-2.10  -vhosts 0 kB

Total size of downloads: 0 kB



Expected Results:  
These are the packages that I would merge, in reverse order:

Calculating dependencies ...done!
[ebuild   U   ] www-apps/groupoffice-2.11a  -vhosts 0 kB

Total size of downloads: 0 kB


Portage 2.0.51-r15 (default-linux/x86/2004.0, gcc-3.3.5,
glibc-2.3.4.20040808-r1, 2.4.27-hardened-r2 i686)
=================================================================
System uname: 2.4.27-hardened-r2 i686 Pentium III (Katmai)
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.2.3-r5,dev-lang/python-2.3.4-r1 [2.3.4
(#1, Feb  7 2005, 15:59:09)]
distcc 2.11.1 i486-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
dev-lang/python:     2.2.3-r5, 2.3.4-r1
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.8.5-r3, 1.6.3, 1.7.9-r1, 1.4_p6, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.4.3-r4, 1.5.10-r4
virtual/os-headers:  2.4.19-r1, 2.4.21-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /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="-march=pentium3 -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distcc distlocks sandbox sfperms"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acpi apache2 apm avi bash-completion berkdb bitmap-fonts crypt cups curl
encode f77 fbcon font-server foomaticdb fortran gd gdbm gif gpm gtk2 imagemagick
imap imlib ipv6 java jpeg kerberos ldap libg++ libwww mad maildir mbox mikmod
mmx motif mpeg mpi mysql ncurses nls odbc oggvorbis oss pam pdflib perl png pnp
ppds prelude python quicktime readline samba sdl slang slp spell sse ssl svga
tcpd tiff truetype-fonts type1-fonts usb webdav x86 xml xml2 xmms xv zeo zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-02-11 12:35:08 UTC
phil: Please attach as plain text, do not inline. If possible, diff it, so we can see changes easily, instead having to find out, why you attach something. A explanatory sentence wouldn't harm, too.
Comment 2 phil.cryer 2005-02-11 12:54:38 UTC
Created attachment 51025 [details]
groupoffice-2.11a.ebuild
Comment 3 phil.cryer 2005-02-11 12:55:54 UTC
carlo:
Thank you for your comments, I apoligize, this is my first bug.  I've attached the ebuild, and here is the diff.  Please let me know if I should do anything else different.

P

jorge groupoffice # diff groupoffice-2.10.ebuild groupoffice-2.11a.ebuild
1c1
< # Copyright 1999-2004 Gentoo Foundation
---
> # Copyright 1999-2005 Gentoo Foundation
3c3
< # $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/groupoffice-2.10.ebuild,v 1.1 2004/11/23 18:44:38 mholzer Exp $
---
> # $Header: /var/cvsroot/gentoo-x86/www-apps/groupoffice/groupoffice-2.11a.ebuild,v 1.1 2005/02/11 18:44:38 mholzer Exp $
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2005-03-28 05:55:12 UTC
in cvs