public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: sys-apps/jchroot/
@ 2015-03-19  0:08 Sebastian Pipping
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Pipping @ 2015-03-19  0:08 UTC (permalink / raw
  To: gentoo-commits

commit:     bb3a49d367d6db0e0981d5aaef4115ae641660d9
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Thu Mar 19 00:08:01 2015 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 00:08:01 2015 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=bb3a49d3

sys-apps/jchroot: 9999

 sys-apps/jchroot/jchroot-9999.ebuild | 29 +++++++++++++++++++++++++++++
 sys-apps/jchroot/metadata.xml        |  8 ++++++++
 2 files changed, 37 insertions(+)

diff --git a/sys-apps/jchroot/jchroot-9999.ebuild b/sys-apps/jchroot/jchroot-9999.ebuild
new file mode 100644
index 0000000..1c49476
--- /dev/null
+++ b/sys-apps/jchroot/jchroot-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit git-r3 toolchain-funcs
+
+DESCRIPTION="chroot with more isolation"
+HOMEPAGE="https://github.com/vincentbernat/jchroot"
+EGIT_REPO_URI="https://github.com/vincentbernat/jchroot.git"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+src_compile() {
+	emake \
+		CC="$(tc-getCC)" \
+		CFLAGS="${CFLAGS}" \
+		LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+	dodoc README.md
+	doman ${PN}.8
+	dobin ${PN}
+}

diff --git a/sys-apps/jchroot/metadata.xml b/sys-apps/jchroot/metadata.xml
new file mode 100644
index 0000000..16bcc9f
--- /dev/null
+++ b/sys-apps/jchroot/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>
+		<email>sping@gentoo.org</email>
+		<name>Sebastian Pipping</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] proj/betagarden:master commit in: sys-apps/jchroot/
@ 2015-06-06  9:45 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-06-06  9:45 UTC (permalink / raw
  To: gentoo-commits

commit:     cc4352fa08420e5d40fe4686194551516bca8149
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  6 09:34:24 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun  6 09:34:24 2015 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=cc4352fa

sys-apps/jchroot: Add github to remote-id in metadata.xml

Package-Manager: portage-2.2.20

 sys-apps/jchroot/ChangeLog    |  2 ++
 sys-apps/jchroot/metadata.xml | 11 +++++++----
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/sys-apps/jchroot/ChangeLog b/sys-apps/jchroot/ChangeLog
new file mode 100644
index 0000000..58456dc
--- /dev/null
+++ b/sys-apps/jchroot/ChangeLog
@@ -0,0 +1,2 @@
+  06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  sys-apps/jchroot: Add github to remote-id in metadata.xml

diff --git a/sys-apps/jchroot/metadata.xml b/sys-apps/jchroot/metadata.xml
index 16bcc9f..4f2fdfa 100644
--- a/sys-apps/jchroot/metadata.xml
+++ b/sys-apps/jchroot/metadata.xml
@@ -1,8 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer>
-		<email>sping@gentoo.org</email>
-		<name>Sebastian Pipping</name>
-	</maintainer>
+  <maintainer>
+    <email>sping@gentoo.org</email>
+    <name>Sebastian Pipping</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">vincentbernat/jchroot</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] proj/betagarden:master commit in: sys-apps/jchroot/
@ 2017-08-27 18:31 Sebastian Pipping
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Pipping @ 2017-08-27 18:31 UTC (permalink / raw
  To: gentoo-commits

commit:     7f00c414a2abbefcd9fb73243db97998c80b1e70
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 27 18:30:46 2017 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 18:31:14 2017 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=7f00c414

sys-apps/jchroot: 1.0

Also bump EAPI to 6, and sync live ebuild.

 sys-apps/jchroot/{jchroot-9999.ebuild => jchroot-1.0.ebuild} | 8 ++++----
 sys-apps/jchroot/jchroot-9999.ebuild                         | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-apps/jchroot/jchroot-9999.ebuild b/sys-apps/jchroot/jchroot-1.0.ebuild
similarity index 69%
copy from sys-apps/jchroot/jchroot-9999.ebuild
copy to sys-apps/jchroot/jchroot-1.0.ebuild
index 8ff0a44..c5c79b3 100644
--- a/sys-apps/jchroot/jchroot-9999.ebuild
+++ b/sys-apps/jchroot/jchroot-1.0.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="6"
 
-inherit git-r3 toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="chroot with more isolation"
 HOMEPAGE="https://github.com/vincentbernat/jchroot"
-EGIT_REPO_URI="https://github.com/vincentbernat/jchroot.git"
+SRC_URI="https://github.com/vincentbernat/jchroot/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"

diff --git a/sys-apps/jchroot/jchroot-9999.ebuild b/sys-apps/jchroot/jchroot-9999.ebuild
index 8ff0a44..4fccb5f 100644
--- a/sys-apps/jchroot/jchroot-9999.ebuild
+++ b/sys-apps/jchroot/jchroot-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="6"
 
 inherit git-r3 toolchain-funcs
 


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

* [gentoo-commits] proj/betagarden:master commit in: sys-apps/jchroot/
@ 2017-08-27 18:35 Sebastian Pipping
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Pipping @ 2017-08-27 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     41f7134e478217e1d8b237cc0689802123839698
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 27 18:34:50 2017 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 18:34:50 2017 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=41f7134e

sys-apps/jchroot: Add missing keywords

 sys-apps/jchroot/jchroot-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/jchroot/jchroot-1.0.ebuild b/sys-apps/jchroot/jchroot-1.0.ebuild
index c5c79b3..28571d6 100644
--- a/sys-apps/jchroot/jchroot-1.0.ebuild
+++ b/sys-apps/jchroot/jchroot-1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/vincentbernat/jchroot/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 src_compile() {


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

end of thread, other threads:[~2017-08-27 18:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-27 18:35 [gentoo-commits] proj/betagarden:master commit in: sys-apps/jchroot/ Sebastian Pipping
  -- strict thread matches above, loose matches on Subject: below --
2017-08-27 18:31 Sebastian Pipping
2015-06-06  9:45 Justin Lecher
2015-03-19  0:08 Sebastian Pipping

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