From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0C7EB138CD0 for ; Mon, 18 May 2015 23:54:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64915E0993; Mon, 18 May 2015 23:54:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27508E0993 for ; Mon, 18 May 2015 23:54:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17C70340931 for ; Mon, 18 May 2015 23:54:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3EFA9D6 for ; Mon, 18 May 2015 23:54:32 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1431993220.b47f7e68e1d90288cecf5a5afdb419ff43eda462.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: dev-util/image-bootstrap/ X-VCS-Repository: proj/betagarden X-VCS-Files: dev-util/image-bootstrap/image-bootstrap-0.8.1.ebuild dev-util/image-bootstrap/metadata.xml X-VCS-Directories: dev-util/image-bootstrap/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: b47f7e68e1d90288cecf5a5afdb419ff43eda462 X-VCS-Branch: master Date: Mon, 18 May 2015 23:54:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b79e03ae-976e-487b-8bb8-3cebf0dae8cd X-Archives-Hash: baf93ca7044a19bea0a4c993ea653cb2 commit: b47f7e68e1d90288cecf5a5afdb419ff43eda462 Author: Sebastian Pipping pipping org> AuthorDate: Mon May 18 23:53:40 2015 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon May 18 23:53:40 2015 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=b47f7e68 dev-util/image-bootstrap: 0.8.1 .../image-bootstrap/image-bootstrap-0.8.1.ebuild | 28 ++++++++++++++++++++++ dev-util/image-bootstrap/metadata.xml | 8 +++++++ 2 files changed, 36 insertions(+) diff --git a/dev-util/image-bootstrap/image-bootstrap-0.8.1.ebuild b/dev-util/image-bootstrap/image-bootstrap-0.8.1.ebuild new file mode 100644 index 0000000..aa4d836 --- /dev/null +++ b/dev-util/image-bootstrap/image-bootstrap-0.8.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +PYTHON_COMPAT=( python2_7 ) +inherit distutils-r1 + +DESCRIPTION="Command line tool for creating bootable virtual machine images" +HOMEPAGE="https://github.com/hartwork/image-bootstrap" +SRC_URI="https://github.com/hartwork/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="AGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + app-crypt/gnupg + dev-python/colorama + dev-util/debootstrap + sys-apps/debian-archive-keyring + sys-apps/ubuntu-keyring + sys-boot/grub:2 + sys-fs/multipath-tools + sys-block/parted + " diff --git a/dev-util/image-bootstrap/metadata.xml b/dev-util/image-bootstrap/metadata.xml new file mode 100644 index 0000000..16bcc9f --- /dev/null +++ b/dev-util/image-bootstrap/metadata.xml @@ -0,0 +1,8 @@ + + + + + sping@gentoo.org + Sebastian Pipping + +