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/grml-debootstrap/
Date: Tue,  7 Jul 2015 20:41:03 +0000 (UTC)	[thread overview]
Message-ID: <1436301649.4450f2a7115257553bb9901a6a1ad6734bb9cd0e.sping@gentoo> (raw)

commit:     4450f2a7115257553bb9901a6a1ad6734bb9cd0e
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Tue Jul  7 20:40:49 2015 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Jul  7 20:40:49 2015 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=4450f2a7

dev-util/grml-debootstrap: 0.72

 .../grml-debootstrap/grml-debootstrap-0.72.ebuild  | 49 ++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/dev-util/grml-debootstrap/grml-debootstrap-0.72.ebuild b/dev-util/grml-debootstrap/grml-debootstrap-0.72.ebuild
new file mode 100644
index 0000000..f51041b
--- /dev/null
+++ b/dev-util/grml-debootstrap/grml-debootstrap-0.72.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+DESCRIPTION="Flexible wrapper around debootstrap"
+HOMEPAGE="https://github.com/grml/grml-debootstrap"
+SRC_URI="https://github.com/grml/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND="
+	app-text/asciidoc
+	app-text/docbook-xsl-stylesheets
+	dev-libs/libxslt
+	"
+RDEPEND="
+	app-emulation/qemu
+	app-shells/mksh
+	dev-util/dialog
+	dev-util/debootstrap
+	sys-block/parted
+	sys-apps/debian-archive-keyring
+	"
+
+src_compile() {
+	emake DOCBOOK_XML=/usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl doc_man
+	use doc && emake doc_html
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+
+	dodoc TODO
+	doman ${PN}.8
+
+	# Some doc on top
+	use doc && {
+		dodoc grml-debootstrap.8.html
+		insinto /usr/share/doc/${PF}/
+		doins -r images
+	}
+
+	dodoc debian/changelog
+}


             reply	other threads:[~2015-07-07 20:41 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-07 20:41 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-05-17 18:17 [gentoo-commits] proj/betagarden:master commit in: dev-util/grml-debootstrap/ Sebastian Pipping
2016-05-17 18:17 Sebastian Pipping
2015-06-06  9:45 Justin Lecher
2015-06-05 22:04 Sebastian Pipping
2015-06-05 22:03 Sebastian Pipping
2015-06-05 19:30 Sebastian Pipping
2015-06-05 19:30 Sebastian Pipping
2015-06-05 19:30 Sebastian Pipping
2015-04-28 19:53 Sebastian Pipping
2015-04-28 19:53 Sebastian Pipping
2015-03-13 20:04 Sebastian Pipping
2015-01-19  1:52 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=1436301649.4450f2a7115257553bb9901a6a1ad6734bb9cd0e.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