diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2006-06-15 22:07:24 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2006-06-15 22:07:24 +0000 |
commit | b1e7045ab3ab4e2cc1ba1d310bd3bc05bf43f317 (patch) | |
tree | 6e6d41128b3a7441f71e7193ae0a4fd64cfcecb8 /net-fs | |
parent | Comments update (diff) | |
download | overlay-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 'net-fs')
-rw-r--r-- | net-fs/flickrfs/Manifest | 6 | ||||
-rw-r--r-- | net-fs/flickrfs/files/digest-flickrfs-1.1 | 1 | ||||
-rw-r--r-- | net-fs/flickrfs/files/digest-flickrfs-1.1.9 | 1 | ||||
-rw-r--r-- | net-fs/flickrfs/files/flickrfs-1.1.9.patch | 104 | ||||
-rw-r--r-- | net-fs/flickrfs/files/flickrfs-1.1.patch | 151 | ||||
-rw-r--r-- | net-fs/flickrfs/flickrfs-1.1.9.ebuild | 40 | ||||
-rw-r--r-- | net-fs/flickrfs/flickrfs-1.1.ebuild | 40 | ||||
-rw-r--r-- | net-fs/flickrfs/trac.BAK | 1 |
8 files changed, 0 insertions, 344 deletions
diff --git a/net-fs/flickrfs/Manifest b/net-fs/flickrfs/Manifest deleted file mode 100644 index bee1329..0000000 --- a/net-fs/flickrfs/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -MD5 d23f17626247ad3959cc02f2a1ee9c3f files/digest-flickrfs-1.1 64 -MD5 bb21edae03a6b5c20749cce6f340da6c files/digest-flickrfs-1.1.9 65 -MD5 948b675fe63e6198d03d3d99253fbdc9 files/flickrfs-1.1.9.patch 3714 -MD5 cac85198773dd9a7d78d4781be526f55 files/flickrfs-1.1.patch 6062 -MD5 6ea686949225674d15de28f91a7e51bc flickrfs-1.1.9.ebuild 713 -MD5 7f16a72a5ca4c1afca9d95ea72682731 flickrfs-1.1.ebuild 721 diff --git a/net-fs/flickrfs/files/digest-flickrfs-1.1 b/net-fs/flickrfs/files/digest-flickrfs-1.1 deleted file mode 100644 index 4608806..0000000 --- a/net-fs/flickrfs/files/digest-flickrfs-1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 0aef813ce386c5195fcfd58a51e06b87 flickrfs-v1.1.tar.gz 12161 diff --git a/net-fs/flickrfs/files/digest-flickrfs-1.1.9 b/net-fs/flickrfs/files/digest-flickrfs-1.1.9 deleted file mode 100644 index 8d06e0a..0000000 --- a/net-fs/flickrfs/files/digest-flickrfs-1.1.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 65a78c68ba11c527b9e9619a9fac7199 flickrfs-1.1.9.tar.gz 15396 diff --git a/net-fs/flickrfs/files/flickrfs-1.1.9.patch b/net-fs/flickrfs/files/flickrfs-1.1.9.patch deleted file mode 100644 index 9df6566..0000000 --- a/net-fs/flickrfs/files/flickrfs-1.1.9.patch +++ /dev/null @@ -1,104 +0,0 @@ -diff -Naur --exclude='*.pyc' flickrfs-1.1.9/flickrapi.py flickrfs-1.1.9-mod/flickrapi.py ---- flickrfs-1.1.9/flickrapi.py 2005-11-08 15:21:57.000000000 +0100 -+++ flickrfs-1.1.9-mod/flickrapi.py 2005-11-14 22:07:26.000000000 +0100 -@@ -1,4 +1,4 @@ --#!/usr/bin/python -+#!python - # - # Flickr API implementation - # -diff -Naur --exclude='*.pyc' flickrfs-1.1.9/flickrfs.conf flickrfs-1.1.9-mod/flickrfs.conf ---- flickrfs-1.1.9/flickrfs.conf 1970-01-01 01:00:00.000000000 +0100 -+++ flickrfs-1.1.9-mod/flickrfs.conf 2005-11-14 21:03:03.000000000 +0100 -@@ -0,0 +1,18 @@ -+[USER] -+ -+# for out-of-band auth inside a web browser -+browserName : /usr/bin/firefox -+ -+ -+#------------------------------------------------------------------- -+ -+# It is not necessary to change these. They just identifies this as -+# this application as flickrfs so that flickr.com can track the -+# usage by different api's -+ -+# API key -+flickrAPIKey : f8aa9917a9ae5e44a87cae657924f42d -+ -+# shared "secret" -+flickrSecret : 3fbf7144be7eca28 -+ -diff -Naur --exclude='*.pyc' flickrfs-1.1.9/flickrfs.py flickrfs-1.1.9-mod/flickrfs.py ---- flickrfs-1.1.9/flickrfs.py 2005-11-08 22:01:39.000000000 +0100 -+++ flickrfs-1.1.9-mod/flickrfs.py 2005-11-14 21:56:16.000000000 +0100 -@@ -1,4 +1,4 @@ --#!/usr/bin/env python -+#!python - #@+leo-ver=4 - #@+node:@file flickrfs.py - #=============================================================================== -@@ -58,11 +58,22 @@ - #Import flickr python api - from flickrapi import FlickrAPI - --# flickr auth information --flickrAPIKey = "f8aa9917a9ae5e44a87cae657924f42d" # API key --flickrSecret = "3fbf7144be7eca28" # shared "secret" --browserName = "/usr/bin/firefox" # for out-of-band auth inside a web browser -+# Import ConfigParser -+from ConfigParser import ConfigParser - -+def read_config(config_file = '/etc/flickrfs/flickrfs.conf'): -+ defaults = { -+ 'flickrAPIKey' : "f8aa9917a9ae5e44a87cae657924f42d", # API key -+ 'flickrSecret' : "3fbf7144be7eca28", # shared "secret" -+ 'browserName' : "/usr/bin/firefox",} # for out-of-band auth inside a web browser -+ -+ config = ConfigParser(defaults) -+ config.add_section('USER') -+ -+ if os.access(config_file, os.R_OK): -+ config.read(config_file) -+ -+ return config - - class TransFlickr: #Transactions with flickr - def uploadfile(self, filepath, taglist, bufData, mode): -@@ -1141,6 +1154,12 @@ - - #@+node:mainline - if __name__ == '__main__': -+ -+ config = read_config() -+ flickrAPIKey = config.get('USER', 'flickrAPIKey') -+ flickrSecret = config.get('USER', 'flickrSecret') -+ browserName = config.get('USER', 'browserName') -+ - try: - server = Flickrfs() - server.multithreaded = 1; -diff -Naur --exclude='*.pyc' flickrfs-1.1.9/setup.py flickrfs-1.1.9-mod/setup.py ---- flickrfs-1.1.9/setup.py 1970-01-01 01:00:00.000000000 +0100 -+++ flickrfs-1.1.9-mod/setup.py 2005-11-14 20:23:31.000000000 +0100 -@@ -0,0 +1,20 @@ -+#!/usr/bin/env python -+ -+import sys -+ -+from distutils.core import setup -+ -+# this affects the names of all the directories we do stuff with -+sys.path.insert(0, './') -+ -+setup(name = 'flickrfs', -+ version = '1.1.9', -+ description = 'A virtual filesystem that provides easy access to flickr', -+ author = 'Manish Rai Jain', -+ author_email = 'manishrjain@gmail.com', -+ url = 'http://flickrfs.sourceforge.net/', -+ py_modules = ['flickrapi'], -+ scripts = ['flickrfs'], -+ data_files = [('/etc/flickrfs', ['flickrfs.conf'])], -+ license = 'GPL', -+ ) diff --git a/net-fs/flickrfs/files/flickrfs-1.1.patch b/net-fs/flickrfs/files/flickrfs-1.1.patch deleted file mode 100644 index c9a6500..0000000 --- a/net-fs/flickrfs/files/flickrfs-1.1.patch +++ /dev/null @@ -1,151 +0,0 @@ -diff -Naur --exclude='*.pyc' flickrfs-1.1/flickrapi.py flickrfs-1.1-mod/flickrapi.py ---- flickrfs-1.1/flickrapi.py 2005-11-08 15:21:57.000000000 +0100 -+++ flickrfs-1.1-mod/flickrapi.py 2005-11-14 22:07:26.000000000 +0100 -@@ -1,4 +1,4 @@ --#!/usr/bin/python -+#!python - # - # Flickr API implementation - # -diff -Naur --exclude='*.pyc' flickrfs-1.1/flickrfs.conf flickrfs-1.1-mod/flickrfs.conf ---- flickrfs-1.1/flickrfs.conf 1970-01-01 01:00:00.000000000 +0100 -+++ flickrfs-1.1-mod/flickrfs.conf 2005-11-14 21:03:03.000000000 +0100 -@@ -0,0 +1,18 @@ -+[USER] -+ -+# for out-of-band auth inside a web browser -+browserName : /usr/bin/firefox -+ -+ -+#------------------------------------------------------------------- -+ -+# It is not necessary to change these. They just identifies this as -+# this application as flickrfs so that flickr.com can track the -+# usage by different api's -+ -+# API key -+flickrAPIKey : f8aa9917a9ae5e44a87cae657924f42d -+ -+# shared "secret" -+flickrSecret : 3fbf7144be7eca28 -+ -diff -Naur --exclude='*.pyc' flickrfs-1.1/flickrfs.py flickrfs-1.1-mod/flickrfs.py ---- flickrfs-1.1/flickrfs.py 2005-11-08 22:01:39.000000000 +0100 -+++ flickrfs-1.1-mod/flickrfs.py 2005-11-14 21:56:16.000000000 +0100 -@@ -1,4 +1,4 @@ --#!/usr/bin/env python -+#!python - #@+leo-ver=4 - #@+node:@file flickrfs.py - # v0.9 - Initial release -@@ -48,11 +48,22 @@ - #Import flickr python api - from flickrapi import FlickrAPI - --# flickr auth information --flickrAPIKey = "f8aa9917a9ae5e44a87cae657924f42d" # API key --flickrSecret = "3fbf7144be7eca28" # shared "secret" --browserName = "/usr/bin/firefox" # for out-of-band auth inside a web browser -+# Import ConfigParser -+from ConfigParser import ConfigParser - -+def read_config(config_file = '/etc/flickrfs/flickrfs.conf'): -+ defaults = { -+ 'flickrAPIKey' : "f8aa9917a9ae5e44a87cae657924f42d", # API key -+ 'flickrSecret' : "3fbf7144be7eca28", # shared "secret" -+ 'browserName' : "/usr/bin/firefox",} # for out-of-band auth inside a web browser -+ -+ config = ConfigParser(defaults) -+ config.add_section('USER') -+ -+ if os.access(config_file, os.R_OK): -+ config.read(config_file) -+ -+ return config - - class TransFlickr: #Transactions with flickr - def uploadfile(self, filepath, taglist, bufData, mode): -@@ -246,26 +257,28 @@ - running in foreground, you can have threads - """ - log.info("sets_thread: started") -- self._mkfileOrDir("/sets", isDir=True) -+ self._mkfileOrDir("/sets", isDir=True) - rsp = fapi.photosets_getList(api_key=flickrAPIKey, auth_token=token) - if rsp!=None: -- for a in rsp.photosets[0].photoset: -- title = a.title[0].elementText.replace('/', ' ') -- curdir = "/sets/" + title -- if title.strip()=='': -- curdir = "/sets/" + a['id'] -- set_id = a['id'] -- self._mkfileOrDir(curdir, id=set_id, isDir=True) -- photos = fapi.photosets_getPhotos(api_key=flickrAPIKey, photoset_id=set_id) -- if photos!=None: -- for b in photos.photoset[0].photo: -- title = b['title'].replace('/', ' ') -- if title.strip()=='': -- title = str(b['id']) -- title = title[:32] #Only allow 32 characters -- self._mkfileOrDir(curdir+'/'+title, \ -- id=str(b['id']), isDir=False) -- -+ try: -+ for a in rsp.photosets[0].photoset: -+ title = a.title[0].elementText.replace('/', ' ') -+ curdir = "/sets/" + title -+ if title.strip()=='': -+ curdir = "/sets/" + a['id'] -+ set_id = a['id'] -+ self._mkfileOrDir(curdir, id=set_id, isDir=True) -+ photos = fapi.photosets_getPhotos(api_key=flickrAPIKey, photoset_id=set_id) -+ if photos!=None: -+ for b in photos.photoset[0].photo: -+ title = b['title'].replace('/', ' ') -+ if title.strip()=='': -+ title = str(b['id']) -+ title = title[:32] #Only allow 32 characters -+ self._mkfileOrDir(curdir+'/'+title, \ -+ id=str(b['id']), isDir=False) -+ except Exception, e: -+ print str(e) - - - -@@ -700,6 +713,12 @@ - - #@+node:mainline - if __name__ == '__main__': -+ -+ config = read_config() -+ flickrAPIKey = config.get('USER', 'flickrAPIKey') -+ flickrSecret = config.get('USER', 'flickrSecret') -+ browserName = config.get('USER', 'browserName') -+ - try: - server = Flickrfs() - server.multithreaded = 1; -diff -Naur --exclude='*.pyc' flickrfs-1.1/setup.py flickrfs-1.1-mod/setup.py ---- flickrfs-1.1/setup.py 1970-01-01 01:00:00.000000000 +0100 -+++ flickrfs-1.1-mod/setup.py 2005-11-14 20:23:31.000000000 +0100 -@@ -0,0 +1,20 @@ -+#!/usr/bin/env python -+ -+import sys -+ -+from distutils.core import setup -+ -+# this affects the names of all the directories we do stuff with -+sys.path.insert(0, './') -+ -+setup(name = 'flickrfs', -+ version = 1.1, -+ description = 'A virtual filesystem that provides easy access to flickr', -+ author = 'Manish Rai Jain', -+ author_email = 'manishrjain@gmail.com', -+ url = 'http://flickrfs.sourceforge.net/', -+ py_modules = ['flickrapi'], -+ scripts = ['flickrfs'], -+ data_files = [('/etc/flickrfs', ['flickrfs.conf'])], -+ license = 'GPL', -+ ) diff --git a/net-fs/flickrfs/flickrfs-1.1.9.ebuild b/net-fs/flickrfs/flickrfs-1.1.9.ebuild deleted file mode 100644 index 714c0f9..0000000 --- a/net-fs/flickrfs/flickrfs-1.1.9.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit distutils eutils - -DESCRIPTION="Flickrfs is a virtual filesystem based upon FUSE that provides easy access to flickr." -HOMEPAGE="http://flickrfs.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -KEYWORDS="~x86" - -RDEPEND=" - =dev-lang/python-2.4* - dev-python/python-fuse" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${P}" - -src_unpack() { - unpack ${A} && cd ${S} - - epatch ${FILESDIR}/${P}.patch - - mv flickrfs.py flickrfs -} - -src_compile() { - distutils_src_compile -} - -src_install() { - distutils_src_install - - dodoc README test.py -} diff --git a/net-fs/flickrfs/flickrfs-1.1.ebuild b/net-fs/flickrfs/flickrfs-1.1.ebuild deleted file mode 100644 index 1250185..0000000 --- a/net-fs/flickrfs/flickrfs-1.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit distutils eutils - -DESCRIPTION="Flickrfs is a virtual filesystem based upon FUSE that provides easy access to flickr." -HOMEPAGE="http://flickrfs.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PN}-v${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -KEYWORDS="~x86" - -RDEPEND=" - =dev-lang/python-2.4* - dev-python/python-fuse" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${P}" - -src_unpack() { - unpack ${A} && cd ${S} - - epatch ${FILESDIR}/${P}.patch - - mv flickrfs.py flickrfs -} - -src_compile() { - distutils_src_compile -} - -src_install() { - distutils_src_install - - dodoc README test.py -} diff --git a/net-fs/flickrfs/trac.BAK b/net-fs/flickrfs/trac.BAK deleted file mode 100644 index 5f57005..0000000 --- a/net-fs/flickrfs/trac.BAK +++ /dev/null @@ -1 +0,0 @@ -BUG="112550" |