summaryrefslogtreecommitdiff
path: root/getmail
diff options
context:
space:
mode:
authorHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
committerHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
commit1f07d5e6d90c004e1219309a11e8660953be99dc (patch)
treeb0628d7042c02eb6130e649f1a49b755abdf81ed /getmail
parent610f27d0996e05c0790fee1471be5e5bd9bf75c0 (diff)
downloadcontrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.gz
contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.xz
pulled my ports from contrib after threats. Sorry for the people who like them, you can find them in my repo
Diffstat (limited to 'getmail')
-rw-r--r--getmail/.footprint41
-rw-r--r--getmail/.md5sum2
-rw-r--r--getmail/Pkgfile22
-rw-r--r--getmail/getmail.diff10
4 files changed, 0 insertions, 75 deletions
diff --git a/getmail/.footprint b/getmail/.footprint
deleted file mode 100644
index 34beaa68d..000000000
--- a/getmail/.footprint
+++ /dev/null
@@ -1,41 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/getmail
--rwxr-xr-x root/root usr/bin/getmail_fetch
--rwxr-xr-x root/root usr/bin/getmail_maildir
--rwxr-xr-x root/root usr/bin/getmail_mbox
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/python2.4/
-drwxr-xr-x root/root usr/lib/python2.4/site-packages/
-drwxr-xr-x root/root usr/lib/python2.4/site-packages/getmailcore/
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/__init__.py
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/__init__.pyc
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/_pop3ssl.py
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/_pop3ssl.pyc
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/_retrieverbases.py
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/_retrieverbases.pyc
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/baseclasses.py
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/baseclasses.pyc
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/constants.py
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/constants.pyc
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/destinations.py
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/destinations.pyc
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/exceptions.py
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/exceptions.pyc
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/filters.py
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/filters.pyc
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/logging.py
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/logging.pyc
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/message.py
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/message.pyc
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/retrievers.py
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/retrievers.pyc
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/utilities.py
--rw-r--r-- root/root usr/lib/python2.4/site-packages/getmailcore/utilities.pyc
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/getmail.1.gz
--rw-r--r-- root/root usr/man/man1/getmail_fetch.1.gz
--rw-r--r-- root/root usr/man/man1/getmail_maildir.1.gz
--rw-r--r-- root/root usr/man/man1/getmail_mbox.1.gz
-drwxr-xr-x root/root usr/share/
diff --git a/getmail/.md5sum b/getmail/.md5sum
deleted file mode 100644
index 063637b30..000000000
--- a/getmail/.md5sum
+++ /dev/null
@@ -1,2 +0,0 @@
-bd630fe8b4df3cba78610b46bef99f7c getmail-4.6.5.tar.gz
-31c54fec5587b8d6076eafe42c091a66 getmail.diff
diff --git a/getmail/Pkgfile b/getmail/Pkgfile
deleted file mode 100644
index c420e26c3..000000000
--- a/getmail/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Maintainer: Han Boetes <han@mijncomputer.nl>
-# Description: POP3 mail retriever with reliable Maildir and command delivery
-# URL: http://www.qcc.ca/~charlesc/software/getmail-3.0/
-# Depends on: python
-
-name=getmail
-version=4.6.5
-release=1
-source="
- http://pyropus.ca/software/getmail/old-versions/getmail-$version.tar.gz
- getmail.diff
-"
-
-build()
-{
- cd $name-$version
- patch < $SRC/getmail.diff
- python setup.py build
- python setup.py install --prefix $PKG/usr
- rm -rf $PKG/usr/share/doc
- sed -i 's|#!/usr/bin/python|& -Wignore:.:DeprecationWarning:.:0|' $PKG/usr/bin/getmail
-}
diff --git a/getmail/getmail.diff b/getmail/getmail.diff
deleted file mode 100644
index d5467cebe..000000000
--- a/getmail/getmail.diff
+++ /dev/null
@@ -1,10 +0,0 @@
---- setup.py.orig Tue Aug 10 12:32:15 2004
-+++ setup.py Tue Aug 10 12:32:49 2004
-@@ -44,7 +44,6 @@
-
- GETMAILMANDIR = os.path.join(
- datadir or prefix,
-- 'share',
- 'man',
- 'man1'
- )

Generated by cgit