diff --git a/sys-devel/autofdo/Manifest b/sys-devel/autofdo/Manifest new file mode 100644 index 000000000..59881a454 --- /dev/null +++ b/sys-devel/autofdo/Manifest @@ -0,0 +1 @@ +DIST autofdo-0.16.tar.gz 62937947 SHA256 0bd5a5fe6c5821f67cc50d68294002bd2ee3845de0be1d6eafba7a48dd801689 SHA512 4c0203c32f4cfa48cbad376a68220e780ce981814bf2476f040259f8a8207151f81af4d09a4da7d3665116bd9b6ffca3514d29b7e068841434d53e3e8c6e00e2 WHIRLPOOL bf02bdd6cc2c855f71bc0d38a5f2717705b77a310501167521ff64babf34bef0733e8ba1953d433170ff6d30425c77bcdf476749103743c8ef258ce27113c97c diff --git a/sys-devel/autofdo/autofdo-0.16.ebuild b/sys-devel/autofdo/autofdo-0.16.ebuild new file mode 100644 index 000000000..9a3bc6e65 --- /dev/null +++ b/sys-devel/autofdo/autofdo-0.16.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools + +DESCRIPTION="System to simplify real-world deployment of feedback-directed optimization" +HOMEPAGE="https://gcc.gnu.org/wiki/AutoFDO" +SRC_URI="https://github.com/google/autofdo/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=sys-devel/llvm-4.0.1:* + sys-devel/gcc:*" + +RDEPEND="${DEPEND}" + +src_prepare(){ + #has Google forgot got change it? +# sed -i 's|\[0.14\]|\[${PV}\]|' configure.ac + eautoreconf + eapply_user +} \ No newline at end of file