Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: sys-block/xnbd/
Date: Tue, 25 Mar 2014 22:16:05
Message-Id: 1395785740.2078cbd8515fa16d3607442489d3423956852972.sping@gentoo
1 commit: 2078cbd8515fa16d3607442489d3423956852972
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Tue Mar 25 22:15:40 2014 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 25 22:15:40 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=2078cbd8
7
8 sys-block/xnbd: 0.3
9
10 ---
11 sys-block/xnbd/xnbd-0.3.0.ebuild | 21 +++++++++++++++++++++
12 1 file changed, 21 insertions(+)
13
14 diff --git a/sys-block/xnbd/xnbd-0.3.0.ebuild b/sys-block/xnbd/xnbd-0.3.0.ebuild
15 new file mode 100644
16 index 0000000..35de2fe
17 --- /dev/null
18 +++ b/sys-block/xnbd/xnbd-0.3.0.ebuild
19 @@ -0,0 +1,21 @@
20 +# Copyright 1999-2014 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI="4"
25 +
26 +MY_P=${PN}-${PV/_/-}
27 +
28 +DESCRIPTION="NBD server program enabling live block device migration over wide-area networks"
29 +HOMEPAGE="https://bitbucket.org/hirofuchi/xnbd/wiki/Home"
30 +SRC_URI="https://bitbucket.org/hirofuchi/xnbd/downloads/${MY_P}.tar.bz2"
31 +
32 +LICENSE="GPL-2"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +
37 +RDEPEND=">=dev-libs/glib-2.32:2"
38 +DEPEND="${RDEPEND}"
39 +
40 +S=${WORKDIR}/${MY_P}