From 1a1b748f1738b1989a834d75b1623be21bf9bab5 Mon Sep 17 00:00:00 2001 From: Parabola Date: Mon, 11 Jul 2011 18:35:04 +0000 Subject: Mon Jul 11 18:34:51 UTC 2011 --- community/perl-datetime-format-iso8601/PKGBUILD | 31 ------------------------- community/xmoto/libpng-14.patch | 11 --------- 2 files changed, 42 deletions(-) delete mode 100644 community/perl-datetime-format-iso8601/PKGBUILD delete mode 100644 community/xmoto/libpng-14.patch (limited to 'community') diff --git a/community/perl-datetime-format-iso8601/PKGBUILD b/community/perl-datetime-format-iso8601/PKGBUILD deleted file mode 100644 index 6d5c9b6bc..000000000 --- a/community/perl-datetime-format-iso8601/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Contributor: Lukas Fleischer - -pkgname=perl-datetime-format-iso8601 -pkgver=0.07 -pkgrel=2 -pkgdesc="Parses ISO8601 formats." -arch=('i686' 'x86_64') -url="http://search.cpan.org/dist/DateTime-Format-ISO8601/" -license=('PerlArtistic') -depends=('perl-datetime-format-builder>=0.770.0' 'perl-datetime>=0.180.0') -makedepends=('perl-module-build>=0.350.0') -optdepends=('perl-file-find-rule' - 'perl-test-distribution' - 'perl-test-pod') -options=(!emptydirs) -source=("http://search.cpan.org/CPAN/authors/id/J/JH/JHOBLITT/DateTime-Format-ISO8601-$pkgver.tar.gz") -md5sums=('debb51180d0318ae09cad01c544a1d7d') - -build() { - cd $srcdir/DateTime-Format-ISO8601-$pkgver - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor - make -} - -package() { - cd $srcdir/DateTime-Format-ISO8601-$pkgver - make install DESTDIR="${pkgdir}" - - find ${pkgdir} -name perllocal.pod -delete - find ${pkgdir} -name .packlist -delete -} diff --git a/community/xmoto/libpng-14.patch b/community/xmoto/libpng-14.patch deleted file mode 100644 index 6e4eb2cd8..000000000 --- a/community/xmoto/libpng-14.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- xmoto-0.5.3/src/image/tim_png.cpp.old 2010-05-19 21:13:09.401802546 +0200 -+++ xmoto-0.5.3/src/image/tim_png.cpp 2010-05-19 21:15:13.008451656 +0200 -@@ -166,7 +166,7 @@ - png_set_palette_to_rgb(PngPtr); - - if(nColorType==PNG_COLOR_TYPE_GRAY && nBitDepth<8) -- png_set_gray_1_2_4_to_8(PngPtr); -+ png_set_expand_gray_1_2_4_to_8(PngPtr); - - if(png_get_valid(PngPtr,InfoPtr,PNG_INFO_tRNS)) - png_set_tRNS_to_alpha(PngPtr); -- cgit v1.2.3-54-g00ecf