summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2007-12-04 11:06:50 +0000
committerJakub Moc <jakub@gentoo.org>2007-12-04 11:06:50 +0000
commit6f47560a09456f5cee4e03f325e6c39fc0c9987e (patch)
treef8dc9bc704609ff0aa8ca6efdef7805b749cfb0c /net-fs/httpfs/httpfs-2.06.08.26.ebuild
parentUndoing some previous mess (diff)
downloadsunrise-6f47560a09456f5cee4e03f325e6c39fc0c9987e.tar.gz
sunrise-6f47560a09456f5cee4e03f325e6c39fc0c9987e.tar.bz2
sunrise-6f47560a09456f5cee4e03f325e6c39fc0c9987e.zip
Roll back the whole repo to r5132
svn path=/sunrise/; revision=5167
Diffstat (limited to 'net-fs/httpfs/httpfs-2.06.08.26.ebuild')
-rw-r--r--net-fs/httpfs/httpfs-2.06.08.26.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/net-fs/httpfs/httpfs-2.06.08.26.ebuild b/net-fs/httpfs/httpfs-2.06.08.26.ebuild
index 5fee0c5b0..4a1274009 100644
--- a/net-fs/httpfs/httpfs-2.06.08.26.ebuild
+++ b/net-fs/httpfs/httpfs-2.06.08.26.ebuild
@@ -2,15 +2,13 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-inherit toolchain-funcs
-
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="~amd64 ~x86"
+KEYWORDS="~x86"
IUSE=""
@@ -23,8 +21,8 @@ src_unpack() {
unpack ${A}
# The script doesn't accept custom CFLAGS. Fix it.
sed -i \
- -e "s:^gcc -c -O2 -g -Wall \(.*\)$:$(tc-getCC) -c ${CFLAGS} \1:" \
- -e "s:^gcc -s \(.*\):$(tc-getCC) ${CFLAGS} \1:" \
+ -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"
}
@@ -34,6 +32,5 @@ src_compile() {
src_install() {
dobin httpfs
- newdoc readme.2 README
- newdoc readme RELEASE-NOTES
+ newdoc readme.2 readme
}