Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 215601 Details for
Bug 271167
dev-lang/rakudo ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild. Cleaned up and added test target.
rakudo-2009.12.ebuild (text/plain), 827 bytes, created by
Christian Ludwig
on 2010-01-07 22:59:34 UTC
(
hide
)
Description:
Updated ebuild. Cleaned up and added test target.
Filename:
MIME Type:
Creator:
Christian Ludwig
Created:
2010-01-07 22:59:34 UTC
Size:
827 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >inherit eutils multilib > >MY_PV="${PV/./-}" >MY_P="${PN}-${PV/./-}" >DESCRIPTION="A Perl 6 implementation built on the Parrot virtual machine" >HOMEPAGE="http://rakudo.org/" >SRC_URI="http://cloud.github.com/downloads/${PN}/${PN}/${MY_P}.tar.gz" > >LICENSE="Artistic-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND=">=dev-lang/perl-5.8" >RDEPEND="~dev-lang/parrot-1.9.0 > sys-libs/readline > sys-libs/ncurses" > >src_configure() { > cd "${MY_P}" > perl Configure.pl || die "configure failed" >} > >src_compile() { > cd "${MY_P}" > emake || die "make failed" >} > >src_install() { > cd "${MY_P}" > emake install DESTDIR="${D}" || die "install failed" >} > >src_test() { > cd "${MY_P}" > emake test || die "test 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 271167
:
209585
|
210180
| 215601