Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 29702 Details for
Bug 48468
sdsc-syslog-1.0.2.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Initial ebuild
sdsc-syslog-1.0.2.ebuild (text/plain), 1.32 KB, created by
Robert Varga
on 2004-04-20 08:35:18 UTC
(
hide
)
Description:
Initial ebuild
Filename:
MIME Type:
Creator:
Robert Varga
Created:
2004-04-20 08:35:18 UTC
Size:
1.32 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="SDSC Secure Syslog provides RFC3080 and RFC3081 logging services" >HOMEPAGE="http://security.sdsc.edu/software/sdsc-syslog/" >SRC_URI="mirror://sourceforge/sdscsyslog/sdscsyslogd-${PV}-src.tgz" >LICENSE="BSD" >SLOT="0" >KEYWORDS="~x86" >S=${WORKDIR}/sdscsyslogd-${PV} > ># beep = support BEEP (through RoadRunner) ># debug = include debug info ># doc = include documentation ># static = link with RoadRunner statically >IUSE="beep debug doc static" > >RDEPEND="beep? ( >=sys-libs/RoadRunner-0.9.1 )" >DEPEND="${RDEPEND} > >=dev-util/pkgconfig-0.15.0 > doc? ( >=app-doc/doxygen-1.3.2 )" >PROVIDE="virtual/logger" > >src_compile() { > econf \ > `use_with beep librr` \ > `use_enable static static-rr` \ > `use_enable debug debug` \ > `use_with doc doxygen` \ > || die "configure failed" > > # Build the logger itself ... > emake all || die "emake failed" > > # ... and optionally generate HTML documentation > [ `use doc` ] && ( emake docs || "emake failed" ) >} > >src_install() { > # Makefiles seem to be OK > einstall || die > > # Gzip potential man pages > prepallman > > # Include normal documentation > dodoc AUTHORS COPYING ChangeLog README docs/TODO > > # ... and optionally doxygen-generated one > [ `use doc ` ] && dohtml docs/html/* >}
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 48468
: 29702 |
30924