summaryrefslogtreecommitdiff
path: root/sys-fs/ytfs
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/ytfs
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/ytfs')
-rw-r--r--sys-fs/ytfs/Manifest1
-rw-r--r--sys-fs/ytfs/ytfs-0.1-r1.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/sys-fs/ytfs/Manifest b/sys-fs/ytfs/Manifest
deleted file mode 100644
index bc97aec..0000000
--- a/sys-fs/ytfs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD ytfs-0.1-r1.ebuild 779 RMD160 4a3c51c67b078036c6630c07cafbb50edb21a2a6 SHA1 898b5116de202314cf583a9a1fb276612fda8897 SHA256 7000cc23b9599e4347531692686f53a0ac7f0825f6bff3e60472fbe7626bfdf8
diff --git a/sys-fs/ytfs/ytfs-0.1-r1.ebuild b/sys-fs/ytfs/ytfs-0.1-r1.ebuild
deleted file mode 100644
index 9fd7447..0000000
--- a/sys-fs/ytfs/ytfs-0.1-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvs/lportage/sys-fs/ytfs/ytfs-0.1-r1.ebuild,v 1.1 2008-11-20 19:54:18 randomdan Exp $
-
-inherit cvs
-
-DESCRIPTION="YouTube filesystem"
-HOMEPAGE="http://ytfs.randomdan.homeip.net"
-
-LICENSE="GPL"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="sys-fs/fuse
-net-misc/curl
-dev-libs/libxml2"
-RDEPEND="${DEPEND}"
-
-ECVS_SERVER="cvs.random.lan:/var/cvs"
-ECVS_MODULE="ytfs"
-ECVS_AUTH="ext"
-ECVS_USER="cvsanon"
-ECVS_TOP_DIR=${DISTDIR}/cvs-src/${PN}
-
-src_compile() {
- cd ${WORKDIR}/ytfs/libmisc
- econf
- emake
- cd ${WORKDIR}/ytfs/ytfs
- econf
- emake
-}
-
-src_install() {
- exeinto "/usr/bin"
- doexe ${WORKDIR}/ytfs/ytfs/ytfs
- into "/sbin"
- dosym ../usr/bin/ytfs /sbin/mount.ytfs
-}