# HG changeset patch # User Tomas Zeman # Date 1205406542 -3600 # Node ID 0ace7651d28028b1539b6ca1d1170eae98997eb3 # Parent c45b4db07cad2ee61bcdaaf37607d9c4cc90c44e getmail-4.8.0: * added diff -r c45b4db07cad -r 0ace7651d280 getmail.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/getmail.patch Thu Mar 13 12:09:02 2008 +0100 @@ -0,0 +1,50 @@ +getmail + +diff --git a/source/custom/getmail/FrugalBuild b/source/custom/getmail/FrugalBuild +new file mode 100644 +index 0000000..04de308 +--- /dev/null ++++ b/source/custom/getmail/FrugalBuild +@@ -0,0 +1,26 @@ ++# Maintainer: Tomas Zeman ++ ++pkgname=getmail ++pkgver=4.8.0 ++pkgrel=1 ++pkgdesc="Email retriever (POP3, IMAP)" ++url="http://pyropus.ca/software/getmail" ++Finclude python ++# neccessary because of the .egg file ++depends=("python") ++groups=('custom') ++archs=('i686' 'x86_64') ++up2date="lynx -dump $url |grep tar.gz$ |Fsort |Flasttar" ++source=(http://pyropus.ca/software/$pkgname/old-versions/$pkgname-$pkgver.tar.gz ++ $pkgname.patch) ++sha1sums=('eac507edd5c190fa3278b37fd034b9a0f85cd8e5' \ ++ 'dde9238bddd77af0941109d438a8b357cd8a33c2') ++ ++#build() ++#{ ++# Fmake ++# rm Makefile ++# Fmakeinstall ++# Fexerel contrib/hgk /usr/bin/hgk ++# Fsplit mercurial-hgk usr/bin/hgk ++#} +diff --git a/source/custom/getmail/getmail.patch b/source/custom/getmail/getmail.patch +new file mode 100644 +index 0000000..f1dd2fb +--- /dev/null ++++ b/source/custom/getmail/getmail.patch +@@ -0,0 +1,10 @@ ++--- setup.py.orig 2008-03-13 12:02:10.000000000 +0100 +++++ setup.py 2008-03-13 12:02:27.000000000 +0100 ++@@ -100,7 +100,6 @@ ++ data_files=[ ++ (GETMAILDOCDIR, [ ++ './README', ++- './getmail.spec', ++ 'docs/BUGS', ++ 'docs/COPYING', ++ 'docs/CHANGELOG', diff -r c45b4db07cad -r 0ace7651d280 series --- a/series Thu Mar 13 11:23:56 2008 +0100 +++ b/series Thu Mar 13 12:09:02 2008 +0100 @@ -46,3 +46,4 @@ omail-admin-htaccess.patch perl-appconfig.patch perl-template-toolkit.patch +getmail.patch