Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 51178 Details for
Bug 76127
Gyach enhanced is a Yahoo Messenger linux client
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild to install binary version of gyach-enhanced
gyach-enhanced-bin-1.0.6.ebuild (text/plain), 1.65 KB, created by
babyjamie
on 2005-02-13 19:33:22 UTC
(
hide
)
Description:
ebuild to install binary version of gyach-enhanced
Filename:
MIME Type:
Creator:
babyjamie
Created:
2005-02-13 19:33:22 UTC
Size:
1.65 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Enhanced version of the Gyach Yahoo! client with webcam and voice support" >SRC_URI="xmms? ( mirror://sourceforge/phpaint/gyachE-XMMS-Plugin-0.4-i586.tar.bz2 ) > encrypt? ( mirror://sourceforge/phpaint/gyachE-Encryption-Plugins-0.2-i586.tar.bz2 ) > webcam? ( mirror://sourceforge/phpaint/gyachE-Webcam-Utilities-0.3-i586.tar.bz2 ) > mirror://sourceforge/phpaint/gyach-enhanced_pyvoice-binary-${PV}-i586.tar.bz2 > mirror://sourceforge/phpaint/gyachE-Media-Package-0.1.tar.bz2" > >HOMEPAGE="http://phpaint.sourceforge.net/pyvoicechat/" >LICENSE="GPL-2" >KEYWORDS="-* ~x86" >SLOT="0" >IUSE="xmms encrypt webcam" >S=${WORKDIR} >DEPEND="virtual/libc > =x11-libs/gtk+-2* > media-libs/jasper > gnome-extra/libgtkhtml > >=dev-python/pygtk-2.0.0 > app-crypt/gpgme" >src_unpack() { > > if ! use xmms; then > einfo "The xmms use flag is off, xmms plugin will not be installed" > fi > > if use xmms; then > unpack gyachE-XMMS-Plugin-0.4-i586.tar.bz2 > fi > > if ! use encrypt; then > einfo "The encrypt use flag was off, encryption will not be installed" > fi > > if use encrypt; then > unpack gyachE-Encryption-Plugins-0.2-i586.tar.bz2 > fi > > if ! use webcam; then > einfo "The webcam use flag was off, webcam support will not be installed" > fi > > if use webcam; then > unpack gyachE-Webcam-Utilities-0.3-i586.tar.bz2 > fi > > unpack gyachE-Media-Package-0.1.tar.bz2 > unpack gyach-enhanced_pyvoice-binary-${PV}-i586.tar.bz2 >} > >src_compile() { > einfo "Binary distribution. No compilation required." >} > >src_install() { > cd ${WORKDIR} > mv * ${D} >} > >
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 76127
: 51178 |
53246
|
53247
|
53248
|
53659
|
53660
|
54911
|
54914
|
55611
|
55612
|
55613
|
55628
|
55629
|
55630
|
55631
|
55698
|
55699
|
55700
|
55830
|
57052
|
57054
|
57684
|
60349
|
60350
|
60351
|
60353
|
62038