diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2006-01-14 12:56:25 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2006-01-14 12:56:25 +0000 |
commit | 047fe4ea730f64f370dbc40d1ae872936784b8f6 (patch) | |
tree | 07edaeaed03084ba047ca6f966f319675f6619fa /dev-python | |
parent | More restructuring (diff) | |
download | overlay-047fe4ea730f64f370dbc40d1ae872936784b8f6.tar.gz overlay-047fe4ea730f64f370dbc40d1ae872936784b8f6.tar.bz2 overlay-047fe4ea730f64f370dbc40d1ae872936784b8f6.zip |
More restructuring
svn path=/; revision=630
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-fuse/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-fuse/files/digest-python-fuse-2.3 | 1 | ||||
-rw-r--r-- | dev-python/python-fuse/python-fuse-2.3.ebuild | 25 |
3 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/python-fuse/Manifest b/dev-python/python-fuse/Manifest deleted file mode 100644 index af7c5a2..0000000 --- a/dev-python/python-fuse/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -MD5 f60dcd1e6d44bdb3b585a4bfd6e94514 python-fuse-2.3.ebuild 480 -MD5 80235cf0bc98dd3beadb50852a66b69f files/digest-python-fuse-2.3 66 diff --git a/dev-python/python-fuse/files/digest-python-fuse-2.3 b/dev-python/python-fuse/files/digest-python-fuse-2.3 deleted file mode 100644 index f4e6ad7..0000000 --- a/dev-python/python-fuse/files/digest-python-fuse-2.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 b0ec113341ae9c9a396fc9fd120eda36 python-fuse-2.3.tar.gz 12855 diff --git a/dev-python/python-fuse/python-fuse-2.3.ebuild b/dev-python/python-fuse/python-fuse-2.3.ebuild deleted file mode 100644 index 644d0f5..0000000 --- a/dev-python/python-fuse/python-fuse-2.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit distutils - -DESCRIPTION="Python bindings for FUSE (Filesystem in Userspace)" -HOMEPAGE="http://fuse.sourceforge.net/" -SRC_URI="http://www.gunnarwrobel.de/downloads/${PF}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="sys-fs/fuse" - -S=${WORKDIR}/${PN} - -src_install() { - - distutils_src_install - - dodoc AUTHORS README ChangeLog xmp.py -} |