Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 205897 Details for
Bug 60960
[New package] dev-util/premake
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
premake-4.1.2.ebuild
premake-4.1.2.ebuild (text/plain), 1.37 KB, created by
Ryan Hill (RETIRED)
on 2009-10-03 03:18:46 UTC
(
hide
)
Description:
premake-4.1.2.ebuild
Filename:
MIME Type:
Creator:
Ryan Hill (RETIRED)
Created:
2009-10-03 03:18:46 UTC
Size:
1.37 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >inherit eutils toolchain-funcs > >DESCRIPTION="A lua-based build environment generation tool" >HOMEPAGE="http://industriousone.com/premake" >SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip" >LICENSE="GPL-2" >SLOT="4" >KEYWORDS="~amd64 ~x86" > >IUSE="debug doc" > >DEPEND="app-arch/unzip > doc? ( app-doc/doxygen )" >RDEPEND="" > ># Added in 4.1.2 for two test failures, prev versions were clean >RESTRICT=test > >src_prepare() { > cd "${S}" > epatch "${FILESDIR}"/${P}-Makefile.patch >} > >src_compile() { > use debug && myconfig="debug" || myconfig="release" > export CC=$(tc-getCC) > > cd build/gmake.unix > emake config=${myconfig} verbose=true || die "make failed" > > if use doc; then > cd "${S}" > doxygen -u doxyfile &> /dev/null || die "updating doxygen config failed" > doxygen doxyfile || die "creating docs failed" > fi >} > >src_test() { > use debug && myconfig="debug" || myconfig="release" > cd "${S}"/tests > sed -i -e "s:debug:${myconfig}:" test > ./test || die "tests failed" >} > >src_install() { > use debug && myconfig="debug" || myconfig="release" > exeinto /usr/bin > doexe "${S}"/bin/${myconfig}/premake4 || die "exe install failed" > > if use doc; then > insinto /usr/share/doc/${PF} > dohtml -r "${S}"/doc/html/* || die "html install failed" > fi > > dodoc BUILD.txt CHANGES.txt README.txt >}
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 60960
:
37773
|
37780
|
37781
|
80162
|
80170
|
80184
|
164193
|
194944
|
205728
|
205886
|
205888
|
205894
|
205895
| 205897 |
205898
|
224411
|
224413