Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 163405 Details for
Bug 215492
new ebuild: net-misc/hamachi-gui-0.9.6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-misc/hamachi-gui-0.9.6
hamachi-gui-0.9.6.ebuild (text/plain), 830 bytes, created by
Malte E.
on 2008-08-20 17:50:12 UTC
(
hide
)
Description:
net-misc/hamachi-gui-0.9.6
Filename:
MIME Type:
Creator:
Malte E.
Created:
2008-08-20 17:50:12 UTC
Size:
830 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Hamachi-GUI is a free, fully functional GTK-interface for hamachi" >HOMEPAGE="http://hamachi-gui.sourceforge.net/" >MY_P="${PN}_${PV}" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >LANGS="bg de es fr it no pl sk sv" > >for X in ${LANGS} ; do > IUSE="${IUSE} linguas_${X}" >done > > >DEPEND="net-misc/hamachi > x11-libs/gtk+" >RDEPEND="${DEPEND}" > >src_compile() { > econf > emake || die "emake failed" >} > >src_install() { >emake DESTDIR="${D}" install > >for x in `ls ${D}/usr/share/locale/` ; do > USELANG="" > for y in ${LINGUAS} ; do > [[ ${x} == ${y} ]] && USELANG="yes" > done > > [[ ${USELANG} != "yes" ]] && rm -r ${D}/usr/share/locale/${x} >done >}
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 215492
:
147752
|
147753
|
151014
| 163405