public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/betagarden:master commit in: dev-util/yumbootstrap/
Date: Sat, 16 May 2015 00:50:43 +0000 (UTC)	[thread overview]
Message-ID: <1431736837.e9fedcdc2b9367c2b53ad6941f606a6ef4d2aa1c.sping@gentoo> (raw)

commit:     e9fedcdc2b9367c2b53ad6941f606a6ef4d2aa1c
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sat May 16 00:40:37 2015 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat May 16 00:40:37 2015 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=e9fedcdc

dev-util/yumbootstrap: 0.0.3_p20150509

 dev-util/yumbootstrap/metadata.xml                 |  8 ++++
 .../yumbootstrap-0.0.3_p20150509.ebuild            | 45 ++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/dev-util/yumbootstrap/metadata.xml b/dev-util/yumbootstrap/metadata.xml
new file mode 100644
index 0000000..16bcc9f
--- /dev/null
+++ b/dev-util/yumbootstrap/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>

diff --git a/dev-util/yumbootstrap/yumbootstrap-0.0.3_p20150509.ebuild b/dev-util/yumbootstrap/yumbootstrap-0.0.3_p20150509.ebuild
new file mode 100644
index 0000000..433a249
--- /dev/null
+++ b/dev-util/yumbootstrap/yumbootstrap-0.0.3_p20150509.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+# PYTHON_REQ_USE=berkdb
+# https://bugs.gentoo.org/show_bug.cgi?id=519584
+inherit distutils-r1
+
+MY_PV=ca14281727d6e5476f6601541a1974e65c3a1a33
+DESCRIPTION="chroot installer for derivatives of Red Hat Enterprise Linux"
+HOMEPAGE="https://github.com/dozzie/yumbootstrap"
+SRC_URI="https://github.com/dozzie/yumbootstrap/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"  # or later?
+SLOT="0"
+KEYWORDS=""  # ~amd64 ~x86, lazy mask
+IUSE=""
+
+RDEPEND="app-arch/rpm[python]
+	sys-apps/yum
+	dev-python/bsddb3"
+
+S="${WORKDIR}"/${PN}-${MY_PV}
+
+src_prepare() {
+	sed 's,^import bsddb$,import bsddb3 as bsddb,' -i lib/yumbootstrap/bdb.py || die
+}
+
+src_install() {
+	distutils-r1_src_install
+
+	emake \
+			PREFIX=/usr \
+			SYSCONFDIR=/etc \
+			DESTDIR="${D}" \
+			install-notmodule || die
+
+	dodoc KNOWN_ISSUES.md SUITES.md 
+
+	insinto /usr/share/${PF}/
+	doins -r examples
+}


             reply	other threads:[~2015-05-16  0:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-16  0:50 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-06  9:45 [gentoo-commits] proj/betagarden:master commit in: dev-util/yumbootstrap/ Justin Lecher
2015-06-06  9:45 Justin Lecher
2015-06-22  1:09 Sebastian Pipping
2015-11-07 23:54 Sebastian Pipping
2020-02-27 17:32 Sebastian Pipping

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=1431736837.e9fedcdc2b9367c2b53ad6941f606a6ef4d2aa1c.sping@gentoo \
    --to=sping@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