Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 22577 Details for
Bug 36361
leafnode2 alpha ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
leafnode-2.0.0_alpha20031221.ebuild
leafnode-2.0.0_alpha20031221.ebuild (text/plain), 1.68 KB, created by
Torsten Veller (RETIRED)
on 2003-12-23 05:52:13 UTC
(
hide
)
Description:
leafnode-2.0.0_alpha20031221.ebuild
Filename:
MIME Type:
Creator:
Torsten Veller (RETIRED)
Created:
2003-12-23 05:52:13 UTC
Size:
1.68 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >DESCRIPTION="leafnode - A USENET software package designed for small sites" >SRC_URI="http://www-dt.e-technik.uni-dortmund.de/~ma/leafnode/beta/leafnode-2.0.0.alpha20031221a.tar.bz2" >HOMEPAGE="http://www-dt.e-technik.uni-dortmund.de/~ma/leafnode/beta/" >DEPEND=">=dev-libs/libpcre-3.9 > virtual/inetd" >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~x86" >IUSE="ipv6" >S="${WORKDIR}/leafnode-2.0.0.alpha20031221a" > >src_compile() { > econf \ > `use_enable ipv6 IPv6` \ > --enable-runas-user=news \ > --enable-spooldir=/var/spool/news || die "econf failed" > > emake || die "emake failed" >} > >src_install() { > make DESTDIR=${D} install || die "make install failed" > > # add .keep file to /var/lock/news to avoid ebuild to ignore the empty dir > keepdir /var/lock/news/ > # ... and keep texpire from complaining about missing dir > keepdir /etc/leafnode/local.groups > > insinto /etc/xinetd.d > newins ${FILESDIR}/leafnode.xinetd leafnode-nntp > > exeinto /etc/cron.hourly > doexe ${FILESDIR}/fetchnews.cron > exeinto /etc/cron.daily > doexe ${FILESDIR}/texpire.cron > > dodoc AUTHORS COPYING* CREDITS ChangeLog DEBUGGING ENVIRONMENT FAQ \ > INSTALL NEWS TODO README README_FIRST UPDATING > dohtml README.html > > keepdir /var/spool/news/{leaf.node,failed.postings,interesting.groups,out.going} > keepdir /var/spool/news/message.id/{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9} > chown -R news:news /var/spool/news >} > >pkg_postinst() { > > zcat ${ROOT}/usr/share/doc/${P}/README_FIRST.gz | while read line ; > do > einfo $line > done > > einfo > einfo "DO MAKE SURE THAT YOU RUN texpire -r IF YOU HAVE ARTICLES IN THE SPOOL" >}
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 36361
: 22577