Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 52805 Details for
Bug 84336
dev-util/cxxtest-3.10.1 (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
my little ebuild
cxxtest-3.10.1.ebuild (text/plain), 886 bytes, created by
Boris Guskee
on 2005-03-06 13:04:46 UTC
(
hide
)
Description:
my little ebuild
Filename:
MIME Type:
Creator:
Boris Guskee
Created:
2005-03-06 13:04:46 UTC
Size:
886 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Copyright 2005 Boris Gruschke <boris@gruschke.de> ># Distributed under the terms of the GNU General Public License v2 > >inherit eutils > >DESCRIPTION="CxxTest is a JUnit/CppUnit/xUnit-like unit testing framework for >C++." >HOMEPAGE="http://cxxtest.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~x86" >IUSE="examples doc" > >RDEPEND=">=dev-lang/perl" > >S="${WORKDIR}/${PN}" > >src_unpack() { > unpack ${A} > if useq doc; then > epatch ${FILESDIR}/01_all_link-to-doc.patch.txt > else > epatch ${FILESDIR}/01_all_link-to-web.patch.txt > fi >} > >src_install() { > dobin cxxtestgen.p[ly] > insinto usr/include/cxxtest > doins cxxtest/* > dodoc README COPYING > useq doc && { > dodoc TODO Versions > dohtml docs/* > } > useq examples && for f in `find sample -type f`; do > docinto `dirname $f` > dodoc $f > 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 84336
:
52805
|
52806
|
52807
|
197620