From 24c14eea90ea69c6c4d3651074d73bf556d96f0e Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Tue, 30 Sep 2008 10:44:17 +0200 Subject: getmail: 4.8.3 -> 4.8.4 --- getmail/.footprint | 2 +- getmail/.md5sum | 4 ++-- getmail/Pkgfile | 2 +- getmail/getmail-4.8.3.diff | 46 ---------------------------------------------- getmail/getmail-4.8.4.diff | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 50 insertions(+), 50 deletions(-) delete mode 100644 getmail/getmail-4.8.3.diff create mode 100644 getmail/getmail-4.8.4.diff (limited to 'getmail') diff --git a/getmail/.footprint b/getmail/.footprint index 3f278881a..9318e78c6 100644 --- a/getmail/.footprint +++ b/getmail/.footprint @@ -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.5/ drwxr-xr-x root/root usr/lib/python2.5/site-packages/ --rw-r--r-- root/root usr/lib/python2.5/site-packages/getmail-4.8.3-py2.5.egg-info +-rw-r--r-- root/root usr/lib/python2.5/site-packages/getmail-4.8.4-py2.5.egg-info drwxr-xr-x root/root usr/lib/python2.5/site-packages/getmailcore/ -rw-r--r-- root/root usr/lib/python2.5/site-packages/getmailcore/__init__.py -rw-r--r-- root/root usr/lib/python2.5/site-packages/getmailcore/__init__.pyc diff --git a/getmail/.md5sum b/getmail/.md5sum index 3c4b494b5..4912ee0f1 100644 --- a/getmail/.md5sum +++ b/getmail/.md5sum @@ -1,2 +1,2 @@ -9a9d1bcace912ac342cb98f03225fe04 getmail-4.8.3.diff -47ce4e8249fe6d76605f14dcaa4c058d getmail-4.8.3.tar.gz +9a9d1bcace912ac342cb98f03225fe04 getmail-4.8.4.diff +302999a9f4a3a970327aa4ca400bc4ca getmail-4.8.4.tar.gz diff --git a/getmail/Pkgfile b/getmail/Pkgfile index 3804f111e..36cee20d8 100644 --- a/getmail/Pkgfile +++ b/getmail/Pkgfile @@ -5,7 +5,7 @@ # Depends on: python name=getmail -version=4.8.3 +version=4.8.4 release=1 source=(http://pyropus.ca/software/$name/old-versions/$name-$version.tar.gz $name-$version.diff) diff --git a/getmail/getmail-4.8.3.diff b/getmail/getmail-4.8.3.diff deleted file mode 100644 index afd65b6ea..000000000 --- a/getmail/getmail-4.8.3.diff +++ /dev/null @@ -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', diff --git a/getmail/getmail-4.8.4.diff b/getmail/getmail-4.8.4.diff new file mode 100644 index 000000000..afd65b6ea --- /dev/null +++ b/getmail/getmail-4.8.4.diff @@ -0,0 +1,46 @@ +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', -- cgit v1.2.3