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>[email protected]</email>
+               <name>Sebastian Pipping</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to