* [gentoo-commits] proj/betagarden:master commit in: sys-block/nbd-http/
@ 2013-02-08 22:01 Sebastian Pipping
0 siblings, 0 replies; only message in thread
From: Sebastian Pipping @ 2013-02-08 22:01 UTC (permalink / raw
To: gentoo-commits
commit: efe745992df0eba352a23cf5c129a9366e045c7c
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Fri Feb 8 21:51:01 2013 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Feb 8 22:01:44 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=efe74599
sys-block/nbd-http: 0.2.2
---
sys-block/nbd-http/nbd-http-0.2.2.ebuild | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/sys-block/nbd-http/nbd-http-0.2.2.ebuild b/sys-block/nbd-http/nbd-http-0.2.2.ebuild
new file mode 100644
index 0000000..d9ea6b9
--- /dev/null
+++ b/sys-block/nbd-http/nbd-http-0.2.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Read a file over HTTP as a block device."
+HOMEPAGE="http://patraulea.com/nbd-http/"
+SRC_URI="http://patraulea.com/${PN}/src/${P}.tgz"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_compile() {
+ emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" || die
+}
+
+src_install() {
+ dodoc ChangeLog README || die
+ dobin ${PN} || die
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-08 22:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-08 22:01 [gentoo-commits] proj/betagarden:master commit in: sys-block/nbd-http/ Sebastian Pipping
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox