Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 18021 Details for
Bug 29180
ModLogAn 0.8.10
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
modlogan-0.8.10.ebuild
modlogan-0.8.10.ebuild (text/plain), 2.30 KB, created by
Sebastian Bergmann (RETIRED)
on 2003-09-20 04:32:54 UTC
(
hide
)
Description:
modlogan-0.8.10.ebuild
Filename:
MIME Type:
Creator:
Sebastian Bergmann (RETIRED)
Created:
2003-09-20 04:32:54 UTC
Size:
2.30 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/app-admin/modlogan/modlogan-0.7.18.ebuild,v 1.11 2003/09/06 22:08:32 msterret Exp $ > >IUSE="nls mysql" > >DESCRIPTION="Logfile Analyzer" >SRC_URI="http://jan.kneschke.de/projects/modlogan/download/${P}.tar.gz > http://www.kneschke.de/projekte/modlogan/download/gd-1.8.1.tar.gz" >HOMEPAGE="http://jan.kneschke.de/projects/modlogan/" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="x86 ppc sparc " > >DEPEND="virtual/x11 > dev-libs/libxml > dev-libs/libxml2 > media-libs/jpeg > media-libs/libpng > =media-libs/freetype-1.3* > >=dev-libs/libpcre-3.2 > >=net-libs/adns-1.0 > mysql? ( >=dev-db/mysql-3.23.26 )" > >RDEPEND="nls? ( sys-devel/gettext )" > >src_compile() { > cd ${S}/../gd-1.8.1 > export CFLAGS="$CFLAGS -I/usr/include/freetype" > > ./configure || die > make || die > > cp .libs/libgd.so.0.0.0 libgd.so.0.0.0 > ln -s libgd.so.0.0.0 libgd.so > > local myconf > use mysql \ > && myconf="--with-mysql=/usr" \ > || myconf="--without-mysql" > > use nls || myconf="${myconf} --disable-nls" > > cd ${S} > econf \ > --enable-plugins \ > --sysconfdir=/etc/modlogan \ > --libdir=/usr/lib/modlogan \ > --with-gd=${WORKDIR}/gd-1.8.1/ \ > --disable-check-dynamic \ > ${myconf} > > make || die >} > >src_install() { > cd ${S}/../gd-1.8.1 > into /usr > dolib libgd.so.0.0.0 > > cd ${S} > einstall \ > sysconfdir=${D}/etc/modlogan \ > libdir=${D}/usr/lib/modlogan || die > > insinto /etc/modlogan > newins ${FILESDIR}/sample.conf modlogan.conf.sample > newins ${FILESDIR}/sample.def.conf modlogan.def.conf.sample > doins doc/modlogan.searchengines > insinto /etc/httpd > newins ${FILESDIR}/modlogan.conf httpd.modlogan > dodir /home/httpd/modlogan > preplib /usr > dodoc AUTHORS COPYING ChangeLog README NEWS TODO > dodoc doc/*.txt doc/*.conf doc/glosar doc/stats > dohtml -r html >} > >pkg_postinst() { > if [ ! -a ${ROOT}etc/modlogan/modlogan.conf ] > then > cd ${ROOT}/etc/modlogan > sed -e "s:##HOST##:${HOSTNAME}:g" \ > -e "s:##HOST2##:${HOSTNAME/./\\.}:g" \ > modlogan.conf.sample > modlogan.conf > rm modlogan.conf.sample > fi > > if [ ! -a ${ROOT}etc/modlogan/modlogan.def.conf ] > then > cd ${ROOT}/etc/modlogan > sed -e "s:##HOST##:${HOSTNAME}:g" \ > -e "s:##HOST2##:${HOSTNAME/./\\.}:g" \ > modlogan.def.conf.sample > modlogan.def.conf > rm modlogan.def.conf.sample > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 29180
: 18021 |
18022
|
18023