Skip to content

Commit

Permalink
dev-util/ftjam: EAPI=7 bump
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/686616
Signed-off-by: Michael Mair-Keimberger <[email protected]>
Closes: gentoo#12091
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
mm1ke authored and a17r committed May 25, 2019
1 parent 15251ba commit 6d8e71e
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions dev-util/ftjam/ftjam-2.5.3_rc2-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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"

BDEPEND="sys-devel/bison"

S=${WORKDIR}/${PN}-${MY_PV}

DOCS=( README README.ORG CHANGES 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
}

0 comments on commit 6d8e71e

Please sign in to comment.