diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-01-19 22:46:40 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-01-19 22:51:02 +0100 |
commit | ec1ff854b5a7400c521e0ce77516dcf10c11f041 (patch) | |
tree | ecb106f991822a9a0ab1ba479c0e24b1c19d6971 /sys-fs | |
parent | app-backup/obnam: Purge version 1.17 (diff) | |
download | gentoo-ec1ff854b5a7400c521e0ce77516dcf10c11f041.tar.gz gentoo-ec1ff854b5a7400c521e0ce77516dcf10c11f041.tar.bz2 gentoo-ec1ff854b5a7400c521e0ce77516dcf10c11f041.zip |
sys-fs/siefs: Remove old
Package-Manager: portage-2.2.27
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/siefs/siefs-0.5-r1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/sys-fs/siefs/siefs-0.5-r1.ebuild b/sys-fs/siefs/siefs-0.5-r1.ebuild deleted file mode 100644 index 8a9115a1c301..000000000000 --- a/sys-fs/siefs/siefs-0.5-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit eutils - -DESCRIPTION="Siemens FS" -HOMEPAGE="http://chaos.allsiemens.com/siefs" -SRC_URI="http://chaos.allsiemens.com/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND="sys-fs/fuse" - -src_unpack() { - unpack ${A} - - cd "${S}/siefs" - epatch "${FILESDIR}"/${P}-qa-fixes.patch - - sed -i "s:-rm -f /sbin/mount.siefs:-mkdir \$(DESTDIR)/sbin/:" Makefile.in - sed -i "s:-ln -s \$(DESTDIR)\$(bindir)/siefs /sbin/mount.siefs:-ln -s ..\$(bindir)/siefs \$(DESTDIR)/sbin/mount.siefs:" Makefile.in - sed -i "s:LDADD = \$(fuseinst)/lib/libfuse.a:LDADD = -lfuse:" Makefile.in -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc README AUTHORS -} |