Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 99064 Details for
Bug 149600
net-im/jabbin (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-im/jabbin/jabbin-2.0_beta.ebuild (stripped from psi ebuild)
jabbin-2.0_beta.ebuild (text/plain), 1.02 KB, created by
Francesco R. (RETIRED)
on 2006-10-07 11:53:24 UTC
(
hide
)
Description:
net-im/jabbin/jabbin-2.0_beta.ebuild (stripped from psi ebuild)
Filename:
MIME Type:
Creator:
Francesco R. (RETIRED)
Created:
2006-10-07 11:53:24 UTC
Size:
1.02 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils qt3 >DESCRIPTION="Jabbin is a Jabber client that allows calls using the VoIP Jabber network." > >HOMEPAGE="http://www.jabbin.com/" >MY_P="${P//_/}" >SRC_URI="mirror://sourceforge/jabbin/${MY_P}.tar.bz2" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86" >IUSE="ssl crypt xscreensaver" >DEPEND="$(qt_min_version 3.3) > >=app-crypt/qca-1.0-r2 > media-libs/speex > xscreensaver? ( x11-misc/xscreensaver )" >RDEPEND="${DEPEND} > ssl? ( >=app-crypt/qca-tls-1.0-r2 ) > crypt? ( >=app-crypt/gnupg-1.2.2 )" >S="${WORKDIR}/${MY_P}" >#TODO: remove RESTRICT prior to insert in portage >RESTRICT="nomirror" > >src_unpack() { > unpack ${A} > > cd ${S} > epatch ${FILESDIR}/psi-pathfix2.patch > epatch ${FILESDIR}/psi-reverse_trayicon2.patch >} > >src_compile() { > cd "${S}" > qmake jabbin.pro || die "qmake failed" > emake || die "emake failed" >} > >src_install() { > einfo "Installing" > make INSTALL_ROOT="${D}" install || die "Make install failed" >}
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 149600
:
99060
| 99064 |
102726
|
102727
|
103816
|
106954
|
113650
|
133265