Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 57991 Details for
Bug 91396
new ebuild for app-misc/heyu
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new ebuild
heyu-2.0_beta2.ebuild (text/plain), 651 bytes, created by
Colonel Paneek
on 2005-05-04 00:27:12 UTC
(
hide
)
Description:
new ebuild
Filename:
MIME Type:
Creator:
Colonel Paneek
Created:
2005-05-04 00:27:12 UTC
Size:
651 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils >DESCRIPTION="X10 CM11A command line interface" >HOMEPAGE="http://heyu.tanj.com/heyu2/" >MY_P="heyu-2.0beta.2" >SRC_URI="http://heyu.tanj.com/heyu2/${MY_P}.tgz" > >LICENSE="free-nocomm" >SLOT="0" >KEYWORDS="~x86" > >IUSE="" > >DEPEND="" > >S=${WORKDIR}/${MY_P} > >src_unpack() { > > unpack ${A} > cd ${S} > > epatch ${FILESDIR}/paths.patch > epatch ${FILESDIR}/makefile.patch >} > >src_compile() { > > cd ${S} > sh ./Configure || die "Configure failed" > > emake || die "emake failed" >} > >src_install() { > > make install || die "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 91396
:
57991
|
57992
|
57993
|
58086
|
95897
|
95928
|
96468
|
127427
|
127694
|
157233
|
158355