]> Pileus Git - ~andy/sunrise/commitdiff
net-fs/httpfs: New ebuild for bug 177376 thanks to 'ps'
authorJack Kelly (hashendgame) <weldingmaskman@hotmail.com>
Sun, 6 May 2007 21:48:25 +0000 (21:48 +0000)
committerJack Kelly (hashendgame) <weldingmaskman@hotmail.com>
Sun, 6 May 2007 21:48:25 +0000 (21:48 +0000)
svn path=/sunrise/; revision=3577

net-fs/httpfs/ChangeLog [new file with mode: 0644]
net-fs/httpfs/Manifest [new file with mode: 0644]
net-fs/httpfs/httpfs-2.06.08.26.ebuild [new file with mode: 0644]
net-fs/httpfs/metadata.xml [new file with mode: 0644]

diff --git a/net-fs/httpfs/ChangeLog b/net-fs/httpfs/ChangeLog
new file mode 100644 (file)
index 0000000..fc210a7
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for net-fs/httpfs
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  06 May 2007; Jack Kelly (hashendgame) <weldingmaskman@hotmail.com>
+  +httpfs-2.06.08.26.ebuild, +metadata.xml:
+  New ebuild for bug 177376 thanks to 'ps'
+
diff --git a/net-fs/httpfs/Manifest b/net-fs/httpfs/Manifest
new file mode 100644 (file)
index 0000000..611dc9e
--- /dev/null
@@ -0,0 +1,4 @@
+DIST httpfs_with_static_binaries_2.06.08.26.tar.gz 115384 RMD160 0172c155d38b0ee2e862fdcf8815886ed7d28e48 SHA1 857dfe72b817b01c8a445eb486a047b8c4f8ec02 SHA256 b34d23d9e67b3e7931b2c0dc53fd997dcaf3d6b2126f87a25b51dd00c25e4e65
+EBUILD httpfs-2.06.08.26.ebuild 728 RMD160 7e3dc3412b3a2360192128f64b2c8d42c6ae8ff1 SHA1 8fb52bbd5f1223b13f92ccc3c414c636ea521976 SHA256 03f8f95bf7f0ae7e9713aaa97334022aef21054035724e95736e5797de376da1
+MISC ChangeLog 271 RMD160 e648fff19c3ffaa10bfe09602b3ac73d6d97ba13 SHA1 98ac4900d79da66beb17907ff4e10b24b2984a30 SHA256 56be60f78dac358a22d3db0a25f74fa3577bd08732694c2e079bdf978b4f2650
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/net-fs/httpfs/httpfs-2.06.08.26.ebuild b/net-fs/httpfs/httpfs-2.06.08.26.ebuild
new file mode 100644 (file)
index 0000000..04ddedf
--- /dev/null
@@ -0,0 +1,35 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Fuse-based httpfs file system"
+HOMEPAGE="http://httpfs.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/httpfs_with_static_binaries_${PV}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+IUSE=""
+
+RDEPEND="sys-fs/fuse"
+
+S=${WORKDIR}
+
+src_unpack() {
+       unpack ${A}
+       # The script doesn't accept custom CFLAGS. Fix it.
+       sed -i \
+               -e 's:^gcc -c -O2 -g -Wall \(.*\)$:gcc -c ${CFLAGS} \1:' \
+               -e 's:^gcc -s \(.*\):gcc ${CFLAGS} \1:' \
+               make_httpfs || die "sed make_httpfs failed"
+}
+
+src_compile() {
+       ./make_httpfs || die "make_httpfs failed"
+}
+
+src_install() {
+       dobin httpfs
+       dodoc readme.2
+}
diff --git a/net-fs/httpfs/metadata.xml b/net-fs/httpfs/metadata.xml
new file mode 100644 (file)
index 0000000..7e32869
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>