summaryrefslogtreecommitdiff
path: root/sys-fs/fur/fur-0.4.3.ebuild
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-06-27 21:24:52 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-06-27 21:24:52 +0200
commit3322244ef4e6e3690ca0f282b4e0f385ac467cb4 (patch)
treec5fb3b9c6bed90b37be2528b9a22cc9ef9a147eb /sys-fs/fur/fur-0.4.3.ebuild
parent763483fce6c1427518c2e1862aad42172b93e6f2 (diff)
parent8f38f63c7c187d5dd468bdb499fa5d856f21a061 (diff)
downloadoverlay-3322244ef4e6e3690ca0f282b4e0f385ac467cb4.tar.gz
overlay-3322244ef4e6e3690ca0f282b4e0f385ac467cb4.tar.bz2
overlay-3322244ef4e6e3690ca0f282b4e0f385ac467cb4.zip
Merged PC and Laptop
Diffstat (limited to '')
-rw-r--r--sys-fs/fur/fur-0.4.3.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/sys-fs/fur/fur-0.4.3.ebuild b/sys-fs/fur/fur-0.4.3.ebuild
deleted file mode 100644
index e282a37..0000000
--- a/sys-fs/fur/fur-0.4.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MY_P=${P/fur/FUR}
-
-DESCRIPTION="Mount a Windows CE based device on your Linux file system using
-FUSE."
-HOMEPAGE="http://www.infis.univ.trieste.it/~riccardo/"
-SRC_URI="http://www.infis.univ.trieste.it/~riccardo/downloads/${MY_P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="app-pda/synce-librapi2 app-pda/synce-libsynce sys-fs/fuse"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- dobin ${S}/Fur
-}