From 629a1a0f0d093c13dd8ff4fab42202ae8a1d66a0 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Fri, 4 Nov 2011 17:37:11 -0500 Subject: perl-libxml: removed, replaced by perl-xml-libxml --- abs/core/perl_modules/perl-libxml/PKGBUILD | 31 ---------------------- .../perl_modules/perl-libxml/perl-libxml.install | 29 -------------------- 2 files changed, 60 deletions(-) delete mode 100644 abs/core/perl_modules/perl-libxml/PKGBUILD delete mode 100644 abs/core/perl_modules/perl-libxml/perl-libxml.install diff --git a/abs/core/perl_modules/perl-libxml/PKGBUILD b/abs/core/perl_modules/perl-libxml/PKGBUILD deleted file mode 100644 index 864c01b..0000000 --- a/abs/core/perl_modules/perl-libxml/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD,v 1.5 2007/11/12 23:00:43 firmicus Exp $ -# Maintainer: Sergej Pupykin -# Contributor: phrakture -# Contributor: Firmicus - -pkgname=perl-libxml -pkgver=1.65 -pkgrel=1 -pkgdesc="Perl bindings for libxml2" -arch=('i686' 'x86_64') -url="http://search.cpan.org/~pajas/XML-LibXML/" -license=('GPL' 'PerlArtistic') -depends=('perl-libxml-common' 'perl-xml-sax' 'libxml2') -options=('!emptydirs') -install=perl-libxml.install -source=(http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXML-$pkgver.tar.gz) -md5sums=('7871c21078f706690cda9ca68d4ddac6') - -build() -{ - cd $startdir/src/XML-LibXML-$pkgver/ - eval `perl -V:archname` - SKIP_SAX_INSTALL=y perl Makefile.PL \ - INSTALLARCHLIB=/usr/lib/perl5/current/${archname} \ - INSTALLSITELIB=/usr/lib/perl5/site_perl/current \ - INSTALLSITEARCH=/usr/lib/perl5/site_perl/current/${archname} || return 1 - make || return 1 - make DESTDIR=$startdir/pkg install - find $startdir/pkg -name '.packlist' -delete - find $startdir/pkg -name '*.pod' -delete -} diff --git a/abs/core/perl_modules/perl-libxml/perl-libxml.install b/abs/core/perl_modules/perl-libxml/perl-libxml.install deleted file mode 100644 index a7616f2..0000000 --- a/abs/core/perl_modules/perl-libxml/perl-libxml.install +++ /dev/null @@ -1,29 +0,0 @@ -pre_install() { - /bin/true -} - -post_install() { - echo ":: Installing SAX XML Parsers" - /usr/bin/perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()" - /usr/bin/perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX))->save_parsers()" -} - -pre_upgrade() { - /bin/true -} - -post_upgrade() { - /bin/true -} - -pre_remove() { - /bin/true -} - -post_remove() { - /bin/true -} - -op=$1 -shift -$op $* -- cgit v0.12