commit:     2078cbd8515fa16d3607442489d3423956852972
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Tue Mar 25 22:15:40 2014 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Mar 25 22:15:40 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=2078cbd8

sys-block/xnbd: 0.3

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

diff --git a/sys-block/xnbd/xnbd-0.3.0.ebuild b/sys-block/xnbd/xnbd-0.3.0.ebuild
new file mode 100644
index 0000000..35de2fe
--- /dev/null
+++ b/sys-block/xnbd/xnbd-0.3.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+MY_P=${PN}-${PV/_/-}
+
+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/${MY_P}.tar.bz2";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.32:2"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}

Reply via email to