Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 89144 Details for
Bug 127240
gaim-otr-3.0.0 doesn't build with gaim-2 beta
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
yet another ebuild
gaim-otr-3.0.0.ebuild (text/plain), 924 bytes, created by
Luca Barbato
on 2006-06-14 05:52:41 UTC
(
hide
)
Description:
yet another ebuild
Filename:
MIME Type:
Creator:
Luca Barbato
Created:
2006-06-14 05:52:41 UTC
Size:
924 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/gaim-otr-3.0.0.ebuild,v 1.1 2005/11/14 06:12:04 rizzo Exp $ > >inherit flag-o-matic eutils debug > >DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging" >HOMEPAGE="http://www.cypherpunks.ca/otr/" >SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz > http://www.cypherpunks.ca/otr/gaim2b2-otr.diff" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~sparc ~x86" >IUSE="" > >DEPEND=">=net-libs/libotr-3.0.0 > >=net-im/gaim-1.5.0" > >src_unpack() { > unpack ${P}.tar.gz > cd ${S} > epatch ${DISTDIR}/gaim2b2-otr.diff >} > >src_compile() { > strip-flags > replace-flags -O? -O2 > > econf || die "econf failed" > emake -j1 || die "Make failed" >} > >src_install() { > make install DESTDIR=${D} || die "Install failed" > dodoc COPYING ChangeLog README >}
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 127240
:
82892
|
82893
|
88670
| 89144