Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 568008 Details for
Bug 679622
dev-util/tinlink: EAPI=7, improve ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
tinlink.patch
tinlink.patch (text/plain), 794 bytes, created by
Michael Mair-Keimberger (iamnr3)
on 2019-03-06 17:56:30 UTC
(
hide
)
Description:
tinlink.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (iamnr3)
Created:
2019-03-06 17:56:30 UTC
Size:
794 bytes
patch
obsolete
>diff --git a/dev-util/tinlink/tinlink-1.0.0-r1.ebuild b/dev-util/tinlink/tinlink-1.0.0-r1.ebuild >new file mode 100644 >index 00000000000..e8e3d5bfe4c >--- /dev/null >+++ b/dev-util/tinlink/tinlink-1.0.0-r1.ebuild >@@ -0,0 +1,28 @@ >+# Copyright 1999-2018 Gentoo Authors >+# Distributed under the terms of the GNU General Public License v2 >+ >+EAPI=7 >+ >+inherit toolchain-funcs >+ >+DESCRIPTION="Tool to create very small elf binary from pure binary files" >+HOMEPAGE="http://sed.free.fr/tinlink/" >+SRC_URI="http://sed.free.fr/tinlink/${P}.tar.gz" >+ >+LICENSE="public-domain" >+SLOT="0" >+KEYWORDS="~amd64 ~ppc ~x86" >+ >+src_prepare() { >+ default >+ rm -f "${S}"/Makefile || die >+} >+ >+src_compile() { >+ emake CC="$(tc-getCC)" tinlink >+} >+ >+src_install() { >+ dobin tinlink >+ dodoc AUTHORS README example.asm >+}
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 679622
: 568008