Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 10471 Details for
Bug 19092
net-irc/epic4 needs update to 1.1.11 (from 1.1.10)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
epic4-1.1.11.ebuild
epic4-1.1.11.ebuild (text/plain), 1.95 KB, created by
Mark Gilbert
on 2003-04-10 14:43:55 UTC
(
hide
)
Description:
epic4-1.1.11.ebuild
Filename:
MIME Type:
Creator:
Mark Gilbert
Created:
2003-04-10 14:43:55 UTC
Size:
1.95 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later ># $Header: $ > >IUSE="ipv6 perl ssl" > >DESCRIPTION="Epic4 IRC Client" >SRC_URI="ftp://prbh.org/pub/epic/EPIC4-ALPHA/${P}.tar.bz2 > ftp://prbh.org/pub/epic/EPIC4-PRODUCTION/epic4-help-20030114.tar.gz" >HOMEPAGE="http://epicsol.org" > >SLOT="0" >LICENSE="as-is" >KEYWORDS="~x86 ~ppc" > >DEPEND=">=sys-libs/ncurses-5.2 > perl? ( >=dev-lang/perl-5.6.1 ) > ssl? ( >=dev-libs/openssl-0.9.5 )" >inherit flag-o-matic >replace-flags "-O?" "-O" > >src_compile() { > myconf="" > > use ipv6 \ > && myconf="${myconf} --with-ipv6" \ > || myconf="${myconf} --without-ipv6" > > use perl \ > && myconf="${myconf} --with-perl" \ > || myconf="${myconf} --without-perl" > > use ssl \ > && myconf="${myconf} --with-ssl" \ > || myconf="${myconf} --without-ssl" > ># tcl support not fully functional in 1.1.10 (it is in the latest cvs ># repository, but that doesn't help us much here.) > > myconf="${myconf} --without-tcl" > > econf \ > --libexecdir=/usr/lib/misc \ > ${myconf} || die > > make || die >} > >src_install () { > einstall \ > sharedir=${D}/usr/share \ > libexecdir=${D}/usr/lib/misc || die > > rm -f ${D}/usr/bin/epic > dosym epic-EPIC4-${PV} /usr/bin/epic > > dodoc BUG_FORM COPYRIGHT README KNOWNBUGS VOTES > docinto doc > cd doc > dodoc *.txt colors EPIC* IRCII_VERSIONS local_vars missing new-load > dodoc nicknames outputhelp server_groups SILLINESS TS4 > > dodir /usr/share/epic > tar zxvf ${DISTDIR}/epic4-help-20030114.tar.gz -C ${D}/usr/share/epic >} > >pkg_postinst() { > einfo "If /usr/share/epic/script/local does not exist, I will now" > einfo "create it. If you do not like the look/feel of this file, or" > einfo "if you'd prefer to use your own script, simply remove this" > einfo "file. If you want to prevent this file from being installed" > einfo "in the future, simply create an empty file with this name." > > if [ ! -e /usr/share/epic/script/local ]; then > cp ${FILESDIR}/local /usr/share/epic/script/ > 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 19092
: 10471