commit:     fe9d561dc1d308a76fa836cb4c5e845c92a0723d
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 09:56:11 2016 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 09:56:55 2016 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=fe9d561d

sys-block/xnbd: 0.4.0

 sys-block/xnbd/xnbd-0.4.0.ebuild | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/sys-block/xnbd/xnbd-0.4.0.ebuild b/sys-block/xnbd/xnbd-0.4.0.ebuild
new file mode 100644
index 0000000..e07745c
--- /dev/null
+++ b/sys-block/xnbd/xnbd-0.4.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit autotools
+
+DESCRIPTION="NBD server program enabling live block device migration over 
wide-area networks"
+HOMEPAGE="https://bitbucket.org/hirofuchi/xnbd/wiki/Home";
+SRC_URI="https://bitbucket.org/hirofuchi/xnbd/downloads/${P}.tgz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.32:2
+       dev-libs/jansson"
+DEPEND="${RDEPEND}
+       app-text/asciidoc"
+
+S=${WORKDIR}/${P}/trunk
+
+src_prepare() {
+       eautoreconf
+}

Reply via email to