Merge branch 'master' of ssh://tzeman@berounka.stika.net/~tzeman/dev/frugalware-patches
authorTomas Zeman <tzeman@volny.cz>
Fri, 04 Apr 2008 13:10:49 +0200
changeset 8 938bf9c44368
parent 7 bb0d0086c88e (current diff)
parent 6 0ace7651d280 (diff)
child 9 8dfd6876c9d0
Merge branch 'master' of ssh://tzeman@berounka.stika.net/~tzeman/dev/frugalware-patches
--- /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 <tzeman@volny.cz>
++
++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',
--- 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"
--- 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