From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/distrobuilder/
Date: Tue, 25 Aug 2020 15:11:56 +0000 (UTC) [thread overview]
Message-ID: <1598368242.8fc5737fbea4a9e69fddb0b654498a5fc9eeb95a.williamh@gentoo> (raw)
commit: 8fc5737fbea4a9e69fddb0b654498a5fc9eeb95a
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 14:56:55 2020 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 15:10:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc5737f
app-emulation/distrobuilder: image builder for lxc and lxd
Closes: https://bugs.gentoo.org/657478
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
app-emulation/distrobuilder/Manifest | 1 +
.../distrobuilder/distrobuilder-1.1.ebuild | 34 ++++++++++++++++++++++
app-emulation/distrobuilder/metadata.xml | 12 ++++++++
3 files changed, 47 insertions(+)
diff --git a/app-emulation/distrobuilder/Manifest b/app-emulation/distrobuilder/Manifest
new file mode 100644
index 00000000000..787431ed6f3
--- /dev/null
+++ b/app-emulation/distrobuilder/Manifest
@@ -0,0 +1 @@
+DIST distrobuilder-1.1.tar.gz 17339508 BLAKE2B 5dc023520783301bfaaee9dbdb7f6707a565b6b7cde18afe53051c47cf4ec243be4f279846753f4fdab75f8aa3333fc4e74d90376390073e36edcb57a1d22815 SHA512 4638cb7ad34032a4ab6d6d85a07b92b7ee3ebc6fe34672d148b0574d487ca2a572fbcc700f829865faa77ec07f78e47555246cb8a2455c713d5051f19cbf8426
diff --git a/app-emulation/distrobuilder/distrobuilder-1.1.ebuild b/app-emulation/distrobuilder/distrobuilder-1.1.ebuild
new file mode 100644
index 00000000000..f7356bcb22b
--- /dev/null
+++ b/app-emulation/distrobuilder/distrobuilder-1.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit go-module linux-info
+
+DESCRIPTION="System container image builder for LXC and LXD"
+HOMEPAGE="https://linuxcontainers.org/distrobuilder/introduction/"
+SRC_URI="https://linuxcontainers.org/downloads/distrobuilder/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-util/debootstrap
+ app-crypt/gnupg
+ sys-fs/squashfs-tools
+ dev-vcs/git
+ net-misc/rsync
+ "
+
+CONFIG_CHECK="~OVERLAY_FS"
+
+src_compile() {
+ cd _dist/src/github.com/lxc/distrobuilder || die "cd failed"
+ GO111MODULE="off" GOBIN="${S}/bin" GOPATH="${S}/_dist" \
+ go install ./... || die "compile failed"
+}
+
+src_install() {
+ dobin bin/*
+}
diff --git a/app-emulation/distrobuilder/metadata.xml b/app-emulation/distrobuilder/metadata.xml
new file mode 100644
index 00000000000..c201375ad89
--- /dev/null
+++ b/app-emulation/distrobuilder/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>williamh@gentoo.org</email>
+ <name>William Hubbs</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>posting@vodacomm.ca</email>
+ <name>Stephen Bosch</name>
+ </maintainer>
+ </pkgmetadata>
next reply other threads:[~2020-08-25 15:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-25 15:11 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-08-25 16:14 [gentoo-commits] repo/gentoo:master commit in: app-emulation/distrobuilder/ William Hubbs
2020-08-26 18:03 William Hubbs
2020-09-22 6:54 Joonas Niilola
2021-07-29 15:19 William Hubbs
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1598368242.8fc5737fbea4a9e69fddb0b654498a5fc9eeb95a.williamh@gentoo \
--to=williamh@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox