Skip to content

Commit

Permalink
dev-util/meson: 0.41.0 version bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.1
  • Loading branch information
williamh committed Jun 13, 2017
1 parent 6220657 commit 29051bd
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-util/meson/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ DIST meson-0.37.1.tar.gz 487233 SHA256 32515e2bdbd9c5774941f74f7c87513bcdc08a6b1
DIST meson-0.38.1.tar.gz 515277 SHA256 631fa287c87909616e03a36c26e67b16fc5c7182ec7360972808d509125f06f6 SHA512 e681aaf10f919dd4a3e7b7f0bae2a7d69b8f73b27231a7e2610b35bfee513472509454e45e88242397fcfaf6b271f423120213807c1e59ebdb5f2393e734c358 WHIRLPOOL 5f38685fae0cb139c4da407a54f578c3c562057912fee92685025d21da7eeadd226ab22d263db4c0fec7419da51c43eec9cdd40e73378a9b726c7a76adaf1e43
DIST meson-0.39.1.tar.gz 558928 SHA256 67bf5876d69730dfe031907314a61fdbec0c5c723c79a8093eb64ae2ebcd2650 SHA512 97de0f361913272d75e96d7aa7385acb391dfaad4b62fe09201a0c34443ee65bc4cc46a13b42af8b598252dd2c34d0121edfacbf6cc4fef6696ae4808a3cab4e WHIRLPOOL 081f8ab743157cf04416e4e60cacab2ce01cfe3841da60d599ce50499047ae2523cde92157d6ecbe808d6e693e30c661314bc68cb260b6275fc447cd68934b00
DIST meson-0.40.1.tar.gz 584630 SHA256 9b26838a62c449d6a48f24e4ebd1ab0cd69687f95d93a0e70882c1c169cc2392 SHA512 06c6e703439a33a0175302a11591f849fc5fbd4afb3d1ab67db10e4967c50567a1883512eb7c298fe2b25fb38285588cb3a41b93f75b8f3621575feb2173ec5e WHIRLPOOL 1f14d452695d74557dd9dcfbc19855efb665fb8c98364bb48217a9ee61cdebb7649597c24236b8c96a20a45282d683b570d74aba55e4122f5ae43334e4798885
DIST meson-0.41.0.tar.gz 1012258 SHA256 705c1651af9835b51f7f111107c360f9bd76b8a5502a97ed8ef2331f96557ae5 SHA512 ec323f74abccecc0aea3ab60dc0ff01b81f8035df400eab2f7701cd4d38de82174e23af8024de11fbc9085f216e38b36e299c47696288afbb6eca9860ce4adfc WHIRLPOOL c95e9398b8b46ac37edde6a7ab4e7a7ae8f95621a09623215691e8d165c34e879623277f5a877d59ca3620997933bec8011374d120412023a6befa20ed91e969
34 changes: 34 additions & 0 deletions dev-util/meson/meson-0.41.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
PYTHON_COMPAT=( python3_{4,5,6} )

if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/mesonbuild/meson"
inherit git-r3
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi

inherit distutils-r1

DESCRIPTION="Open source build system"
HOMEPAGE="http://mesonbuild.com/"

LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
RESTRICT="test"

DEPEND="${PYTHON_DEPS}
>=dev-util/ninja-1.6.0
"
RDEPEND="${DEPEND}"

DOCS=( authors.txt contributing.txt )

python_test() {
${EPYTHON} run_tests.py || die
}

0 comments on commit 29051bd

Please sign in to comment.