Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 22848 Details for
Bug 35275
wwwoffle-online depends on any network interface. htdig needs to work (and other search programs) (was: wwwoffle new version 2.8b, wwwoffle with tar problems)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
wwwoffle-2.8a.ebuild
wwwoffle-2.8a.ebuild (text/plain), 1.82 KB, created by
Torsten Veller (RETIRED)
on 2003-12-30 06:51:53 UTC
(
hide
)
Description:
wwwoffle-2.8a.ebuild
Filename:
MIME Type:
Creator:
Torsten Veller (RETIRED)
Created:
2003-12-30 06:51:53 UTC
Size:
1.82 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >#S=${WORKDIR}/${P} > >DESCRIPTION="wwwoffle = WWW Offline Explorer, an adv. caching proxy especially suitable for nonpermanent (e.g. dialup) Internet connections" > >SRC_URI="ftp://ftp.demon.co.uk/pub/unix/httpd/${P}.tgz > ftp://ftp.ibiblio.org/pub/Linux/apps/www/servers/${P}.tgz" > >HOMEPAGE="http://www.gedanken.demon.co.uk/" >KEYWORDS="~x86" >SLOT="0" >LICENSE="GPL-2" >IUSE="ipv6" > >DEPEND="sys-devel/flex > sys-libs/zlib > sys-devel/gcc > virtual/glibc" > >inherit eutils > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/2.8a-cachelink.diff || die "epatch died" >} > >src_compile() { > local myconf > myconf="`use_with ipv6`" > econf --with-confdir=/etc ${myconf} || die > emake || die >} > >src_install() { > make DESTDIR=${D} install || die > > # Install the wwwoffled init script > exeinto /etc/init.d > doexe ${FILESDIR}/{wwwoffled-online,wwwoffled} > >} > >pkg_preinst() { > source ${ROOT}/etc/init.d/functions.sh > if [ -L ${svcdir}/started/wwwoffled-online ]; then > einfo "The wwwoffled-online init script is running. I'll stop it, merge the new files and >restart the script." > ${ROOT}/etc/init.d/wwwoffled-online stop > touch ${T}/restart_online > fi > > if [ -L ${svcdir}/started/wwwoffled ]; then > einfo "The wwwoffled init script is running. I'll stop it, merge the new files and >restart the script." > ${ROOT}/etc/init.d/wwwoffled stop > touch ${T}/restart > fi >} > >pkg_postinst() { > if [ -f "${T}/restart" ]; then > einfo "Starting the wwwoffled initscript again..." > ${ROOT}/etc/init.d/wwwoffled start > rm ${T}/restart > if [ -f "${T}/restart_online" ]; then > einfo "Starting the wwwoffled-online initscript again..." > ${ROOT}/etc/init.d/wwwoffled-online start > rm ${T}/restart_online > fi > 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 35275
:
21825
|
22848
|
22849
|
22900
|
23233
|
23439
|
28670
|
29938