# HG changeset patch # User Tomas Zeman # Date 1207307449 -7200 # Node ID 938bf9c44368dc8d2ac6e9940149523e48373f95 # Parent bb0d0086c88ed80fadb48ba27b4050fd9bedfed0# Parent 0ace7651d28028b1539b6ca1d1170eae98997eb3 Merge branch 'master' of ssh://tzeman@berounka.stika.net/~tzeman/dev/frugalware-patches diff -r bb0d0086c88e -r 938bf9c44368 getmail.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/getmail.patch Fri Apr 04 13:10:49 2008 +0200 @@ -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 bb0d0086c88e -r 938bf9c44368 guilt.patch --- a/guilt.patch Fri Apr 04 13:09:38 2008 +0200 +++ b/guilt.patch Fri Apr 04 13:10:49 2008 +0200 @@ -2,7 +2,7 @@ diff --git a/source/custom/guilt/FrugalBuild b/source/custom/guilt/FrugalBuild new file mode 100644 -index 0000000..478578f +index 0000000..a89eccb --- /dev/null +++ b/source/custom/guilt/FrugalBuild @@ -0,0 +1,20 @@ @@ -14,7 +14,7 @@ +pkgdesc="A Quilt-like interface on top of Git" +url="http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/" +depends=('git') -+makedepends=('asciidoc') ++makedepends=('asciidoc' 'xmlto') +groups=('custom') +archs=('i686' 'x86_64') +up2date="lynx -dump $url|Flasttar" diff -r bb0d0086c88e -r 938bf9c44368 series --- a/series Fri Apr 04 13:09:38 2008 +0200 +++ b/series Fri Apr 04 13:10:49 2008 +0200 @@ -46,3 +46,4 @@ omail-admin-htaccess.patch perl-appconfig.patch perl-template-toolkit.patch +getmail.patch