Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 66507 Details for
Bug 103097
gajim-0.8 released - update ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Revised ebuild, installs to /usr.
gajim-0.8.ebuild (text/plain), 867 bytes, created by
Stian B. Barmen
on 2005-08-21 16:00:29 UTC
(
hide
)
Description:
Revised ebuild, installs to /usr.
Filename:
MIME Type:
Creator:
Stian B. Barmen
Created:
2005-08-21 16:00:29 UTC
Size:
867 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.7.1.ebuild,v 1.5 2005/06/28 23:01:13 agriffis Exp $ > >inherit virtualx multilib eutils > >DESCRIPTION="Jabber client written in PyGTK" >HOMEPAGE="http://www.gajim.org/" >SRC_URI="http://www.gajim.org/downloads/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~alpha ~amd64" >IUSE="nls spell" > >DEPEND=">=dev-python/pygtk-2.4.0 > >=dev-lang/python-2.3.0 > >=x11-libs/gtk+-2.4 > spell? ( >=app-text/gtkspell-2.0.4 )" > >src_compile() { > targets="idle trayicon" > use nls && targets="${targets} translation" > use spell && targets="${targets} gtkspell" > Xemake ${targets} || die "Xmake failed" >} > >src_install() { > Xemake PREFIX=/usr DESTDIR=${D} LIBDIR=/$(get_libdir) install || die > dodoc README AUTHORS COPYING >}
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 103097
:
66362
| 66507