Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: sys-apps/bubblewrap/
Date: Sat, 01 Dec 2018 17:41:39
Message-Id: 1543686089.8f35ca61cc115a8698d7c0685c56faa06899ca43.eva@gentoo
1 commit: 8f35ca61cc115a8698d7c0685c56faa06899ca43
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 1 17:32:19 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 1 17:41:29 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8f35ca61
7
8 sys-apps/bubblewrap: moved to gentoo repository
9
10 Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
11
12 sys-apps/bubblewrap/bubblewrap-0.3.1.ebuild | 50 -----------------------------
13 sys-apps/bubblewrap/metadata.xml | 8 -----
14 2 files changed, 58 deletions(-)
15
16 diff --git a/sys-apps/bubblewrap/bubblewrap-0.3.1.ebuild b/sys-apps/bubblewrap/bubblewrap-0.3.1.ebuild
17 deleted file mode 100644
18 index 56d2c9cb..00000000
19 --- a/sys-apps/bubblewrap/bubblewrap-0.3.1.ebuild
20 +++ /dev/null
21 @@ -1,50 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="7"
26 -
27 -inherit autotools bash-completion-r1 linux-info
28 -
29 -DESCRIPTION="Unprivileged sandboxing tool, namespaces-powered chroot-like solution"
30 -HOMEPAGE="https://github.com/projectatomic/bubblewrap"
31 -SRC_URI="https://github.com/projectatomic/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="LGPL-2+"
34 -SLOT="0"
35 -KEYWORDS="~amd64"
36 -IUSE="selinux"
37 -
38 -DEPEND="
39 - dev-libs/libxslt
40 - sys-libs/libseccomp
41 - sys-libs/libcap
42 - selinux? ( >=sys-libs/libselinux-2.1.9 )
43 -"
44 -# FIXME: we don't need bashcomp righ??
45 -RDEPEND="${DEPEND}"
46 -# FIXME: bash comp is not working
47 -# FIXME: test is not working
48 -pkg_setup() {
49 - if [[ ${MERGE_TYPE} != buildonly ]]; then
50 - CONFIG_CHECK="~UTS_NS ~IPC_NS ~USER_NS ~PID_NS ~NET_NS"
51 - linux-info_pkg_setup
52 - fi
53 -}
54 -src_prepare() {
55 - default
56 - eautoreconf
57 -}
58 -
59 -src_configure() {
60 -
61 - econf \
62 - $(use_enable selinux) \
63 - "--enable-man" \
64 - "--with-bash-completion-dir=${get_bashcompdir}" \
65 - "--with-priv-mode=none"
66 -}
67 -
68 -pkg_postinst() {
69 - einfo "bashcomp can be used with >=app-shells/bash-completion-2.0"
70 - einfo "probably needs namespaces"
71 -}
72
73 diff --git a/sys-apps/bubblewrap/metadata.xml b/sys-apps/bubblewrap/metadata.xml
74 deleted file mode 100644
75 index 39980802..00000000
76 --- a/sys-apps/bubblewrap/metadata.xml
77 +++ /dev/null
78 @@ -1,8 +0,0 @@
79 -<?xml version="1.0" encoding="UTF-8"?>
80 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
81 -<pkgmetadata>
82 -<maintainer type="project">
83 - <email>gnome@g.o</email>
84 - <name>Gentoo GNOME Desktop</name>
85 -</maintainer>
86 -</pkgmetadata>