summaryrefslogtreecommitdiff
path: root/sys-fs/curlfs
diff options
context:
space:
mode:
authorDan Goodliffe <daniel.goodliffe@pressassociation.com>2015-08-11 15:30:42 +0100
committerDan Goodliffe <daniel.goodliffe@pressassociation.com>2015-08-11 15:30:42 +0100
commit7f1ef1027b6ee81aac776f5298c1c9a11ec7480d (patch)
tree1be838ded292f4476a889401e2f83ba9f687d059 /sys-fs/curlfs
parentUpdate with multi-repo support (diff)
downloadportage-7f1ef1027b6ee81aac776f5298c1c9a11ec7480d.tar.bz2
portage-7f1ef1027b6ee81aac776f5298c1c9a11ec7480d.tar.xz
portage-7f1ef1027b6ee81aac776f5298c1c9a11ec7480d.zip
Remove nolonger needed things
Diffstat (limited to 'sys-fs/curlfs')
-rw-r--r--sys-fs/curlfs/Manifest1
-rw-r--r--sys-fs/curlfs/curlfs-0.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/sys-fs/curlfs/Manifest b/sys-fs/curlfs/Manifest
deleted file mode 100644
index 77b6caa..0000000
--- a/sys-fs/curlfs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD curlfs-0.ebuild 747 RMD160 8dddd3325d201f9443df2a4ab37ed61aa91aaf62 SHA1 51a7c97770a5f882886c4818d8748ff456bcaa94 SHA256 822f9c23dee6ddea9441f5b3a714fb848eb1536afc31844d80c2289cfd847961
diff --git a/sys-fs/curlfs/curlfs-0.ebuild b/sys-fs/curlfs/curlfs-0.ebuild
deleted file mode 100644
index a858054..0000000
--- a/sys-fs/curlfs/curlfs-0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvs/lportage/sys-fs/curlfs/curlfs-0.ebuild,v 1.2 2008-11-20 11:20:43 dan.goodliffe Exp $
-
-inherit cvs
-
-DESCRIPTION="CurlFS FUSE driver"
-HOMEPAGE="http://develop.millerbros.co.uk"
-
-LICENSE="MBL"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="sys-fs/fuse net-misc/curl x11-misc/makedepend"
-RDEPEND="${DEPEND}"
-
-ECVS_SERVER="cvs.millerbros.co.uk:/var/cvs"
-ECVS_MODULE="curlfs"
-ECVS_USER="cvsanon"
-ECVS_AUTH="ext"
-ECVS_TOP_DIR=${DISTDIR}/cvs-src/${PN}
-
-src_compile() {
- cd ${WORKDIR}/curlfs/curlfs
- econf
- emake
-}
-
-src_install() {
- exeinto /usr/bin
- doexe ${WORKDIR}/curlfs/curlfs/curlfs
- dosym ../usr/bin/curlfs /sbin/mount.curlfs
-}