1
0
forked from ports/contrib

getmail: 4.8.4 -> 4.9.0

This commit is contained in:
Thomas Penteker 2009-04-06 21:00:36 +02:00
parent 6cf55ded4a
commit dc83e98dc3
4 changed files with 6 additions and 50 deletions

View File

@ -7,7 +7,7 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python2.6/
drwxr-xr-x root/root usr/lib/python2.6/site-packages/
-rw-r--r-- root/root usr/lib/python2.6/site-packages/getmail-4.8.4-py2.6.egg-info
-rw-r--r-- root/root usr/lib/python2.6/site-packages/getmail-4.9.0-py2.6.egg-info
drwxr-xr-x root/root usr/lib/python2.6/site-packages/getmailcore/
-rw-r--r-- root/root usr/lib/python2.6/site-packages/getmailcore/__init__.py
-rw-r--r-- root/root usr/lib/python2.6/site-packages/getmailcore/__init__.pyc
@ -17,6 +17,8 @@ drwxr-xr-x root/root usr/lib/python2.6/site-packages/getmailcore/
-rw-r--r-- root/root usr/lib/python2.6/site-packages/getmailcore/_retrieverbases.pyc
-rw-r--r-- root/root usr/lib/python2.6/site-packages/getmailcore/baseclasses.py
-rw-r--r-- root/root usr/lib/python2.6/site-packages/getmailcore/baseclasses.pyc
-rw-r--r-- root/root usr/lib/python2.6/site-packages/getmailcore/compatibility.py
-rw-r--r-- root/root usr/lib/python2.6/site-packages/getmailcore/compatibility.pyc
-rw-r--r-- root/root usr/lib/python2.6/site-packages/getmailcore/constants.py
-rw-r--r-- root/root usr/lib/python2.6/site-packages/getmailcore/constants.pyc
-rw-r--r-- root/root usr/lib/python2.6/site-packages/getmailcore/destinations.py

View File

@ -1,2 +1,2 @@
9a9d1bcace912ac342cb98f03225fe04 getmail-4.8.4.diff
302999a9f4a3a970327aa4ca400bc4ca getmail-4.8.4.tar.gz
9a9d1bcace912ac342cb98f03225fe04 getmail-4.9.0.diff
57f1e8e61b7a329fdf6439f63f07145b getmail-4.9.0.tar.gz

View File

@ -5,7 +5,7 @@
# Depends on: python
name=getmail
version=4.8.4
version=4.9.0
release=1
source=(http://pyropus.ca/software/$name/old-versions/$name-$version.tar.gz
$name-$version.diff)

View File

@ -1,46 +0,0 @@
diff -Nru getmail-4.8.0.orig/setup.py getmail-4.8.0/setup.py
--- getmail-4.8.0.orig/setup.py 2008-03-05 21:32:57.000000000 +1000
+++ getmail-4.8.0/setup.py 2008-03-05 21:35:24.000000000 +1000
@@ -35,16 +35,8 @@
# hack hack hack hack hack hack hack
datadir = args[pos + 1]
-GETMAILDOCDIR = os.path.join(
- datadir or prefix,
- 'share',
- 'doc',
- 'getmail-%s' % __version__
-)
-
GETMAILMANDIR = os.path.join(
datadir or prefix,
- 'share',
'man',
'man1'
)
@@ -98,25 +90,6 @@
'getmail_mbox'
],
data_files=[
- (GETMAILDOCDIR, [
- './README',
- './getmail.spec',
- 'docs/BUGS',
- 'docs/COPYING',
- 'docs/CHANGELOG',
- 'docs/TODO',
- 'docs/THANKS',
- 'docs/configuration.html',
- 'docs/configuration.txt',
- 'docs/documentation.html',
- 'docs/documentation.txt',
- 'docs/faq.html',
- 'docs/faq.txt',
- 'docs/getmaildocs.css',
- 'docs/getmailrc-examples',
- 'docs/troubleshooting.html',
- 'docs/troubleshooting.txt',
- ]),
(GETMAILMANDIR, [
'docs/getmail.1',
'docs/getmail_fetch.1',