Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 61952 Details for
Bug 97105
net-irc/iroffer - IRC Bot to share files via DCC
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
iroffer ebuild
iroffer-1.3.10.ebuild (text/plain), 979 bytes, created by
Martin Wienold
on 2005-06-26 04:31:28 UTC
(
hide
)
Description:
iroffer ebuild
Filename:
MIME Type:
Creator:
Martin Wienold
Created:
2005-06-26 04:31:28 UTC
Size:
979 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils versionator > ># iroffer uses irofferX.Y.bZ.tgz >MY_PV=$( replace_version_separator 2 '.b' ) >MY_P=${PN}${MY_PV} > >DESCRIPTION="fileserver for IRC. It is similar to FTP server or WEB server, but uses the DCC protocol of IRC" >HOMEPAGE="http://iroffer.org/" >SRC_URI="http://iroffer.org/archive/v$( get_version_component_range 1-2 )/${MY_P}.tgz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="chroot" > >DEPEND="chroot? ( dev-libs/nss )" > >S=${WORKDIR}/${MY_P} > >src_unpack() { > unpack ${MY_P}.tgz > cd ${S} >} > >src_compile() { > # iroffer configure script does not take ANY options > ./Configure > emake || die "emake failed" >} > >src_install() { > # since iroffers configure and makefile suck > # we copy everything by hand > dobin convertxdccfile iroffer > use chroot && dobin iroffer_chroot > dodoc COPYING README WHATSNEW sample.config dynip.sh iroffer.cron >}
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 97105
: 61952