Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 30161 Details for
Bug 47955
centericq-4.9.12.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patched ebuild
centericq-4.9.12.ebuild (text/plain), 1.79 KB, created by
Sri Gupta
on 2004-04-27 10:12:23 UTC
(
hide
)
Description:
Patched ebuild
Filename:
MIME Type:
Creator:
Sri Gupta
Created:
2004-04-27 10:12:23 UTC
Size:
1.79 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >IUSE="nls ssl" > >S=${WORKDIR}/${P} >DESCRIPTION="A ncurses ICQ/Yahoo!/AIM/IRC/MSN/Jabber Client" >SRC_URI="http://konst.org.ua/download/${P}.tar.gz" >HOMEPAGE="http://konst.org.ua/eng/software/centericq/info.html" >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86 ~sparc ~amd64 ~ppc" > >DEPEND="virtual/glibc > >=sys-libs/ncurses-5.2 > ssl? ( >=dev-libs/openssl-0.9.6g ) > bidi? ( dev-libs/fribidi )" > >RDEPEND="nls? ( sys-devel/gettext )" > >src_unpack() { > unpack ${A} > epatch ${FILESDIR}/4.9.12-missing_namespace.patch > epatch ${FILESDIR}/4.9.10-nls.patch > cd ${S} >} > >src_compile() { > # Options you can add to myopts > # --disable-yahoo Build without Yahoo! > # --disable-aim Build without AIM > # --disable-irc Build without IRC > # --disable-jabber Build without Jabber > # --disable-gg Build without Gadu-Gadu > # --disable-msn Build without MSN > # --disable-rss Build without RSS reader > # --disable-lj Build without LiveJournal client > # --disable-konst Don't add contact list items > # supplied by author by default > # --disable-nls do not use Native Language Support > > local myopts="--with-gnu-ld" > > use nls || myopts="${myopts} --disable-nls" > > use bidi && myopts="${myopts} --with-fribidi" > > use ssl && myopts="${myopts} --with-ssl" > > econf ${myopts} || die "Configure failed" > emake || die "Compilation failed" >} > >src_install () { > einstall || die "Installation failed" > > dodoc ABOUT-NLS AUTHORS ChangeLog COPYING FAQ README THANKS TODO >}
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 47955
:
29358
|
29364
| 30161 |
30162
|
30163