summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2006-06-15 22:07:24 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2006-06-15 22:07:24 +0000
commitb1e7045ab3ab4e2cc1ba1d310bd3bc05bf43f317 (patch)
tree6e6d41128b3a7441f71e7193ae0a4fd64cfcecb8 /dev-python
parentComments update (diff)
downloadoverlay-b1e7045ab3ab4e2cc1ba1d310bd3bc05bf43f317.tar.gz
overlay-b1e7045ab3ab4e2cc1ba1d310bd3bc05bf43f317.tar.bz2
overlay-b1e7045ab3ab4e2cc1ba1d310bd3bc05bf43f317.zip
Added additional ebuild description for my table of contents. Removed the python-fuse ebuilds and flickrfs back to testig until I can get them working again
svn path=/stable/; revision=719
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pardus/trac.BAK2
-rw-r--r--dev-python/python-fuse/Manifest2
-rw-r--r--dev-python/python-fuse/files/digest-python-fuse-2.31
-rw-r--r--dev-python/python-fuse/python-fuse-2.3.ebuild25
-rw-r--r--dev-python/python-fuse/trac.BAK2
5 files changed, 2 insertions, 30 deletions
diff --git a/dev-python/pardus/trac.BAK b/dev-python/pardus/trac.BAK
new file mode 100644
index 0000000..e6ae6be
--- /dev/null
+++ b/dev-python/pardus/trac.BAK
@@ -0,0 +1,2 @@
+AUTHOR="Gunnar Wrobel"
+NOTE="A collection of common tools that I use in my python scripts. Provides debugging, a global object registry, configuration machinery and a release script."
diff --git a/dev-python/python-fuse/Manifest b/dev-python/python-fuse/Manifest
deleted file mode 100644
index a5ebc59..0000000
--- a/dev-python/python-fuse/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 80235cf0bc98dd3beadb50852a66b69f files/digest-python-fuse-2.3 66
-MD5 f60dcd1e6d44bdb3b585a4bfd6e94514 python-fuse-2.3.ebuild 480
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
-}
diff --git a/dev-python/python-fuse/trac.BAK b/dev-python/python-fuse/trac.BAK
deleted file mode 100644
index 33adcbb..0000000
--- a/dev-python/python-fuse/trac.BAK
+++ /dev/null
@@ -1,2 +0,0 @@
-NOTE="It is labeled 2.3 but it works with fuse-2.4.1-r1 also. Will upgrade the version number once the code changes and is incompatible."
-BUG="63789"