From 7f1ef1027b6ee81aac776f5298c1c9a11ec7480d Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 11 Aug 2015 15:30:42 +0100 Subject: Remove nolonger needed things --- sys-fs/procfs/Manifest | 1 - sys-fs/procfs/procfs-0.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) delete mode 100644 sys-fs/procfs/Manifest delete mode 100644 sys-fs/procfs/procfs-0.ebuild (limited to 'sys-fs/procfs') 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 -} -- cgit v1.2.3