sys-libs/uid_wrapper: Bump to version 1.1.1

Package-Manager: portage-2.2.20.1
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Lars Wendler
2015-08-21 10:28:30 +02:00
parent e999422f29
commit f1560304cb
2 changed files with 32 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST uid_wrapper-1.1.0.tar.gz 34979 SHA256 d6038b7f9eb04714798ad37b4d0ca677014c5ad7c02b42a4791fd89d8ff7ada3 SHA512 21443e4945e932db6043990693a44c45df04d0a1235b499c1d01bebfbf0feac9bc231f4c9fc14334e8d0e45967344627c7de48e16c5ccb493ab8c2de696ee9f9 WHIRLPOOL 33fe78236b20793f3e490c12fd4c55d1fbf42d115d86ab9b951562e9dd474d26fbec2c676bc6f913a945f95caf02bacf6a49bc4c912959fcae4c3599db987e49
DIST uid_wrapper-1.1.1.tar.gz 35873 SHA256 6995bebda7a729502012fac7f897e139cd9dd0819cb00e4ebf954fa0251b0378 SHA512 eedea3fe9f262c341521fc1d52e8f90cf77571c5a589973783c13e153eca23765d84456182e47bbad89f83b8421a61333241789068bcf243318f8b236c5e3c0c WHIRLPOOL 0e63e2c36ebab932dfc4458084eb4f88a5e0af5b91c0e6ef8f57fa7c6015174c1d7c25749d91c58cdd98afb562f8abfa5b1ba17433c5c25ade4519bac311f508

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit cmake-utils multilib-minimal
DESCRIPTION="A wrapper to fake privilege separation"
HOMEPAGE="https://cwrap.org/uid_wrapper.html"
SRC_URI="ftp://ftp.samba.org/pub/cwrap/${P}.tar.gz
https://ftp.samba.org/pub/cwrap/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
DEPEND=""
RDEPEND="${DEPEND}"
multilib_src_configure() {
cmake-utils_src_configure
}
multilib_src_compile() {
cmake-utils_src_compile
}
multilib_src_install() {
cmake-utils_src_install
}