# HG changeset patch # User Tomas Zeman # Date 1201990050 -3600 # Node ID 0fe3679963b3b347faa06fab2268bb0e884681cb # Parent da28045aa5334115c83a69272adc4e732dd58815 guilt-0.28: *added diff -r da28045aa533 -r 0fe3679963b3 guilt.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/guilt.patch Sat Feb 02 23:07:30 2008 +0100 @@ -0,0 +1,28 @@ +guilt-0.28 + +diff --git a/source/custom/guilt/FrugalBuild b/source/custom/guilt/FrugalBuild +new file mode 100644 +index 0000000..478578f +--- /dev/null ++++ b/source/custom/guilt/FrugalBuild +@@ -0,0 +1,20 @@ ++# Maintainer: ++ ++pkgname=guilt ++pkgver=0.28 ++pkgrel=1 ++pkgdesc="A Quilt-like interface on top of Git" ++url="http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/" ++depends=('git') ++makedepends=('asciidoc') ++groups=('custom') ++archs=('i686' 'x86_64') ++up2date="lynx -dump $url|Flasttar" ++source=($url/$pkgname-$pkgver.tar.gz) ++sha1sums=('c8101fc990f64465d6428f4296801d221b1c6db8') ++ ++build() { ++ Fcd ++ Fmake ++ make install install-doc PREFIX=$Fdestdir/usr || Fdie ++} diff -r da28045aa533 -r 0fe3679963b3 series --- a/series Fri Feb 01 22:12:17 2008 +0100 +++ b/series Sat Feb 02 23:07:30 2008 +0100 @@ -1,3 +1,4 @@ +guilt.patch stgit-fix-path.patch vpnc.patch gitignore.patch