From f516638b7fe9592837389826a6152a7e1b251c54 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 30 May 2020 11:44:06 +0100 Subject: gentoo resync : 30.05.2020 --- sys-apps/proot/Manifest | 2 +- sys-apps/proot/proot-5.1.0-r2.ebuild | 18 ++++-------------- 2 files changed, 5 insertions(+), 15 deletions(-) (limited to 'sys-apps/proot') diff --git a/sys-apps/proot/Manifest b/sys-apps/proot/Manifest index b7f2e80247b9..932d81dd5a7a 100644 --- a/sys-apps/proot/Manifest +++ b/sys-apps/proot/Manifest @@ -2,5 +2,5 @@ AUX proot-2.3.1-lib-paths-fix.patch 704 BLAKE2B 2ec5d90122914299dd892001a2b100b7 AUX proot-5.1.0-loader.patch 8308 BLAKE2B 097a5a3dbf46160a940acf194004443529b720fd8d323bb39057263cb294905e729f0d441a80bc52427e1108a9c1c4fe7dea7e84d39064258d98a3e832522ae0 SHA512 6c3018a4b44149260f2d9f9b8f892f972c0f85482fdc6b7d2858ab6ad16fdc68a9ea619dbcb80c1cb7b4a6d0af2b90329b4560f44baaf3fae29f3c624966ef12 AUX proot-5.1.0-makefile.patch 779 BLAKE2B a70e16c8f61501253adcd4cb40f69e315548d4394828af537c646fd46878ec75a5f3d24270458a1dfcb9bc70c2468efbcc6e629f848172a678fea27e9f4a5e2c SHA512 3ee5566e2209e0c3cc12ba9dbbbbc93d0080e66039aacbdc3c30974acf5380d4f855bee81a49976ea9c0a67f904456104a2d18777e5c0c10f530debae6e42df7 DIST proot-5.1.0.tar.gz 253251 BLAKE2B 8dc147d6c6ee303baf0c86f2fa4a8c17a58e76d9da9432635fc70ee06a65aa748ad617735012a1a18a520775fbe38c2264dcccefb681e8e829a5e7e1ddb05cca SHA512 26be26d405a8bcbe94377c3e9c18a571e4b61e3074f0716b0db3517d147d9d4a07c80f7312171cf9580ac7748e72e688efaf1b8e4a0ca3bfc31c802aa351346f -EBUILD proot-5.1.0-r2.ebuild 1930 BLAKE2B d792c4f8550109346c9d54c01c360f3f48cf38c4a1ab82a09ad5b09d5833d0f9deaa6be2bb3b2f685776af278b4ca9238573fb8d952b9d9cc8f38f67e890964d SHA512 12ede7ca512b8694947fb518cd6d9071f7148355da0c70d7bc2fc1adbb322d0adf1810a3a46adc2a9e9c0b0b0961114e91409b2ccc2ea321fadb10cd388783b3 +EBUILD proot-5.1.0-r2.ebuild 1741 BLAKE2B 4537e25ab0d1584a3bf4275b0e206b185c185c39a8e6d1db90b0a1f9a5834a14b13cd80c402f2e1bc81c88acddcdffd43b776171bc205dcce2b532b8722de659 SHA512 72e36cdde36d715e7206c2706d41d5b4c74b8097da7fddd73bc2d046a955f6c116f4f405a8699e3c8bbd40c993dce739839f986ea0d1d6fab4485b6cc29e1b8d MISC metadata.xml 1021 BLAKE2B ee51ffc5905ac216dc1be7388ce514b84a25ab74f4593db590391927353dd4270f70bdff4cbadf645c66fc2c7519d36e4c84863b3d094a187d949f5c54f15ec9 SHA512 e8e8c014074365a50de8693c904eaa22340f426e985d661fd90ca5ca5f09514d366b5d32404a16edaddd817ef029c871f316409d5a10fff23c6c8b934584dca3 diff --git a/sys-apps/proot/proot-5.1.0-r2.ebuild b/sys-apps/proot/proot-5.1.0-r2.ebuild index ac2eea07dbf7..32cc49074395 100644 --- a/sys-apps/proot/proot-5.1.0-r2.ebuild +++ b/sys-apps/proot/proot-5.1.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,20 +6,15 @@ MY_PN="PRoot" inherit eutils toolchain-funcs -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/proot-me/${MY_PN}.git" - inherit git-r3 -else - SRC_URI="https://github.com/proot-me/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi +SRC_URI="https://github.com/proot-me/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64 ~x86" DESCRIPTION="User-space implementation of chroot, mount --bind, and binfmt_misc" HOMEPAGE="https://proot-me.github.io" LICENSE="GPL-2" SLOT="0" -IUSE="care static test" +IUSE="care test" RDEPEND="care? ( app-arch/libarchive:0= ) sys-libs/talloc" @@ -38,11 +33,6 @@ PATCHES=( "${FILESDIR}/${PN}-5.1.0-loader.patch" ) -src_prepare() { - default - use static && append-ldflags -static -} - src_compile() { # build the proot and care targets emake -C src V=1 \ -- cgit v1.2.3