summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-07-26 10:30:47 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-07-26 11:50:49 +0200
commit64f6b1a3b76d50f201fb5bf24b149b69578225aa (patch)
tree1885fd05203abc0a63cb6e8f6982c0af31f0e5e2 /sys-libs/uid_wrapper/uid_wrapper-1.2.4.ebuild
parentx11-wm/icewm: Removed old. (diff)
downloadgentoo-64f6b1a3b76d50f201fb5bf24b149b69578225aa.tar.gz
gentoo-64f6b1a3b76d50f201fb5bf24b149b69578225aa.tar.bz2
gentoo-64f6b1a3b76d50f201fb5bf24b149b69578225aa.zip
sys-libs/uid_wrapper: Bump to version 1.2.4
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-libs/uid_wrapper/uid_wrapper-1.2.4.ebuild')
-rw-r--r--sys-libs/uid_wrapper/uid_wrapper-1.2.4.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-libs/uid_wrapper/uid_wrapper-1.2.4.ebuild b/sys-libs/uid_wrapper/uid_wrapper-1.2.4.ebuild
new file mode 100644
index 000000000000..2eb9a6056482
--- /dev/null
+++ b/sys-libs/uid_wrapper/uid_wrapper-1.2.4.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-multilib
+
+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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+DEPEND=""
+RDEPEND="${DEPEND}"