public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-portage/unsandbox/
@ 2016-10-01 19:06 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2016-10-01 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     2ec63c8f37bf941674ac4978f349de7f7dcf95f9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 17:43:48 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 19:05:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec63c8f

app-portage/unsandbox: Introduce the sandbox escape tool

 app-portage/unsandbox/Manifest           |  1 +
 app-portage/unsandbox/metadata.xml       |  8 ++++++++
 app-portage/unsandbox/unsandbox-1.ebuild | 28 ++++++++++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/app-portage/unsandbox/Manifest b/app-portage/unsandbox/Manifest
new file mode 100644
index 00000000..5b8f98d
--- /dev/null
+++ b/app-portage/unsandbox/Manifest
@@ -0,0 +1 @@
+DIST unsandbox.c 678 SHA256 806422d7cc96de98a6283ed11efcfe37d6597236d861313849fbd7a6e24e7cfa SHA512 380bb1c59442c1637de0b95450a58be7249b7943e061b3ec18464f5fa04629e27453aaefa85d48f84c4f3a0affaa9302a81d36b33a860d027280e4e9a396fd04 WHIRLPOOL b7dfe56418ec6970cf053454aebd70cf0fcc9bb7eb1f8f0583d1c6b01d6c500327407b4f9e8db118d0552546f4ea0c60ce38f8bd27bdfaeabd8804f958c59262

diff --git a/app-portage/unsandbox/metadata.xml b/app-portage/unsandbox/metadata.xml
new file mode 100644
index 00000000..0319eec
--- /dev/null
+++ b/app-portage/unsandbox/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/app-portage/unsandbox/unsandbox-1.ebuild b/app-portage/unsandbox/unsandbox-1.ebuild
new file mode 100644
index 00000000..d474616
--- /dev/null
+++ b/app-portage/unsandbox/unsandbox-1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="The Sandbox escapist tool"
+HOMEPAGE="http://dev.gentoo.org/~mgorny/unsandbox.c"
+SRC_URI="http://dev.gentoo.org/~mgorny/unsandbox.c"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S=${WORKDIR}
+
+src_unpack() {
+	cp "${DISTDIR}"/unsandbox.c "${WORKDIR}"/ || die
+}
+
+src_compile() {
+	emake LDLIBS=-ldl unsandbox
+}
+
+src_install() {
+	dobin unsandbox
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/unsandbox/
@ 2016-10-01 20:03 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2016-10-01 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     9e2860f65b6b7b982d059e2e3834a7a86ea8c22e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 20:02:50 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 20:03:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e2860f6

app-portage/unsandbox: Fix the URI

 app-portage/unsandbox/unsandbox-1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/unsandbox/unsandbox-1.ebuild b/app-portage/unsandbox/unsandbox-1.ebuild
index d474616..d992a97 100644
--- a/app-portage/unsandbox/unsandbox-1.ebuild
+++ b/app-portage/unsandbox/unsandbox-1.ebuild
@@ -5,8 +5,8 @@
 EAPI=6
 
 DESCRIPTION="The Sandbox escapist tool"
-HOMEPAGE="http://dev.gentoo.org/~mgorny/unsandbox.c"
-SRC_URI="http://dev.gentoo.org/~mgorny/unsandbox.c"
+HOMEPAGE="http://dev.gentoo.org/~mgorny/dist/unsandbox.c"
+SRC_URI="http://dev.gentoo.org/~mgorny/dist/unsandbox.c"
 
 LICENSE="BSD-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/unsandbox/
@ 2017-02-15 17:50 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2017-02-15 17:50 UTC (permalink / raw
  To: gentoo-commits

commit:     baa53169e115d1352babae7f5129b11ae38dd696
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 17:44:56 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 17:50:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa53169

app-portage/unsandbox: Add tc-export CC, #609442

 app-portage/unsandbox/unsandbox-1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-portage/unsandbox/unsandbox-1.ebuild b/app-portage/unsandbox/unsandbox-1.ebuild
index d992a97e7d..48d371205b 100644
--- a/app-portage/unsandbox/unsandbox-1.ebuild
+++ b/app-portage/unsandbox/unsandbox-1.ebuild
@@ -4,6 +4,8 @@
 
 EAPI=6
 
+inherit toolchain-funcs
+
 DESCRIPTION="The Sandbox escapist tool"
 HOMEPAGE="http://dev.gentoo.org/~mgorny/dist/unsandbox.c"
 SRC_URI="http://dev.gentoo.org/~mgorny/dist/unsandbox.c"
@@ -20,6 +22,7 @@ src_unpack() {
 }
 
 src_compile() {
+	tc-export CC
 	emake LDLIBS=-ldl unsandbox
 }
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/unsandbox/
@ 2017-02-15 18:26 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2017-02-15 18:26 UTC (permalink / raw
  To: gentoo-commits

commit:     cc8de0259cc223c0e23b7e8de2ee649d215692a4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 18:18:04 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 18:26:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc8de025

app-portage/unsandbox: Bump to v2, fixes #609444

 app-portage/unsandbox/Manifest           |  1 +
 app-portage/unsandbox/unsandbox-2.ebuild | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/app-portage/unsandbox/Manifest b/app-portage/unsandbox/Manifest
index 5b8f98d562..d27298884a 100644
--- a/app-portage/unsandbox/Manifest
+++ b/app-portage/unsandbox/Manifest
@@ -1 +1,2 @@
+DIST unsandbox-2.tar.gz 891 SHA256 88f1ced6f197ba65f10266de879ab88ab05e3e874c4b29ba82a1db684518df84 SHA512 d669a7119e397434219c7a86a5d10caeb0099fed841a3264ba09ed45c206621baf3f98104d3b6ff8239a79306177d6ebe0305ab67ab472e739f722e1823ab2c6 WHIRLPOOL e309a78c37f4f8f038a9499f1a3e7310e33c306d6624e60c993326015b328218b1fd51ab70db4d15ee6ba6d2c3efb0d9b1a59ee77231d9a7442db3774d5a35c4
 DIST unsandbox.c 678 SHA256 806422d7cc96de98a6283ed11efcfe37d6597236d861313849fbd7a6e24e7cfa SHA512 380bb1c59442c1637de0b95450a58be7249b7943e061b3ec18464f5fa04629e27453aaefa85d48f84c4f3a0affaa9302a81d36b33a860d027280e4e9a396fd04 WHIRLPOOL b7dfe56418ec6970cf053454aebd70cf0fcc9bb7eb1f8f0583d1c6b01d6c500327407b4f9e8db118d0552546f4ea0c60ce38f8bd27bdfaeabd8804f958c59262

diff --git a/app-portage/unsandbox/unsandbox-2.ebuild b/app-portage/unsandbox/unsandbox-2.ebuild
new file mode 100644
index 0000000000..3c67bb5414
--- /dev/null
+++ b/app-portage/unsandbox/unsandbox-2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="The Sandbox escapist tool"
+HOMEPAGE="https://github.com/mgorny/unsandbox"
+SRC_URI="https://github.com/mgorny/unsandbox/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/unsandbox/
@ 2017-03-23 20:28 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2017-03-23 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     b1babdb714e206b137200926f1a4339002fb2518
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 20:26:55 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 20:28:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1babdb7

app-portage/unsandbox: Keyword ~arm64

 app-portage/unsandbox/unsandbox-2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/unsandbox/unsandbox-2.ebuild b/app-portage/unsandbox/unsandbox-2.ebuild
index 9e8f2ae6375..74169617d3f 100644
--- a/app-portage/unsandbox/unsandbox-2.ebuild
+++ b/app-portage/unsandbox/unsandbox-2.ebuild
@@ -11,5 +11,5 @@ SRC_URI="https://github.com/mgorny/unsandbox/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/unsandbox/
@ 2017-11-19 19:14 Thomas Deutschmann
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Deutschmann @ 2017-11-19 19:14 UTC (permalink / raw
  To: gentoo-commits

commit:     ab99461e5d37aa7def761b045d37565e74dd45b5
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 19:03:40 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 19:14:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab99461e

app-portage/unsandbox: x86 stable (bug #637210)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-portage/unsandbox/unsandbox-2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/unsandbox/unsandbox-2.ebuild b/app-portage/unsandbox/unsandbox-2.ebuild
index 74169617d3f..13b23ced5c1 100644
--- a/app-portage/unsandbox/unsandbox-2.ebuild
+++ b/app-portage/unsandbox/unsandbox-2.ebuild
@@ -11,5 +11,5 @@ SRC_URI="https://github.com/mgorny/unsandbox/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/unsandbox/
@ 2017-12-14 22:31 Matt Turner
  0 siblings, 0 replies; 8+ messages in thread
From: Matt Turner @ 2017-12-14 22:31 UTC (permalink / raw
  To: gentoo-commits

commit:     4cd5008c841677ad56d00d701ea6fcbce97bb87a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 14 22:30:39 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Dec 14 22:30:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd5008c

app-portage/unsandbox-2: amd64 stable, bug 637210

 app-portage/unsandbox/unsandbox-2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/unsandbox/unsandbox-2.ebuild b/app-portage/unsandbox/unsandbox-2.ebuild
index 13b23ced5c1..41773bc4e61 100644
--- a/app-portage/unsandbox/unsandbox-2.ebuild
+++ b/app-portage/unsandbox/unsandbox-2.ebuild
@@ -11,5 +11,5 @@ SRC_URI="https://github.com/mgorny/unsandbox/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-portage/unsandbox/
@ 2018-05-08 23:11 Mikle Kolyada
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2018-05-08 23:11 UTC (permalink / raw
  To: gentoo-commits

commit:     22ee15aaf5f02a7e2e120efc7937a7c582286767
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue May  8 23:10:34 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue May  8 23:11:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ee15aa

app-portage/unsandbox: remove last rited package

 app-portage/unsandbox/Manifest           |  1 -
 app-portage/unsandbox/metadata.xml       | 11 -----------
 app-portage/unsandbox/unsandbox-2.ebuild | 15 ---------------
 3 files changed, 27 deletions(-)

diff --git a/app-portage/unsandbox/Manifest b/app-portage/unsandbox/Manifest
deleted file mode 100644
index 609f518f478..00000000000
--- a/app-portage/unsandbox/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST unsandbox-2.tar.gz 891 BLAKE2B 7daabf3f5ae0bdd1fcbc9c61a098c6752a84f7e1ea9053ff4317760a6140d84bae541b802f738d1c11316c336ed67ebdd1d802ca4af467a4558fe14a940967e8 SHA512 d669a7119e397434219c7a86a5d10caeb0099fed841a3264ba09ed45c206621baf3f98104d3b6ff8239a79306177d6ebe0305ab67ab472e739f722e1823ab2c6

diff --git a/app-portage/unsandbox/metadata.xml b/app-portage/unsandbox/metadata.xml
deleted file mode 100644
index 6a495dd36ab..00000000000
--- a/app-portage/unsandbox/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>mgorny@gentoo.org</email>
-		<name>Michał Górny</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">mgorny/unsandbox</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/app-portage/unsandbox/unsandbox-2.ebuild b/app-portage/unsandbox/unsandbox-2.ebuild
deleted file mode 100644
index 41773bc4e61..00000000000
--- a/app-portage/unsandbox/unsandbox-2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="The Sandbox escapist tool"
-HOMEPAGE="https://github.com/mgorny/unsandbox"
-SRC_URI="https://github.com/mgorny/unsandbox/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-05-08 23:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-08 23:11 [gentoo-commits] repo/gentoo:master commit in: app-portage/unsandbox/ Mikle Kolyada
  -- strict thread matches above, loose matches on Subject: below --
2017-12-14 22:31 Matt Turner
2017-11-19 19:14 Thomas Deutschmann
2017-03-23 20:28 Michał Górny
2017-02-15 18:26 Michał Górny
2017-02-15 17:50 Michał Górny
2016-10-01 20:03 Michał Górny
2016-10-01 19:06 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox