Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 134487 Details for
Bug 197211
net-irc/mistbot-0.9 (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mistbot-0.9.ebuild
mistbot-0.9.ebuild (text/plain), 1.55 KB, created by
Alexander Graf
on 2007-10-27 14:21:19 UTC
(
hide
)
Description:
mistbot-0.9.ebuild
Filename:
MIME Type:
Creator:
Alexander Graf
Created:
2007-10-27 14:21:19 UTC
Size:
1.55 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils toolchain-funcs > >DESCRIPTION="An IRC bot doing all you want" >HOMEPAGE="http://kuja.in/mistbot/" > >SRC_URI="http://znc.in/~psychon/mistbot/downloads/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86 ~x86-fbsd" >IUSE="doc xml nls debug ssl" > >RDEPEND="virtual/libc > dev-libs/confuse > net-dns/c-ares > xml? ( dev-libs/libxml2 )" > >DEPEND="${RDEPEND} > doc? ( app-doc/doxygen )" > >src_compile() { > ebegin "Change build.conf to fit needs" > > if ! use xml; then > sed -e '/^MODS\ +=\ rss$/d' -i build.conf || die "sed failed" > fi > > if ! use nls; then > sed -e '/^NLS = nls$/d' -i build.conf || die "sed failed" > fi > > if ! use debug; then > sed -e '/^DEBUG = debug$/d' -i build.conf || die "sed failed" > fi > > if ! use ssl; then > sed -e '/^SSL = ssl$/d' -i build.conf || die "sed failed" > fi > > sed -e 's/^#ONCE\ =\ yes$/ONCE\ =\ yes/' -i build.conf || die "sed failed" > > echo "CXXFLAGS=${CXXFLAGS}" >> build.conf > echo "CXX=$(tc-getCXX)" >> build.conf > echo "PREFIX=/usr" >> build.conf > > ebegin "compiling source" > > emake all-oneGo || die "emake failed" > > if use doc; then > ebegin "generate documentation" > make doc || die "make doc failed" > fi >} > >src_install() { > make install DESTDIR=${D} || die "make install failed" > dodoc LICENSE AUTHORS mistbot.conf || die "dodoc failed" > > if use doc; then > dodoc doc/userdoc.html || die "install user docs failed" > insinto /usr/share/doc/${PF}/api > doins doc/api/* || die "install API docs failed" > 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 197211
: 134487