Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 102746 Details for
Bug 138740
net-im/centericq-4.21.0-r3.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New centericq ebuild -r4
centericq-4.21.0-r4.ebuild (text/plain), 3.30 KB, created by
Chris Frage
on 2006-11-26 03:58:44 UTC
(
hide
)
Description:
New centericq ebuild -r4
Filename:
MIME Type:
Creator:
Chris Frage
Created:
2006-11-26 03:58:44 UTC
Size:
3.30 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /snix/net-im/centericq/centericq-4.21.0-r4.ebuild,v 1.0 2006/11/26 12:53:52 sh0 Exp $ > >inherit autotools eutils > >IUSE="bidi nls unicode ssl gnutls crypt icq jabber aim msn yahoo gg irc rss lj" > >DESCRIPTION="A ncurses ICQ/Yahoo!/AIM/IRC/MSN/Jabber/GaduGadu/RSS/LiveJournal Client" >SRC_URI="http://thekonst.net/download/${P}.tar.bz2" >HOMEPAGE="http://thekonst.net/en/centericq" >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" > >DEPEND="virtual/libc > >=sys-libs/ncurses-5.2 > bidi? ( dev-libs/fribidi ) > jabber? ( crypt? ( >=app-crypt/gpgme-1.0.2 ) ) > ssl? ( > !gnutls? ( >=dev-libs/openssl-0.9.6b ) > gnutls? ( net-libs/gnutls ) > ) > msn? ( net-misc/curl )" > >RDEPEND="${DEPEND} > nls? ( sys-devel/gettext )" > >src_unpack() { > unpack ${A} > cd ${S} > > # ugly aclocal update > cp ${FILESDIR}/centericq-4.21.0-cvs-aclocal.m4 ${S}/aclocal.m4 > # rpath fix > ln -sfn /usr/share/gettext/config.rpath > > epatch ${FILESDIR}/${P}-emacs_improve.diff > epatch ${FILESDIR}/${P}-makefile_src.diff > epatch ${FILESDIR}/${P}-browser.diff > epatch ${FILESDIR}/${P}-libgadu.diff > epatch ${FILESDIR}/${P}-icqface_help.diff > epatch ${FILESDIR}/${P}-msg_esc.diff > epatch ${FILESDIR}/${P}-amd64.diff > epatch ${FILESDIR}/${P}-amd64_jabber.diff > epatch ${FILESDIR}/${P}-amd64_connect.diff > epatch ${FILESDIR}/${P}-security_CAN_2005-2448.diff > epatch ${FILESDIR}/${P}-wrong_configure.diff > epatch ${FILESDIR}/${P}-no_sys_mount_on_hurd.diff > epatch ${FILESDIR}/${P}-memory_cleanup.diff > epatch ${FILESDIR}/${P}-remote_segv.diff > epatch ${FILESDIR}/${P}-stpcpy.diff > epatch ${FILESDIR}/${P}-vgetstring.diff > epatch ${FILESDIR}/${P}-jabber_segv.diff > epatch ${FILESDIR}/${P}-new_msn.diff > epatch ${FILESDIR}/${P}-msn_segv.diff > > use unicode && epatch ${FILESDIR}/${P}-utf8.diff >} > >src_compile() { > local myopts="--disable-konst" > use nls && myopts="${myopts} --enable-locales-fix" || myopts="${myopts} --disable-nls" > use bidi && myopts="${myopts} --with-fribidi" > if use ssl && use gnutls ; then > myopts="${myopts} --with-ssl --without-openssl" > elif use ssl && ! use gnutls ; then > myopts="${myopts} --with-ssl --with-openssl" > else > myopts="${myopts} --without-ssl" > fi > > use icq || myopts="${myopts} --disable-icq" > use jabber && { > use crypt || myopts="${myopts} --without-gpgme" > } || myopts="${myopts} --disable-jabber" > use aim || myopts="${myopts} --disable-aim" > use msn || myopts="${myopts} --disable-msn" > if use msn && (! use ssl && ! use gnutls) ; then > eerror "" > eerror "USE flag problem" > eerror "================" > eerror "'msn' USE flag detected, but 'ssl' and 'gnutls' USE flag missing:" > eerror "MSN support needs libcurl with SSL support." > eerror "" > die "Please either activate the 'ssl' or 'gnutls' USE flag or deactivate the 'msn' USE flag for net-im/centericq" > fi > use yahoo || myopts="${myopts} --disable-yahoo" > use gg || myopts="${myopts} --disable-gg" > use irc || myopts="${myopts} --disable-irc" > use rss || myopts="${myopts} --disable-rss" > use lj || myopts="${myopts} --disable-lj" > > eautoreconf || die > > 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 138740
:
90627
|
90628
|
90629
|
90631
|
97668
|
97962
|
97963
|
98050
|
98052
|
98053
|
102746
|
102747