summaryrefslogtreecommitdiff
path: root/sys-fs/procfs
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/procfs
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/procfs')
-rw-r--r--sys-fs/procfs/Manifest1
-rw-r--r--sys-fs/procfs/procfs-0.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/sys-fs/procfs/Manifest b/sys-fs/procfs/Manifest
deleted file mode 100644
index a5675de..0000000
--- a/sys-fs/procfs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD procfs-0.ebuild 750 RMD160 ebc7e8397254f682743159173dabe799fc9f20e9 SHA1 1fa43ab9273a539fab57d1827f98dd1de05c609b SHA256 10f1c62235671a20a21ec10db906ce210539165bd94224b8a928c3ee048810f4
diff --git a/sys-fs/procfs/procfs-0.ebuild b/sys-fs/procfs/procfs-0.ebuild
deleted file mode 100644
index 646b757..0000000
--- a/sys-fs/procfs/procfs-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/procfs/procfs-0.ebuild,v 1.1 2008-11-25 10:55:19 dan.goodliffe Exp $
-
-inherit cvs
-
-DESCRIPTION="ProcFS FUSE driver"
-HOMEPAGE="http://develop.millerbros.co.uk"
-
-LICENSE="MBL"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="sys-fs/fuse dev-libs/libxml2 x11-misc/makedepend"
-RDEPEND="${DEPEND}"
-
-ECVS_SERVER="cvs.millerbros.co.uk:/var/cvs"
-ECVS_MODULE="procfs"
-ECVS_USER="cvsanon"
-ECVS_AUTH="ext"
-ECVS_TOP_DIR=${DISTDIR}/cvs-src/${PN}
-
-src_compile() {
- cd ${WORKDIR}/procfs/procfs
- econf
- emake
-}
-
-src_install() {
- exeinto /usr/bin
- doexe ${WORKDIR}/procfs/procfs/procfs
- dosym ../usr/bin/procfs /sbin/mount.procfs
-}