Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 155115 Details for
Bug 224495
shunit2-2.0.3.ebuild (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
shunit2-2.0.3.ebuild
shunit2-2.0.3.ebuild (text/plain), 763 bytes, created by
Maciej Blizinski
on 2008-06-01 16:05:51 UTC
(
hide
)
Description:
shunit2-2.0.3.ebuild
Filename:
MIME Type:
Creator:
Maciej Blizinski
Created:
2008-06-01 16:05:51 UTC
Size:
763 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Unit test framework in shell." >HOMEPAGE="http://foo.bar.com/" >SRC_URI="http://downloads.sourceforge.net/shunit2/${P}.tgz" >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~x86" >IUSE="" >DEPEND="" >RDEPEND="${DEPEND}" > >src_compile() { > emake >} > >src_install() { > insinto /usr/lib/shunit2 > doins build/shunit2 > dodoc doc/RELEASE_NOTES-*.txt > dodoc doc/README.txt doc/design_doc.txt doc/CHANGES-2.0.txt > dodoc doc/contributors.txt doc/TODO.txt > dohtml doc/*.{html,css} >} > >src_test() { > make test || die "make test failed" >} > >pkg_postinst() { > echo > elog "To use shunit2, have your script source /usr/lib/shunit2/shunit2." > echo >}
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 224495
:
155115
|
155175