Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 577656 Details for
Bug 686616
dev-util/ftjam: EAPI=7 bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ftjam.patch
ftjam.patch (text/plain), 1.07 KB, created by
Michael Mair-Keimberger (mm1ke)
on 2019-05-23 17:25:58 UTC
(
hide
)
Description:
ftjam.patch
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2019-05-23 17:25:58 UTC
Size:
1.07 KB
patch
obsolete
>diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild >new file mode 100644 >index 00000000000..6ca895b7057 >--- /dev/null >+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild >@@ -0,0 +1,34 @@ >+# Copyright 1999-2019 Gentoo Authors >+# Distributed under the terms of the GNU General Public License v2 >+ >+EAPI=7 >+ >+inherit toolchain-funcs >+ >+MY_PV=$(ver_rs 3 "") >+ >+DESCRIPTION="A 100% compatible, enhanced implementation of the make alternative Jam" >+HOMEPAGE="http://freetype.sourceforge.net/jam/index.html" >+SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2" >+ >+LICENSE="perforce GPL-2" >+SLOT="0" >+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" >+ >+DEPEND="sys-devel/bison" >+ >+S=${WORKDIR}/${PN}-${MY_PV} >+ >+DOCS=( README README.ORG CHANGES INSTALL RELNOTES ) >+HTML_DOCS=( Jam.html Jambase.html Jamfile.html ) >+ >+PATCHES=( >+ "${FILESDIR}"/${PN}-2.5.3-nostrip.patch >+ "${FILESDIR}"/${PN}-2.5.3-i-hate-yacc.patch >+ "${FILESDIR}"/${PN}-2.5.3-false-flags.patch >+) >+ >+src_prepare() { >+ default >+ tc-export CC >+}
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 686616
: 577656