Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10211 - cgicc-3.2.1 (new ebuild)
Summary: cgicc-3.2.1 (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: J Robert Ray
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-04 12:43 UTC by Miguel Revilla Rodríguez
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
This is a patch needed for this ebuild. (patch-3.2.1.diff,938 bytes, patch)
2002-11-04 12:44 UTC, Miguel Revilla Rodríguez
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Miguel Revilla Rodríguez 2002-11-04 12:43:44 UTC
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

S=${WORKDIR}/${P}
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
DESCRIPTION="A C++ class library for writing CGI applications"
SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
HOMEPAGE="http://www.cgicc.org"
IUSE=""
DEPEND=""
RDEPEND=""

src_unpack() {
        unpack ${A}
        cd ${S}
        patch -p0 < ${FILESDIR}/patch-3.2.1.diff
}

src_compile() {
    ./configure --prefix=/usr --host=${CHOST} --mandir=/usr/share/man
--infodir=/usr/share/info || die
    make || die
}

src_install() {
        dohtml -r doc/html/*
        rm -rf doc
        make DESTDIR=${D} install || die
        dodoc AUTHORS ChangeLog COPYING COPYING.DOC COPYING.LIB INSTALL NEWS
README README.WIN THANKS
}
Comment 1 Miguel Revilla Rodríguez 2002-11-04 12:44:45 UTC
Created attachment 5368 [details, diff]
This is a patch needed for this ebuild.
Comment 2 J Robert Ray 2002-12-20 02:42:21 UTC
Committed it after converting the external patch to a sed command, we like to
keep the number of files in the portage tree down to minimum.  Thanks for the
contribution.
Comment 3 J Robert Ray 2003-01-07 23:33:40 UTC
Unmasked