[arch-commits] Commit in bitlbee/repos (16 files)
Date: Saturday, February 18, 2012 @ 21:03:57 Author: bisson Revision: 150650 archrelease: copy trunk to extra-i686, extra-x86_64 Added: bitlbee/repos/extra-i686/PKGBUILD (from rev 150649, bitlbee/trunk/PKGBUILD) bitlbee/repos/extra-i686/install (from rev 150649, bitlbee/trunk/install) bitlbee/repos/extra-i686/rc.d (from rev 150649, bitlbee/trunk/rc.d) bitlbee/repos/extra-i686/xinetd (from rev 150649, bitlbee/trunk/xinetd) bitlbee/repos/extra-x86_64/PKGBUILD (from rev 150649, bitlbee/trunk/PKGBUILD) bitlbee/repos/extra-x86_64/install (from rev 150649, bitlbee/trunk/install) bitlbee/repos/extra-x86_64/rc.d (from rev 150649, bitlbee/trunk/rc.d) bitlbee/repos/extra-x86_64/xinetd (from rev 150649, bitlbee/trunk/xinetd) Deleted: bitlbee/repos/extra-i686/PKGBUILD bitlbee/repos/extra-i686/install bitlbee/repos/extra-i686/rc.d bitlbee/repos/extra-i686/xinetd bitlbee/repos/extra-x86_64/PKGBUILD bitlbee/repos/extra-x86_64/install bitlbee/repos/extra-x86_64/rc.d bitlbee/repos/extra-x86_64/xinetd ---+ extra-i686/PKGBUILD | 116 extra-i686/install| 28 +-- extra-i686/rc.d | 80 - extra-i686/xinetd | 24 - extra-x86_64/PKGBUILD | 116 extra-x86_64/install | 28 +-- extra-x86_64/rc.d | 80 - extra-x86_64/xinetd | 24 - 8 files changed, 248 insertions(+), 248 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-19 02:02:02 UTC (rev 150649) +++ extra-i686/PKGBUILD 2012-02-19 02:03:57 UTC (rev 150650) @@ -1,58 +0,0 @@ -# $Id$ - -# Contributor: FUBAR -# Contributor: simo -# Contributor: Jeff 'codemac' Mickey -# Contributor: Daniel J Griffiths -# Maintainer: Gaetan Bisson - -pkgname=bitlbee -pkgver=3.0.4 -pkgrel=3 -pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC' -url='http://www.bitlbee.org/' -license=('GPL') -arch=('i686' 'x86_64') -depends=('openssl' 'glib2') -makedepends=('asciidoc' 'libotr') -optdepends=('skype4py: to use skyped' -'libotr: for OTR encryption support' -'xinetd: to run bitlbee through xinetd') -source=("http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz"; - 'xinetd' - 'rc.d') -sha1sums=('2c2742948d1ed2c83ee5db2d2fbff5e8b656b8c4' - '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17' - 'be09d29af3853825778331df451f16ca9e452d03') - -backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt' 'etc/xinetd.d/bitlbee') -install=install - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure \ - --prefix=/usr \ - --etcdir=/etc/bitlbee \ - --pidfile=/var/run/bitlbee/bitlbee.pid \ - --ipcsocket=/var/run/bitlbee/bitlbee.sock \ - --systemdsystemunitdir=/lib/systemd/system \ - --ssl=openssl \ - --strip=0 \ - --otr=plugin \ - --skype=plugin \ - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - install -o65 -g65 -dm770 "${pkgdir}"/var/lib/bitlbee - install -Dm644 "${srcdir}"/xinetd "${pkgdir}"/etc/xinetd.d/bitlbee - install -Dm755 "${srcdir}"/rc.d "${pkgdir}"/etc/rc.d/bitlbee - - make DESTDIR="${pkgdir}" install - make DESTDIR="${pkgdir}" install-etc - make DESTDIR="${pkgdir}" install-dev -} Copied: bitlbee/repos/extra-i686/PKGBUILD (from rev 150649, bitlbee/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-19 02:03:57 UTC (rev 150650) @@ -0,0 +1,58 @@ +# $Id$ + +# Contributor: FUBAR +# Contributor: simo +# Contributor: Jeff 'codemac' Mickey +# Contributor: Daniel J Griffiths +# Maintainer: Gaetan Bisson + +pkgname=bitlbee +pkgver=3.0.5 +pkgrel=1 +pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC' +url='http://www.bitlbee.org/' +license=('GPL') +arch=('i686' 'x86_64') +depends=('openssl' 'glib2') +makedepends=('asciidoc' 'libotr') +optdepends=('skype4py: to use skyped' +'libotr: for OTR encryption support' +'xinetd: to run bitlbee through xinetd') +source=("http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz"; + 'xinetd' + 'rc.d') +sha1sums=('74afdff87be49ce060771a6ae10d7643cd57b9b6' + '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17' + 'be09d29af3853825778331df451f16ca9e452d03') + +backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt' 'etc/xinetd.d/bitlbee') +install=install + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure \ + --prefix=/usr \ + --etc
[arch-commits] Commit in bitlbee/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 21:02:02 Author: bisson Revision: 150649 upstream update Modified: bitlbee/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-19 01:56:50 UTC (rev 150648) +++ PKGBUILD2012-02-19 02:02:02 UTC (rev 150649) @@ -7,8 +7,8 @@ # Maintainer: Gaetan Bisson pkgname=bitlbee -pkgver=3.0.4 -pkgrel=3 +pkgver=3.0.5 +pkgrel=1 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC' url='http://www.bitlbee.org/' license=('GPL') @@ -21,7 +21,7 @@ source=("http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz"; 'xinetd' 'rc.d') -sha1sums=('2c2742948d1ed2c83ee5db2d2fbff5e8b656b8c4' +sha1sums=('74afdff87be49ce060771a6ae10d7643cd57b9b6' '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17' 'be09d29af3853825778331df451f16ca9e452d03')
[arch-commits] Commit in postfix/repos/extra-i686 (5 files)
Date: Saturday, February 18, 2012 @ 20:56:50 Author: bisson Revision: 150648 archrelease: copy trunk to extra-i686 Added: postfix/repos/extra-i686/PKGBUILD (from rev 150647, postfix/trunk/PKGBUILD) postfix/repos/extra-i686/aliases.patch (from rev 150647, postfix/trunk/aliases.patch) postfix/repos/extra-i686/install (from rev 150647, postfix/trunk/install) postfix/repos/extra-i686/rc.d (from rev 150647, postfix/trunk/rc.d) Deleted: postfix/repos/extra-i686/PKGBUILD ---+ PKGBUILD | 126 aliases.patch | 18 install | 33 ++ rc.d | 36 4 files changed, 150 insertions(+), 63 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-02-19 01:54:35 UTC (rev 150647) +++ PKGBUILD2012-02-19 01:56:50 UTC (rev 150648) @@ -1,63 +0,0 @@ -# $Id$ -# Contributor: Jeff Brodnax -# Contributor: Paul Mattal -# Maintainer: Gaetan Bisson - -pkgname=postfix -pkgver=2.9.1 -pkgrel=1 -pkgdesc='Fast, easy to administer, secure mail server' -url='http://www.postfix.org/' -license=('custom') -arch=('i686' 'x86_64') -depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 'libldap' 'db') -backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual}) -source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz"; \ -'aliases.patch' \ -'rc.d') -sha1sums=('d4f6572ab1ac5fc15626ac2de6d18c340aae2cef' - '5fc3de6c7df1e5851a0a379e825148868808318b' - '40c6be2eb55e6437a402f43775cdb3d22ea87a66') - -provides=('smtp-server' 'smtp-forwarder') -replaces=('postfix-mysql' 'postfix-pgsql') -conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder') - -install=install - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make makefiles DEBUG='' CCARGS=' \ - -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \ - -DHAS_LDAP \ - -DUSE_TLS \ - -DHAS_MYSQL -I/usr/include/mysql \ - -DHAS_PGSQL -I/usr/include/postgresql \ - -DHAS_SQLITE \ - ' AUXLIBS=' \ - -lsasl2 \ - -lldap -llber \ - -lssl -lcrypto \ - -lmysqlclient -lz -lm \ - -lpq \ - -lsqlite3 -lpthread \ - ' OPT="${CFLAGS} ${LDFLAGS}" - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sh postfix-install -non-interactive \ - install_root="${pkgdir}" \ - daemon_directory="/usr/lib/${pkgname}" \ - sample_directory="/etc/${pkgname}/sample" \ - manpage_directory="/usr/share/man" - - install -D -m755 ../rc.d "${pkgdir}/etc/rc.d/${pkgname}" - install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - sed 's/\(^\$manpage[^:]*\):/\1.gz:/' -i "${pkgdir}/usr/lib/${pkgname}/postfix-files" - cd "${pkgdir}"; patch -p0 -i "${srcdir}"/aliases.patch -} Copied: postfix/repos/extra-i686/PKGBUILD (from rev 150647, postfix/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-02-19 01:56:50 UTC (rev 150648) @@ -0,0 +1,63 @@ +# $Id$ +# Contributor: Jeff Brodnax +# Contributor: Paul Mattal +# Maintainer: Gaetan Bisson + +pkgname=postfix +pkgver=2.9.1 +pkgrel=1 +pkgdesc='Fast, easy to administer, secure mail server' +url='http://www.postfix.org/' +license=('custom') +arch=('i686' 'x86_64') +depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 'libldap' 'db') +backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual}) +source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz"; \ +'aliases.patch' \ +'rc.d') +sha1sums=('d4f6572ab1ac5fc15626ac2de6d18c340aae2cef' + '5fc3de6c7df1e5851a0a379e825148868808318b' + '40c6be2eb55e6437a402f43775cdb3d22ea87a66') + +provides=('smtp-server' 'smtp-forwarder') +replaces=('postfix-mysql' 'postfix-pgsql') +conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder') + +install=install + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make makefiles DEBUG='' CCARGS=' \ + -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \ + -DHAS_LDAP \ + -DUSE_TLS \ + -DHAS_MYSQL -I/usr/include/mysql \ + -DHAS_PGSQL -I/usr/include/postgresql \ + -DHAS_SQLITE \ + ' AUXLIBS=' \ + -lsasl2 \ + -lldap -llber \ + -lssl -lcrypto \ + -lmysqlclient -lz -lm \ + -lpq \ +
[arch-commits] Commit in postfix/repos (13 files)
Date: Saturday, February 18, 2012 @ 20:54:35 Author: bisson Revision: 150647 archrelease: copy trunk to extra-i686, extra-x86_64 Added: postfix/repos/extra-i686/PKGBUILD (from rev 150646, postfix/trunk/PKGBUILD) postfix/repos/extra-x86_64/PKGBUILD (from rev 150646, postfix/trunk/PKGBUILD) postfix/repos/extra-x86_64/aliases.patch (from rev 150646, postfix/trunk/aliases.patch) postfix/repos/extra-x86_64/install (from rev 150646, postfix/trunk/install) postfix/repos/extra-x86_64/rc.d (from rev 150646, postfix/trunk/rc.d) Deleted: postfix/repos/extra-i686/PKGBUILD postfix/repos/extra-i686/aliases.patch postfix/repos/extra-i686/install postfix/repos/extra-i686/rc.d postfix/repos/extra-x86_64/PKGBUILD postfix/repos/extra-x86_64/aliases.patch postfix/repos/extra-x86_64/install postfix/repos/extra-x86_64/rc.d + extra-i686/PKGBUILD| 126 +-- extra-i686/aliases.patch | 18 -- extra-i686/install | 33 --- extra-i686/rc.d| 36 extra-x86_64/PKGBUILD | 126 +-- extra-x86_64/aliases.patch | 36 ++-- extra-x86_64/install | 66 +++--- extra-x86_64/rc.d | 72 8 files changed, 213 insertions(+), 300 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-19 01:49:57 UTC (rev 150646) +++ extra-i686/PKGBUILD 2012-02-19 01:54:35 UTC (rev 150647) @@ -1,63 +0,0 @@ -# $Id$ -# Contributor: Jeff Brodnax -# Contributor: Paul Mattal -# Maintainer: Gaetan Bisson - -pkgname=postfix -pkgver=2.9.0 -pkgrel=2 -pkgdesc='Fast, easy to administer, secure mail server' -url='http://www.postfix.org/' -license=('custom') -arch=('i686' 'x86_64') -depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 'libldap' 'db') -backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual}) -source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz"; \ -'aliases.patch' \ -'rc.d') -sha1sums=('a04a72a8b9436279a30b7d1b62197be63124a132' - '5fc3de6c7df1e5851a0a379e825148868808318b' - '40c6be2eb55e6437a402f43775cdb3d22ea87a66') - -provides=('smtp-server' 'smtp-forwarder') -replaces=('postfix-mysql' 'postfix-pgsql') -conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder') - -install=install - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make makefiles DEBUG='' CCARGS=' \ - -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \ - -DHAS_LDAP \ - -DUSE_TLS \ - -DHAS_MYSQL -I/usr/include/mysql \ - -DHAS_PGSQL -I/usr/include/postgresql \ - -DHAS_SQLITE \ - ' AUXLIBS=' \ - -lsasl2 \ - -lldap -llber \ - -lssl -lcrypto \ - -lmysqlclient -lz -lm \ - -lpq \ - -lsqlite3 -lpthread \ - ' OPT="${CFLAGS} ${LDFLAGS}" - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - sh postfix-install -non-interactive \ - install_root="${pkgdir}" \ - daemon_directory="/usr/lib/${pkgname}" \ - sample_directory="/etc/${pkgname}/sample" \ - manpage_directory="/usr/share/man" - - install -D -m755 ../rc.d "${pkgdir}/etc/rc.d/${pkgname}" - install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - sed 's/\(^\$manpage[^:]*\):/\1.gz:/' -i "${pkgdir}/usr/lib/${pkgname}/postfix-files" - cd "${pkgdir}"; patch -p0 -i "${srcdir}"/aliases.patch -} Copied: postfix/repos/extra-i686/PKGBUILD (from rev 150646, postfix/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-19 01:54:35 UTC (rev 150647) @@ -0,0 +1,63 @@ +# $Id$ +# Contributor: Jeff Brodnax +# Contributor: Paul Mattal +# Maintainer: Gaetan Bisson + +pkgname=postfix +pkgver=2.9.1 +pkgrel=1 +pkgdesc='Fast, easy to administer, secure mail server' +url='http://www.postfix.org/' +license=('custom') +arch=('i686' 'x86_64') +depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 'libldap' 'db') +backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual}) +source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz"; \ +'aliases.patch' \ +'rc.d') +sha1sums=('d4f6572ab1ac5fc15626ac2de6d18c340aae2cef' + '5fc3de6c7df1e5851a0a379e825148868808318b' + '40c6be2eb55e6437a402f43775cdb3d22ea87a66') + +provides=('smtp-server' 'smtp-forwar
[arch-commits] Commit in postfix/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 20:49:57 Author: bisson Revision: 150646 upstream update Modified: postfix/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-19 01:30:42 UTC (rev 150645) +++ PKGBUILD2012-02-19 01:49:57 UTC (rev 150646) @@ -4,8 +4,8 @@ # Maintainer: Gaetan Bisson pkgname=postfix -pkgver=2.9.0 -pkgrel=2 +pkgver=2.9.1 +pkgrel=1 pkgdesc='Fast, easy to administer, secure mail server' url='http://www.postfix.org/' license=('custom') @@ -15,7 +15,7 @@ source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz"; \ 'aliases.patch' \ 'rc.d') -sha1sums=('a04a72a8b9436279a30b7d1b62197be63124a132' +sha1sums=('d4f6572ab1ac5fc15626ac2de6d18c340aae2cef' '5fc3de6c7df1e5851a0a379e825148868808318b' '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
[arch-commits] Commit in perl-io-socket-ssl/repos/extra-any (PKGBUILD PKGBUILD)
Date: Saturday, February 18, 2012 @ 20:30:42 Author: allan Revision: 150645 archrelease: copy trunk to extra-any Added: perl-io-socket-ssl/repos/extra-any/PKGBUILD (from rev 150644, perl-io-socket-ssl/trunk/PKGBUILD) Deleted: perl-io-socket-ssl/repos/extra-any/PKGBUILD --+ PKGBUILD | 67 ++--- 1 file changed, 34 insertions(+), 33 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-02-19 01:30:06 UTC (rev 150644) +++ PKGBUILD2012-02-19 01:30:42 UTC (rev 150645) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Kevin Piche -# Contributor: Manolis Tzanidakis -# Contributor: Francois Charette - -pkgname=perl-io-socket-ssl -_cpanname=IO-Socket-SSL -pkgver=1.44 -pkgrel=1 -pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET" -arch=(any) -license=('GPL' 'PerlArtistic') -url="http://search.cpan.org/dist/${_cpanname}/"; -depends=('perl-net-ssleay' 'perl>=5.10.0') -options=(!emptydirs) -source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz) -md5sums=('c9d23d3398f7c0dfce0a1cf6d21e86c7') - -build() { - cd ${srcdir}/${_cpanname}-${pkgver} - # install module in vendor directories. - perl Makefile.PL INSTALLDIRS=vendor - make -} - -package() { - cd ${srcdir}/${_cpanname}-${pkgver} - make install DESTDIR=${pkgdir} - - # remove perllocal.pod and .packlist - find ${pkgdir} -name perllocal.pod -delete - find ${pkgdir} -name .packlist -delete -} Copied: perl-io-socket-ssl/repos/extra-any/PKGBUILD (from rev 150644, perl-io-socket-ssl/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-02-19 01:30:42 UTC (rev 150645) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Kevin Piche +# Contributor: Manolis Tzanidakis +# Contributor: Francois Charette + +pkgname=perl-io-socket-ssl +_cpanname=IO-Socket-SSL +pkgver=1.54 +pkgrel=1 +pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET" +arch=('any') +license=('GPL' 'PerlArtistic') +url="http://search.cpan.org/dist/${_cpanname}/"; +depends=('perl-net-ssleay' 'perl>=5.10.0') +options=(!emptydirs) +source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz) +md5sums=('3d091d3de33a8ca2fe5f75172b1a329b') + +build() { + cd ${srcdir}/${_cpanname}-${pkgver} + # install module in vendor directories. + perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + cd ${srcdir}/${_cpanname}-${pkgver} + make test +} + +package() { + cd ${srcdir}/${_cpanname}-${pkgver} + make install DESTDIR=${pkgdir} +}
[arch-commits] Commit in perl-io-socket-ssl/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 20:30:06 Author: allan Revision: 150644 upgpkg: perl-io-socket-ssl 1.54-1 upstream update Modified: perl-io-socket-ssl/trunk/PKGBUILD --+ PKGBUILD | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-19 01:27:33 UTC (rev 150643) +++ PKGBUILD2012-02-19 01:30:06 UTC (rev 150644) @@ -5,7 +5,7 @@ pkgname=perl-io-socket-ssl _cpanname=IO-Socket-SSL -pkgver=1.53 +pkgver=1.54 pkgrel=1 pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET" arch=('any') @@ -14,7 +14,7 @@ depends=('perl-net-ssleay' 'perl>=5.10.0') options=(!emptydirs) source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz) -md5sums=('a99c266408ba64a184dc8a6e090ab8bf') +md5sums=('3d091d3de33a8ca2fe5f75172b1a329b') build() { cd ${srcdir}/${_cpanname}-${pkgver} @@ -23,16 +23,12 @@ make } -package() { +check() { cd ${srcdir}/${_cpanname}-${pkgver} - make install DESTDIR=${pkgdir} - - # remove perllocal.pod and .packlist - find ${pkgdir} -name perllocal.pod -delete - find ${pkgdir} -name .packlist -delete + make test } -check() { +package() { cd ${srcdir}/${_cpanname}-${pkgver} - make test + make install DESTDIR=${pkgdir} }
[arch-commits] Commit in perl-http-negotiate/repos/extra-any (PKGBUILD PKGBUILD)
Date: Saturday, February 18, 2012 @ 20:27:33 Author: allan Revision: 150643 archrelease: copy trunk to extra-any Added: perl-http-negotiate/repos/extra-any/PKGBUILD (from rev 150642, perl-http-negotiate/trunk/PKGBUILD) Deleted: perl-http-negotiate/repos/extra-any/PKGBUILD --+ PKGBUILD | 103 ++--- 1 file changed, 51 insertions(+), 52 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-02-19 01:26:59 UTC (rev 150642) +++ PKGBUILD2012-02-19 01:27:33 UTC (rev 150643) @@ -1,52 +0,0 @@ -# Maintainer : Justin "juster" Davis -# Generator : pbjam 0.01 -# $Id$ - -pkgname=perl-http-negotiate -pkgver=6.00 -pkgrel=1 -pkgdesc="choose a variant to serve" -arch=(any) -license=(PerlArtistic GPL) -options=('!emptydirs') -depends=('perl>=5.8.8' 'perl-http-message') -makedepends=() -checkdepends=() -conflicts=('perl-libwww<6') -url=http://search.cpan.org/dist/HTTP-Negotiate -source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Negotiate-6.00.tar.gz) -md5sums=(f2d89957d1c4f62a86f18b08e07c2328) -sha512sums=(d608fa0a9a0866c5d934561ea1a13844bab0d27d4ac332f5174e19c768e01675c6562d6bc4c4e4a5530c5a83de8b1edefa002ce42534217eba5a6d4edd779e74) -_distdir="${srcdir}/HTTP-Negotiate-6.00" - -build() { - ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ - PERL_AUTOINSTALL=--skipdeps\ - PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ - PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ - MODULEBUILDRC=/dev/null - -cd "$_distdir" -/usr/bin/perl Makefile.PL -make - ) -} - -check() { - ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" -cd "$_distdir" -make test - ) -} - -package() { -cd "$_distdir" -make DESTDIR="$pkgdir" install -find "$pkgdir" -name .packlist -o -name perllocal.pod -delete -} - -# Local Variables: -# mode: shell-script -# sh-basic-offset: 2 -# End: -# vim:set ts=2 sw=2 et: Copied: perl-http-negotiate/repos/extra-any/PKGBUILD (from rev 150642, perl-http-negotiate/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-02-19 01:27:33 UTC (rev 150643) @@ -0,0 +1,51 @@ +# Maintainer : Justin "juster" Davis +# Generator : pbjam 0.01 +# $Id$ + +pkgname=perl-http-negotiate +pkgver=6.01 +pkgrel=1 +pkgdesc="choose a variant to serve" +arch=(any) +license=(PerlArtistic GPL) +options=('!emptydirs') +depends=('perl>=5.8.8' 'perl-http-message') +makedepends=() +checkdepends=() +conflicts=('perl-libwww<6') +url=http://search.cpan.org/dist/HTTP-Negotiate +source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Negotiate-6.00.tar.gz) +md5sums=('f2d89957d1c4f62a86f18b08e07c2328') +sha512sums=('d608fa0a9a0866c5d934561ea1a13844bab0d27d4ac332f5174e19c768e01675c6562d6bc4c4e4a5530c5a83de8b1edefa002ce42534217eba5a6d4edd779e74') +_distdir="${srcdir}/HTTP-Negotiate-6.00" + +build() { + ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ + PERL_AUTOINSTALL=--skipdeps\ + PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ + PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ + MODULEBUILDRC=/dev/null + +cd "$_distdir" +/usr/bin/perl Makefile.PL +make + ) +} + +check() { + ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" +cd "$_distdir" +make test + ) +} + +package() { +cd "$_distdir" +make DESTDIR="$pkgdir" install +} + +# Local Variables: +# mode: shell-script +# sh-basic-offset: 2 +# End: +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in perl-http-negotiate/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 20:26:59 Author: allan Revision: 150642 upgpkg: perl-http-negotiate 6.01-1 upstream update Modified: perl-http-negotiate/trunk/PKGBUILD --+ PKGBUILD |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-19 01:25:44 UTC (rev 150641) +++ PKGBUILD2012-02-19 01:26:59 UTC (rev 150642) @@ -3,7 +3,7 @@ # $Id$ pkgname=perl-http-negotiate -pkgver=6.00 +pkgver=6.01 pkgrel=1 pkgdesc="choose a variant to serve" arch=(any) @@ -15,8 +15,8 @@ conflicts=('perl-libwww<6') url=http://search.cpan.org/dist/HTTP-Negotiate source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Negotiate-6.00.tar.gz) -md5sums=(f2d89957d1c4f62a86f18b08e07c2328) -sha512sums=(d608fa0a9a0866c5d934561ea1a13844bab0d27d4ac332f5174e19c768e01675c6562d6bc4c4e4a5530c5a83de8b1edefa002ce42534217eba5a6d4edd779e74) +md5sums=('f2d89957d1c4f62a86f18b08e07c2328') +sha512sums=('d608fa0a9a0866c5d934561ea1a13844bab0d27d4ac332f5174e19c768e01675c6562d6bc4c4e4a5530c5a83de8b1edefa002ce42534217eba5a6d4edd779e74') _distdir="${srcdir}/HTTP-Negotiate-6.00" build() { @@ -42,7 +42,6 @@ package() { cd "$_distdir" make DESTDIR="$pkgdir" install -find "$pkgdir" -name .packlist -o -name perllocal.pod -delete } # Local Variables:
[arch-commits] Commit in perl-http-message/repos/extra-any (PKGBUILD PKGBUILD)
Date: Saturday, February 18, 2012 @ 20:25:44 Author: allan Revision: 150641 archrelease: copy trunk to extra-any Added: perl-http-message/repos/extra-any/PKGBUILD (from rev 150640, perl-http-message/trunk/PKGBUILD) Deleted: perl-http-message/repos/extra-any/PKGBUILD --+ PKGBUILD | 105 ++--- 1 file changed, 52 insertions(+), 53 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-02-19 01:24:49 UTC (rev 150640) +++ PKGBUILD2012-02-19 01:25:44 UTC (rev 150641) @@ -1,53 +0,0 @@ -# Maintainer : Justin "juster" Davis -# Generator : pbjam 0.01 -# $Id$ - -pkgname=perl-http-message -pkgver=6.02 -pkgrel=1 -pkgdesc="HTTP style messages" -arch=(any) -license=(PerlArtistic GPL) -options=('!emptydirs') -depends=('perl>=5.8.8' 'perl-encode-locale>=1' 'perl-html-parser>=3.33' -'perl-http-date>=6' 'perl-lwp-mediatypes>=6' 'perl-uri>=1.10') -makedepends=() -checkdepends=() -conflicts=('perl-libwww<6') -url=http://search.cpan.org/dist/HTTP-Message -source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Message-6.02.tar.gz) -md5sums=(a6b28e44f7b5e5573362f042d522a456) -sha512sums=(1091346307bf063ea6a65ddc8811da368d6080a11776fa5c4dc9df6beb9c8bc8cbe512fd711d44c43d4bd90a65c7195a1d3d5ed10257ef1e17d2145971d89c3c) -_distdir="${srcdir}/HTTP-Message-6.02" - -build() { - ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ - PERL_AUTOINSTALL=--skipdeps\ - PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ - PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ - MODULEBUILDRC=/dev/null - -cd "$_distdir" -/usr/bin/perl Makefile.PL -make - ) -} - -check() { - ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" -cd "$_distdir" -make test - ) -} - -package() { -cd "$_distdir" -make DESTDIR="$pkgdir" install -find "$pkgdir" -name .packlist -o -name perllocal.pod -delete -} - -# Local Variables: -# mode: shell-script -# sh-basic-offset: 2 -# End: -# vim:set ts=2 sw=2 et: Copied: perl-http-message/repos/extra-any/PKGBUILD (from rev 150640, perl-http-message/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-02-19 01:25:44 UTC (rev 150641) @@ -0,0 +1,52 @@ +# Maintainer : Justin "juster" Davis +# Generator : pbjam 0.01 +# $Id$ + +pkgname=perl-http-message +pkgver=6.03 +pkgrel=1 +pkgdesc="HTTP style messages" +arch=(any) +license=(PerlArtistic GPL) +options=('!emptydirs') +depends=('perl>=5.8.8' 'perl-encode-locale>=1' 'perl-html-parser>=3.33' +'perl-http-date>=6' 'perl-lwp-mediatypes>=6' 'perl-uri>=1.10') +makedepends=() +checkdepends=() +conflicts=('perl-libwww<6') +url=http://search.cpan.org/dist/HTTP-Message +source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Message-6.02.tar.gz) +md5sums=('a6b28e44f7b5e5573362f042d522a456') +sha512sums=('1091346307bf063ea6a65ddc8811da368d6080a11776fa5c4dc9df6beb9c8bc8cbe512fd711d44c43d4bd90a65c7195a1d3d5ed10257ef1e17d2145971d89c3c') +_distdir="${srcdir}/HTTP-Message-6.02" + +build() { + ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ + PERL_AUTOINSTALL=--skipdeps\ + PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ + PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ + MODULEBUILDRC=/dev/null + +cd "$_distdir" +/usr/bin/perl Makefile.PL +make + ) +} + +check() { + ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" +cd "$_distdir" +make test + ) +} + +package() { +cd "$_distdir" +make DESTDIR="$pkgdir" install +} + +# Local Variables: +# mode: shell-script +# sh-basic-offset: 2 +# End: +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in perl-http-message/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 20:24:49 Author: allan Revision: 150640 upgpkg: perl-http-message 6.03-1 upstream update Modified: perl-http-message/trunk/PKGBUILD --+ PKGBUILD |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-19 01:23:42 UTC (rev 150639) +++ PKGBUILD2012-02-19 01:24:49 UTC (rev 150640) @@ -3,7 +3,7 @@ # $Id$ pkgname=perl-http-message -pkgver=6.02 +pkgver=6.03 pkgrel=1 pkgdesc="HTTP style messages" arch=(any) @@ -16,8 +16,8 @@ conflicts=('perl-libwww<6') url=http://search.cpan.org/dist/HTTP-Message source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Message-6.02.tar.gz) -md5sums=(a6b28e44f7b5e5573362f042d522a456) -sha512sums=(1091346307bf063ea6a65ddc8811da368d6080a11776fa5c4dc9df6beb9c8bc8cbe512fd711d44c43d4bd90a65c7195a1d3d5ed10257ef1e17d2145971d89c3c) +md5sums=('a6b28e44f7b5e5573362f042d522a456') +sha512sums=('1091346307bf063ea6a65ddc8811da368d6080a11776fa5c4dc9df6beb9c8bc8cbe512fd711d44c43d4bd90a65c7195a1d3d5ed10257ef1e17d2145971d89c3c') _distdir="${srcdir}/HTTP-Message-6.02" build() { @@ -43,7 +43,6 @@ package() { cd "$_distdir" make DESTDIR="$pkgdir" install -find "$pkgdir" -name .packlist -o -name perllocal.pod -delete } # Local Variables:
[arch-commits] Commit in perl-http-date/repos/extra-any (PKGBUILD PKGBUILD)
Date: Saturday, February 18, 2012 @ 20:23:42 Author: allan Revision: 150639 archrelease: copy trunk to extra-any Added: perl-http-date/repos/extra-any/PKGBUILD (from rev 150638, perl-http-date/trunk/PKGBUILD) Deleted: perl-http-date/repos/extra-any/PKGBUILD --+ PKGBUILD | 103 ++--- 1 file changed, 51 insertions(+), 52 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-02-19 01:23:06 UTC (rev 150638) +++ PKGBUILD2012-02-19 01:23:42 UTC (rev 150639) @@ -1,52 +0,0 @@ -# Maintainer : Justin "juster" Davis -# Generator : pbjam 0.01 -# $Id$ - -pkgname=perl-http-date -pkgver=6.00 -pkgrel=1 -pkgdesc="date conversion routines" -arch=(any) -license=(PerlArtistic GPL) -options=('!emptydirs') -depends=('perl>=5.8.8') -makedepends=() -checkdepends=() -conflicts=('perl-libwww<6') -url=http://search.cpan.org/dist/HTTP-Date -source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Date-6.00.tar.gz) -md5sums=(41b875ac89c14d7f66515b52cdd12acd) -sha512sums=(7101f30a8a3ac333d37d1c4120c3202ebeb961e742cbecd6b4af140fe575da09c3a3e5be3a2c96e8e33fa2d1e29b10abea59434c2c227d9b6386c306a377f81c) -_distdir="${srcdir}/HTTP-Date-6.00" - -build() { - ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ - PERL_AUTOINSTALL=--skipdeps\ - PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ - PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ - MODULEBUILDRC=/dev/null - -cd "$_distdir" -/usr/bin/perl Makefile.PL -make - ) -} - -check() { - ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" -cd "$_distdir" -make test - ) -} - -package() { -cd "$_distdir" -make DESTDIR="$pkgdir" install -find "$pkgdir" -name .packlist -o -name perllocal.pod -delete -} - -# Local Variables: -# mode: shell-script -# sh-basic-offset: 2 -# End: -# vim:set ts=2 sw=2 et: Copied: perl-http-date/repos/extra-any/PKGBUILD (from rev 150638, perl-http-date/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-02-19 01:23:42 UTC (rev 150639) @@ -0,0 +1,51 @@ +# Maintainer : Justin "juster" Davis +# Generator : pbjam 0.01 +# $Id$ + +pkgname=perl-http-date +pkgver=6.01 +pkgrel=1 +pkgdesc="date conversion routines" +arch=(any) +license=(PerlArtistic GPL) +options=('!emptydirs') +depends=('perl>=5.8.8') +makedepends=() +checkdepends=() +conflicts=('perl-libwww<6') +url=http://search.cpan.org/dist/HTTP-Date +source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Date-6.00.tar.gz) +md5sums=('41b875ac89c14d7f66515b52cdd12acd') +sha512sums=('7101f30a8a3ac333d37d1c4120c3202ebeb961e742cbecd6b4af140fe575da09c3a3e5be3a2c96e8e33fa2d1e29b10abea59434c2c227d9b6386c306a377f81c') +_distdir="${srcdir}/HTTP-Date-6.00" + +build() { + ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ + PERL_AUTOINSTALL=--skipdeps\ + PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ + PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ + MODULEBUILDRC=/dev/null + +cd "$_distdir" +/usr/bin/perl Makefile.PL +make + ) +} + +check() { + ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" +cd "$_distdir" +make test + ) +} + +package() { +cd "$_distdir" +make DESTDIR="$pkgdir" install +} + +# Local Variables: +# mode: shell-script +# sh-basic-offset: 2 +# End: +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in perl-http-date/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 20:23:06 Author: allan Revision: 150638 upgpkg: perl-http-date 6.01-1 upstream update Modified: perl-http-date/trunk/PKGBUILD --+ PKGBUILD |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-19 01:19:55 UTC (rev 150637) +++ PKGBUILD2012-02-19 01:23:06 UTC (rev 150638) @@ -3,7 +3,7 @@ # $Id$ pkgname=perl-http-date -pkgver=6.00 +pkgver=6.01 pkgrel=1 pkgdesc="date conversion routines" arch=(any) @@ -15,8 +15,8 @@ conflicts=('perl-libwww<6') url=http://search.cpan.org/dist/HTTP-Date source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Date-6.00.tar.gz) -md5sums=(41b875ac89c14d7f66515b52cdd12acd) -sha512sums=(7101f30a8a3ac333d37d1c4120c3202ebeb961e742cbecd6b4af140fe575da09c3a3e5be3a2c96e8e33fa2d1e29b10abea59434c2c227d9b6386c306a377f81c) +md5sums=('41b875ac89c14d7f66515b52cdd12acd') +sha512sums=('7101f30a8a3ac333d37d1c4120c3202ebeb961e742cbecd6b4af140fe575da09c3a3e5be3a2c96e8e33fa2d1e29b10abea59434c2c227d9b6386c306a377f81c') _distdir="${srcdir}/HTTP-Date-6.00" build() { @@ -42,7 +42,6 @@ package() { cd "$_distdir" make DESTDIR="$pkgdir" install -find "$pkgdir" -name .packlist -o -name perllocal.pod -delete } # Local Variables:
[arch-commits] Commit in perl-http-cookies/repos/extra-any (PKGBUILD PKGBUILD)
Date: Saturday, February 18, 2012 @ 20:19:55 Author: allan Revision: 150637 archrelease: copy trunk to extra-any Added: perl-http-cookies/repos/extra-any/PKGBUILD (from rev 150636, perl-http-cookies/trunk/PKGBUILD) Deleted: perl-http-cookies/repos/extra-any/PKGBUILD --+ PKGBUILD | 104 ++--- 1 file changed, 52 insertions(+), 52 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-02-19 01:18:46 UTC (rev 150636) +++ PKGBUILD2012-02-19 01:19:55 UTC (rev 150637) @@ -1,52 +0,0 @@ -# Maintainer : Justin "juster" Davis -# Generator : pbjam 0.01 -# $Id$ - -pkgname=perl-http-cookies -pkgver=6.00 -pkgrel=1 -pkgdesc="HTTP cookie jars" -arch=(any) -license=(PerlArtistic GPL) -options=('!emptydirs') -depends=('perl>=5.8.8' 'perl-http-date>=6' 'perl-http-message') -makedepends=() -checkdepends=() -conflicts=('perl-libwww<6') -url=http://search.cpan.org/dist/HTTP-Cookies -source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Cookies-6.00.tar.gz) -md5sums=(21bed72b30a46604c152b7e25cf1cb45) -sha512sums=(6399383e61a2fbad1dd130e67f51be32c118ed104065c109cde1e1262aed986fe3790231937dbdee861755bb58d365bc6f1dec316750f02700fce5014d1a1753) -_distdir="${srcdir}/HTTP-Cookies-6.00" - -build() { - ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ - PERL_AUTOINSTALL=--skipdeps\ - PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ - PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ - MODULEBUILDRC=/dev/null - -cd "$_distdir" -/usr/bin/perl Makefile.PL -make - ) -} - -check() { - ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" -cd "$_distdir" -make test - ) -} - -package() { -cd "$_distdir" -make DESTDIR="$pkgdir" install -find "$pkgdir" -name .packlist -o -name perllocal.pod -delete -} - -# Local Variables: -# mode: shell-script -# sh-basic-offset: 2 -# End: -# vim:set ts=2 sw=2 et: Copied: perl-http-cookies/repos/extra-any/PKGBUILD (from rev 150636, perl-http-cookies/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-02-19 01:19:55 UTC (rev 150637) @@ -0,0 +1,52 @@ +# Maintainer : Justin "juster" Davis +# Generator : pbjam 0.01 +# $Id$ + +pkgname=perl-http-cookies +pkgver=6.01 +pkgrel=1 +pkgdesc="HTTP cookie jars" +arch=(any) +license=(PerlArtistic GPL) +options=('!emptydirs') +depends=('perl>=5.8.8' 'perl-http-date>=6' 'perl-http-message') +makedepends=() +checkdepends=() +conflicts=('perl-libwww<6') +url=http://search.cpan.org/dist/HTTP-Cookies +source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Cookies-6.00.tar.gz) +md5sums=('21bed72b30a46604c152b7e25cf1cb45') +sha512sums=('6399383e61a2fbad1dd130e67f51be32c118ed104065c109cde1e1262aed986fe3790231937dbdee861755bb58d365bc6f1dec316750f02700fce5014d1a1753') +_distdir="${srcdir}/HTTP-Cookies-6.00" + +build() { + ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ + PERL_AUTOINSTALL=--skipdeps\ + PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ + PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ + MODULEBUILDRC=/dev/null + +cd "$_distdir" +/usr/bin/perl Makefile.PL +make + ) +} + +check() { + ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" +cd "$_distdir" +make test + ) +} + +package() { +cd "$_distdir" +make DESTDIR="$pkgdir" install +find "$pkgdir" -name .packlist -o -name perllocal.pod -delete +} + +# Local Variables: +# mode: shell-script +# sh-basic-offset: 2 +# End: +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in perl-http-cookies/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 20:18:46 Author: allan Revision: 150636 upgpkg: perl-http-cookies 6.01-1 upstream update Modified: perl-http-cookies/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-19 01:16:52 UTC (rev 150635) +++ PKGBUILD2012-02-19 01:18:46 UTC (rev 150636) @@ -3,7 +3,7 @@ # $Id$ pkgname=perl-http-cookies -pkgver=6.00 +pkgver=6.01 pkgrel=1 pkgdesc="HTTP cookie jars" arch=(any) @@ -15,8 +15,8 @@ conflicts=('perl-libwww<6') url=http://search.cpan.org/dist/HTTP-Cookies source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Cookies-6.00.tar.gz) -md5sums=(21bed72b30a46604c152b7e25cf1cb45) -sha512sums=(6399383e61a2fbad1dd130e67f51be32c118ed104065c109cde1e1262aed986fe3790231937dbdee861755bb58d365bc6f1dec316750f02700fce5014d1a1753) +md5sums=('21bed72b30a46604c152b7e25cf1cb45') +sha512sums=('6399383e61a2fbad1dd130e67f51be32c118ed104065c109cde1e1262aed986fe3790231937dbdee861755bb58d365bc6f1dec316750f02700fce5014d1a1753') _distdir="${srcdir}/HTTP-Cookies-6.00" build() {
[arch-commits] Commit in perl-html-tagset/repos/extra-any (PKGBUILD PKGBUILD)
Date: Saturday, February 18, 2012 @ 20:16:52 Author: allan Revision: 150635 archrelease: copy trunk to extra-any Added: perl-html-tagset/repos/extra-any/PKGBUILD (from rev 150634, perl-html-tagset/trunk/PKGBUILD) Deleted: perl-html-tagset/repos/extra-any/PKGBUILD --+ PKGBUILD | 73 ++--- 1 file changed, 37 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-02-19 01:15:26 UTC (rev 150634) +++ PKGBUILD2012-02-19 01:16:52 UTC (rev 150635) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: kevin -# Contributor: Manolis Tzanidakis - -pkgname=perl-html-tagset -_realname=HTML-Tagset -pkgver=3.20 -pkgrel=2 -pkgdesc="Data tables useful in parsing HTML" -arch=(any) -license=('PerlArtistic') -url="http://search.cpan.org/dist/${_realname}/"; -depends=('perl>=5.10.0') -replaces=('html-tagset') -provides=('html-tagset') -options=(!emptydirs) -source=(http://www.cpan.org/authors/id/P/PE/PETDANCE/${_realname}-${pkgver}.tar.gz) -md5sums=('d2bfa18fe1904df7f683e96611e87437') - -build() { - cd ${srcdir}/${_realname}-${pkgver} - # install module in vendor directories. - perl Makefile.PL INSTALLDIRS=vendor - make - make test -} - -package() { - cd ${srcdir}/${_realname}-${pkgver} - make install DESTDIR=${pkgdir} - - # remove perllocal.pod and .packlist - find ${pkgdir} -name perllocal.pod -delete - find ${pkgdir} -name .packlist -delete -} -# vim: ts=2 sw=2 et ft=sh Copied: perl-html-tagset/repos/extra-any/PKGBUILD (from rev 150634, perl-html-tagset/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-02-19 01:16:52 UTC (rev 150635) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: kevin +# Contributor: Manolis Tzanidakis + +pkgname=perl-html-tagset +_realname=HTML-Tagset +pkgver=3.20 +pkgrel=3 +pkgdesc="Data tables useful in parsing HTML" +arch=('any') +license=('PerlArtistic') +url="http://search.cpan.org/dist/${_realname}/"; +depends=('perl>=5.10.0') +replaces=('html-tagset') +provides=('html-tagset') +options=(!emptydirs) +source=(http://www.cpan.org/authors/id/P/PE/PETDANCE/${_realname}-${pkgver}.tar.gz) +md5sums=('d2bfa18fe1904df7f683e96611e87437') + +build() { + cd ${srcdir}/${_realname}-${pkgver} + # install module in vendor directories. + perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + cd ${srcdir}/${_realname}-${pkgver} + make test +} + +package() { + cd ${srcdir}/${_realname}-${pkgver} + make install DESTDIR=${pkgdir} +} + +# vim: ts=2 sw=2 et ft=sh
[arch-commits] Commit in perl-html-tagset/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 20:15:26 Author: allan Revision: 150634 upgpkg: perl-html-tagset 3.20-3 signing rebuild Modified: perl-html-tagset/trunk/PKGBUILD --+ PKGBUILD | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-19 01:12:18 UTC (rev 150633) +++ PKGBUILD2012-02-19 01:15:26 UTC (rev 150634) @@ -5,9 +5,9 @@ pkgname=perl-html-tagset _realname=HTML-Tagset pkgver=3.20 -pkgrel=2 +pkgrel=3 pkgdesc="Data tables useful in parsing HTML" -arch=(any) +arch=('any') license=('PerlArtistic') url="http://search.cpan.org/dist/${_realname}/"; depends=('perl>=5.10.0') @@ -22,15 +22,16 @@ # install module in vendor directories. perl Makefile.PL INSTALLDIRS=vendor make +} + +check() { + cd ${srcdir}/${_realname}-${pkgver} make test } package() { cd ${srcdir}/${_realname}-${pkgver} make install DESTDIR=${pkgdir} +} - # remove perllocal.pod and .packlist - find ${pkgdir} -name perllocal.pod -delete - find ${pkgdir} -name .packlist -delete -} # vim: ts=2 sw=2 et ft=sh
[arch-commits] Commit in perl-file-mimeinfo/repos/extra-any (PKGBUILD PKGBUILD)
Date: Saturday, February 18, 2012 @ 20:12:18 Author: allan Revision: 150633 archrelease: copy trunk to extra-any Added: perl-file-mimeinfo/repos/extra-any/PKGBUILD (from rev 150632, perl-file-mimeinfo/trunk/PKGBUILD) Deleted: perl-file-mimeinfo/repos/extra-any/PKGBUILD --+ PKGBUILD | 69 ++--- 1 file changed, 34 insertions(+), 35 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-02-19 01:10:38 UTC (rev 150632) +++ PKGBUILD2012-02-19 01:12:18 UTC (rev 150633) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: kevin - -pkgname=perl-file-mimeinfo -_realname=File-MimeInfo -pkgver=0.15 -pkgrel=2 -pkgdesc='Perl/CPAN File::MimeInfo module - Determine file type, includes mimeopen and mimetype' -arch=(any) -license=('GPL' 'PerlArtistic') -url="http://search.cpan.org/dist/${_realname}/"; -depends=('perl-file-basedir' 'perl-file-desktopentry' 'shared-mime-info' -'perl') -options=(!emptydirs) -source=(http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/${_realname}/${_realname}-${pkgver}.tar.gz) -md5sums=('41fa5a252203e1d6023ab5849fd9e0df') - -build() { - cd ${srcdir}/${_realname}-${pkgver} - - # install module in vendor directories. - perl Makefile.PL INSTALLDIRS=vendor - make - make test -} - -package() { - cd ${srcdir}/${_realname}-${pkgver} - - make install DESTDIR=${pkgdir} - - # remove perllocal.pod and .packlist - find ${pkgdir} -name perllocal.pod -delete - find ${pkgdir} -name .packlist -delete -} Copied: perl-file-mimeinfo/repos/extra-any/PKGBUILD (from rev 150632, perl-file-mimeinfo/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-02-19 01:12:18 UTC (rev 150633) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: kevin + +pkgname=perl-file-mimeinfo +_realname=File-MimeInfo +pkgver=0.16 +pkgrel=1 +pkgdesc='Perl/CPAN File::MimeInfo module - Determine file type, includes mimeopen and mimetype' +arch=(any) +license=('GPL' 'PerlArtistic') +url="http://search.cpan.org/dist/${_realname}/"; +depends=('perl-file-basedir' 'perl-file-desktopentry' 'shared-mime-info' +'perl') +options=(!emptydirs) +source=(http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/${_realname}/${_realname}-${pkgver}.tar.gz) +md5sums=('c024adace5d3a4ed27fd8a46c7f2dedb') + +build() { + cd ${srcdir}/${_realname}-${pkgver} + + # install module in vendor directories. + perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + cd ${srcdir}/${_realname}-${pkgver} + make test +} + +package() { + cd ${srcdir}/${_realname}-${pkgver} + make install DESTDIR=${pkgdir} +}
[arch-commits] Commit in perl-file-mimeinfo/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 20:10:38 Author: allan Revision: 150632 upgpkg: perl-file-mimeinfo 0.16-1 upstream update Modified: perl-file-mimeinfo/trunk/PKGBUILD --+ PKGBUILD | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-19 01:02:52 UTC (rev 150631) +++ PKGBUILD2012-02-19 01:10:38 UTC (rev 150632) @@ -3,8 +3,8 @@ pkgname=perl-file-mimeinfo _realname=File-MimeInfo -pkgver=0.15 -pkgrel=2 +pkgver=0.16 +pkgrel=1 pkgdesc='Perl/CPAN File::MimeInfo module - Determine file type, includes mimeopen and mimetype' arch=(any) license=('GPL' 'PerlArtistic') @@ -13,7 +13,7 @@ 'perl') options=(!emptydirs) source=(http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/${_realname}/${_realname}-${pkgver}.tar.gz) -md5sums=('41fa5a252203e1d6023ab5849fd9e0df') +md5sums=('c024adace5d3a4ed27fd8a46c7f2dedb') build() { cd ${srcdir}/${_realname}-${pkgver} @@ -21,15 +21,14 @@ # install module in vendor directories. perl Makefile.PL INSTALLDIRS=vendor make +} + +check() { + cd ${srcdir}/${_realname}-${pkgver} make test } package() { cd ${srcdir}/${_realname}-${pkgver} - make install DESTDIR=${pkgdir} - - # remove perllocal.pod and .packlist - find ${pkgdir} -name perllocal.pod -delete - find ${pkgdir} -name .packlist -delete }
[arch-commits] Commit in perl-file-listing/repos/extra-any (PKGBUILD PKGBUILD)
Date: Saturday, February 18, 2012 @ 20:02:52 Author: allan Revision: 150631 archrelease: copy trunk to extra-any Added: perl-file-listing/repos/extra-any/PKGBUILD (from rev 150630, perl-file-listing/trunk/PKGBUILD) Deleted: perl-file-listing/repos/extra-any/PKGBUILD --+ PKGBUILD | 98 ++--- 1 file changed, 49 insertions(+), 49 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-02-19 01:02:02 UTC (rev 150630) +++ PKGBUILD2012-02-19 01:02:52 UTC (rev 150631) @@ -1,49 +0,0 @@ -# Maintainer: Justin "juster" Davis -# $Id$ - -pkgname=perl-file-listing -pkgver=6.03 -pkgrel=1 -pkgdesc="parse directory listing" -arch=(any) -license=(PerlArtistic GPL) -options=(!emptydirs) -depends=('perl>=5.8.8' 'perl-http-date>=6') -conflicts=('perl-libwww<6') -url=http://search.cpan.org/dist/File-Listing -source=("http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/File-Listing-${pkgver}.tar.gz";) -md5sums=(ad56d06a719503198c02188995f32c9e) -sha512sums=(fc0787004eb1000ce19169800c7b4ef5b313aee8391460c37d8368bcf6cb5d84c461198f4c785a9319ff2b64a541675ea5dfcc0f9b430d82174d0342819a86ee) -_distdir="${srcdir}/File-Listing-${pkgver}" - -build() { - ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ - PERL_AUTOINSTALL=--skipdeps\ - PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ - PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ - MODULEBUILDRC=/dev/null - -cd "$_distdir" -/usr/bin/perl Makefile.PL -make - ) -} - -check() { - ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" -cd "$_distdir" -make test - ) -} - -package() { -cd "$_distdir" -make DESTDIR="$pkgdir" install -find "$pkgdir" -name .packlist -o -name perllocal.pod -delete -} - -# Local Variables: -# mode: shell-script -# sh-basic-offset: 2 -# End: -# vim:set ts=2 sw=2 et: Copied: perl-file-listing/repos/extra-any/PKGBUILD (from rev 150630, perl-file-listing/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-02-19 01:02:52 UTC (rev 150631) @@ -0,0 +1,49 @@ +# Maintainer: Justin "juster" Davis +# $Id$ + +pkgname=perl-file-listing +pkgver=6.04 +pkgrel=1 +pkgdesc="parse directory listing" +arch=(any) +license=(PerlArtistic GPL) +options=(!emptydirs) +depends=('perl>=5.8.8' 'perl-http-date>=6') +conflicts=('perl-libwww<6') +url="http://search.cpan.org/dist/File-Listing"; +source=("http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/File-Listing-${pkgver}.tar.gz";) +md5sums=('83f636b477741f3a014585bb9cc079a6') +sha512sums=('a84198bc82003daaf88ed23218e34a7a1552dcd2855a9563e9609ce5df167a8295043501534c31614854fc8dd9c04b4af27b4d7320112c613914f94c86c2eeb2') +_distdir="${srcdir}/File-Listing-${pkgver}" + +build() { + ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ + PERL_AUTOINSTALL=--skipdeps\ + PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ + PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ + MODULEBUILDRC=/dev/null + +cd "$_distdir" +/usr/bin/perl Makefile.PL +make + ) +} + +check() { + ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" +cd "$_distdir" +make test + ) +} + +package() { +cd "$_distdir" +make DESTDIR="$pkgdir" install +find "$pkgdir" -name .packlist -o -name perllocal.pod -delete +} + +# Local Variables: +# mode: shell-script +# sh-basic-offset: 2 +# End: +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in perl-file-listing/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 20:02:02 Author: allan Revision: 150630 upgpkg: perl-file-listing 6.04-1 upstream update Modified: perl-file-listing/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-19 00:58:55 UTC (rev 150629) +++ PKGBUILD2012-02-19 01:02:02 UTC (rev 150630) @@ -2,7 +2,7 @@ # $Id$ pkgname=perl-file-listing -pkgver=6.03 +pkgver=6.04 pkgrel=1 pkgdesc="parse directory listing" arch=(any) @@ -10,10 +10,10 @@ options=(!emptydirs) depends=('perl>=5.8.8' 'perl-http-date>=6') conflicts=('perl-libwww<6') -url=http://search.cpan.org/dist/File-Listing +url="http://search.cpan.org/dist/File-Listing"; source=("http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/File-Listing-${pkgver}.tar.gz";) -md5sums=(ad56d06a719503198c02188995f32c9e) -sha512sums=(fc0787004eb1000ce19169800c7b4ef5b313aee8391460c37d8368bcf6cb5d84c461198f4c785a9319ff2b64a541675ea5dfcc0f9b430d82174d0342819a86ee) +md5sums=('83f636b477741f3a014585bb9cc079a6') +sha512sums=('a84198bc82003daaf88ed23218e34a7a1552dcd2855a9563e9609ce5df167a8295043501534c31614854fc8dd9c04b4af27b4d7320112c613914f94c86c2eeb2') _distdir="${srcdir}/File-Listing-${pkgver}" build() {
[arch-commits] Commit in perl-file-desktopentry/repos/extra-any (PKGBUILD PKGBUILD)
Date: Saturday, February 18, 2012 @ 19:58:55 Author: allan Revision: 150629 archrelease: copy trunk to extra-any Added: perl-file-desktopentry/repos/extra-any/PKGBUILD (from rev 150628, perl-file-desktopentry/trunk/PKGBUILD) Deleted: perl-file-desktopentry/repos/extra-any/PKGBUILD --+ PKGBUILD | 55 --- 1 file changed, 32 insertions(+), 23 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-02-19 00:57:07 UTC (rev 150628) +++ PKGBUILD2012-02-19 00:58:55 UTC (rev 150629) @@ -1,23 +0,0 @@ -# $Id$ -# Maintainer: kevin - -pkgname=perl-file-desktopentry -_realname=File-DesktopEntry -pkgver=0.04 -pkgrel=4 -pkgdesc='Object to handle .desktop files' -arch=('any') -license=('GPL' 'PerlArtistic') -url="http://search.cpan.org/dist/${_realname}/"; -depends=('perl-file-basedir') -options=(!emptydirs) -source=(http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/${_realname}/${_realname}-$pkgver.tar.gz) -md5sums=('fc196bc1a4d6ca84953fee5a9cdaa629') - -build() { - cd ${srcdir}/${_realname}-$pkgver - # install module in vendor directories. - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor - make - make install DESTDIR=${pkgdir} -} Copied: perl-file-desktopentry/repos/extra-any/PKGBUILD (from rev 150628, perl-file-desktopentry/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-02-19 00:58:55 UTC (rev 150629) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: kevin + +pkgname=perl-file-desktopentry +_realname=File-DesktopEntry +pkgver=0.04 +pkgrel=5 +pkgdesc='Object to handle .desktop files' +arch=('any') +license=('GPL' 'PerlArtistic') +url="http://search.cpan.org/dist/${_realname}/"; +depends=('perl-file-basedir') +options=(!emptydirs) +source=(http://search.cpan.org/CPAN/authors/id/P/PA/PARDUS/${_realname}/${_realname}-$pkgver.tar.gz) +md5sums=('fc196bc1a4d6ca84953fee5a9cdaa629') + +build() { + cd ${srcdir}/${_realname}-$pkgver + # install module in vendor directories. + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + cd ${srcdir}/${_realname}-$pkgver + make test +} + +package() { + cd ${srcdir}/${_realname}-$pkgver + make install DESTDIR=${pkgdir} +}
[arch-commits] Commit in perl-file-desktopentry/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 19:57:07 Author: allan Revision: 150628 upgpkg: perl-file-desktopentry 0.04-5 signing rebuild Modified: perl-file-desktopentry/trunk/PKGBUILD --+ PKGBUILD | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-02-19 00:54:21 UTC (rev 150627) +++ PKGBUILD2012-02-19 00:57:07 UTC (rev 150628) @@ -4,7 +4,7 @@ pkgname=perl-file-desktopentry _realname=File-DesktopEntry pkgver=0.04 -pkgrel=4 +pkgrel=5 pkgdesc='Object to handle .desktop files' arch=('any') license=('GPL' 'PerlArtistic') @@ -19,5 +19,14 @@ # install module in vendor directories. PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make +} + +check() { + cd ${srcdir}/${_realname}-$pkgver + make test +} + +package() { + cd ${srcdir}/${_realname}-$pkgver make install DESTDIR=${pkgdir} }
[arch-commits] Commit in sudo/repos (5 files)
Date: Saturday, February 18, 2012 @ 19:54:21 Author: allan Revision: 150627 db-move: moved sudo from [testing] to [core] (x86_64) Added: sudo/repos/core-x86_64/PKGBUILD (from rev 150625, sudo/repos/testing-x86_64/PKGBUILD) sudo/repos/core-x86_64/sudo.pam (from rev 150625, sudo/repos/testing-x86_64/sudo.pam) Deleted: sudo/repos/core-x86_64/PKGBUILD sudo/repos/core-x86_64/sudo.pam sudo/repos/testing-x86_64/ --+ PKGBUILD | 82 +++-- sudo.pam |6 ++-- 2 files changed, 45 insertions(+), 43 deletions(-) Deleted: core-x86_64/PKGBUILD === --- core-x86_64/PKGBUILD2012-02-19 00:54:19 UTC (rev 150626) +++ core-x86_64/PKGBUILD2012-02-19 00:54:21 UTC (rev 150627) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Allan McRae -# Contributor: Tom Newsom - -pkgname=sudo -_ver=1.8.3p2 -pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}} -pkgrel=2 -pkgdesc="Give certain users the ability to run some commands as root" -arch=('i686' 'x86_64') -url="http://www.sudo.ws/sudo/"; -license=('custom') -depends=('glibc' 'pam') -backup=('etc/sudoers' 'etc/pam.d/sudo') -options=('!libtool' '!makeflags') -source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig} -sudo.pam) -md5sums=('6d4282a1530c541f7900fa8dfcf2a882' - '07e3c5c79d78db50674d5ad17963d631' - '4e7ad4ec8f2fe6a40e12bcb2c0b256e3') - -build() { - cd "$srcdir/$pkgname-$_ver" - - ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \ ---with-env-editor --with-all-insults --with-logfac=auth - make -} - -package() { - cd "$srcdir/$pkgname-$_ver" - install -dm755 "$pkgdir/var/lib" - - make DESTDIR="$pkgdir" install - chmod 755 $pkgdir/var/db - - install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo" - - install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE" -} Copied: sudo/repos/core-x86_64/PKGBUILD (from rev 150625, sudo/repos/testing-x86_64/PKGBUILD) === --- core-x86_64/PKGBUILD(rev 0) +++ core-x86_64/PKGBUILD2012-02-19 00:54:21 UTC (rev 150627) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Allan McRae +# Contributor: Tom Newsom + +pkgname=sudo +_ver=1.8.4 +pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}} +pkgrel=1 +pkgdesc="Give certain users the ability to run some commands as root" +arch=('i686' 'x86_64') +url="http://www.sudo.ws/sudo/"; +license=('custom') +depends=('glibc' 'pam') +backup=('etc/sudoers' 'etc/pam.d/sudo') +options=('!libtool' '!makeflags') +source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig} +sudo.pam) +md5sums=('5a54dde137618bbc1dd46bb0ef725d7d' + '5edb139753431bf0ccb5bd79bfae870e' + '4e7ad4ec8f2fe6a40e12bcb2c0b256e3') + +build() { + cd "$srcdir/$pkgname-$_ver" + + ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \ +--with-env-editor --with-all-insults --with-logfac=auth + make +} + +check() { + cd "$srcdir/$pkgname-$pkgver" + make check +} + +package() { + cd "$srcdir/$pkgname-$_ver" + make DESTDIR="$pkgdir" install + + install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo" + + install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE" +} Deleted: core-x86_64/sudo.pam === --- core-x86_64/sudo.pam2012-02-19 00:54:19 UTC (rev 150626) +++ core-x86_64/sudo.pam2012-02-19 00:54:21 UTC (rev 150627) @@ -1,3 +0,0 @@ -#%PAM-1.0 -auth requiredpam_unix.so -auth requiredpam_nologin.so Copied: sudo/repos/core-x86_64/sudo.pam (from rev 150625, sudo/repos/testing-x86_64/sudo.pam) === --- core-x86_64/sudo.pam(rev 0) +++ core-x86_64/sudo.pam2012-02-19 00:54:21 UTC (rev 150627) @@ -0,0 +1,3 @@ +#%PAM-1.0 +auth requiredpam_unix.so +auth requiredpam_nologin.so
[arch-commits] Commit in sudo/repos (5 files)
Date: Saturday, February 18, 2012 @ 19:54:19 Author: allan Revision: 150626 db-move: moved sudo from [testing] to [core] (i686) Added: sudo/repos/core-i686/PKGBUILD (from rev 150625, sudo/repos/testing-i686/PKGBUILD) sudo/repos/core-i686/sudo.pam (from rev 150625, sudo/repos/testing-i686/sudo.pam) Deleted: sudo/repos/core-i686/PKGBUILD sudo/repos/core-i686/sudo.pam sudo/repos/testing-i686/ --+ PKGBUILD | 82 +++-- sudo.pam |6 ++-- 2 files changed, 45 insertions(+), 43 deletions(-) Deleted: core-i686/PKGBUILD === --- core-i686/PKGBUILD 2012-02-19 00:44:30 UTC (rev 150625) +++ core-i686/PKGBUILD 2012-02-19 00:54:19 UTC (rev 150626) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Allan McRae -# Contributor: Tom Newsom - -pkgname=sudo -_ver=1.8.3p2 -pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}} -pkgrel=2 -pkgdesc="Give certain users the ability to run some commands as root" -arch=('i686' 'x86_64') -url="http://www.sudo.ws/sudo/"; -license=('custom') -depends=('glibc' 'pam') -backup=('etc/sudoers' 'etc/pam.d/sudo') -options=('!libtool' '!makeflags') -source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig} -sudo.pam) -md5sums=('6d4282a1530c541f7900fa8dfcf2a882' - '07e3c5c79d78db50674d5ad17963d631' - '4e7ad4ec8f2fe6a40e12bcb2c0b256e3') - -build() { - cd "$srcdir/$pkgname-$_ver" - - ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \ ---with-env-editor --with-all-insults --with-logfac=auth - make -} - -package() { - cd "$srcdir/$pkgname-$_ver" - install -dm755 "$pkgdir/var/lib" - - make DESTDIR="$pkgdir" install - chmod 755 $pkgdir/var/db - - install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo" - - install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE" -} Copied: sudo/repos/core-i686/PKGBUILD (from rev 150625, sudo/repos/testing-i686/PKGBUILD) === --- core-i686/PKGBUILD (rev 0) +++ core-i686/PKGBUILD 2012-02-19 00:54:19 UTC (rev 150626) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Allan McRae +# Contributor: Tom Newsom + +pkgname=sudo +_ver=1.8.4 +pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}} +pkgrel=1 +pkgdesc="Give certain users the ability to run some commands as root" +arch=('i686' 'x86_64') +url="http://www.sudo.ws/sudo/"; +license=('custom') +depends=('glibc' 'pam') +backup=('etc/sudoers' 'etc/pam.d/sudo') +options=('!libtool' '!makeflags') +source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz{,.sig} +sudo.pam) +md5sums=('5a54dde137618bbc1dd46bb0ef725d7d' + '5edb139753431bf0ccb5bd79bfae870e' + '4e7ad4ec8f2fe6a40e12bcb2c0b256e3') + +build() { + cd "$srcdir/$pkgname-$_ver" + + ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \ +--with-env-editor --with-all-insults --with-logfac=auth + make +} + +check() { + cd "$srcdir/$pkgname-$pkgver" + make check +} + +package() { + cd "$srcdir/$pkgname-$_ver" + make DESTDIR="$pkgdir" install + + install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo" + + install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE" +} Deleted: core-i686/sudo.pam === --- core-i686/sudo.pam 2012-02-19 00:44:30 UTC (rev 150625) +++ core-i686/sudo.pam 2012-02-19 00:54:19 UTC (rev 150626) @@ -1,3 +0,0 @@ -#%PAM-1.0 -auth requiredpam_unix.so -auth requiredpam_nologin.so Copied: sudo/repos/core-i686/sudo.pam (from rev 150625, sudo/repos/testing-i686/sudo.pam) === --- core-i686/sudo.pam (rev 0) +++ core-i686/sudo.pam 2012-02-19 00:54:19 UTC (rev 150626) @@ -0,0 +1,3 @@ +#%PAM-1.0 +auth requiredpam_unix.so +auth requiredpam_nologin.so
[arch-commits] Commit in hunspell-hu/repos/extra-any (PKGBUILD PKGBUILD)
Date: Saturday, February 18, 2012 @ 19:44:30 Author: allan Revision: 150625 archrelease: copy trunk to extra-any Added: hunspell-hu/repos/extra-any/PKGBUILD (from rev 150624, hunspell-hu/trunk/PKGBUILD) Deleted: hunspell-hu/repos/extra-any/PKGBUILD --+ PKGBUILD | 70 - 1 file changed, 33 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-02-19 00:43:33 UTC (rev 150624) +++ PKGBUILD2012-02-19 00:44:30 UTC (rev 150625) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: AndyRTR -# Contributor: György Balló - -pkgname=hunspell-hu -pkgver=1.6.1 -pkgrel=1 -pkgdesc="Hungarian hunspell dictionary" -arch=(any) -url="http://extensions.services.openoffice.org/project/hu_dicts"; -license=('LGPL' 'GPL' 'MPL') -optdepends=('hunspell: the spell checking libraries and apps') -source=(http://extensions.services.openoffice.org/e-files/1283/9/dict-hu.oxt) -md5sums=('d320e43e815c2dfd599dbfb7cd0e41fb') - -build() { - /bin/true -} - -package() { - cd "$srcdir" - install -dm755 ${pkgdir}/usr/share/hunspell - cp -p hu_HU.dic hu_HU.aff $pkgdir/usr/share/hunspell - - # the symlinks - install -dm755 ${pkgdir}/usr/share/myspell/dicts - pushd $pkgdir/usr/share/myspell/dicts -for file in $pkgdir/usr/share/hunspell/*; do - ln -sv /usr/share/hunspell/$(basename $file) . -done - popd - - # docs - install -dm755 ${pkgdir}/usr/share/doc/$pkgname - cp -p README_hu_HU.txt $pkgdir/usr/share/doc/$pkgname -} - Copied: hunspell-hu/repos/extra-any/PKGBUILD (from rev 150624, hunspell-hu/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-02-19 00:44:30 UTC (rev 150625) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: AndyRTR +# Contributor: György Balló + +pkgname=hunspell-hu +pkgver=1.6.1 +pkgrel=2 +pkgdesc="Hungarian hunspell dictionary" +arch=('any') +url="http://extensions.services.openoffice.org/project/hu_dicts"; +license=('LGPL' 'GPL' 'MPL') +optdepends=('hunspell: the spell checking libraries and apps') +source=(http://extensions.services.openoffice.org/e-files/1283/9/dict-hu.oxt) +md5sums=('d320e43e815c2dfd599dbfb7cd0e41fb') + + +package() { + cd "$srcdir" + install -dm755 ${pkgdir}/usr/share/hunspell + install -m644 -t $pkgdir/usr/share/hunspell hu_HU.dic hu_HU.aff + + # the symlinks + install -dm755 ${pkgdir}/usr/share/myspell/dicts + pushd $pkgdir/usr/share/myspell/dicts +for file in $pkgdir/usr/share/hunspell/*; do + ln -sv /usr/share/hunspell/$(basename $file) . +done + popd + + # docs + install -Dm644 README_hu_HU.txt $pkgdir/usr/share/doc/$pkgname/README_hu_HU.txt +} +
[arch-commits] Commit in hunspell-hu/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 19:43:33 Author: allan Revision: 150624 upgpkg: hunspell-hu 1.6.1-2 signing rebuild Modified: hunspell-hu/trunk/PKGBUILD --+ PKGBUILD | 12 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-19 00:37:36 UTC (rev 150623) +++ PKGBUILD2012-02-19 00:43:33 UTC (rev 150624) @@ -4,23 +4,20 @@ pkgname=hunspell-hu pkgver=1.6.1 -pkgrel=1 +pkgrel=2 pkgdesc="Hungarian hunspell dictionary" -arch=(any) +arch=('any') url="http://extensions.services.openoffice.org/project/hu_dicts"; license=('LGPL' 'GPL' 'MPL') optdepends=('hunspell: the spell checking libraries and apps') source=(http://extensions.services.openoffice.org/e-files/1283/9/dict-hu.oxt) md5sums=('d320e43e815c2dfd599dbfb7cd0e41fb') -build() { - /bin/true -} package() { cd "$srcdir" install -dm755 ${pkgdir}/usr/share/hunspell - cp -p hu_HU.dic hu_HU.aff $pkgdir/usr/share/hunspell + install -m644 -t $pkgdir/usr/share/hunspell hu_HU.dic hu_HU.aff # the symlinks install -dm755 ${pkgdir}/usr/share/myspell/dicts @@ -31,7 +28,6 @@ popd # docs - install -dm755 ${pkgdir}/usr/share/doc/$pkgname - cp -p README_hu_HU.txt $pkgdir/usr/share/doc/$pkgname + install -Dm644 README_hu_HU.txt $pkgdir/usr/share/doc/$pkgname/README_hu_HU.txt }
[arch-commits] Commit in hunspell-es/repos/extra-any (PKGBUILD PKGBUILD)
Date: Saturday, February 18, 2012 @ 19:37:36 Author: allan Revision: 150623 archrelease: copy trunk to extra-any Added: hunspell-es/repos/extra-any/PKGBUILD (from rev 150622, hunspell-es/trunk/PKGBUILD) Deleted: hunspell-es/repos/extra-any/PKGBUILD --+ PKGBUILD | 146 + 1 file changed, 71 insertions(+), 75 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-02-19 00:37:03 UTC (rev 150622) +++ PKGBUILD2012-02-19 00:37:36 UTC (rev 150623) @@ -1,75 +0,0 @@ -# $Id$ -# Maintainer: AndyRTR - -pkgname=hunspell-es -pkgver=20051101 -pkgrel=1 -pkgdesc="Spanish hunspell dictionaries" -arch=(any) -url="http://hunspell.sourceforge.net/"; -license=('LGPL') -makedepends=('hunspell') -optdepends=('hunspell: the spell checking libraries and apps') -source=('http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_AR.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_BO.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CL.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CO.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CR.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CU.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_DO.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_EC.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_ES.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_GT.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_HN.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_MX.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_NI.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PA.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PE.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PR.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PY.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_SV.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_UY.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_VE.zip') -md5sums=('4c634da95fad11093ba65f6367ee5e19' - '564921b9f82d9f2f46ea4b53e516975b' - 'b75c996c3665d2a73bab21588b9ee258' - 'cbc916ab3433755592868565a60471b8' - 'f2641aa3187a4b411b7a918046100848' - 'b13e5bbf7c5eddef292dac61c9f7b7fb' - 'e38aba8b2f43041b41df36bb383a59e2' - '88bde5878d2a79807b4c38bc785001aa' - '4b272f7c958dd619b2ddc007c45db53b' - 'cc0f781cb0d1662954692da3e03cb46d' - 'b13d8e86654c7552d2834c1024bbd391' - 'e32f5ec8c94fd902a9823dae4040a019' - '87ac50f7fc714452b421dc91d581b476' - '2f71f67090afb7963e7bcbbffbe317de' - '0be27bea02ecdca8b651fad52193ab96' - 'b95eadbad8ae02bddb5e1fed25075e15' - 'd1f06558dc4fac30c7926f26216b3fec' - '928536ead27886e819a5910d8fa1052f' - '23c13ab1e0902f4b3d936839074daa12' - '748e15e39e7c5b52877bd7f96304') -es_langs="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_ES es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_UY es_VE" # <- obsolete? it's not used in the pkg - -build() { - /bin/true -} - -package() { - cd "$srcdir" - install -dm755 ${pkgdir}/usr/share/hunspell - cp -p *.dic *.aff $pkgdir/usr/share/hunspell - - # the symlinks - install -dm755 ${pkgdir}/usr/share/myspell/dicts - pushd $pkgdir/usr/share/myspell/dicts -for file in $pkgdir/usr/share/hunspell/*; do - ln -sv /usr/share/hunspell/$(basename $file) . -done - popd - - # docs - install -dm755 ${pkgdir}/usr/share/doc/$pkgname - cp -p README_*.txt $pkgdir/usr/share/doc/$pkgname -} Copied: hunspell-es/repos/extra-any/PKGBUILD (from rev 150622, hunspell-es/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-02-19 00:37:36 UTC (rev 150623) @@ -0,0 +1,71 @@ +# $Id$ +# Maintainer: AndyRTR + +pkgname=hunspell-es +pkgver=20051101 +pkgrel=1 +pkgdesc="Spanish hunspell dictionaries" +arch=(any) +url="http://hunspell.sourceforge.net/"; +license=('LGPL') +makedepends=('hunspell') +optdepends=('hunspell: the spell checking libraries and apps') +source=('http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_AR.zip' + 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_BO.zip' + 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CL.zip' + 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CO.zip' + 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CR.
[arch-commits] Commit in hunspell-es/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 19:37:03 Author: allan Revision: 150622 upgpkg: hunspell-es 20051101-1 signing rebuild, fix package date Modified: hunspell-es/trunk/PKGBUILD --+ PKGBUILD |4 1 file changed, 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-19 00:35:34 UTC (rev 150621) +++ PKGBUILD2012-02-19 00:37:03 UTC (rev 150622) @@ -52,10 +52,6 @@ '748e15e39e7c5b52877bd7f96304') es_langs="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_ES es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_UY es_VE" # <- obsolete? it's not used in the pkg -build() { - /bin/true -} - package() { cd "$srcdir" install -dm755 ${pkgdir}/usr/share/hunspell
[arch-commits] Commit in hunspell-es/repos/extra-any (PKGBUILD PKGBUILD)
Date: Saturday, February 18, 2012 @ 19:35:34 Author: allan Revision: 150621 archrelease: copy trunk to extra-any Added: hunspell-es/repos/extra-any/PKGBUILD (from rev 150620, hunspell-es/trunk/PKGBUILD) Deleted: hunspell-es/repos/extra-any/PKGBUILD --+ PKGBUILD | 150 ++--- 1 file changed, 75 insertions(+), 75 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-02-19 00:34:08 UTC (rev 150620) +++ PKGBUILD2012-02-19 00:35:34 UTC (rev 150621) @@ -1,75 +0,0 @@ -# $Id$ -# Maintainer: AndyRTR - -pkgname=hunspell-es -pkgver=20050510 -pkgrel=1 -pkgdesc="Spanish hunspell dictionaries" -arch=(any) -url="http://hunspell.sourceforge.net/"; -license=('LGPL') -makedepends=('hunspell') -optdepends=('hunspell: the spell checking libraries and apps') -source=('http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_AR.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_BO.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CL.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CO.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CR.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CU.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_DO.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_EC.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_ES.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_GT.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_HN.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_MX.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_NI.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PA.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PE.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PR.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_PY.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_SV.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_UY.zip' - 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_VE.zip') -md5sums=('4c634da95fad11093ba65f6367ee5e19' - '564921b9f82d9f2f46ea4b53e516975b' - 'b75c996c3665d2a73bab21588b9ee258' - 'cbc916ab3433755592868565a60471b8' - 'f2641aa3187a4b411b7a918046100848' - 'b13e5bbf7c5eddef292dac61c9f7b7fb' - 'e38aba8b2f43041b41df36bb383a59e2' - '88bde5878d2a79807b4c38bc785001aa' - '4b272f7c958dd619b2ddc007c45db53b' - 'cc0f781cb0d1662954692da3e03cb46d' - 'b13d8e86654c7552d2834c1024bbd391' - 'e32f5ec8c94fd902a9823dae4040a019' - '87ac50f7fc714452b421dc91d581b476' - '2f71f67090afb7963e7bcbbffbe317de' - '0be27bea02ecdca8b651fad52193ab96' - 'b95eadbad8ae02bddb5e1fed25075e15' - 'd1f06558dc4fac30c7926f26216b3fec' - '928536ead27886e819a5910d8fa1052f' - '23c13ab1e0902f4b3d936839074daa12' - '748e15e39e7c5b52877bd7f96304') -es_langs="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_ES es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_UY es_VE" # <- obsolete? it's not used in the pkg - -build() { - /bin/true -} - -package() { - cd "$srcdir" - install -dm755 ${pkgdir}/usr/share/hunspell - cp -p *.dic *.aff $pkgdir/usr/share/hunspell - - # the symlinks - install -dm755 ${pkgdir}/usr/share/myspell/dicts - pushd $pkgdir/usr/share/myspell/dicts -for file in $pkgdir/usr/share/hunspell/*; do - ln -sv /usr/share/hunspell/$(basename $file) . -done - popd - - # docs - install -dm755 ${pkgdir}/usr/share/doc/$pkgname - cp -p README_*.txt $pkgdir/usr/share/doc/$pkgname -} Copied: hunspell-es/repos/extra-any/PKGBUILD (from rev 150620, hunspell-es/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-02-19 00:35:34 UTC (rev 150621) @@ -0,0 +1,75 @@ +# $Id$ +# Maintainer: AndyRTR + +pkgname=hunspell-es +pkgver=20051101 +pkgrel=1 +pkgdesc="Spanish hunspell dictionaries" +arch=(any) +url="http://hunspell.sourceforge.net/"; +license=('LGPL') +makedepends=('hunspell') +optdepends=('hunspell: the spell checking libraries and apps') +source=('http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_AR.zip' + 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_BO.zip' + 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CL.zip' + 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CO.zip' + 'http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/es_CR.
[arch-commits] Commit in hunspell-es/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 19:34:08 Author: allan Revision: 150620 upgpkg: hunspell-es 20051101-1 signing rebuild, fix package date Modified: hunspell-es/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 23:03:40 UTC (rev 150619) +++ PKGBUILD2012-02-19 00:34:08 UTC (rev 150620) @@ -2,7 +2,7 @@ # Maintainer: AndyRTR pkgname=hunspell-es -pkgver=20050510 +pkgver=20051101 pkgrel=1 pkgdesc="Spanish hunspell dictionaries" arch=(any)
[arch-commits] Commit in libieee1284/repos (4 files)
Date: Saturday, February 18, 2012 @ 18:03:40 Author: pierre Revision: 150619 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libieee1284/repos/extra-i686/PKGBUILD (from rev 150618, libieee1284/trunk/PKGBUILD) libieee1284/repos/extra-x86_64/PKGBUILD (from rev 150618, libieee1284/trunk/PKGBUILD) Deleted: libieee1284/repos/extra-i686/PKGBUILD libieee1284/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 52 extra-x86_64/PKGBUILD | 52 2 files changed, 52 insertions(+), 52 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 23:03:08 UTC (rev 150618) +++ extra-i686/PKGBUILD 2012-02-18 23:03:40 UTC (rev 150619) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Tobias Powalowski -# Contributor: Manolis Tzanidakis - -pkgname=libieee1284 -pkgver=0.2.11 -pkgrel=3 -pkgdesc="A library to query devices connected in parallel port." -arch=('i686' 'x86_64') -license=('GPL2') -url="http://cyberelk.net/tim/libieee1284"; -depends=('python2') -options=('!libtool') -source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('b8fff9f3d121531bc17430e3f4ea6ed0') - -build() { - cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr --mandir=/usr/share/man - make -} - -package() { - cd $srcdir/$pkgname-$pkgver - make DESTDIR="$pkgdir"/ install -} Copied: libieee1284/repos/extra-i686/PKGBUILD (from rev 150618, libieee1284/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 23:03:40 UTC (rev 150619) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Tobias Powalowski +# Contributor: Manolis Tzanidakis + +pkgname=libieee1284 +pkgver=0.2.11 +pkgrel=4 +pkgdesc="A library to query devices connected in parallel port." +arch=('i686' 'x86_64') +license=('GPL2') +url="http://cyberelk.net/tim/libieee1284"; +depends=('python2') +options=('!libtool') +source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2";) +md5sums=('b8fff9f3d121531bc17430e3f4ea6ed0') + +build() { + cd $srcdir/$pkgname-$pkgver + ./configure --prefix=/usr --mandir=/usr/share/man + make +} + +package() { + cd $srcdir/$pkgname-$pkgver + make DESTDIR="$pkgdir"/ install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-02-18 23:03:08 UTC (rev 150618) +++ extra-x86_64/PKGBUILD 2012-02-18 23:03:40 UTC (rev 150619) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Tobias Powalowski -# Contributor: Manolis Tzanidakis - -pkgname=libieee1284 -pkgver=0.2.11 -pkgrel=3 -pkgdesc="A library to query devices connected in parallel port." -arch=('i686' 'x86_64') -license=('GPL2') -url="http://cyberelk.net/tim/libieee1284"; -depends=('python2') -options=('!libtool') -source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('b8fff9f3d121531bc17430e3f4ea6ed0') - -build() { - cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr --mandir=/usr/share/man - make -} - -package() { - cd $srcdir/$pkgname-$pkgver - make DESTDIR="$pkgdir"/ install -} Copied: libieee1284/repos/extra-x86_64/PKGBUILD (from rev 150618, libieee1284/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-02-18 23:03:40 UTC (rev 150619) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Tobias Powalowski +# Contributor: Manolis Tzanidakis + +pkgname=libieee1284 +pkgver=0.2.11 +pkgrel=4 +pkgdesc="A library to query devices connected in parallel port." +arch=('i686' 'x86_64') +license=('GPL2') +url="http://cyberelk.net/tim/libieee1284"; +depends=('python2') +options=('!libtool') +source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2";) +md5sums=('b8fff9f3d121531bc17430e3f4ea6ed0') + +build() { + cd $srcdir/$pkgname-$pkgver + ./configure --prefix=/usr --mandir=/usr/share/man + make +} + +package() { + cd $srcdir/$pkgname-$pkgver + make DESTDIR="$pkgdir"/ install +}
[arch-commits] Commit in libieee1284/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 18:03:08 Author: pierre Revision: 150618 upgpkg: libieee1284 0.2.11-4 rebuild old package Modified: libieee1284/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 23:01:52 UTC (rev 150617) +++ PKGBUILD2012-02-18 23:03:08 UTC (rev 150618) @@ -4,14 +4,14 @@ pkgname=libieee1284 pkgver=0.2.11 -pkgrel=3 +pkgrel=4 pkgdesc="A library to query devices connected in parallel port." arch=('i686' 'x86_64') license=('GPL2') url="http://cyberelk.net/tim/libieee1284"; depends=('python2') options=('!libtool') -source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2) +source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2";) md5sums=('b8fff9f3d121531bc17430e3f4ea6ed0') build() {
[arch-commits] Commit in libirman/repos (4 files)
Date: Saturday, February 18, 2012 @ 18:01:52 Author: pierre Revision: 150617 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libirman/repos/extra-i686/PKGBUILD (from rev 150616, libirman/trunk/PKGBUILD) libirman/repos/extra-x86_64/PKGBUILD (from rev 150616, libirman/trunk/PKGBUILD) Deleted: libirman/repos/extra-i686/PKGBUILD libirman/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 48 ++-- extra-x86_64/PKGBUILD | 48 ++-- 2 files changed, 52 insertions(+), 44 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 23:01:20 UTC (rev 150616) +++ extra-i686/PKGBUILD 2012-02-18 23:01:52 UTC (rev 150617) @@ -1,22 +0,0 @@ -# $Id: $ -# Maintainer: Jan de Groot - -pkgname=libirman -pkgver=0.4.5 -pkgrel=2 -pkgdesc="Irman driver lcd library" -arch=('i686' 'x86_64') -url="http://www.lirc.org"; -license=('LGPL') -options=(!libtool) -backup=('etc/irman.conf') -depends=('glibc') -source=(http://downloads.sourceforge.net/lirc/${pkgname}-${pkgver}.tar.bz2) -md5sums=('4a2708d53b6c79659c073cfefed57f78') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static - make - make DESTDIR="${pkgdir}" install -} Copied: libirman/repos/extra-i686/PKGBUILD (from rev 150616, libirman/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 23:01:52 UTC (rev 150617) @@ -0,0 +1,26 @@ +# $Id: $ +# Maintainer: Jan de Groot + +pkgname=libirman +pkgver=0.4.5 +pkgrel=3 +pkgdesc="Irman driver lcd library" +arch=('i686' 'x86_64') +url="http://www.lirc.org"; +license=('LGPL') +options=('!libtool') +backup=('etc/irman.conf') +depends=('glibc') +source=("http://downloads.sourceforge.net/lirc/${pkgname}-${pkgver}.tar.bz2";) +md5sums=('4a2708d53b6c79659c073cfefed57f78') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-02-18 23:01:20 UTC (rev 150616) +++ extra-x86_64/PKGBUILD 2012-02-18 23:01:52 UTC (rev 150617) @@ -1,22 +0,0 @@ -# $Id: $ -# Maintainer: Jan de Groot - -pkgname=libirman -pkgver=0.4.5 -pkgrel=2 -pkgdesc="Irman driver lcd library" -arch=('i686' 'x86_64') -url="http://www.lirc.org"; -license=('LGPL') -options=(!libtool) -backup=('etc/irman.conf') -depends=('glibc') -source=(http://downloads.sourceforge.net/lirc/${pkgname}-${pkgver}.tar.bz2) -md5sums=('4a2708d53b6c79659c073cfefed57f78') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static - make - make DESTDIR="${pkgdir}" install -} Copied: libirman/repos/extra-x86_64/PKGBUILD (from rev 150616, libirman/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-02-18 23:01:52 UTC (rev 150617) @@ -0,0 +1,26 @@ +# $Id: $ +# Maintainer: Jan de Groot + +pkgname=libirman +pkgver=0.4.5 +pkgrel=3 +pkgdesc="Irman driver lcd library" +arch=('i686' 'x86_64') +url="http://www.lirc.org"; +license=('LGPL') +options=('!libtool') +backup=('etc/irman.conf') +depends=('glibc') +source=("http://downloads.sourceforge.net/lirc/${pkgname}-${pkgver}.tar.bz2";) +md5sums=('4a2708d53b6c79659c073cfefed57f78') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in libirman/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 18:01:20 Author: pierre Revision: 150616 upgpkg: libirman 0.4.5-3 rebuild old package Modified: libirman/trunk/PKGBUILD --+ PKGBUILD | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 22:58:30 UTC (rev 150615) +++ PKGBUILD2012-02-18 23:01:20 UTC (rev 150616) @@ -3,20 +3,24 @@ pkgname=libirman pkgver=0.4.5 -pkgrel=2 +pkgrel=3 pkgdesc="Irman driver lcd library" arch=('i686' 'x86_64') url="http://www.lirc.org"; license=('LGPL') -options=(!libtool) +options=('!libtool') backup=('etc/irman.conf') depends=('glibc') -source=(http://downloads.sourceforge.net/lirc/${pkgname}-${pkgver}.tar.bz2) +source=("http://downloads.sourceforge.net/lirc/${pkgname}-${pkgver}.tar.bz2";) md5sums=('4a2708d53b6c79659c073cfefed57f78') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install }
[arch-commits] Commit in liblastfm/repos (8 files)
Date: Saturday, February 18, 2012 @ 17:58:30 Author: pierre Revision: 150615 archrelease: copy trunk to extra-i686, extra-x86_64 Added: liblastfm/repos/extra-i686/PKGBUILD (from rev 150614, liblastfm/trunk/PKGBUILD) liblastfm/repos/extra-i686/no-ftools.patch (from rev 150614, liblastfm/trunk/no-ftools.patch) liblastfm/repos/extra-x86_64/PKGBUILD (from rev 150614, liblastfm/trunk/PKGBUILD) liblastfm/repos/extra-x86_64/no-ftools.patch (from rev 150614, liblastfm/trunk/no-ftools.patch) Deleted: liblastfm/repos/extra-i686/PKGBUILD liblastfm/repos/extra-i686/no-ftools.patch liblastfm/repos/extra-x86_64/PKGBUILD liblastfm/repos/extra-x86_64/no-ftools.patch --+ extra-i686/PKGBUILD | 64 ++-- extra-i686/no-ftools.patch | 72 - extra-x86_64/PKGBUILD| 64 ++-- extra-x86_64/no-ftools.patch | 72 - 4 files changed, 136 insertions(+), 136 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 22:58:04 UTC (rev 150614) +++ extra-i686/PKGBUILD 2012-02-18 22:58:30 UTC (rev 150615) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: XazZ - -pkgname=liblastfm -pkgver=0.3.3 -pkgrel=2 -pkgdesc="A collection of libraries to help you integrate Last.fm services into your rich desktop software" -arch=('i686' 'x86_64') -url="http://github.com/mxcl/liblastfm/"; -license=('GPL') -depends=('libsamplerate' 'fftw' 'qt') -makedepends=('ruby') -options=('!libtool') -source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/mxcl/${pkgname}/tarball/${pkgver}"; -'no-ftools.patch') -sha1sums=('f2e9705c9c2cbeaa14f46da9bd35ab36fe710392' -'ba344601d29091fb88123f80592359369efdf338') - -build() { - cd ${srcdir}/mxcl-${pkgname}-1c739eb - - patch -Np1 -i ${srcdir}/no-ftools.patch - - ruby configure --release --prefix /usr - make -} - -package(){ - cd ${srcdir}/mxcl-${pkgname}-1c739eb - make DESTDIR=${pkgdir} install -} Copied: liblastfm/repos/extra-i686/PKGBUILD (from rev 150614, liblastfm/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 22:58:30 UTC (rev 150615) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: XazZ + +pkgname=liblastfm +pkgver=0.3.3 +pkgrel=3 +pkgdesc="A collection of libraries to help you integrate Last.fm services into your rich desktop software" +arch=('i686' 'x86_64') +url="http://github.com/mxcl/liblastfm/"; +license=('GPL') +depends=('libsamplerate' 'fftw' 'qt') +makedepends=('ruby') +options=('!libtool') +source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/mxcl/${pkgname}/tarball/${pkgver}"; +'no-ftools.patch') +sha1sums=('f2e9705c9c2cbeaa14f46da9bd35ab36fe710392' + 'ba344601d29091fb88123f80592359369efdf338') + +build() { + cd ${srcdir}/mxcl-${pkgname}-1c739eb + + patch -Np1 -i ${srcdir}/no-ftools.patch + + ruby configure --release --prefix /usr + make +} + +package(){ + cd ${srcdir}/mxcl-${pkgname}-1c739eb + make DESTDIR=${pkgdir} install +} Deleted: extra-i686/no-ftools.patch === --- extra-i686/no-ftools.patch 2012-02-18 22:58:04 UTC (rev 150614) +++ extra-i686/no-ftools.patch 2012-02-18 22:58:30 UTC (rev 150615) @@ -1,36 +0,0 @@ mxcl-liblastfm-3539836/admin/findsrc.rb~ 2010-09-19 10:35:34.78338 +0200 -+++ mxcl-liblastfm-3539836/admin/findsrc.rb2010-09-19 10:35:57.73003 +0200 -@@ -1,6 +1,6 @@ - #!/usr/bin/ruby - require 'find' --require "#{File.dirname __FILE__}/platform" -+require "#{Dir.getwd}/admin/platform.rb" - - def findsrc dir='.' - excludes = ['.svn','.git','_include','tests','_build'] mxcl-liblastfm-3539836/admin/qpp~ 2010-09-19 10:36:09.27670 +0200 -+++ mxcl-liblastfm-3539836/admin/qpp 2010-09-19 10:36:16.92670 +0200 -@@ -2,9 +2,8 @@ - # Creates a qmake .pro file for all valid SOURCES, HEADERS, FORMS and - #Â RESOURCES under each argument to ARGV as directories - --cwd=File.dirname __FILE__ - require 'find' --require "#{cwd}/findsrc" -+require "#{Dir.getwd}/admin/findsrc.rb" - - sources = Array.new - headers = Array.new mxcl-liblastfm-3539836/admin/Makefile.rb~ 2010-09-19 10:35:38.08671 +0200 -+++ mxcl-liblastfm-3539836/admin/Makefile.rb 2010-09-19 10:36:05.81671 +0200 -@@ -4,9 +4,8 @@ - # and then creates the directory _include and creates files named after the - # class names in there which #include the file that contains the class - --cwd = File.dirname( __FILE__ ) - require 'find' --require "#{cwd}/platform.rb" -+require "#{Dir.getwd}/admin/platform.rb" - - - # d
[arch-commits] Commit in liblastfm/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 17:58:04 Author: pierre Revision: 150614 upgpkg: liblastfm 0.3.3-3 rebuild old package Modified: liblastfm/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 22:56:34 UTC (rev 150613) +++ PKGBUILD2012-02-18 22:58:04 UTC (rev 150614) @@ -4,7 +4,7 @@ pkgname=liblastfm pkgver=0.3.3 -pkgrel=2 +pkgrel=3 pkgdesc="A collection of libraries to help you integrate Last.fm services into your rich desktop software" arch=('i686' 'x86_64') url="http://github.com/mxcl/liblastfm/"; @@ -15,7 +15,7 @@ source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/mxcl/${pkgname}/tarball/${pkgver}"; 'no-ftools.patch') sha1sums=('f2e9705c9c2cbeaa14f46da9bd35ab36fe710392' -'ba344601d29091fb88123f80592359369efdf338') + 'ba344601d29091fb88123f80592359369efdf338') build() { cd ${srcdir}/mxcl-${pkgname}-1c739eb
[arch-commits] Commit in liblqr/repos (4 files)
Date: Saturday, February 18, 2012 @ 17:56:34 Author: pierre Revision: 150613 archrelease: copy trunk to extra-i686, extra-x86_64 Added: liblqr/repos/extra-i686/PKGBUILD (from rev 150612, liblqr/trunk/PKGBUILD) liblqr/repos/extra-x86_64/PKGBUILD (from rev 150612, liblqr/trunk/PKGBUILD) Deleted: liblqr/repos/extra-i686/PKGBUILD liblqr/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 52 extra-x86_64/PKGBUILD | 52 2 files changed, 52 insertions(+), 52 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 22:56:03 UTC (rev 150612) +++ extra-i686/PKGBUILD 2012-02-18 22:56:34 UTC (rev 150613) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Tobias Powalowski - -pkgname=liblqr -pkgver=0.4.1 -pkgrel=2 -pkgdesc="A seam-carving C/C++ library called Liquid Rescale" -arch=('i686' 'x86_64') -url="http://liblqr.wikidot.com/"; -license=('GPL') -depends=('glib2') -makedepends=('pkgconfig') -options=('!libtool' '!emptydirs') -source=("http://liblqr.wikidot.com/local--files/en:download-page/$pkgname-1-$pkgver.tar.bz2";) - -build() { - cd "$srcdir/$pkgname-1-$pkgver" - ./configure --prefix=/usr - make -} - -package() { - cd "$srcdir/$pkgname-1-$pkgver" - make DESTDIR="$pkgdir/" install -} -md5sums=('0e24ed3c9fcdcb111062640764d7b87a') Copied: liblqr/repos/extra-i686/PKGBUILD (from rev 150612, liblqr/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 22:56:34 UTC (rev 150613) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Tobias Powalowski + +pkgname=liblqr +pkgver=0.4.1 +pkgrel=3 +pkgdesc="A seam-carving C/C++ library called Liquid Rescale" +arch=('i686' 'x86_64') +url="http://liblqr.wikidot.com/"; +license=('GPL') +depends=('glib2') +makedepends=('pkgconfig') +options=('!libtool' '!emptydirs') +source=("http://liblqr.wikidot.com/local--files/en:download-page/$pkgname-1-$pkgver.tar.bz2";) +md5sums=('0e24ed3c9fcdcb111062640764d7b87a') + +build() { + cd "$srcdir/$pkgname-1-$pkgver" + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-1-$pkgver" + make DESTDIR="$pkgdir/" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-02-18 22:56:03 UTC (rev 150612) +++ extra-x86_64/PKGBUILD 2012-02-18 22:56:34 UTC (rev 150613) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Tobias Powalowski - -pkgname=liblqr -pkgver=0.4.1 -pkgrel=2 -pkgdesc="A seam-carving C/C++ library called Liquid Rescale" -arch=('i686' 'x86_64') -url="http://liblqr.wikidot.com/"; -license=('GPL') -depends=('glib2') -makedepends=('pkgconfig') -options=('!libtool' '!emptydirs') -source=("http://liblqr.wikidot.com/local--files/en:download-page/$pkgname-1-$pkgver.tar.bz2";) - -build() { - cd "$srcdir/$pkgname-1-$pkgver" - ./configure --prefix=/usr - make -} - -package() { - cd "$srcdir/$pkgname-1-$pkgver" - make DESTDIR="$pkgdir/" install -} -md5sums=('0e24ed3c9fcdcb111062640764d7b87a') Copied: liblqr/repos/extra-x86_64/PKGBUILD (from rev 150612, liblqr/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-02-18 22:56:34 UTC (rev 150613) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Tobias Powalowski + +pkgname=liblqr +pkgver=0.4.1 +pkgrel=3 +pkgdesc="A seam-carving C/C++ library called Liquid Rescale" +arch=('i686' 'x86_64') +url="http://liblqr.wikidot.com/"; +license=('GPL') +depends=('glib2') +makedepends=('pkgconfig') +options=('!libtool' '!emptydirs') +source=("http://liblqr.wikidot.com/local--files/en:download-page/$pkgname-1-$pkgver.tar.bz2";) +md5sums=('0e24ed3c9fcdcb111062640764d7b87a') + +build() { + cd "$srcdir/$pkgname-1-$pkgver" + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-1-$pkgver" + make DESTDIR="$pkgdir/" install +}
[arch-commits] Commit in liblqr/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 17:56:03 Author: pierre Revision: 150612 upgpkg: liblqr 0.4.1-3 rebuild old package Modified: liblqr/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 22:54:35 UTC (rev 150611) +++ PKGBUILD2012-02-18 22:56:03 UTC (rev 150612) @@ -3,7 +3,7 @@ pkgname=liblqr pkgver=0.4.1 -pkgrel=2 +pkgrel=3 pkgdesc="A seam-carving C/C++ library called Liquid Rescale" arch=('i686' 'x86_64') url="http://liblqr.wikidot.com/"; @@ -12,6 +12,7 @@ makedepends=('pkgconfig') options=('!libtool' '!emptydirs') source=("http://liblqr.wikidot.com/local--files/en:download-page/$pkgname-1-$pkgver.tar.bz2";) +md5sums=('0e24ed3c9fcdcb111062640764d7b87a') build() { cd "$srcdir/$pkgname-1-$pkgver" @@ -23,4 +24,3 @@ cd "$srcdir/$pkgname-1-$pkgver" make DESTDIR="$pkgdir/" install } -md5sums=('0e24ed3c9fcdcb111062640764d7b87a')
[arch-commits] Commit in libmodplug/repos (4 files)
Date: Saturday, February 18, 2012 @ 17:54:35 Author: pierre Revision: 150611 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libmodplug/repos/extra-i686/PKGBUILD (from rev 150610, libmodplug/trunk/PKGBUILD) libmodplug/repos/extra-x86_64/PKGBUILD (from rev 150610, libmodplug/trunk/PKGBUILD) Deleted: libmodplug/repos/extra-i686/PKGBUILD libmodplug/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 56 extra-x86_64/PKGBUILD | 56 2 files changed, 56 insertions(+), 56 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 22:54:03 UTC (rev 150610) +++ extra-i686/PKGBUILD 2012-02-18 22:54:35 UTC (rev 150611) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Jan de Groot -# Contributor: Patrick Leslie Polzer - -pkgname=libmodplug -pkgver=0.8.8.3 -pkgrel=1 -pkgdesc="A MOD playing library" -arch=('i686' 'x86_64') -url="http://modplug-xmms.sourceforge.net/"; -license=('custom') -depends=('gcc-libs') -options=('!libtool') -source=("http://downloads.sourceforge.net/modplug-xmms/${pkgname}-${pkgver}.tar.gz";) -md5sums=('8a9c713f0f56894163ddc61f9a0d1f71') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: libmodplug/repos/extra-i686/PKGBUILD (from rev 150610, libmodplug/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 22:54:35 UTC (rev 150611) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: +# Contributor: Jan de Groot +# Contributor: Patrick Leslie Polzer + +pkgname=libmodplug +pkgver=0.8.8.4 +pkgrel=1 +pkgdesc="A MOD playing library" +arch=('i686' 'x86_64') +url="http://modplug-xmms.sourceforge.net/"; +license=('custom') +depends=('gcc-libs') +options=('!libtool') +source=("http://downloads.sourceforge.net/modplug-xmms/${pkgname}-${pkgver}.tar.gz";) +md5sums=('fddc3c704c5489de2a3cf0fedfec59db') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-02-18 22:54:03 UTC (rev 150610) +++ extra-x86_64/PKGBUILD 2012-02-18 22:54:35 UTC (rev 150611) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Jan de Groot -# Contributor: Patrick Leslie Polzer - -pkgname=libmodplug -pkgver=0.8.8.3 -pkgrel=1 -pkgdesc="A MOD playing library" -arch=('i686' 'x86_64') -url="http://modplug-xmms.sourceforge.net/"; -license=('custom') -depends=('gcc-libs') -options=('!libtool') -source=("http://downloads.sourceforge.net/modplug-xmms/${pkgname}-${pkgver}.tar.gz";) -md5sums=('8a9c713f0f56894163ddc61f9a0d1f71') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: libmodplug/repos/extra-x86_64/PKGBUILD (from rev 150610, libmodplug/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-02-18 22:54:35 UTC (rev 150611) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: +# Contributor: Jan de Groot +# Contributor: Patrick Leslie Polzer + +pkgname=libmodplug +pkgver=0.8.8.4 +pkgrel=1 +pkgdesc="A MOD playing library" +arch=('i686' 'x86_64') +url="http://modplug-xmms.sourceforge.net/"; +license=('custom') +depends=('gcc-libs') +options=('!libtool') +source=("http://downloads.sourceforge.net/modplug-xmms/${pkgname}-${pkgver}.tar.gz";) +md5sums=('fddc3c704c5489de2a3cf0fedfec59db') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in libmodplug/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 17:54:03 Author: pierre Revision: 150610 upgpkg: libmodplug 0.8.8.4-1 upstream update Modified: libmodplug/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 22:53:43 UTC (rev 150609) +++ PKGBUILD2012-02-18 22:54:03 UTC (rev 150610) @@ -4,7 +4,7 @@ # Contributor: Patrick Leslie Polzer pkgname=libmodplug -pkgver=0.8.8.3 +pkgver=0.8.8.4 pkgrel=1 pkgdesc="A MOD playing library" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('gcc-libs') options=('!libtool') source=("http://downloads.sourceforge.net/modplug-xmms/${pkgname}-${pkgver}.tar.gz";) -md5sums=('8a9c713f0f56894163ddc61f9a0d1f71') +md5sums=('fddc3c704c5489de2a3cf0fedfec59db') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in vlc/repos (12 files)
Date: Saturday, February 18, 2012 @ 17:53:43 Author: giovanni Revision: 150609 archrelease: copy trunk to extra-i686, extra-x86_64 Added: vlc/repos/extra-i686/PKGBUILD (from rev 150608, vlc/trunk/PKGBUILD) vlc/repos/extra-i686/vlc.install (from rev 150608, vlc/trunk/vlc.install) vlc/repos/extra-x86_64/PKGBUILD (from rev 150608, vlc/trunk/PKGBUILD) vlc/repos/extra-x86_64/vlc.install (from rev 150608, vlc/trunk/vlc.install) Deleted: vlc/repos/extra-i686/PKGBUILD vlc/repos/extra-i686/vlc-1.1.13-skin2_theme_loader.patch vlc/repos/extra-i686/vlc-1.1.13-youtube.patch vlc/repos/extra-i686/vlc.install vlc/repos/extra-x86_64/PKGBUILD vlc/repos/extra-x86_64/vlc-1.1.13-skin2_theme_loader.patch vlc/repos/extra-x86_64/vlc-1.1.13-youtube.patch vlc/repos/extra-x86_64/vlc.install --+ extra-i686/PKGBUILD | 150 ++ extra-i686/vlc-1.1.13-skin2_theme_loader.patch | 29 -- extra-i686/vlc-1.1.13-youtube.patch | 221 - extra-i686/vlc.install | 36 +-- extra-x86_64/PKGBUILD| 150 ++ extra-x86_64/vlc-1.1.13-skin2_theme_loader.patch | 29 -- extra-x86_64/vlc-1.1.13-youtube.patch| 221 - extra-x86_64/vlc.install | 36 +-- 8 files changed, 176 insertions(+), 696 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 150608:150609 to see the changes.
[arch-commits] Commit in vlc/trunk (3 files)
Date: Saturday, February 18, 2012 @ 17:53:19 Author: giovanni Revision: 150608 upgpkg: vlc 2.0.0-1 upstream release Modified: vlc/trunk/PKGBUILD Deleted: vlc/trunk/vlc-1.1.13-skin2_theme_loader.patch vlc/trunk/vlc-1.1.13-youtube.patch -+ PKGBUILD| 26 +--- vlc-1.1.13-skin2_theme_loader.patch | 29 vlc-1.1.13-youtube.patch| 221 -- 3 files changed, 8 insertions(+), 268 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 22:50:44 UTC (rev 150607) +++ PKGBUILD2012-02-18 22:53:19 UTC (rev 150608) @@ -4,8 +4,8 @@ # Contributor: Martin Sandsmark pkgname=vlc -pkgver=1.1.13 -pkgrel=6 +pkgver=2.0.0 +pkgrel=1 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" arch=('i686' 'x86_64') url="http://www.videolan.org/vlc/"; @@ -16,7 +16,7 @@ 'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2' 'libupnp' 'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug' 'xcb-util-keysyms' 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils') -makedepends=('avahi' 'pkgconfig' 'live-media' 'libnotify' +makedepends=('avahi' 'pkg-config' 'live-media' 'libnotify' 'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev' 'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'libpulse' 'lirc-utils' 'gnutls' 'libcaca') @@ -33,41 +33,31 @@ 'libva-driver-intel: back-end for intel cards') conflicts=('vlc-plugin') replaces=('vlc-plugin') -backup=('usr/share/vlc/http/.hosts' -'usr/share/vlc/http/dialogs/.hosts' -'usr/share/vlc/lua/http/.hosts' +backup=('usr/share/vlc/lua/http/.hosts' 'usr/share/vlc/lua/http/dialogs/.hosts') options=('!libtool') install=vlc.install -source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2"; -'vlc-1.1.13-skin2_theme_loader.patch' -'vlc-1.1.13-youtube.patch') -md5sums=('9678fb7a04808b6e0de63746d35e4bb1' - 'f7c2ea18da9570d633f5fd834a1f72c8' - '26dbd3574219daf4babc2f127a3229bc') +source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('8806bff2ea9c76791123d444a92f708c') build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -Np1 -i "${srcdir}/vlc-1.1.13-skin2_theme_loader.patch" - patch -Np1 -i "${srcdir}/vlc-1.1.13-youtube.patch" - sed -i -e 's:truetype/freefont:TTF:g' modules/misc/freetype.c + sed -i -e 's:truetype/freefont:TTF:g' modules/text_renderer/freetype.c ./configure --prefix=/usr \ --disable-rpath \ --enable-faad \ - --enable-v4l \ - --enable-snapshot \ --enable-dbus-control \ --enable-nls \ --enable-lirc \ --enable-pvr \ --enable-ncurses \ - --with-live555-tree=/usr/lib/live \ --enable-upnp \ --enable-realrtsp make } + package() { cd "${srcdir}/${pkgname}-${pkgver}" Deleted: vlc-1.1.13-skin2_theme_loader.patch === --- vlc-1.1.13-skin2_theme_loader.patch 2012-02-18 22:50:44 UTC (rev 150607) +++ vlc-1.1.13-skin2_theme_loader.patch 2012-02-18 22:53:19 UTC (rev 150608) @@ -1,29 +0,0 @@ a/modules/gui/skins2/src/theme_loader.cpp 2012-02-02 17:52:07.0 +0100 -+++ b/modules/gui/skins2/src/theme_loader.cpp 2012-02-02 17:52:19.0 +0100 -@@ -768,7 +768,7 @@ - { - void *toClose = currentGzVp; - currentGzVp = NULL; currentGzFd = -1; --return gzclose( toClose ); -+return gzclose( (gzFile) toClose ); - } - return -1; - } -@@ -777,7 +777,7 @@ - { - if( currentGzVp != NULL && fd != -1 ) - { --return gzread( currentGzVp, p_buffer, i_length ); -+return gzread( (gzFile) currentGzVp, p_buffer, i_length ); - } - return -1; - } -@@ -786,7 +786,7 @@ - { - if( currentGzVp != NULL && fd != -1 ) - { --return gzwrite( currentGzVp, const_cast(p_buffer), i_length ); -+return gzwrite( (gzFile) currentGzVp, const_cast(p_buffer), i_length ); - } - return -1; - } Deleted: vlc-1.1.13-youtube.patch === --- vlc-1.1.13-youtube.patch2012-02-18 22:50:44 UTC (rev 150607) +++ vlc-1.1.13-youtube.patch2012-02-18 22:53:19 UTC (rev 150608) @@ -1,221 +0,0 @@ a/share/lua/playlist/youtube.lua 2011-08-06 11:30:49.0 +0200 -+++ b/share/lua/playlist/youtube.lua 2012-02-02 16:05:32.0 +0100 -@@ -1,7 +1,7 @@ - --[[ - $Id$ - -- Copyright © 2007-2009 the VideoLAN team -+ Copyright © 2007-2011 the VideoLAN team - - This program is free software; you can redistribute it and/or modify - it under the terms of t
[arch-commits] Commit in libnet/repos (4 files)
Date: Saturday, February 18, 2012 @ 17:50:44 Author: pierre Revision: 150607 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libnet/repos/extra-i686/PKGBUILD (from rev 150606, libnet/trunk/PKGBUILD) libnet/repos/extra-x86_64/PKGBUILD (from rev 150606, libnet/trunk/PKGBUILD) Deleted: libnet/repos/extra-i686/PKGBUILD libnet/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 58 extra-x86_64/PKGBUILD | 58 2 files changed, 58 insertions(+), 58 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 22:50:15 UTC (rev 150606) +++ extra-i686/PKGBUILD 2012-02-18 22:50:44 UTC (rev 150607) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: damir - -pkgname=libnet -pkgver=1.1.5 -pkgrel=1 -pkgdesc="A library which provides API for commonly used low-level net functions" -arch=('i686' 'x86_64') -url="http://sourceforge.net/projects/libnet-dev/"; -license=('BSD') -depends=('glibc' 'sh') -options=('!libtool') -source=(http://downloads.sourceforge.net/libnet-dev/${pkgname}-${pkgver}.tar.gz) -md5sums=('a9bc1d75a610efcfee200d3e28d8eb8f') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr - make CFLAGS="${CFLAGS} -fPIC" -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - - install -Dm644 doc/COPYING \ -"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: libnet/repos/extra-i686/PKGBUILD (from rev 150606, libnet/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 22:50:44 UTC (rev 150607) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: +# Contributor: damir + +pkgname=libnet +pkgver=1.1.5 +pkgrel=2 +pkgdesc="A library which provides API for commonly used low-level net functions" +arch=('i686' 'x86_64') +url="http://sourceforge.net/projects/libnet-dev/"; +license=('BSD') +depends=('glibc' 'sh') +options=('!libtool') +source=("http://downloads.sourceforge.net/libnet-dev/${pkgname}-${pkgver}.tar.gz";) +md5sums=('a9bc1d75a610efcfee200d3e28d8eb8f') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr + make CFLAGS="${CFLAGS} -fPIC" +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + + install -Dm644 doc/COPYING \ +"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-02-18 22:50:15 UTC (rev 150606) +++ extra-x86_64/PKGBUILD 2012-02-18 22:50:44 UTC (rev 150607) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: damir - -pkgname=libnet -pkgver=1.1.5 -pkgrel=1 -pkgdesc="A library which provides API for commonly used low-level net functions" -arch=('i686' 'x86_64') -url="http://sourceforge.net/projects/libnet-dev/"; -license=('BSD') -depends=('glibc' 'sh') -options=('!libtool') -source=(http://downloads.sourceforge.net/libnet-dev/${pkgname}-${pkgver}.tar.gz) -md5sums=('a9bc1d75a610efcfee200d3e28d8eb8f') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr - make CFLAGS="${CFLAGS} -fPIC" -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - - install -Dm644 doc/COPYING \ -"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: libnet/repos/extra-x86_64/PKGBUILD (from rev 150606, libnet/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-02-18 22:50:44 UTC (rev 150607) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: +# Contributor: damir + +pkgname=libnet +pkgver=1.1.5 +pkgrel=2 +pkgdesc="A library which provides API for commonly used low-level net functions" +arch=('i686' 'x86_64') +url="http://sourceforge.net/projects/libnet-dev/"; +license=('BSD') +depends=('glibc' 'sh') +options=('!libtool') +source=("http://downloads.sourceforge.net/libnet-dev/${pkgname}-${pkgver}.tar.gz";) +md5sums=('a9bc1d75a610efcfee200d3e28d8eb8f') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr + make CFLAGS="${CFLAGS} -fPIC" +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + + install -Dm644 doc/COPYING \ +"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +}
[arch-commits] Commit in libnet/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 17:50:15 Author: pierre Revision: 150606 upgpkg: libnet 1.1.5-2 rebuild old package Modified: libnet/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 22:48:27 UTC (rev 150605) +++ PKGBUILD2012-02-18 22:50:15 UTC (rev 150606) @@ -4,14 +4,14 @@ pkgname=libnet pkgver=1.1.5 -pkgrel=1 +pkgrel=2 pkgdesc="A library which provides API for commonly used low-level net functions" arch=('i686' 'x86_64') url="http://sourceforge.net/projects/libnet-dev/"; license=('BSD') depends=('glibc' 'sh') options=('!libtool') -source=(http://downloads.sourceforge.net/libnet-dev/${pkgname}-${pkgver}.tar.gz) +source=("http://downloads.sourceforge.net/libnet-dev/${pkgname}-${pkgver}.tar.gz";) md5sums=('a9bc1d75a610efcfee200d3e28d8eb8f') build() {
[arch-commits] Commit in libofa/repos (18 files)
Date: Saturday, February 18, 2012 @ 17:48:27 Author: pierre Revision: 150605 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libofa/repos/extra-i686/PKGBUILD (from rev 150604, libofa/trunk/PKGBUILD) libofa/repos/extra-i686/gcc-4.patch (from rev 150604, libofa/trunk/gcc-4.patch) libofa/repos/extra-i686/gcc4.3.patch (from rev 150604, libofa/trunk/gcc4.3.patch) libofa/repos/extra-i686/gcc4.5.patch (from rev 150604, libofa/trunk/gcc4.5.patch) libofa/repos/extra-i686/libofa-0.9.3-curl-7.21.patch (from rev 150604, libofa/trunk/libofa-0.9.3-curl-7.21.patch) libofa/repos/extra-x86_64/PKGBUILD (from rev 150604, libofa/trunk/PKGBUILD) libofa/repos/extra-x86_64/gcc-4.patch (from rev 150604, libofa/trunk/gcc-4.patch) libofa/repos/extra-x86_64/gcc4.3.patch (from rev 150604, libofa/trunk/gcc4.3.patch) libofa/repos/extra-x86_64/gcc4.5.patch (from rev 150604, libofa/trunk/gcc4.5.patch) libofa/repos/extra-x86_64/libofa-0.9.3-curl-7.21.patch (from rev 150604, libofa/trunk/libofa-0.9.3-curl-7.21.patch) Deleted: libofa/repos/extra-i686/PKGBUILD libofa/repos/extra-i686/gcc-4.patch libofa/repos/extra-i686/gcc4.3.patch libofa/repos/extra-i686/gcc4.5.patch libofa/repos/extra-x86_64/PKGBUILD libofa/repos/extra-x86_64/gcc-4.patch libofa/repos/extra-x86_64/gcc4.3.patch libofa/repos/extra-x86_64/gcc4.5.patch ---+ extra-i686/PKGBUILD | 79 ++-- extra-i686/gcc-4.patch| 78 +-- extra-i686/gcc4.3.patch | 70 extra-i686/gcc4.5.patch | 20 +++ extra-i686/libofa-0.9.3-curl-7.21.patch | 11 +++ extra-x86_64/PKGBUILD | 79 ++-- extra-x86_64/gcc-4.patch | 78 +-- extra-x86_64/gcc4.3.patch | 70 extra-x86_64/gcc4.5.patch | 20 +++ extra-x86_64/libofa-0.9.3-curl-7.21.patch | 11 +++ 10 files changed, 272 insertions(+), 244 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 22:47:41 UTC (rev 150604) +++ extra-i686/PKGBUILD 2012-02-18 22:48:27 UTC (rev 150605) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Tobias Powalowski - -pkgname=libofa -pkgver=0.9.3 -pkgrel=3 -pkgdesc="An open-source audio fingerprint by MusicIP" -arch=('i686' 'x86_64') -url="http://code.google.com/p/musicip-libofa/"; -license=('GPL2' 'custom') -depends=('expat' 'curl' 'fftw' 'gcc-libs') -makedepends=('pkgconfig') -options=('!libtool') -source=("http://musicip-libofa.googlecode.com/files/$pkgname-$pkgver.tar.gz"; - 'gcc-4.patch' - 'gcc4.3.patch' - 'gcc4.5.patch') -sha1sums=('3dec8e1dcea937f74b4165e9ffd4d4f355e4594a' - 'cb19377d0634c03d2a49cfc61915cec918c341f7' - 'cae08bdc12de923d5e032696702a0530ae6eafc1' - '754d69d66ab46219035ccafeeb3ff62433cca4f2') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -p0 -i ${srcdir}/gcc-4.patch - patch -p1 -i ${srcdir}/gcc4.3.patch - patch -p1 -i ${srcdir}/gcc4.5.patch - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR=${pkgdir} install - - install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: libofa/repos/extra-i686/PKGBUILD (from rev 150604, libofa/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 22:48:27 UTC (rev 150605) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Tobias Powalowski + +pkgname=libofa +pkgver=0.9.3 +pkgrel=4 +pkgdesc="An open-source audio fingerprint by MusicIP" +arch=('i686' 'x86_64') +url="http://code.google.com/p/musicip-libofa/"; +license=('GPL2' 'custom') +depends=('expat' 'curl' 'fftw') +makedepends=('pkgconfig') +options=('!libtool') +source=("http://musicip-libofa.googlecode.com/files/$pkgname-$pkgver.tar.gz"; +'gcc-4.patch' +'gcc4.3.patch' +'gcc4.5.patch' +'libofa-0.9.3-curl-7.21.patch') +md5sums=('51507d2c4b432bd2755f48d58471696e' + 'a6f78b90bd0f4354d022a71c3e58ef6c' + 'dd57db13770b8f8d196e8a3d3a50e713' + 'c245363368d0e6fa2b4676364b81b74f' + '2e1579d74613cfbb1799d0ab5f1a4cba') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + patch -p0 -i ${srcdir}/gcc-4.patch + patch -p1 -i ${srcdir}/gcc4.3.patch + patch -p1 -i ${srcdir}/gcc4.5.patch + patch -p1 -i ${srcdir}/libofa-0.9.3-curl-7.21.patch + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR=${pkgdir} install + + install -D -m644 COPYING "${pkgdir}/usr/sh
[arch-commits] Commit in libofa/trunk (PKGBUILD libofa-0.9.3-curl-7.21.patch)
Date: Saturday, February 18, 2012 @ 17:47:41 Author: pierre Revision: 150604 upgpkg: libofa 0.9.3-4 rebuild old package Added: libofa/trunk/libofa-0.9.3-curl-7.21.patch Modified: libofa/trunk/PKGBUILD --+ PKGBUILD | 21 - libofa-0.9.3-curl-7.21.patch | 11 +++ 2 files changed, 23 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 22:38:56 UTC (rev 150603) +++ PKGBUILD2012-02-18 22:47:41 UTC (rev 150604) @@ -4,28 +4,31 @@ pkgname=libofa pkgver=0.9.3 -pkgrel=3 +pkgrel=4 pkgdesc="An open-source audio fingerprint by MusicIP" arch=('i686' 'x86_64') url="http://code.google.com/p/musicip-libofa/"; license=('GPL2' 'custom') -depends=('expat' 'curl' 'fftw' 'gcc-libs') +depends=('expat' 'curl' 'fftw') makedepends=('pkgconfig') options=('!libtool') source=("http://musicip-libofa.googlecode.com/files/$pkgname-$pkgver.tar.gz"; - 'gcc-4.patch' - 'gcc4.3.patch' - 'gcc4.5.patch') -sha1sums=('3dec8e1dcea937f74b4165e9ffd4d4f355e4594a' - 'cb19377d0634c03d2a49cfc61915cec918c341f7' - 'cae08bdc12de923d5e032696702a0530ae6eafc1' - '754d69d66ab46219035ccafeeb3ff62433cca4f2') +'gcc-4.patch' +'gcc4.3.patch' +'gcc4.5.patch' +'libofa-0.9.3-curl-7.21.patch') +md5sums=('51507d2c4b432bd2755f48d58471696e' + 'a6f78b90bd0f4354d022a71c3e58ef6c' + 'dd57db13770b8f8d196e8a3d3a50e713' + 'c245363368d0e6fa2b4676364b81b74f' + '2e1579d74613cfbb1799d0ab5f1a4cba') build() { cd "${srcdir}/${pkgname}-${pkgver}" patch -p0 -i ${srcdir}/gcc-4.patch patch -p1 -i ${srcdir}/gcc4.3.patch patch -p1 -i ${srcdir}/gcc4.5.patch + patch -p1 -i ${srcdir}/libofa-0.9.3-curl-7.21.patch ./configure --prefix=/usr make } Added: libofa-0.9.3-curl-7.21.patch === --- libofa-0.9.3-curl-7.21.patch(rev 0) +++ libofa-0.9.3-curl-7.21.patch2012-02-18 22:47:41 UTC (rev 150604) @@ -0,0 +1,11 @@ +diff -ru libofa-0.9.3.orig//examples/protocol.cpp libofa-0.9.3//examples/protocol.cpp +--- libofa-0.9.3.orig//examples/protocol.cpp 2006-05-10 20:05:42.0 +0200 libofa-0.9.3//examples/protocol.cpp2011-07-22 19:02:30.687109297 +0200 +@@ -12,7 +12,6 @@ + #include + #include + #include +-#include + #include + + using namespace std;
[arch-commits] Commit in libwpg/repos (4 files)
Date: Saturday, February 18, 2012 @ 17:38:56 Author: pierre Revision: 150603 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libwpg/repos/extra-i686/PKGBUILD (from rev 150602, libwpg/trunk/PKGBUILD) libwpg/repos/extra-x86_64/PKGBUILD (from rev 150602, libwpg/trunk/PKGBUILD) Deleted: libwpg/repos/extra-i686/PKGBUILD libwpg/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 50 extra-x86_64/PKGBUILD | 50 2 files changed, 50 insertions(+), 50 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 22:38:27 UTC (rev 150602) +++ extra-i686/PKGBUILD 2012-02-18 22:38:56 UTC (rev 150603) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=libwpg -pkgver=0.2.0 -pkgrel=1 -pkgdesc="Library for importing and converting Corel WordPerfect(tm) Graphics images." -arch=('i686' 'x86_64') -url="http://libwpg.sourceforge.net/"; -license=('LGPL') -depends=('libwpd>=0.9.0' 'perl') -options=('!libtool') -source=(http://downloads.sourceforge.net/libwpg/${pkgname}-${pkgver}.tar.bz2) -md5sums=('5ba6a61a2f66dfd5fee8cdd4cd262a37') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: libwpg/repos/extra-i686/PKGBUILD (from rev 150602, libwpg/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 22:38:56 UTC (rev 150603) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=libwpg +pkgver=0.2.1 +pkgrel=1 +pkgdesc="Library for importing and converting Corel WordPerfect(tm) Graphics images." +arch=('i686' 'x86_64') +url="http://libwpg.sourceforge.net/"; +license=('LGPL') +depends=('libwpd' 'perl') +options=('!libtool') +source=("http://downloads.sourceforge.net/libwpg/${pkgname}-${pkgver}.tar.bz2";) +md5sums=('9d283e02441d8cebdcd1e5d9df227d67') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-02-18 22:38:27 UTC (rev 150602) +++ extra-x86_64/PKGBUILD 2012-02-18 22:38:56 UTC (rev 150603) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot - -pkgname=libwpg -pkgver=0.2.0 -pkgrel=1 -pkgdesc="Library for importing and converting Corel WordPerfect(tm) Graphics images." -arch=('i686' 'x86_64') -url="http://libwpg.sourceforge.net/"; -license=('LGPL') -depends=('libwpd>=0.9.0' 'perl') -options=('!libtool') -source=(http://downloads.sourceforge.net/libwpg/${pkgname}-${pkgver}.tar.bz2) -md5sums=('5ba6a61a2f66dfd5fee8cdd4cd262a37') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: libwpg/repos/extra-x86_64/PKGBUILD (from rev 150602, libwpg/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-02-18 22:38:56 UTC (rev 150603) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer: Jan de Groot + +pkgname=libwpg +pkgver=0.2.1 +pkgrel=1 +pkgdesc="Library for importing and converting Corel WordPerfect(tm) Graphics images." +arch=('i686' 'x86_64') +url="http://libwpg.sourceforge.net/"; +license=('LGPL') +depends=('libwpd' 'perl') +options=('!libtool') +source=("http://downloads.sourceforge.net/libwpg/${pkgname}-${pkgver}.tar.bz2";) +md5sums=('9d283e02441d8cebdcd1e5d9df227d67') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in libwpg/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 17:38:27 Author: pierre Revision: 150602 upgpkg: libwpg 0.2.1-1 upstream update Modified: libwpg/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 22:35:18 UTC (rev 150601) +++ PKGBUILD2012-02-18 22:38:27 UTC (rev 150602) @@ -2,16 +2,16 @@ # Maintainer: Jan de Groot pkgname=libwpg -pkgver=0.2.0 +pkgver=0.2.1 pkgrel=1 pkgdesc="Library for importing and converting Corel WordPerfect(tm) Graphics images." arch=('i686' 'x86_64') url="http://libwpg.sourceforge.net/"; license=('LGPL') -depends=('libwpd>=0.9.0' 'perl') +depends=('libwpd' 'perl') options=('!libtool') -source=(http://downloads.sourceforge.net/libwpg/${pkgname}-${pkgver}.tar.bz2) -md5sums=('5ba6a61a2f66dfd5fee8cdd4cd262a37') +source=("http://downloads.sourceforge.net/libwpg/${pkgname}-${pkgver}.tar.bz2";) +md5sums=('9d283e02441d8cebdcd1e5d9df227d67') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in libzip/repos (8 files)
Date: Saturday, February 18, 2012 @ 17:35:18 Author: pierre Revision: 150601 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libzip/repos/extra-i686/PKGBUILD (from rev 150600, libzip/trunk/PKGBUILD) libzip/repos/extra-i686/fix-headers.patch (from rev 150600, libzip/trunk/fix-headers.patch) libzip/repos/extra-x86_64/PKGBUILD (from rev 150600, libzip/trunk/PKGBUILD) libzip/repos/extra-x86_64/fix-headers.patch (from rev 150600, libzip/trunk/fix-headers.patch) Deleted: libzip/repos/extra-i686/PKGBUILD libzip/repos/extra-i686/fix-headers.patch libzip/repos/extra-x86_64/PKGBUILD libzip/repos/extra-x86_64/fix-headers.patch + extra-i686/PKGBUILD| 61 +++ extra-i686/fix-headers.patch | 30 +-- extra-x86_64/PKGBUILD | 61 +++ extra-x86_64/fix-headers.patch | 30 +-- 4 files changed, 92 insertions(+), 90 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 22:34:44 UTC (rev 150600) +++ extra-i686/PKGBUILD 2012-02-18 22:35:18 UTC (rev 150601) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Tobias Powalowski - -pkgname=libzip -pkgver=0.10 -pkgrel=1 -pkgdesc="A C library for reading, creating, and modifying zip archives" -url="http://www.nih.at/libzip/index.html"; -license=('GPL2') -arch=('i686' 'x86_64') -depends=('zlib') -options=('!libtool') -source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.gz"; -'fix-headers.patch') -md5sums=('47cdfcbc08c8bea0b52fdee4bf591622' - '249395bd3a426c4c4e993e9d4753e1dd') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - patch -p1 -i "${srcdir}/fix-headers.patch" - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR=${pkgdir} install -} Copied: libzip/repos/extra-i686/PKGBUILD (from rev 150600, libzip/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 22:35:18 UTC (rev 150601) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Tobias Powalowski + +pkgname=libzip +pkgver=0.10 +pkgrel=2 +pkgdesc="A C library for reading, creating, and modifying zip archives" +url="http://www.nih.at/libzip/index.html"; +license=('GPL2') +arch=('i686' 'x86_64') +depends=('zlib') +options=('!libtool') +source=("http://www.nih.at/${pkgname}/${pkgname}-${pkgver}.tar.gz"; +'fix-headers.patch') +md5sums=('47cdfcbc08c8bea0b52fdee4bf591622' + '249395bd3a426c4c4e993e9d4753e1dd') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + patch -p1 -i "${srcdir}/fix-headers.patch" + autoreconf -i + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR=${pkgdir} install +} Deleted: extra-i686/fix-headers.patch === --- extra-i686/fix-headers.patch2012-02-18 22:34:44 UTC (rev 150600) +++ extra-i686/fix-headers.patch2012-02-18 22:35:18 UTC (rev 150601) @@ -1,15 +0,0 @@ -diff -urN libzip-0.10rc1.old/lib/Makefile.am libzip-0.10rc1/lib/Makefile.am libzip-0.10rc1.old/lib/Makefile.am 2011-03-05 01:07:33.921722002 +0100 -+++ libzip-0.10rc1/lib/Makefile.am 2011-03-05 20:29:30.349388003 +0100 -@@ -2,8 +2,9 @@ - - lib_LTLIBRARIES = libzip.la - noinst_HEADERS = zipint.h --include_HEADERS = zip.h --libinclude_HEADERS = zipconf.h -+include_HEADERS = \ -+ zip.h \ -+ zipconf.h - - # also update CMakeLists.txt when changing version - libzip_la_LDFLAGS=-no-undefined -version-info 2:0 Copied: libzip/repos/extra-i686/fix-headers.patch (from rev 150600, libzip/trunk/fix-headers.patch) === --- extra-i686/fix-headers.patch(rev 0) +++ extra-i686/fix-headers.patch2012-02-18 22:35:18 UTC (rev 150601) @@ -0,0 +1,15 @@ +diff -urN libzip-0.10rc1.old/lib/Makefile.am libzip-0.10rc1/lib/Makefile.am +--- libzip-0.10rc1.old/lib/Makefile.am 2011-03-05 01:07:33.921722002 +0100 libzip-0.10rc1/lib/Makefile.am 2011-03-05 20:29:30.349388003 +0100 +@@ -2,8 +2,9 @@ + + lib_LTLIBRARIES = libzip.la + noinst_HEADERS = zipint.h +-include_HEADERS = zip.h +-libinclude_HEADERS = zipconf.h ++include_HEADERS = \ ++ zip.h \ ++ zipconf.h + + # also update CMakeLists.txt when changing version + libzip_la_LDFLAGS=-no-undefined -version-info 2:0 Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-02-18 22:34:44 UTC (rev 150600) +++ extra-x86_64/PKGBUILD 2012-02-18 22:35:18 UTC (rev 150601) @@ -1,30 +0,0 @@ -# $Id$ -# Maintaine
[arch-commits] Commit in libzip/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 17:34:44 Author: pierre Revision: 150600 upgpkg: libzip 0.10-2 rebuild old package Modified: libzip/trunk/PKGBUILD --+ PKGBUILD |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 20:30:20 UTC (rev 150599) +++ PKGBUILD2012-02-18 22:34:44 UTC (rev 150600) @@ -4,7 +4,7 @@ pkgname=libzip pkgver=0.10 -pkgrel=1 +pkgrel=2 pkgdesc="A C library for reading, creating, and modifying zip archives" url="http://www.nih.at/libzip/index.html"; license=('GPL2') @@ -20,6 +20,7 @@ cd "${srcdir}/${pkgname}-${pkgver}" patch -p1 -i "${srcdir}/fix-headers.patch" + autoreconf -i ./configure --prefix=/usr make }
[arch-commits] Commit in gmime/repos (4 files)
Date: Saturday, February 18, 2012 @ 15:30:20 Author: ibiru Revision: 150599 archrelease: copy trunk to extra-i686, extra-x86_64 Added: gmime/repos/extra-i686/PKGBUILD (from rev 150598, gmime/trunk/PKGBUILD) gmime/repos/extra-x86_64/PKGBUILD (from rev 150598, gmime/trunk/PKGBUILD) Deleted: gmime/repos/extra-i686/PKGBUILD gmime/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 64 extra-x86_64/PKGBUILD | 64 2 files changed, 64 insertions(+), 64 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 20:28:26 UTC (rev 150598) +++ extra-i686/PKGBUILD 2012-02-18 20:30:20 UTC (rev 150599) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot -# Contributor: Ben - -pkgname=gmime -pkgver=2.6.4 -pkgrel=1 -pkgdesc="Core mime parsing library" -arch=('i686' 'x86_64') -license=('GPL') -url="http://spruce.sourceforge.net/gmime/"; -depends=('glib2' 'gpgme' 'zlib') -makedepends=('gtk-sharp-2') -options=('!libtool') -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('2e85076c223fe8bf1392a7c1affa4454cb3bb6dec83016ad6e3230c65533f163') - -build() { - # get rid of that .wapi errors in fakeroot - export MONO_SHARED_DIR="$srcdir/weird" - mkdir -p "$MONO_SHARED_DIR" - - cd "$srcdir/$pkgname-$pkgver" - - ./configure --prefix=/usr --disable-static - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: gmime/repos/extra-i686/PKGBUILD (from rev 150598, gmime/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 20:30:20 UTC (rev 150599) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Ben + +pkgname=gmime +pkgver=2.6.5 +pkgrel=1 +pkgdesc="Core mime parsing library" +arch=('i686' 'x86_64') +license=('GPL') +url="http://spruce.sourceforge.net/gmime/"; +depends=('glib2' 'gpgme' 'zlib') +makedepends=('gtk-sharp-2') +options=('!libtool') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('fe4db888ccdcdab0c3366cb5a61413b8bf4dc4b96b146f39e35380d9276334e0') + +build() { + # get rid of that .wapi errors in fakeroot + export MONO_SHARED_DIR="$srcdir/weird" + mkdir -p "$MONO_SHARED_DIR" + + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr --disable-static + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-02-18 20:28:26 UTC (rev 150598) +++ extra-x86_64/PKGBUILD 2012-02-18 20:30:20 UTC (rev 150599) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot -# Contributor: Ben - -pkgname=gmime -pkgver=2.6.4 -pkgrel=1 -pkgdesc="Core mime parsing library" -arch=('i686' 'x86_64') -license=('GPL') -url="http://spruce.sourceforge.net/gmime/"; -depends=('glib2' 'gpgme' 'zlib') -makedepends=('gtk-sharp-2') -options=('!libtool') -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('2e85076c223fe8bf1392a7c1affa4454cb3bb6dec83016ad6e3230c65533f163') - -build() { - # get rid of that .wapi errors in fakeroot - export MONO_SHARED_DIR="$srcdir/weird" - mkdir -p "$MONO_SHARED_DIR" - - cd "$srcdir/$pkgname-$pkgver" - - ./configure --prefix=/usr --disable-static - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: gmime/repos/extra-x86_64/PKGBUILD (from rev 150598, gmime/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-02-18 20:30:20 UTC (rev 150599) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Ben + +pkgname=gmime +pkgver=2.6.5 +pkgrel=1 +pkgdesc="Core mime parsing library" +arch=('i686' 'x86_64') +license=('GPL') +url="http://spruce.sourceforge.net/gmime/"; +depends=('glib2' 'gpgme' 'zlib') +makedepends=('gtk-sharp-2') +options=('!libtool') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('fe4db888ccdcdab0c3366cb5a61413b8bf4dc4b96b146f39e35380d9276334e0') + +build() { + # get rid of that .wapi errors in fakeroot + export MONO_SHARED_DIR="$srcdir/weird" + mkdir -p "$MONO_SHARED_DIR" + + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr --disable-static + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in gmime/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 15:28:26 Author: ibiru Revision: 150598 update to 2.6.5 Modified: gmime/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 19:10:53 UTC (rev 150597) +++ PKGBUILD2012-02-18 20:28:26 UTC (rev 150598) @@ -3,7 +3,7 @@ # Contributor: Ben pkgname=gmime -pkgver=2.6.4 +pkgver=2.6.5 pkgrel=1 pkgdesc="Core mime parsing library" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('gtk-sharp-2') options=('!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('2e85076c223fe8bf1392a7c1affa4454cb3bb6dec83016ad6e3230c65533f163') +sha256sums=('fe4db888ccdcdab0c3366cb5a61413b8bf4dc4b96b146f39e35380d9276334e0') build() { # get rid of that .wapi errors in fakeroot
[arch-commits] Commit in filesystem/repos/testing-any (38 files)
Date: Saturday, February 18, 2012 @ 14:10:53 Author: tomegun Revision: 150597 archrelease: copy trunk to testing-any Added: filesystem/repos/testing-any/PKGBUILD (from rev 150596, filesystem/trunk/PKGBUILD) filesystem/repos/testing-any/crypttab (from rev 150596, filesystem/trunk/crypttab) filesystem/repos/testing-any/filesystem.install (from rev 150596, filesystem/trunk/filesystem.install) filesystem/repos/testing-any/fstab (from rev 150596, filesystem/trunk/fstab) filesystem/repos/testing-any/group (from rev 150596, filesystem/trunk/group) filesystem/repos/testing-any/gshadow (from rev 150596, filesystem/trunk/gshadow) filesystem/repos/testing-any/host.conf (from rev 150596, filesystem/trunk/host.conf) filesystem/repos/testing-any/hosts (from rev 150596, filesystem/trunk/hosts) filesystem/repos/testing-any/issue (from rev 150596, filesystem/trunk/issue) filesystem/repos/testing-any/ld.so.conf (from rev 150596, filesystem/trunk/ld.so.conf) filesystem/repos/testing-any/modprobe.d.usb-load-ehci-first (from rev 150596, filesystem/trunk/modprobe.d.usb-load-ehci-first) filesystem/repos/testing-any/motd (from rev 150596, filesystem/trunk/motd) filesystem/repos/testing-any/nsswitch.conf (from rev 150596, filesystem/trunk/nsswitch.conf) filesystem/repos/testing-any/passwd (from rev 150596, filesystem/trunk/passwd) filesystem/repos/testing-any/profile (from rev 150596, filesystem/trunk/profile) filesystem/repos/testing-any/resolv.conf (from rev 150596, filesystem/trunk/resolv.conf) filesystem/repos/testing-any/securetty (from rev 150596, filesystem/trunk/securetty) filesystem/repos/testing-any/shadow (from rev 150596, filesystem/trunk/shadow) filesystem/repos/testing-any/shells (from rev 150596, filesystem/trunk/shells) Deleted: filesystem/repos/testing-any/PKGBUILD filesystem/repos/testing-any/crypttab filesystem/repos/testing-any/filesystem.install filesystem/repos/testing-any/fstab filesystem/repos/testing-any/group filesystem/repos/testing-any/gshadow filesystem/repos/testing-any/host.conf filesystem/repos/testing-any/hosts filesystem/repos/testing-any/issue filesystem/repos/testing-any/ld.so.conf filesystem/repos/testing-any/modprobe.d.usb-load-ehci-first filesystem/repos/testing-any/motd filesystem/repos/testing-any/nsswitch.conf filesystem/repos/testing-any/passwd filesystem/repos/testing-any/profile filesystem/repos/testing-any/resolv.conf filesystem/repos/testing-any/securetty filesystem/repos/testing-any/shadow filesystem/repos/testing-any/shells + PKGBUILD | 192 +++ crypttab | 66 ++--- filesystem.install | 118 +++ fstab | 10 +- group | 62 ++-- gshadow| 62 ++-- host.conf | 16 +-- hosts | 18 +-- issue |4 ld.so.conf | 14 +- modprobe.d.usb-load-ehci-first |4 nsswitch.conf | 38 +++ passwd | 14 +- profile| 54 +- resolv.conf| 16 +-- securetty | 30 +++--- shadow | 14 +- shells | 16 +-- 18 files changed, 374 insertions(+), 374 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-02-18 18:33:58 UTC (rev 150596) +++ PKGBUILD2012-02-18 19:10:53 UTC (rev 150597) @@ -1,96 +0,0 @@ -# $Id$ -# Maintainer: Tom Gundersen - -pkgname=filesystem -pkgver=2012.2 -pkgrel=1 -pkgdesc='Base filesystem' -arch=('any') -license=('GPL') -url='http://www.archlinux.org' -groups=('base') -install='filesystem.install' -depends=('iana-etc' 'bash' 'coreutils') -backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf' 'etc/passwd' -'etc/shadow' 'etc/gshadow' 'etc/resolv.conf' 'etc/motd' 'etc/nsswitch.conf' -'etc/shells' 'etc/host.conf' 'etc/securetty' 'etc/profile' 'etc/issue') -source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf' -'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'resolv.conf' 'shells' -'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first') - -package() { - cd ${pkgdir} - - # - # setup root filesystem - # - for d in bin boot dev etc home lib/modules media mnt sbin usr var opt srv/http sys run; do - install -d -m755 ${d} - done - install -d -m555 proc - install -d -m0750 root - install -d -m1777 tmp - # vsftpd won't run with write perms on /srv/ftp - install -d -m555 -g ftp srv/ftp - -
[arch-commits] Commit in python-virtualenv/repos/extra-any (4 files)
Date: Saturday, February 18, 2012 @ 13:33:58 Author: dan Revision: 150596 archrelease: copy trunk to extra-any Added: python-virtualenv/repos/extra-any/PKGBUILD (from rev 150595, python-virtualenv/trunk/PKGBUILD) python-virtualenv/repos/extra-any/python-virtualenv.install (from rev 150595, python-virtualenv/trunk/python-virtualenv.install) Deleted: python-virtualenv/repos/extra-any/PKGBUILD python-virtualenv/repos/extra-any/python-virtualenv.install ---+ PKGBUILD | 102 ++-- python-virtualenv.install | 10 ++-- 2 files changed, 56 insertions(+), 56 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-02-18 18:33:40 UTC (rev 150595) +++ PKGBUILD2012-02-18 18:33:58 UTC (rev 150596) @@ -1,51 +0,0 @@ -# $Id$ -# Maintainer: Dan McGee -# Contributor: Daniele Paolella - -pkgname=('python-virtualenv' 'python2-virtualenv') -pkgver=1.7 -pkgrel=1 -pkgdesc="Virtual Python Environment builder" -url="http://www.virtualenv.org/"; -arch=('any') -license=('MIT') -makedepends=('python' 'python-distribute' 'python2' 'python2-distribute') -replaces=('virtualenv') -conflicts=('virtualenv') -source=("http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz";) - -package_python-virtualenv() { - depends=('python' 'python-distribute') - install=python-virtualenv.install - - cd "$srcdir/virtualenv-$pkgver" - python setup.py build - python setup.py install --prefix=/usr --root="$pkgdir" - - # link to a version with 3 suffix as well - ln "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv3" - - install -D -m644 LICENSE.txt \ -"$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -package_python2-virtualenv() { - depends=('python2' 'python2-distribute') - - cd "$srcdir/virtualenv-$pkgver" - python2 setup.py build - python2 setup.py install --prefix=/usr --root="$pkgdir" - - # move this "old" version out of the way - mv "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv2" - - # should report this upstream as still not fixed... - sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" \ -$pkgdir/usr/lib/python2.7/site-packages/virtualenv.py - - install -D -m644 LICENSE.txt \ -"$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -md5sums=('dcc105e5a3907a9dcaa978f813a4f526') -sha256sums=('e32b851eec3beae048c41dedcbebdae8484752b4426436ba8d7d1d69458ef6fc') Copied: python-virtualenv/repos/extra-any/PKGBUILD (from rev 150595, python-virtualenv/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-02-18 18:33:58 UTC (rev 150596) @@ -0,0 +1,51 @@ +# $Id$ +# Maintainer: Dan McGee +# Contributor: Daniele Paolella + +pkgname=('python-virtualenv' 'python2-virtualenv') +pkgver=1.7.1.2 +pkgrel=1 +pkgdesc="Virtual Python Environment builder" +url="http://www.virtualenv.org/"; +arch=('any') +license=('MIT') +makedepends=('python' 'python-distribute' 'python2' 'python2-distribute') +replaces=('virtualenv') +conflicts=('virtualenv') +source=("http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz";) + +package_python-virtualenv() { + depends=('python' 'python-distribute') + install=python-virtualenv.install + + cd "$srcdir/virtualenv-$pkgver" + LANG='en_US.UTF-8' python setup.py build + LANG='en_US.UTF-8' python setup.py install --prefix=/usr --root="$pkgdir" + + # link to a version with 3 suffix as well + ln "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv3" + + install -D -m644 LICENSE.txt \ +"$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +package_python2-virtualenv() { + depends=('python2' 'python2-distribute') + + cd "$srcdir/virtualenv-$pkgver" + python2 setup.py build + python2 setup.py install --prefix=/usr --root="$pkgdir" + + # move this "old" version out of the way + mv "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv2" + + # should report this upstream as still not fixed... + sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|" \ +$pkgdir/usr/lib/python2.7/site-packages/virtualenv.py + + install -D -m644 LICENSE.txt \ +"$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +md5sums=('3be8a014c27340f48b56465f9109d9fa') +sha256sums=('9f23c47e167f127268cf6777caf613280cf066b32c0183581bf79eab5ccc907e') Deleted: python-virtualenv.install === --- python-virtualenv.install 2012-02-18 18:33:40 UTC (rev 150595) +++ python-virtualenv.install 2012-02-18 18:33:58 UTC (rev 150596) @@ -1,5 +0,0 @@ -post_upgrade() { - if [ $(vercmp $2 1.6.1) -lt 0 ]; then -echo "Note: Install python2-virtualenv for continued python2 support." - fi -} Copied: python-virtualenv/repos/extra-any/python-virtualenv.install (from rev 150595, python-virtualenv/trunk/python-virtualenv.install) ===
[arch-commits] Commit in python-virtualenv/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 13:33:40 Author: dan Revision: 150595 upgpkg: python-virtualenv 1.7.1.2-1 Modified: python-virtualenv/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 18:25:33 UTC (rev 150594) +++ PKGBUILD2012-02-18 18:33:40 UTC (rev 150595) @@ -3,7 +3,7 @@ # Contributor: Daniele Paolella pkgname=('python-virtualenv' 'python2-virtualenv') -pkgver=1.7 +pkgver=1.7.1.2 pkgrel=1 pkgdesc="Virtual Python Environment builder" url="http://www.virtualenv.org/"; @@ -19,8 +19,8 @@ install=python-virtualenv.install cd "$srcdir/virtualenv-$pkgver" - python setup.py build - python setup.py install --prefix=/usr --root="$pkgdir" + LANG='en_US.UTF-8' python setup.py build + LANG='en_US.UTF-8' python setup.py install --prefix=/usr --root="$pkgdir" # link to a version with 3 suffix as well ln "$pkgdir/usr/bin/virtualenv" "$pkgdir/usr/bin/virtualenv3" @@ -47,5 +47,5 @@ "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } -md5sums=('dcc105e5a3907a9dcaa978f813a4f526') -sha256sums=('e32b851eec3beae048c41dedcbebdae8484752b4426436ba8d7d1d69458ef6fc') +md5sums=('3be8a014c27340f48b56465f9109d9fa') +sha256sums=('9f23c47e167f127268cf6777caf613280cf066b32c0183581bf79eab5ccc907e')
[arch-commits] Commit in filesystem/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 13:25:33 Author: tomegun Revision: 150594 upgpkg: filesystem 2012.2-2 /etc/mtab link should be absolute Modified: filesystem/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 17:27:00 UTC (rev 150593) +++ PKGBUILD2012-02-18 18:25:33 UTC (rev 150594) @@ -3,7 +3,7 @@ pkgname=filesystem pkgver=2012.2 -pkgrel=1 +pkgrel=2 pkgdesc='Base filesystem' arch=('any') license=('GPL') @@ -38,7 +38,7 @@ for f in fstab group host.conf hosts issue ld.so.conf motd nsswitch.conf passwd resolv.conf securetty shells profile; do install -m644 ${srcdir}/${f} etc/ done - ln -s ../proc/self/mounts etc/mtab + ln -s /proc/self/mounts etc/mtab for f in gshadow shadow crypttab; do install -m600 ${srcdir}/${f} etc/ done
[arch-commits] Commit in p11-kit/repos (4 files)
Date: Saturday, February 18, 2012 @ 12:27:00 Author: ibiru Revision: 150593 archrelease: copy trunk to extra-i686, extra-x86_64 Added: p11-kit/repos/extra-i686/PKGBUILD (from rev 150592, p11-kit/trunk/PKGBUILD) p11-kit/repos/extra-x86_64/PKGBUILD (from rev 150592, p11-kit/trunk/PKGBUILD) Deleted: p11-kit/repos/extra-i686/PKGBUILD p11-kit/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 58 extra-x86_64/PKGBUILD | 58 2 files changed, 58 insertions(+), 58 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 17:25:41 UTC (rev 150592) +++ extra-i686/PKGBUILD 2012-02-18 17:27:00 UTC (rev 150593) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=p11-kit -pkgver=0.9 -pkgrel=1 -pkgdesc="Library to work with PKCS#11 modules" -arch=(i686 x86_64) -url="http://p11-glue.freedesktop.org"; -license=('BSD') -depends=(glibc) -options=(!libtool) -source=($url/releases/$pkgname-$pkgver.tar.gz) -md5sums=('029aa2a3a103e7eb81b4aa731b93539e') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ ---with-module-path=/usr/lib/pkcs11 - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING -} - -# vim:set ts=2 sw=2 et: Copied: p11-kit/repos/extra-i686/PKGBUILD (from rev 150592, p11-kit/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 17:27:00 UTC (rev 150593) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=p11-kit +pkgver=0.11 +pkgrel=1 +pkgdesc="Library to work with PKCS#11 modules" +arch=(i686 x86_64) +url="http://p11-glue.freedesktop.org"; +license=('BSD') +depends=(glibc) +options=(!libtool) +source=($url/releases/$pkgname-$pkgver.tar.gz) +md5sums=('bd45d00c5c4d4b171791003bf5344d6f') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ +--with-module-path=/usr/lib/pkcs11 + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING +} + +# vim:set ts=2 sw=2 et: Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-02-18 17:25:41 UTC (rev 150592) +++ extra-x86_64/PKGBUILD 2012-02-18 17:27:00 UTC (rev 150593) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=p11-kit -pkgver=0.9 -pkgrel=1 -pkgdesc="Library to work with PKCS#11 modules" -arch=(i686 x86_64) -url="http://p11-glue.freedesktop.org"; -license=('BSD') -depends=(glibc) -options=(!libtool) -source=($url/releases/$pkgname-$pkgver.tar.gz) -md5sums=('029aa2a3a103e7eb81b4aa731b93539e') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ ---with-module-path=/usr/lib/pkcs11 - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING -} - -# vim:set ts=2 sw=2 et: Copied: p11-kit/repos/extra-x86_64/PKGBUILD (from rev 150592, p11-kit/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-02-18 17:27:00 UTC (rev 150593) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=p11-kit +pkgver=0.11 +pkgrel=1 +pkgdesc="Library to work with PKCS#11 modules" +arch=(i686 x86_64) +url="http://p11-glue.freedesktop.org"; +license=('BSD') +depends=(glibc) +options=(!libtool) +source=($url/releases/$pkgname-$pkgver.tar.gz) +md5sums=('bd45d00c5c4d4b171791003bf5344d6f') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ +--with-module-path=/usr/lib/pkcs11 + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir" install + install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in p11-kit/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 12:25:41 Author: ibiru Revision: 150592 update to 0.11 Modified: p11-kit/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 17:18:56 UTC (rev 150591) +++ PKGBUILD2012-02-18 17:25:41 UTC (rev 150592) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru pkgname=p11-kit -pkgver=0.9 +pkgver=0.11 pkgrel=1 pkgdesc="Library to work with PKCS#11 modules" arch=(i686 x86_64) @@ -11,7 +11,7 @@ depends=(glibc) options=(!libtool) source=($url/releases/$pkgname-$pkgver.tar.gz) -md5sums=('029aa2a3a103e7eb81b4aa731b93539e') +md5sums=('bd45d00c5c4d4b171791003bf5344d6f') build() { cd "$srcdir/$pkgname-$pkgver"
[arch-commits] Commit in xorg-server/repos (28 files)
Date: Saturday, February 18, 2012 @ 12:18:56 Author: andyrtr Revision: 150591 archrelease: copy trunk to testing-i686, testing-x86_64 Added: xorg-server/repos/testing-i686/10-quirks.conf (from rev 150590, xorg-server/trunk/10-quirks.conf) xorg-server/repos/testing-i686/PKGBUILD (from rev 150590, xorg-server/trunk/PKGBUILD) xorg-server/repos/testing-i686/autoconfig-nvidia.patch (from rev 150590, xorg-server/trunk/autoconfig-nvidia.patch) xorg-server/repos/testing-i686/autoconfig-sis.patch (from rev 150590, xorg-server/trunk/autoconfig-sis.patch) xorg-server/repos/testing-i686/git-fixes.patch (from rev 150590, xorg-server/trunk/git-fixes.patch) xorg-server/repos/testing-i686/xvfb-run (from rev 150590, xorg-server/trunk/xvfb-run) xorg-server/repos/testing-i686/xvfb-run.1 (from rev 150590, xorg-server/trunk/xvfb-run.1) xorg-server/repos/testing-x86_64/10-quirks.conf (from rev 150590, xorg-server/trunk/10-quirks.conf) xorg-server/repos/testing-x86_64/PKGBUILD (from rev 150590, xorg-server/trunk/PKGBUILD) xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch (from rev 150590, xorg-server/trunk/autoconfig-nvidia.patch) xorg-server/repos/testing-x86_64/autoconfig-sis.patch (from rev 150590, xorg-server/trunk/autoconfig-sis.patch) xorg-server/repos/testing-x86_64/git-fixes.patch (from rev 150590, xorg-server/trunk/git-fixes.patch) xorg-server/repos/testing-x86_64/xvfb-run (from rev 150590, xorg-server/trunk/xvfb-run) xorg-server/repos/testing-x86_64/xvfb-run.1 (from rev 150590, xorg-server/trunk/xvfb-run.1) Deleted: xorg-server/repos/testing-i686/10-quirks.conf xorg-server/repos/testing-i686/PKGBUILD xorg-server/repos/testing-i686/autoconfig-nvidia.patch xorg-server/repos/testing-i686/autoconfig-sis.patch xorg-server/repos/testing-i686/git-fixes.patch xorg-server/repos/testing-i686/xvfb-run xorg-server/repos/testing-i686/xvfb-run.1 xorg-server/repos/testing-x86_64/10-quirks.conf xorg-server/repos/testing-x86_64/PKGBUILD xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch xorg-server/repos/testing-x86_64/autoconfig-sis.patch xorg-server/repos/testing-x86_64/git-fixes.patch xorg-server/repos/testing-x86_64/xvfb-run xorg-server/repos/testing-x86_64/xvfb-run.1 + testing-i686/10-quirks.conf| 20 - testing-i686/PKGBUILD | 385 ++--- testing-i686/autoconfig-nvidia.patch | 56 +-- testing-i686/autoconfig-sis.patch | 38 +- testing-i686/git-fixes.patch | 322 - testing-i686/xvfb-run | 360 +-- testing-i686/xvfb-run.1| 564 +++ testing-x86_64/10-quirks.conf | 20 - testing-x86_64/PKGBUILD| 385 ++--- testing-x86_64/autoconfig-nvidia.patch | 56 +-- testing-x86_64/autoconfig-sis.patch| 38 +- testing-x86_64/git-fixes.patch | 322 - testing-x86_64/xvfb-run| 360 +-- testing-x86_64/xvfb-run.1 | 564 +++ 14 files changed, 1748 insertions(+), 1742 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 150590:150591 to see the changes.
[arch-commits] Commit in xorg-server/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 12:17:34 Author: andyrtr Revision: 150590 upgpkg: xorg-server 1.11.99.903-2 add kdrive input devices, FS#28223 Modified: xorg-server/trunk/PKGBUILD --+ PKGBUILD |5 - 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 15:59:31 UTC (rev 150589) +++ PKGBUILD2012-02-18 17:17:34 UTC (rev 150590) @@ -4,7 +4,7 @@ pkgbase=xorg-server pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel') pkgver=1.11.99.903 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('custom') url="http://xorg.freedesktop.org"; @@ -52,6 +52,9 @@ --enable-xephyr \ --enable-glx-tls \ --enable-kdrive \ + --enable-kdrive-evdev \ + --enable-kdrive-kbd \ + --enable-kdrive-mouse \ --enable-install-setuid \ --enable-config-udev \ --disable-config-dbus \
[arch-commits] Commit in lzo/repos (8 files)
Date: Saturday, February 18, 2012 @ 10:59:31 Author: pierre Revision: 150589 archrelease: copy trunk to extra-i686, extra-x86_64 Added: lzo/repos/extra-i686/PKGBUILD (from rev 150588, lzo/trunk/PKGBUILD) lzo/repos/extra-i686/nasm-gcc3.patch (from rev 150588, lzo/trunk/nasm-gcc3.patch) lzo/repos/extra-x86_64/PKGBUILD (from rev 150588, lzo/trunk/PKGBUILD) lzo/repos/extra-x86_64/nasm-gcc3.patch (from rev 150588, lzo/trunk/nasm-gcc3.patch) Deleted: lzo/repos/extra-i686/PKGBUILD lzo/repos/extra-i686/nasm-gcc3.patch lzo/repos/extra-x86_64/PKGBUILD lzo/repos/extra-x86_64/nasm-gcc3.patch --+ extra-i686/PKGBUILD | 70 +-- extra-i686/nasm-gcc3.patch | 80 - extra-x86_64/PKGBUILD| 70 +-- extra-x86_64/nasm-gcc3.patch | 80 - 4 files changed, 150 insertions(+), 150 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 15:59:04 UTC (rev 150588) +++ extra-i686/PKGBUILD 2012-02-18 15:59:31 UTC (rev 150589) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Low Kian Seong -# Contributor: Judd Vinet -# Contributor: Daniel J Griffiths - -pkgname=lzo -pkgver=1.08 -pkgrel=6 -pkgdesc='A portable lossless data compression library written in ANSI C' -arch=('i686' 'x86_64') -license=('GPL') -url='http://www.oberhumer.com/opensource/lzo' -depends=('glibc') -makedepends=('nasm') -options=('!libtool') -source=("http://www.oberhumer.com/opensource/lzo/download/LZO-v1/${pkgname}-${pkgver}.tar.gz"; -'nasm-gcc3.patch') -md5sums=('ab94d3da364c7cbd5b78d76f1875b0f6' - '43fb13762383b572d22152f8815ea4a5') - -build() { - cd "${srcdir}"/${pkgname}-${pkgver} - - patch -p0 -i "${srcdir}"/nasm-gcc3.patch - autoconf - ./configure --prefix=/usr --enable-shared - make -} - -package() { - cd "${srcdir}"/${pkgname}-${pkgver} - - make DESTDIR="${pkgdir}" install -} Copied: lzo/repos/extra-i686/PKGBUILD (from rev 150588, lzo/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 15:59:31 UTC (rev 150589) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: +# Contributor: Low Kian Seong +# Contributor: Judd Vinet +# Contributor: Daniel J Griffiths + +pkgname=lzo +pkgver=1.08 +pkgrel=7 +pkgdesc='A portable lossless data compression library written in ANSI C' +arch=('i686' 'x86_64') +license=('GPL') +url='http://www.oberhumer.com/opensource/lzo' +depends=('glibc') +makedepends=('nasm') +options=('!libtool') +source=("http://www.oberhumer.com/opensource/lzo/download/LZO-v1/${pkgname}-${pkgver}.tar.gz"; +'nasm-gcc3.patch') +md5sums=('ab94d3da364c7cbd5b78d76f1875b0f6' + '43fb13762383b572d22152f8815ea4a5') + +build() { + cd "${srcdir}"/${pkgname}-${pkgver} + + patch -p0 -i "${srcdir}"/nasm-gcc3.patch + autoconf + ./configure --prefix=/usr --enable-shared + make +} + +package() { + cd "${srcdir}"/${pkgname}-${pkgver} + + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/nasm-gcc3.patch === --- extra-i686/nasm-gcc3.patch 2012-02-18 15:59:04 UTC (rev 150588) +++ extra-i686/nasm-gcc3.patch 2012-02-18 15:59:31 UTC (rev 150589) @@ -1,40 +0,0 @@ configure.in 2002-07-13 01:31:52.0 + -+++ configure.in.patched 2003-09-10 14:37:31.0 + -@@ -319,13 +319,13 @@ - [AC_TRY_RUN([#include - int test() { - #if defined(__GNUC__) -- __asm__ __volatile__ (" -- .align 4 --mfx_a1: -- .byte 0 -- .align 4 --mfx_a2: -- "); -+ __asm__ __volatile__ ( -+ ".align 4\n" -+"mfx_a1:\n" -+ ".byte 0\n" -+ ".align 4\n" -+"mfx_a2:\n" -+ ); - #endif - return 0; - } -@@ -363,11 +363,11 @@ - #endif - int mfx_asm_func(); - static void test() { --__asm__ __volatile__(" --.globl mfx_asm_func --mfx_asm_func: -- .byte 0 --"); -+__asm__ __volatile__( -+".globl mfx_asm_func\n" -+"mfx_asm_func:\n" -+ ".byte 0\n" -+); - } - ], [ - return mfx_asm_func(); Copied: lzo/repos/extra-i686/nasm-gcc3.patch (from rev 150588, lzo/trunk/nasm-gcc3.patch) === --- extra-i686/nasm-gcc3.patch (rev 0) +++ extra-i686/nasm-gcc3.patch 2012-02-18 15:59:31 UTC (rev 150589) @@ -0,0 +1,40 @@ +--- configure.in 2002-07-13 01:31:52.0 + configure.in.patched 2003-09-10 14:37:31.0 + +@@ -319,13 +319,13 @@ + [AC_TRY_RUN([#include + int test() { + #if defined(__GNUC__) +- __asm__ __volatile__ (" +- .align 4 +-mfx_a1: +- .byte 0 +- .align 4 +-mfx_a2: +- "); ++ __asm__ __volat
[arch-commits] Commit in lzo/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 10:59:04 Author: pierre Revision: 150588 upgpkg: lzo 1.08-7 rebuild old package Modified: lzo/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 15:53:57 UTC (rev 150587) +++ PKGBUILD2012-02-18 15:59:04 UTC (rev 150588) @@ -6,7 +6,7 @@ pkgname=lzo pkgver=1.08 -pkgrel=6 +pkgrel=7 pkgdesc='A portable lossless data compression library written in ANSI C' arch=('i686' 'x86_64') license=('GPL')
[arch-commits] Commit in mailman/repos (10 files)
Date: Saturday, February 18, 2012 @ 10:53:57 Author: pierre Revision: 150587 archrelease: copy trunk to testing-i686, testing-x86_64 Added: mailman/repos/testing-i686/ mailman/repos/testing-i686/PKGBUILD (from rev 150586, mailman/trunk/PKGBUILD) mailman/repos/testing-i686/mailman-2.1-build.patch (from rev 150586, mailman/trunk/mailman-2.1-build.patch) mailman/repos/testing-i686/mailman.install (from rev 150586, mailman/trunk/mailman.install) mailman/repos/testing-i686/rc.mailman (from rev 150586, mailman/trunk/rc.mailman) mailman/repos/testing-x86_64/ mailman/repos/testing-x86_64/PKGBUILD (from rev 150586, mailman/trunk/PKGBUILD) mailman/repos/testing-x86_64/mailman-2.1-build.patch (from rev 150586, mailman/trunk/mailman-2.1-build.patch) mailman/repos/testing-x86_64/mailman.install (from rev 150586, mailman/trunk/mailman.install) mailman/repos/testing-x86_64/rc.mailman (from rev 150586, mailman/trunk/rc.mailman) + testing-i686/PKGBUILD | 65 ++ testing-i686/mailman-2.1-build.patch | 694 +++ testing-i686/mailman.install | 31 + testing-i686/rc.mailman| 35 + testing-x86_64/PKGBUILD| 65 ++ testing-x86_64/mailman-2.1-build.patch | 694 +++ testing-x86_64/mailman.install | 31 + testing-x86_64/rc.mailman | 35 + 8 files changed, 1650 insertions(+) The diff is longer than the limit of 200KB. Use svn diff -r 150586:150587 to see the changes.
[arch-commits] Commit in mailman/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 10:53:13 Author: pierre Revision: 150586 upgpkg: mailman 2.1.14-2 Never build packages as root! Modified: mailman/trunk/PKGBUILD --+ PKGBUILD | 42 +++--- 1 file changed, 11 insertions(+), 31 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 15:49:32 UTC (rev 150585) +++ PKGBUILD2012-02-18 15:53:13 UTC (rev 150586) @@ -3,7 +3,7 @@ pkgname=mailman pkgver=2.1.14 -pkgrel=1 +pkgrel=2 pkgdesc="Mailing list manager with built in web access" arch=('i686' 'x86_64') license=('GPL') @@ -12,42 +12,27 @@ # 'Defaults.py' should not be changed by users; 'mm_cfg.py' should instead. backup=('usr/lib/mailman/Mailman/mm_cfg.py') install=$pkgname.install -source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tgz - mailman-2.1-build.patch - rc.mailman) +source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tgz"; +'mailman-2.1-build.patch' +'rc.mailman') md5sums=('9ea163871ceccbd33fee4c9e335fcf7b' 'ed04d062379eb21e39ce1e70e6b1ade2' '3d83d06d0ec3319bf3c7d9df5d18e89f') -# needs to be build as root for pam allowing to create new user/group -# LANG=C; time rm -rf src/ pkg/ && time makepkg -L --asroot - build() { cd $srcdir/$pkgname-$pkgver # fix calls to /usr/bin/python - find . -name '*.py' | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@' - + find . -name '*.py' -exec sed -i 's@^#!.*python$@#!/usr/bin/python2@' {} + # fix directory permissions to satisfy check_perms patch -Np1 -i ${srcdir}/mailman-2.1-build.patch - - # the mailman user and group are required to build (better to satisfy check_perms) - if ! egrep '^mailman' /etc/passwd; then -msg "Adding user/group mailman (temporarily)" -groupadd -g 80 mailman -useradd -s /sbin/nologin -c "GNU Mailing List Manager" -d /usr/lib/mailman -u 80 -g mailman -M -r mailman -export cleanup=1 - else -export cleanup=0 - fi ./configure --without-permcheck \ --prefix=/usr/lib/mailman \ --with-var-prefix=/var/lib/mailman \ - --with-mail-gid=mailman \ - --with-username=mailman --with-groupname=mailman \ + --with-mail-gid=80 \ + --with-username=80 --with-groupname=80 \ --with-cgi-gid=http --with-python=/usr/bin/python2 - make } @@ -69,17 +54,12 @@ ln -sv /usr/lib/mailman/Mailman/mm_cfg.py ${pkgdir}/etc/${pkgname}/mm_cfg.py # fix some permissions to satisfy check_perms - chown -R mailman:mailman $pkgdir/{usr/lib/mailman,var/lib/mailman,etc/mailman/*} - chown http:mailman ${pkgdir}/var/lib/mailman/archives/private + chown -R 80:80 $pkgdir/{usr/lib/mailman,var/lib/mailman,etc/mailman/*} + chown http:80 ${pkgdir}/var/lib/mailman/archives/private chmod 2770 ${pkgdir}/var/lib/mailman/archives/private chmod 2755 ${pkgdir}/usr/lib/mailman/cgi-bin/* chmod 2755 ${pkgdir}/usr/lib/mailman/mail/mailman - + # install the launch script - install -D -m755 $srcdir/rc.mailman $pkgdir/etc/rc.d/mailman || return 1 - - if [ $cleanup -eq 1 ]; then -msg "Removing user/group mailman" -userdel mailman - fi + install -D -m755 $srcdir/rc.mailman $pkgdir/etc/rc.d/mailman }
[arch-commits] Commit in audacious-plugins/repos (4 files)
Date: Saturday, February 18, 2012 @ 10:49:32 Author: bisson Revision: 150585 archrelease: copy trunk to staging-i686, staging-x86_64 Added: audacious-plugins/repos/staging-i686/PKGBUILD (from rev 150584, audacious-plugins/trunk/PKGBUILD) audacious-plugins/repos/staging-x86_64/PKGBUILD (from rev 150584, audacious-plugins/trunk/PKGBUILD) Deleted: audacious-plugins/repos/staging-i686/PKGBUILD audacious-plugins/repos/staging-x86_64/PKGBUILD -+ staging-i686/PKGBUILD | 126 +++--- staging-x86_64/PKGBUILD | 126 +++--- 2 files changed, 126 insertions(+), 126 deletions(-) Deleted: staging-i686/PKGBUILD === --- staging-i686/PKGBUILD 2012-02-18 15:48:41 UTC (rev 150584) +++ staging-i686/PKGBUILD 2012-02-18 15:49:32 UTC (rev 150585) @@ -1,63 +0,0 @@ -# $Id$ -# Contributor: Alexander Fehr -# Contributor: William Rea -# Maintainer: Gaetan Bisson - -pkgname=audacious-plugins -pkgver=3.2 -pkgrel=2 -pkgdesc='Plugins for Audacious' -url='http://audacious-media-player.org/' -license=('GPL') -arch=('i686' 'x86_64') - -makedepends=("audacious>=${pkgver}" - 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac' - 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 'libsidplay' 'wavpack' - 'libnotify' 'lirc-utils' 'curl' 'libmtp' - 'neon' 'libmms' 'libcue') - -optdepends=('oss: Open Sound System v4 output' -'alsa-lib: Advanced Linux Sound Arch. output' -'pulseaudio: PulseAudio output' -'jack2: Jack Audio Connection Kit output' -'lame: FileWriter MP3 output' -'libvorbis: Vorbis input, FileWriter Vorbis output' -'flac: FLAC input, FileWriter FLAC output' - -'mpg123: MP3 input' -'faad2: AAC input' -'ffmpeg: ffaudio input' -'libmodplug: modplug input' -'fluidsynth: MIDI FluidSynth backend input' -'libcdio: CD Digital Audio input' -'libsidplay: Commodore 64 audio input' -'wavpack: WavPack input' - -'libnotify: libnotify OSD' -'lirc-utils: LIRC' -'curl: AudioScrobbler Client' -'libmtp: Upload to MTP device' - -'neon: neon-based http transport' -'libmms: libmms-based mms transport' -'libcue: CUE playlist format') - -source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";) -sha1sums=('49cc0a05fddef8b1730f08d0a0bf9e4797cd393d') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure \ - --prefix=/usr \ - --enable-amidiplug \ - --disable-adplug \ - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: audacious-plugins/repos/staging-i686/PKGBUILD (from rev 150584, audacious-plugins/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-02-18 15:49:32 UTC (rev 150585) @@ -0,0 +1,63 @@ +# $Id$ +# Contributor: Alexander Fehr +# Contributor: William Rea +# Maintainer: Gaetan Bisson + +pkgname=audacious-plugins +pkgver=3.2.1 +pkgrel=2 +pkgdesc='Plugins for Audacious' +url='http://audacious-media-player.org/' +license=('GPL') +arch=('i686' 'x86_64') + +makedepends=("audacious>=${pkgver}" + 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac' + 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 'libsidplay' 'wavpack' + 'libnotify' 'lirc-utils' 'curl' 'libmtp' + 'neon' 'libmms' 'libcue') + +optdepends=('oss: Open Sound System v4 output' +'alsa-lib: Advanced Linux Sound Arch. output' +'pulseaudio: PulseAudio output' +'jack2: Jack Audio Connection Kit output' +'lame: FileWriter MP3 output' +'libvorbis: Vorbis input, FileWriter Vorbis output' +'flac: FLAC input, FileWriter FLAC output' + +'mpg123: MP3 input' +'faad2: AAC input' +'ffmpeg: ffaudio input' +'libmodplug: modplug input' +'fluidsynth: MIDI FluidSynth backend input' +'libcdio: CD Digital Audio input' +'libsidplay: Commodore 64 audio input' +'wavpack: WavPack input' + +'libnotify: libnotify OSD' +'lirc-utils: LIRC' +'curl: AudioScrobbler Client' +'libmtp: Upload to MTP device' + +'neon: neon-based http transport' +'libmms: libmms-based mms transport' +'libcue: CUE playlist format') + +source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgve
[arch-commits] Commit in audacious-plugins/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 10:48:41 Author: bisson Revision: 150584 rebuild for libcdio Modified: audacious-plugins/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 15:43:30 UTC (rev 150583) +++ PKGBUILD2012-02-18 15:48:41 UTC (rev 150584) @@ -5,7 +5,7 @@ pkgname=audacious-plugins pkgver=3.2.1 -pkgrel=1 +pkgrel=2 pkgdesc='Plugins for Audacious' url='http://audacious-media-player.org/' license=('GPL')
[arch-commits] Commit in audacious-plugins/repos (4 files)
Date: Saturday, February 18, 2012 @ 10:43:30 Author: bisson Revision: 150583 archrelease: copy trunk to extra-i686, extra-x86_64 Added: audacious-plugins/repos/extra-i686/PKGBUILD (from rev 150582, audacious-plugins/trunk/PKGBUILD) audacious-plugins/repos/extra-x86_64/PKGBUILD (from rev 150582, audacious-plugins/trunk/PKGBUILD) Deleted: audacious-plugins/repos/extra-i686/PKGBUILD audacious-plugins/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 126 extra-x86_64/PKGBUILD | 126 2 files changed, 126 insertions(+), 126 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 15:42:13 UTC (rev 150582) +++ extra-i686/PKGBUILD 2012-02-18 15:43:30 UTC (rev 150583) @@ -1,63 +0,0 @@ -# $Id$ -# Contributor: Alexander Fehr -# Contributor: William Rea -# Maintainer: Gaetan Bisson - -pkgname=audacious-plugins -pkgver=3.2 -pkgrel=1 -pkgdesc='Plugins for Audacious' -url='http://audacious-media-player.org/' -license=('GPL') -arch=('i686' 'x86_64') - -makedepends=("audacious>=${pkgver}" - 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac' - 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 'libsidplay' 'wavpack' - 'libnotify' 'lirc-utils' 'curl' 'libmtp' - 'neon' 'libmms' 'libcue') - -optdepends=('oss: Open Sound System v4 output' -'alsa-lib: Advanced Linux Sound Arch. output' -'pulseaudio: PulseAudio output' -'jack2: Jack Audio Connection Kit output' -'lame: FileWriter MP3 output' -'libvorbis: Vorbis input, FileWriter Vorbis output' -'flac: FLAC input, FileWriter FLAC output' - -'mpg123: MP3 input' -'faad2: AAC input' -'ffmpeg: ffaudio input' -'libmodplug: modplug input' -'fluidsynth: MIDI FluidSynth backend input' -'libcdio: CD Digital Audio input' -'libsidplay: Commodore 64 audio input' -'wavpack: WavPack input' - -'libnotify: libnotify OSD' -'lirc-utils: LIRC' -'curl: AudioScrobbler Client' -'libmtp: Upload to MTP device' - -'neon: neon-based http transport' -'libmms: libmms-based mms transport' -'libcue: CUE playlist format') - -source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";) -sha1sums=('49cc0a05fddef8b1730f08d0a0bf9e4797cd393d') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure \ - --prefix=/usr \ - --enable-amidiplug \ - --disable-adplug \ - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: audacious-plugins/repos/extra-i686/PKGBUILD (from rev 150582, audacious-plugins/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 15:43:30 UTC (rev 150583) @@ -0,0 +1,63 @@ +# $Id$ +# Contributor: Alexander Fehr +# Contributor: William Rea +# Maintainer: Gaetan Bisson + +pkgname=audacious-plugins +pkgver=3.2.1 +pkgrel=1 +pkgdesc='Plugins for Audacious' +url='http://audacious-media-player.org/' +license=('GPL') +arch=('i686' 'x86_64') + +makedepends=("audacious>=${pkgver}" + 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac' + 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 'libcdio' 'libsidplay' 'wavpack' + 'libnotify' 'lirc-utils' 'curl' 'libmtp' + 'neon' 'libmms' 'libcue') + +optdepends=('oss: Open Sound System v4 output' +'alsa-lib: Advanced Linux Sound Arch. output' +'pulseaudio: PulseAudio output' +'jack2: Jack Audio Connection Kit output' +'lame: FileWriter MP3 output' +'libvorbis: Vorbis input, FileWriter Vorbis output' +'flac: FLAC input, FileWriter FLAC output' + +'mpg123: MP3 input' +'faad2: AAC input' +'ffmpeg: ffaudio input' +'libmodplug: modplug input' +'fluidsynth: MIDI FluidSynth backend input' +'libcdio: CD Digital Audio input' +'libsidplay: Commodore 64 audio input' +'wavpack: WavPack input' + +'libnotify: libnotify OSD' +'lirc-utils: LIRC' +'curl: AudioScrobbler Client' +'libmtp: Upload to MTP device' + +'neon: neon-based http transport' +'libmms: libmms-based mms transport' +'libcue: CUE playlist format') + +source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";) +sha1sums=('7957f545a2c050ba2d7b1fb9
[arch-commits] Commit in audacious-plugins/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 10:42:13 Author: bisson Revision: 150582 upstream update Modified: audacious-plugins/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 15:39:58 UTC (rev 150581) +++ PKGBUILD2012-02-18 15:42:13 UTC (rev 150582) @@ -4,8 +4,8 @@ # Maintainer: Gaetan Bisson pkgname=audacious-plugins -pkgver=3.2 -pkgrel=2 +pkgver=3.2.1 +pkgrel=1 pkgdesc='Plugins for Audacious' url='http://audacious-media-player.org/' license=('GPL') @@ -44,7 +44,7 @@ 'libcue: CUE playlist format') source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";) -sha1sums=('49cc0a05fddef8b1730f08d0a0bf9e4797cd393d') +sha1sums=('7957f545a2c050ba2d7b1fb9cf53fe77bf5f853c') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in audacious/repos (8 files)
Date: Saturday, February 18, 2012 @ 10:39:58 Author: bisson Revision: 150581 archrelease: copy trunk to extra-i686, extra-x86_64 Added: audacious/repos/extra-i686/PKGBUILD (from rev 150580, audacious/trunk/PKGBUILD) audacious/repos/extra-i686/install (from rev 150580, audacious/trunk/install) audacious/repos/extra-x86_64/PKGBUILD (from rev 150580, audacious/trunk/PKGBUILD) audacious/repos/extra-x86_64/install (from rev 150580, audacious/trunk/install) Deleted: audacious/repos/extra-i686/PKGBUILD audacious/repos/extra-i686/install audacious/repos/extra-x86_64/PKGBUILD audacious/repos/extra-x86_64/install ---+ extra-i686/PKGBUILD | 64 extra-i686/install| 26 +-- extra-x86_64/PKGBUILD | 64 extra-x86_64/install | 26 +-- 4 files changed, 90 insertions(+), 90 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 15:39:15 UTC (rev 150580) +++ extra-i686/PKGBUILD 2012-02-18 15:39:58 UTC (rev 150581) @@ -1,32 +0,0 @@ -# $Id$ -# Contributor: Alexander Fehr -# Contributor: Giovanni Scafora -# Maintainer: Gaetan Bisson - -pkgname=audacious -pkgver=3.2 -pkgrel=1 -pkgdesc='Lightweight, advanced audio player focused on audio quality' -url='http://audacious-media-player.org/' -license=('GPL3') -arch=('i686' 'x86_64') -depends=('gtk3' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins' - 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils') -optdepends=('unzip: zipped skins support') -source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";) -sha1sums=('3ebc4dcdcf5da960ba400078023e167e02105e84') - -provides=('audacious-player') -replaces=('audacious-player') -install=install - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: audacious/repos/extra-i686/PKGBUILD (from rev 150580, audacious/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 15:39:58 UTC (rev 150581) @@ -0,0 +1,32 @@ +# $Id$ +# Contributor: Alexander Fehr +# Contributor: Giovanni Scafora +# Maintainer: Gaetan Bisson + +pkgname=audacious +pkgver=3.2.1 +pkgrel=1 +pkgdesc='Lightweight, advanced audio player focused on audio quality' +url='http://audacious-media-player.org/' +license=('GPL3') +arch=('i686' 'x86_64') +depends=('gtk3' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins' + 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils') +optdepends=('unzip: zipped skins support') +source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";) +sha1sums=('9183aef4d805d44b4aa456563aec7f104da97546') + +provides=('audacious-player') +replaces=('audacious-player') +install=install + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/install === --- extra-i686/install 2012-02-18 15:39:15 UTC (rev 150580) +++ extra-i686/install 2012-02-18 15:39:58 UTC (rev 150581) @@ -1,13 +0,0 @@ -post_install() { - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - true -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: audacious/repos/extra-i686/install (from rev 150580, audacious/trunk/install) === --- extra-i686/install (rev 0) +++ extra-i686/install 2012-02-18 15:39:58 UTC (rev 150581) @@ -0,0 +1,13 @@ +post_install() { + update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + true +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-02-18 15:39:15 UTC (rev 150580) +++ extra-x86_64/PKGBUILD 2012-02-18 15:39:58 UTC (rev 150581) @@ -1,32 +0,0 @@ -# $Id$ -# Contributor: Alexander Fehr -# Contributor: Giovanni Scafora -# Maintainer: Gaetan Bisson - -pkgname=audacious -pkgver=3.2 -pkgrel=1 -pkgdesc='Lightweight, advanced audio player focused on audio quality' -url='http://audacious-media-player.org/' -license=('GPL3') -arch=('i686' 'x86_64') -depends=('gtk3' 'dbus-glib' 'libguess' 'libsm' 'audacious-plugins' - 'hicolor-icon-theme' 'gtk-update-ico
[arch-commits] Commit in audacious/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 10:39:15 Author: bisson Revision: 150580 upstream update Modified: audacious/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 15:20:31 UTC (rev 150579) +++ PKGBUILD2012-02-18 15:39:15 UTC (rev 150580) @@ -4,7 +4,7 @@ # Maintainer: Gaetan Bisson pkgname=audacious -pkgver=3.2 +pkgver=3.2.1 pkgrel=1 pkgdesc='Lightweight, advanced audio player focused on audio quality' url='http://audacious-media-player.org/' @@ -14,7 +14,7 @@ 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils') optdepends=('unzip: zipped skins support') source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";) -sha1sums=('3ebc4dcdcf5da960ba400078023e167e02105e84') +sha1sums=('9183aef4d805d44b4aa456563aec7f104da97546') provides=('audacious-player') replaces=('audacious-player')
[arch-commits] Commit in mod_fastcgi/repos (8 files)
Date: Saturday, February 18, 2012 @ 10:20:31 Author: pierre Revision: 150579 archrelease: copy trunk to extra-i686, extra-x86_64 Added: mod_fastcgi/repos/extra-i686/PKGBUILD (from rev 150578, mod_fastcgi/trunk/PKGBUILD) mod_fastcgi/repos/extra-i686/lp381384.patch (from rev 150578, mod_fastcgi/trunk/lp381384.patch) mod_fastcgi/repos/extra-x86_64/PKGBUILD (from rev 150578, mod_fastcgi/trunk/PKGBUILD) mod_fastcgi/repos/extra-x86_64/lp381384.patch (from rev 150578, mod_fastcgi/trunk/lp381384.patch) Deleted: mod_fastcgi/repos/extra-i686/PKGBUILD mod_fastcgi/repos/extra-i686/lp381384.patch mod_fastcgi/repos/extra-x86_64/PKGBUILD mod_fastcgi/repos/extra-x86_64/lp381384.patch -+ extra-i686/PKGBUILD | 62 +++--- extra-i686/lp381384.patch | 68 +- extra-x86_64/PKGBUILD | 62 +++--- extra-x86_64/lp381384.patch | 68 +- 4 files changed, 130 insertions(+), 130 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 15:20:04 UTC (rev 150578) +++ extra-i686/PKGBUILD 2012-02-18 15:20:31 UTC (rev 150579) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Jan de Groot - -pkgname=mod_fastcgi -pkgver=2.4.6 -pkgrel=3 -pkgdesc="Apache module to support the FastCGI protocol" -arch=('i686' 'x86_64') -license=('custom') -url="http://www.fastcgi.com/"; -depends=('apache') -options=('!libtool') -source=("http://www.fastcgi.com/dist/${pkgname}-${pkgver}.tar.gz"; -'lp381384.patch') -md5sums=('a21a613dd5dacf4c8ad88c8550294fed' - '7dd09e6579cc9bf2f992bbd82d1d1537') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -Np1 -i "${srcdir}/lp381384.patch" - cp Makefile.AP2 Makefile - make top_dir=/usr/lib/httpd -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make top_dir=/usr/lib/httpd DESTDIR="${pkgdir}" install - install -Dm644 docs/LICENSE.TERMS \ -"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} Copied: mod_fastcgi/repos/extra-i686/PKGBUILD (from rev 150578, mod_fastcgi/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 15:20:31 UTC (rev 150579) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: +# Contributor: Jan de Groot + +pkgname=mod_fastcgi +pkgver=2.4.6 +pkgrel=4 +pkgdesc="Apache module to support the FastCGI protocol" +arch=('i686' 'x86_64') +license=('custom') +url="http://www.fastcgi.com/"; +depends=('apache') +options=('!libtool') +source=("http://www.fastcgi.com/dist/${pkgname}-${pkgver}.tar.gz"; +'lp381384.patch') +md5sums=('a21a613dd5dacf4c8ad88c8550294fed' + '7dd09e6579cc9bf2f992bbd82d1d1537') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + patch -Np1 -i "${srcdir}/lp381384.patch" + cp Makefile.AP2 Makefile + make top_dir=/usr/lib/httpd +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make top_dir=/usr/lib/httpd DESTDIR="${pkgdir}" install + install -Dm644 docs/LICENSE.TERMS \ +"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} Deleted: extra-i686/lp381384.patch === --- extra-i686/lp381384.patch 2012-02-18 15:20:04 UTC (rev 150578) +++ extra-i686/lp381384.patch 2012-02-18 15:20:31 UTC (rev 150579) @@ -1,34 +0,0 @@ -References: -http://thread.gmane.org/gmane.comp.web.fastcgi.devel/2613 -http://article.gmane.org/gmane.comp.web.fastcgi.devel/1167 -http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509116 -https://bugs.launchpad.net/ubuntu/+source/libapache-mod-fastcgi/+bug/381384 - -Patch extracted from the SNAP-0811090952 snapshot tarball. -2009-05-28 Martin von Gagern - -diff -ru mod_fastcgi-2.4.6/CHANGES mod_fastcgi-2.4.6-lp381384/CHANGES mod_fastcgi-2.4.6/CHANGES 2007-11-13 13:26:35.0 +0100 -+++ mod_fastcgi-2.4.6-lp381384/CHANGES 2009-05-28 21:02:31.0 +0200 -@@ -1,3 +1,6 @@ -+ *) Don't let the Content-Length header propagate on errors or across -+redirects. [Artur Zaprzala ] -+ - 2.4.6 - - *) Fix a bug I introduced in 2.4.4 that broke dynamic application -diff -ru mod_fastcgi-2.4.6/mod_fastcgi.c mod_fastcgi-2.4.6-lp381384/mod_fastcgi.c mod_fastcgi-2.4.6/mod_fastcgi.c2007-11-13 00:00:10.0 +0100 -+++ mod_fastcgi-2.4.6-lp381384/mod_fastcgi.c 2009-05-28 21:02:31.0 +0200 -@@ -753,6 +753,11 @@ - ap_table_set(r->headers_out, "Location", value); - continue; - } -+ -+if (strcasecmp(name, "Content-Length") == 0) { -+ap_table_set(r->headers_out, name, value); -+ continue; -+} - - /* If the script wants them merged, it can do it */ - ap_table_add(r-
[arch-commits] Commit in mod_fastcgi/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 10:20:04 Author: pierre Revision: 150578 upgpkg: mod_fastcgi 2.4.6-4 rebuild old package Modified: mod_fastcgi/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 15:19:06 UTC (rev 150577) +++ PKGBUILD2012-02-18 15:20:04 UTC (rev 150578) @@ -4,7 +4,7 @@ pkgname=mod_fastcgi pkgver=2.4.6 -pkgrel=3 +pkgrel=4 pkgdesc="Apache module to support the FastCGI protocol" arch=('i686' 'x86_64') license=('custom')
[arch-commits] Commit in mod_wsgi/repos (8 files)
Date: Saturday, February 18, 2012 @ 10:19:06 Author: pierre Revision: 150577 archrelease: copy trunk to extra-i686, extra-x86_64 Added: mod_wsgi/repos/extra-i686/PKGBUILD (from rev 150576, mod_wsgi/trunk/PKGBUILD) mod_wsgi/repos/extra-i686/mod_wsgi.install (from rev 150576, mod_wsgi/trunk/mod_wsgi.install) mod_wsgi/repos/extra-x86_64/PKGBUILD (from rev 150576, mod_wsgi/trunk/PKGBUILD) mod_wsgi/repos/extra-x86_64/mod_wsgi.install (from rev 150576, mod_wsgi/trunk/mod_wsgi.install) Deleted: mod_wsgi/repos/extra-i686/PKGBUILD mod_wsgi/repos/extra-i686/mod_wsgi.install mod_wsgi/repos/extra-x86_64/PKGBUILD mod_wsgi/repos/extra-x86_64/mod_wsgi.install ---+ extra-i686/PKGBUILD | 57 +++- extra-i686/mod_wsgi.install | 28 +-- extra-x86_64/PKGBUILD | 57 +++- extra-x86_64/mod_wsgi.install | 28 +-- 4 files changed, 84 insertions(+), 86 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 15:18:33 UTC (rev 150576) +++ extra-i686/PKGBUILD 2012-02-18 15:19:06 UTC (rev 150577) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Ryan Coyner - -pkgname=mod_wsgi -pkgver=3.3 -pkgrel=2 -pkgdesc="Python WSGI adapter module for Apache" -arch=('i686' 'x86_64') -url="http://www.modwsgi.org/"; -license=('APACHE') -depends=('apache' 'python2') -install=mod_wsgi.install -source=(http://modwsgi.googlecode.com/files/${pkgname}-${pkgver}.tar.gz) -md5sums=('6172bb2bbabcd0c25867c2bc06f99dbb') -sha1sums=('f32d38e5d3ed5de1efd5abefb52678f833dc9166') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr \ ---with-apxs=/usr/sbin/apxs \ ---with-python=/usr/bin/python2 - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: mod_wsgi/repos/extra-i686/PKGBUILD (from rev 150576, mod_wsgi/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 15:19:06 UTC (rev 150577) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Andrea Scarpino +# Contributor: Ryan Coyner + +pkgname=mod_wsgi +pkgver=3.3 +pkgrel=3 +pkgdesc="Python WSGI adapter module for Apache" +arch=('i686' 'x86_64') +url="http://www.modwsgi.org/"; +license=('APACHE') +depends=('apache' 'python2') +install=mod_wsgi.install +source=("http://modwsgi.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";) +md5sums=('6172bb2bbabcd0c25867c2bc06f99dbb') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr \ +--with-apxs=/usr/sbin/apxs \ +--with-python=/usr/bin/python2 + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: extra-i686/mod_wsgi.install === --- extra-i686/mod_wsgi.install 2012-02-18 15:18:33 UTC (rev 150576) +++ extra-i686/mod_wsgi.install 2012-02-18 15:19:06 UTC (rev 150577) @@ -1,14 +0,0 @@ -post_install() { -/bin/cat << ENDOFMESSAGE -==> -==> -==> To install mod_wsgi, add the following line in -==> /etc/httpd/conf/httpd.conf file : -==> -==> LoadModule wsgi_module modules/mod_wsgi.so -==> -==> and restart/reload Apache. -==> -==> -ENDOFMESSAGE -} Copied: mod_wsgi/repos/extra-i686/mod_wsgi.install (from rev 150576, mod_wsgi/trunk/mod_wsgi.install) === --- extra-i686/mod_wsgi.install (rev 0) +++ extra-i686/mod_wsgi.install 2012-02-18 15:19:06 UTC (rev 150577) @@ -0,0 +1,14 @@ +post_install() { +/bin/cat << ENDOFMESSAGE +==> +==> +==> To install mod_wsgi, add the following line in +==> /etc/httpd/conf/httpd.conf file : +==> +==> LoadModule wsgi_module modules/mod_wsgi.so +==> +==> and restart/reload Apache. +==> +==> +ENDOFMESSAGE +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-02-18 15:18:33 UTC (rev 150576) +++ extra-x86_64/PKGBUILD 2012-02-18 15:19:06 UTC (rev 150577) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino -# Contributor: Ryan Coyner - -pkgname=mod_wsgi -pkgver=3.3 -pkgrel=2 -pkgdesc="Python WSGI adapter module for Apache" -arch=('i686' 'x86_64') -url="http://www.modwsgi.org/"; -license=('APACHE') -depends=('apache' 'python2') -install=mod_wsgi.install -source=(http://modwsgi.googlecode.com/files/${pkgname}-${pkgver}.tar.gz) -md5sums=('6172bb2bbabcd0c25867c2bc06f99dbb') -sha1sums=('f32d38e5d3ed5de1efd5abefb52678f833dc9166') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr \ ---with-apxs=/usr/sbin/apxs \ ---with-python=/usr/bin/python2 - make -} - -package() { - cd
[arch-commits] Commit in mod_wsgi/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 10:18:33 Author: pierre Revision: 150576 upgpkg: mod_wsgi 3.3-3 rebuild old package Modified: mod_wsgi/trunk/PKGBUILD --+ PKGBUILD |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 15:15:18 UTC (rev 150575) +++ PKGBUILD2012-02-18 15:18:33 UTC (rev 150576) @@ -4,16 +4,15 @@ pkgname=mod_wsgi pkgver=3.3 -pkgrel=2 +pkgrel=3 pkgdesc="Python WSGI adapter module for Apache" arch=('i686' 'x86_64') url="http://www.modwsgi.org/"; license=('APACHE') depends=('apache' 'python2') install=mod_wsgi.install -source=(http://modwsgi.googlecode.com/files/${pkgname}-${pkgver}.tar.gz) +source=("http://modwsgi.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";) md5sums=('6172bb2bbabcd0c25867c2bc06f99dbb') -sha1sums=('f32d38e5d3ed5de1efd5abefb52678f833dc9166') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in mono-zeroconf/repos (extra-i686 extra-x86_64)
Date: Saturday, February 18, 2012 @ 10:15:18 Author: pierre Revision: 150575 Removed extra-i686 and extra-x86_64 for mono-zeroconf Deleted: mono-zeroconf/repos/extra-i686/ mono-zeroconf/repos/extra-x86_64/
[arch-commits] Commit in mono-zeroconf/repos (extra-any extra-any/PKGBUILD)
Date: Saturday, February 18, 2012 @ 10:15:12 Author: pierre Revision: 150574 archrelease: copy trunk to extra-any Added: mono-zeroconf/repos/extra-any/ mono-zeroconf/repos/extra-any/PKGBUILD (from rev 150573, mono-zeroconf/trunk/PKGBUILD) --+ PKGBUILD | 32 1 file changed, 32 insertions(+) Copied: mono-zeroconf/repos/extra-any/PKGBUILD (from rev 150573, mono-zeroconf/trunk/PKGBUILD) === --- extra-any/PKGBUILD (rev 0) +++ extra-any/PKGBUILD 2012-02-18 15:15:12 UTC (rev 150574) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Hugo Doria + +pkgname=mono-zeroconf +pkgver=0.9.0 +pkgrel=3 +pkgdesc="A cross platform Zero Configuration Networking library for Mono and .NET." +url="http://www.mono-project.com/Mono.Zeroconf"; +license=('GPL') +arch=('any') +depends=('mono' 'avahi') +options=('!makeflags') +source=("http://download.banshee-project.org/mono-zeroconf/${pkgname}-${pkgver}.tar.bz2";) +md5sums=('cb25d50898442a7766c324dcb52ef9bf') + +build() { +export MONO_SHARED_DIR=${srcdir}/.wabi +mkdir -p "${MONO_SHARED_DIR}" + +cd ${srcdir}/${pkgname}-${pkgver} + +./configure --prefix=/usr --disable-docs --disable-mdnsresponder +make hicolordir=/usr/share/icons/hicolor +} + +package() { +cd ${srcdir}/${pkgname}-${pkgver} +make hicolordir=/usr/share/icons/hicolor \ +GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \ +DESTDIR=${pkgdir} install +rm -rf "${MONO_SHARED_DIR}" +}
[arch-commits] Commit in mono-zeroconf/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 10:14:56 Author: pierre Revision: 150573 upgpkg: mono-zeroconf 0.9.0-3 rebuild old package Modified: mono-zeroconf/trunk/PKGBUILD --+ PKGBUILD | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 15:09:28 UTC (rev 150572) +++ PKGBUILD2012-02-18 15:14:56 UTC (rev 150573) @@ -3,17 +3,16 @@ pkgname=mono-zeroconf pkgver=0.9.0 -pkgrel=2 +pkgrel=3 pkgdesc="A cross platform Zero Configuration Networking library for Mono and .NET." url="http://www.mono-project.com/Mono.Zeroconf"; license=('GPL') -arch=('i686' 'x86_64') -depends=('mono>=2.6' 'avahi') +arch=('any') +depends=('mono' 'avahi') options=('!makeflags') -source=(http://download.banshee-project.org/mono-zeroconf/${pkgname}-${pkgver}.tar.bz2) +source=("http://download.banshee-project.org/mono-zeroconf/${pkgname}-${pkgver}.tar.bz2";) md5sums=('cb25d50898442a7766c324dcb52ef9bf') - build() { export MONO_SHARED_DIR=${srcdir}/.wabi mkdir -p "${MONO_SHARED_DIR}" @@ -22,6 +21,10 @@ ./configure --prefix=/usr --disable-docs --disable-mdnsresponder make hicolordir=/usr/share/icons/hicolor +} + +package() { +cd ${srcdir}/${pkgname}-${pkgver} make hicolordir=/usr/share/icons/hicolor \ GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \ DESTDIR=${pkgdir} install
[arch-commits] Commit in neon/repos (4 files)
Date: Saturday, February 18, 2012 @ 10:09:28 Author: pierre Revision: 150572 archrelease: copy trunk to extra-i686, extra-x86_64 Added: neon/repos/extra-i686/PKGBUILD (from rev 150571, neon/trunk/PKGBUILD) neon/repos/extra-x86_64/PKGBUILD (from rev 150571, neon/trunk/PKGBUILD) Deleted: neon/repos/extra-i686/PKGBUILD neon/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 70 extra-x86_64/PKGBUILD | 70 2 files changed, 70 insertions(+), 70 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 15:08:58 UTC (rev 150571) +++ extra-i686/PKGBUILD 2012-02-18 15:09:28 UTC (rev 150572) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Tom Newsom -# Contributor: Juergen Hoetzel - -pkgname=neon -pkgver=0.29.6 -pkgrel=2 -pkgdesc="HTTP and WebDAV client library with a C interface" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL') -depends=('krb5' 'expat' 'ca-certificates') -url="http://www.webdav.org/neon/"; -source=("http://www.webdav.org/${pkgname}/${pkgname}-${pkgver}.tar.gz";) -md5sums=('591e0c82e6979e7e615211b386b8f6bc') -options=('libtool') # FS#16067 - -build() { - cd "${srcdir}"/${pkgname}-${pkgver} - ./configure --prefix=/usr \ ---with-expat \ ---enable-shared \ ---disable-static \ ---with-ssl=openssl \ ---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt - make - - # fix invalid .so links in man pages (FS#24902) - sed -i '/^\.so/s|\.so \([^.]\+\)\.\([[:digit:]]\)|.so man\2/\1.\2|' doc/man/* -} - -package() { - cd "${srcdir}"/${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install -} Copied: neon/repos/extra-i686/PKGBUILD (from rev 150571, neon/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 15:09:28 UTC (rev 150572) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: +# Contributor: Tom Newsom +# Contributor: Juergen Hoetzel + +pkgname=neon +pkgver=0.29.6 +pkgrel=3 +pkgdesc="HTTP and WebDAV client library with a C interface" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL') +depends=('krb5' 'expat' 'ca-certificates') +url="http://www.webdav.org/neon/"; +source=("http://www.webdav.org/${pkgname}/${pkgname}-${pkgver}.tar.gz";) +md5sums=('591e0c82e6979e7e615211b386b8f6bc') +options=('libtool') # FS#16067 + +build() { + cd "${srcdir}"/${pkgname}-${pkgver} + ./configure --prefix=/usr \ +--with-expat \ +--enable-shared \ +--disable-static \ +--with-ssl=openssl \ +--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt + make + + # fix invalid .so links in man pages (FS#24902) + sed -i '/^\.so/s|\.so \([^.]\+\)\.\([[:digit:]]\)|.so man\2/\1.\2|' doc/man/* +} + +package() { + cd "${srcdir}"/${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-02-18 15:08:58 UTC (rev 150571) +++ extra-x86_64/PKGBUILD 2012-02-18 15:09:28 UTC (rev 150572) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Tom Newsom -# Contributor: Juergen Hoetzel - -pkgname=neon -pkgver=0.29.6 -pkgrel=2 -pkgdesc="HTTP and WebDAV client library with a C interface" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL') -depends=('krb5' 'expat' 'ca-certificates') -url="http://www.webdav.org/neon/"; -source=("http://www.webdav.org/${pkgname}/${pkgname}-${pkgver}.tar.gz";) -md5sums=('591e0c82e6979e7e615211b386b8f6bc') -options=('libtool') # FS#16067 - -build() { - cd "${srcdir}"/${pkgname}-${pkgver} - ./configure --prefix=/usr \ ---with-expat \ ---enable-shared \ ---disable-static \ ---with-ssl=openssl \ ---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt - make - - # fix invalid .so links in man pages (FS#24902) - sed -i '/^\.so/s|\.so \([^.]\+\)\.\([[:digit:]]\)|.so man\2/\1.\2|' doc/man/* -} - -package() { - cd "${srcdir}"/${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install -} Copied: neon/repos/extra-x86_64/PKGBUILD (from rev 150571, neon/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-02-18 15:09:28 UTC (rev 150572) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: +# Contributor: Tom Newsom +# Contributor: Juergen Hoetzel + +pkgname=neon +pkgver=0.29.6 +pkgrel=3 +pkgdesc="HTTP and WebDAV client library with a C interface" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL') +depends=('krb5' 'expat' 'ca-certificates') +url="http://www.webdav.org/neon/"; +source=("http://www.webdav.org/${pkgname}/${pkgname}-${pkgver}.tar.gz";) +md5sums=('591e0c82e6979e7e615211b386b8f6bc') +options=('libtool') # FS#16067 + +build() { + cd "${srcdir}"/${pkgnam
[arch-commits] Commit in neon/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 10:08:58 Author: pierre Revision: 150571 upgpkg: neon 0.29.6-3 rebuild old package Modified: neon/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 15:06:04 UTC (rev 150570) +++ PKGBUILD2012-02-18 15:08:58 UTC (rev 150571) @@ -5,7 +5,7 @@ pkgname=neon pkgver=0.29.6 -pkgrel=2 +pkgrel=3 pkgdesc="HTTP and WebDAV client library with a C interface" arch=('i686' 'x86_64') license=('GPL' 'LGPL')
[arch-commits] Commit in nss-mdns/repos (12 files)
Date: Saturday, February 18, 2012 @ 10:06:04 Author: pierre Revision: 150570 archrelease: copy trunk to extra-i686, extra-x86_64 Added: nss-mdns/repos/extra-i686/PKGBUILD (from rev 150569, nss-mdns/trunk/PKGBUILD) nss-mdns/repos/extra-i686/mdns.allow (from rev 150569, nss-mdns/trunk/mdns.allow) nss-mdns/repos/extra-i686/nss-mdns.install (from rev 150569, nss-mdns/trunk/nss-mdns.install) nss-mdns/repos/extra-x86_64/PKGBUILD (from rev 150569, nss-mdns/trunk/PKGBUILD) nss-mdns/repos/extra-x86_64/mdns.allow (from rev 150569, nss-mdns/trunk/mdns.allow) nss-mdns/repos/extra-x86_64/nss-mdns.install (from rev 150569, nss-mdns/trunk/nss-mdns.install) Deleted: nss-mdns/repos/extra-i686/PKGBUILD nss-mdns/repos/extra-i686/mdns.allow nss-mdns/repos/extra-i686/nss-mdns.install nss-mdns/repos/extra-x86_64/PKGBUILD nss-mdns/repos/extra-x86_64/mdns.allow nss-mdns/repos/extra-x86_64/nss-mdns.install ---+ extra-i686/PKGBUILD | 68 extra-i686/mdns.allow | 16 - extra-i686/nss-mdns.install | 40 +++ extra-x86_64/PKGBUILD | 68 extra-x86_64/mdns.allow | 16 - extra-x86_64/nss-mdns.install | 40 +++ 6 files changed, 124 insertions(+), 124 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 15:05:24 UTC (rev 150569) +++ extra-i686/PKGBUILD 2012-02-18 15:06:04 UTC (rev 150570) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Travis Willard - -pkgname=nss-mdns -pkgver=0.10 -pkgrel=3 -pkgdesc="glibc plugin providing host name resolution via mDNS" -arch=('i686' 'x86_64') -url="http://0pointer.de/lennart/projects/nss-mdns/"; -license=('LGPL') -depends=('glibc') -makedepends=('pkgconfig') -backup=('etc/mdns.allow') -install=nss-mdns.install -source=("http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz"; -'mdns.allow') -md5sums=('03938f17646efbb50aa70ba5f99f51d7' - '904abb492fb1f56722826c0c3a997bf0') - -build() { - cd "${srcdir}"/${pkgname}-${pkgver} - ./configure --prefix=/ \ ---disable-lynx \ ---enable-avahi - make -} - -package() { - cd "${srcdir}"/${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install - install -Dm644 "${srcdir}"/mdns.allow "${pkgdir}"/etc/mdns.allow -} - Copied: nss-mdns/repos/extra-i686/PKGBUILD (from rev 150569, nss-mdns/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 15:06:04 UTC (rev 150570) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: +# Contributor: Travis Willard + +pkgname=nss-mdns +pkgver=0.10 +pkgrel=4 +pkgdesc="glibc plugin providing host name resolution via mDNS" +arch=('i686' 'x86_64') +url="http://0pointer.de/lennart/projects/nss-mdns/"; +license=('LGPL') +depends=('glibc') +makedepends=('pkgconfig') +backup=('etc/mdns.allow') +install=nss-mdns.install +source=("http://0pointer.de/lennart/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz"; +'mdns.allow') +md5sums=('03938f17646efbb50aa70ba5f99f51d7' + '904abb492fb1f56722826c0c3a997bf0') + +build() { + cd "${srcdir}"/${pkgname}-${pkgver} + ./configure --prefix=/ \ +--disable-lynx \ +--enable-avahi + make +} + +package() { + cd "${srcdir}"/${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install + install -Dm644 "${srcdir}"/mdns.allow "${pkgdir}"/etc/mdns.allow +} + Deleted: extra-i686/mdns.allow === --- extra-i686/mdns.allow 2012-02-18 15:05:24 UTC (rev 150569) +++ extra-i686/mdns.allow 2012-02-18 15:06:04 UTC (rev 150570) @@ -1,8 +0,0 @@ -# -# /etc/mdns.allow -# - -.local. -.local - -# End of file Copied: nss-mdns/repos/extra-i686/mdns.allow (from rev 150569, nss-mdns/trunk/mdns.allow) === --- extra-i686/mdns.allow (rev 0) +++ extra-i686/mdns.allow 2012-02-18 15:06:04 UTC (rev 150570) @@ -0,0 +1,8 @@ +# +# /etc/mdns.allow +# + +.local. +.local + +# End of file Deleted: extra-i686/nss-mdns.install === --- extra-i686/nss-mdns.install 2012-02-18 15:05:24 UTC (rev 150569) +++ extra-i686/nss-mdns.install 2012-02-18 15:06:04 UTC (rev 150570) @@ -1,20 +0,0 @@ -post_install() { - cat << 'EOM' -==> To enable IPv4 multicast DNS lookups, append 'mdns4' to the hosts line -in /etc/nsswitch.conf. Use 'mdns6' for IPv6 or 'mdns' for both. -EOM -} - -post_upgrade() { - if [ "$2" == "0.7-1" ]; then -echo -n "disabling mdns lookups in /etc/nsswitch.conf... " -sed -i -e '/^hosts: / s/ mdns\([46]\)\?\>//g' etc/nsswitch.conf && echo "done." - fi - cat
[arch-commits] Commit in nss-mdns/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 10:05:24 Author: pierre Revision: 150569 upgpkg: nss-mdns 0.10-4 rebuild old package Modified: nss-mdns/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 15:04:06 UTC (rev 150568) +++ PKGBUILD2012-02-18 15:05:24 UTC (rev 150569) @@ -4,7 +4,7 @@ pkgname=nss-mdns pkgver=0.10 -pkgrel=3 +pkgrel=4 pkgdesc="glibc plugin providing host name resolution via mDNS" arch=('i686' 'x86_64') url="http://0pointer.de/lennart/projects/nss-mdns/";
[arch-commits] Commit in openobex/repos (4 files)
Date: Saturday, February 18, 2012 @ 10:04:06 Author: pierre Revision: 150568 archrelease: copy trunk to extra-i686, extra-x86_64 Added: openobex/repos/extra-i686/PKGBUILD (from rev 150567, openobex/trunk/PKGBUILD) openobex/repos/extra-x86_64/PKGBUILD (from rev 150567, openobex/trunk/PKGBUILD) Deleted: openobex/repos/extra-i686/PKGBUILD openobex/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 68 extra-x86_64/PKGBUILD | 68 2 files changed, 68 insertions(+), 68 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 15:03:26 UTC (rev 150567) +++ extra-i686/PKGBUILD 2012-02-18 15:04:06 UTC (rev 150568) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Geoffroy Carrier -# Contributor: Andrea Scarpino -# Contributor: damir - -pkgname=openobex -pkgver=1.5 -pkgrel=2 -pkgdesc="Implementation of the OBject EXchange (OBEX) protocol" -url="http://dev.zuckschwerdt.org/openobex/"; -arch=('i686' 'x86_64') -license=('GPL' 'LGPL') -depends=('bluez' 'libusb-compat') -options=('!libtool') -source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2";) -md5sums=('fce1b82eafb74bde54fe117372393ba8') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC" - - ./configure --prefix=/usr \ - --enable-apps \ - --enable-irda \ - --enable-bluetooth \ - --enable-usb - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: openobex/repos/extra-i686/PKGBUILD (from rev 150567, openobex/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 15:04:06 UTC (rev 150568) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Geoffroy Carrier +# Contributor: Andrea Scarpino +# Contributor: damir + +pkgname=openobex +pkgver=1.5 +pkgrel=3 +pkgdesc="Implementation of the OBject EXchange (OBEX) protocol" +url="http://dev.zuckschwerdt.org/openobex/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL') +depends=('bluez' 'libusb-compat') +options=('!libtool') +source=("http://mirror.anl.gov/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2";) +md5sums=('fce1b82eafb74bde54fe117372393ba8') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC" + + ./configure --prefix=/usr \ + --enable-apps \ + --enable-irda \ + --enable-bluetooth \ + --enable-usb + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-02-18 15:03:26 UTC (rev 150567) +++ extra-x86_64/PKGBUILD 2012-02-18 15:04:06 UTC (rev 150568) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Geoffroy Carrier -# Contributor: Andrea Scarpino -# Contributor: damir - -pkgname=openobex -pkgver=1.5 -pkgrel=2 -pkgdesc="Implementation of the OBject EXchange (OBEX) protocol" -url="http://dev.zuckschwerdt.org/openobex/"; -arch=('i686' 'x86_64') -license=('GPL' 'LGPL') -depends=('bluez' 'libusb-compat') -options=('!libtool') -source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2";) -md5sums=('fce1b82eafb74bde54fe117372393ba8') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC" - - ./configure --prefix=/usr \ - --enable-apps \ - --enable-irda \ - --enable-bluetooth \ - --enable-usb - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: openobex/repos/extra-x86_64/PKGBUILD (from rev 150567, openobex/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-02-18 15:04:06 UTC (rev 150568) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Geoffroy Carrier +# Contributor: Andrea Scarpino +# Contributor: damir + +pkgname=openobex +pkgver=1.5 +pkgrel=3 +pkgdesc="Implementation of the OBject EXchange (OBEX) protocol" +url="http://dev.zuckschwerdt.org/openobex/"; +arch=('i686' 'x86_64') +license=('GPL' 'LGPL') +depends=('bluez' 'libusb-compat') +options=('!libtool') +source=("http://mirror.anl.gov/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2";) +md5sums=('fce1b82eafb74bde54fe117372393ba8') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC" + + ./configure --prefix=/usr \ + --enable-apps \ +
[arch-commits] Commit in openobex/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 10:03:26 Author: pierre Revision: 150567 upgpkg: openobex 1.5-3 rebuild old package Modified: openobex/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 14:51:32 UTC (rev 150566) +++ PKGBUILD2012-02-18 15:03:26 UTC (rev 150567) @@ -5,14 +5,14 @@ pkgname=openobex pkgver=1.5 -pkgrel=2 +pkgrel=3 pkgdesc="Implementation of the OBject EXchange (OBEX) protocol" url="http://dev.zuckschwerdt.org/openobex/"; arch=('i686' 'x86_64') license=('GPL' 'LGPL') depends=('bluez' 'libusb-compat') options=('!libtool') -source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2";) +source=("http://mirror.anl.gov/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2";) md5sums=('fce1b82eafb74bde54fe117372393ba8') build() {
[arch-commits] Commit in opensp/repos (4 files)
Date: Saturday, February 18, 2012 @ 09:51:32 Author: pierre Revision: 150566 archrelease: copy trunk to extra-i686, extra-x86_64 Added: opensp/repos/extra-i686/PKGBUILD (from rev 150565, opensp/trunk/PKGBUILD) opensp/repos/extra-x86_64/PKGBUILD (from rev 150565, opensp/trunk/PKGBUILD) Deleted: opensp/repos/extra-i686/PKGBUILD opensp/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 70 extra-x86_64/PKGBUILD | 70 2 files changed, 70 insertions(+), 70 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 14:51:02 UTC (rev 150565) +++ extra-i686/PKGBUILD 2012-02-18 14:51:32 UTC (rev 150566) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: dorphell -# Contributor: Tom Newsom - -pkgname=opensp -pkgver=1.5.2 -pkgrel=2 -pkgdesc="A library and a set of tools for validating, parsing and manipulating SGML and XML documents" -arch=('i686' 'x86_64') -url="http://openjade.sourceforge.net/"; -license=('BSD') -depends=('gcc-libs') -makedepends=('xmlto' 'docbook-xsl') -options=('!libtool') -source=("http://download.sourceforge.net/openjade/OpenSP-$pkgver.tar.gz";) -md5sums=('670b223c5d12cee40c9137be86b6c39b') - -build() { - cd "${srcdir}"/OpenSP-$pkgver - ./configure --prefix=/usr \ ---mandir=/usr/share/man \ ---disable-nls \ ---enable-http \ ---enable-default-catalog=/etc/sgml/catalog:/etc/xml/catalog \ ---enable-default-search-path=/usr/share/sgml:/usr/share/xml \ ---enable-xml-messages - make -} - -package() { - cd "${srcdir}"/OpenSP-$pkgver - make DESTDIR="${pkgdir}" install - install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE -} Copied: opensp/repos/extra-i686/PKGBUILD (from rev 150565, opensp/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 14:51:32 UTC (rev 150566) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: +# Contributor: dorphell +# Contributor: Tom Newsom + +pkgname=opensp +pkgver=1.5.2 +pkgrel=3 +pkgdesc="A library and a set of tools for validating, parsing and manipulating SGML and XML documents" +arch=('i686' 'x86_64') +url="http://openjade.sourceforge.net/"; +license=('BSD') +depends=('gcc-libs') +makedepends=('xmlto' 'docbook-xsl') +options=('!libtool') +source=("http://download.sourceforge.net/openjade/OpenSP-$pkgver.tar.gz";) +md5sums=('670b223c5d12cee40c9137be86b6c39b') + +build() { + cd "${srcdir}"/OpenSP-$pkgver + ./configure --prefix=/usr \ +--mandir=/usr/share/man \ +--disable-nls \ +--enable-http \ +--enable-default-catalog=/etc/sgml/catalog:/etc/xml/catalog \ +--enable-default-search-path=/usr/share/sgml:/usr/share/xml \ +--enable-xml-messages + make +} + +package() { + cd "${srcdir}"/OpenSP-$pkgver + make DESTDIR="${pkgdir}" install + install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-02-18 14:51:02 UTC (rev 150565) +++ extra-x86_64/PKGBUILD 2012-02-18 14:51:32 UTC (rev 150566) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: dorphell -# Contributor: Tom Newsom - -pkgname=opensp -pkgver=1.5.2 -pkgrel=2 -pkgdesc="A library and a set of tools for validating, parsing and manipulating SGML and XML documents" -arch=('i686' 'x86_64') -url="http://openjade.sourceforge.net/"; -license=('BSD') -depends=('gcc-libs') -makedepends=('xmlto' 'docbook-xsl') -options=('!libtool') -source=("http://download.sourceforge.net/openjade/OpenSP-$pkgver.tar.gz";) -md5sums=('670b223c5d12cee40c9137be86b6c39b') - -build() { - cd "${srcdir}"/OpenSP-$pkgver - ./configure --prefix=/usr \ ---mandir=/usr/share/man \ ---disable-nls \ ---enable-http \ ---enable-default-catalog=/etc/sgml/catalog:/etc/xml/catalog \ ---enable-default-search-path=/usr/share/sgml:/usr/share/xml \ ---enable-xml-messages - make -} - -package() { - cd "${srcdir}"/OpenSP-$pkgver - make DESTDIR="${pkgdir}" install - install -D -m644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE -} Copied: opensp/repos/extra-x86_64/PKGBUILD (from rev 150565, opensp/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-02-18 14:51:32 UTC (rev 150566) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: +# Contributor: dorphell +# Contributor: Tom Newsom + +pkgname=opensp +pkgver=1.5.2 +pkgrel=3 +pkgdesc="A library and a set of tools for validating, parsing and manipulating SGML and XML documents" +arch=('i686' 'x86_64') +url="http://openjade.sourceforge.net/"; +license=('BSD') +depen
[arch-commits] Commit in opensp/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 09:51:02 Author: pierre Revision: 150565 upgpkg: opensp 1.5.2-3 rebuild old package Modified: opensp/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 14:45:45 UTC (rev 150564) +++ PKGBUILD2012-02-18 14:51:02 UTC (rev 150565) @@ -5,7 +5,7 @@ pkgname=opensp pkgver=1.5.2 -pkgrel=2 +pkgrel=3 pkgdesc="A library and a set of tools for validating, parsing and manipulating SGML and XML documents" arch=('i686' 'x86_64') url="http://openjade.sourceforge.net/";
[arch-commits] Commit in perl-ipc-system-simple/repos/extra-any (PKGBUILD PKGBUILD)
Date: Saturday, February 18, 2012 @ 09:45:45 Author: pierre Revision: 150564 archrelease: copy trunk to extra-any Added: perl-ipc-system-simple/repos/extra-any/PKGBUILD (from rev 150563, perl-ipc-system-simple/trunk/PKGBUILD) Deleted: perl-ipc-system-simple/repos/extra-any/PKGBUILD --+ PKGBUILD | 53 +++-- 1 file changed, 27 insertions(+), 26 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-02-18 14:45:27 UTC (rev 150563) +++ PKGBUILD2012-02-18 14:45:45 UTC (rev 150564) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Jan "heftig" Steffens -# Contributor: Caleb Cushing -pkgname=perl-ipc-system-simple -_realname=IPC-System-Simple -pkgver=1.21 -pkgrel=1 -pkgdesc="Run commands simply, with detailed diagnostics" -arch=(any) -license=(PerlArtistic GPL) -depends=(perl) -url='http://search.cpan.org/dist/$_realname' -options=('!emptydirs') -source=("http://search.cpan.org/CPAN/authors/id/P/PJ/PJF/$_realname-$pkgver.tar.gz";) -md5sums=('8215b62fe1b8447b99e17861e2255288') - -build() { - cd "$srcdir/$_realname-$pkgver" - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor - make -} - -package() { - cd "$srcdir/$_realname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: perl-ipc-system-simple/repos/extra-any/PKGBUILD (from rev 150563, perl-ipc-system-simple/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-02-18 14:45:45 UTC (rev 150564) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Jan "heftig" Steffens +# Contributor: Caleb Cushing + +pkgname=perl-ipc-system-simple +_realname=IPC-System-Simple +pkgver=1.21 +pkgrel=2 +pkgdesc="Run commands simply, with detailed diagnostics" +arch=('any') +license=('PerlArtistic' 'GPL') +depends=('perl') +url="http://search.cpan.org/dist/IPC-System-Simple"; +options=('!emptydirs') +source=("http://search.cpan.org/CPAN/authors/id/P/PJ/PJF/$_realname-$pkgver.tar.gz";) +md5sums=('8215b62fe1b8447b99e17861e2255288') + +build() { + cd "$srcdir/$_realname-$pkgver" + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make +} + +package() { + cd "$srcdir/$_realname-$pkgver" + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in perl-ipc-system-simple/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 09:45:27 Author: pierre Revision: 150563 upgpkg: perl-ipc-system-simple 1.21-2 rebuild old package Modified: perl-ipc-system-simple/trunk/PKGBUILD --+ PKGBUILD |9 + 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 14:43:39 UTC (rev 150562) +++ PKGBUILD2012-02-18 14:45:27 UTC (rev 150563) @@ -1,14 +1,15 @@ # $Id$ # Maintainer: Jan "heftig" Steffens # Contributor: Caleb Cushing + pkgname=perl-ipc-system-simple _realname=IPC-System-Simple pkgver=1.21 -pkgrel=1 +pkgrel=2 pkgdesc="Run commands simply, with detailed diagnostics" -arch=(any) -license=(PerlArtistic GPL) -depends=(perl) +arch=('any') +license=('PerlArtistic' 'GPL') +depends=('perl') url="http://search.cpan.org/dist/IPC-System-Simple"; options=('!emptydirs') source=("http://search.cpan.org/CPAN/authors/id/P/PJ/PJF/$_realname-$pkgver.tar.gz";)
[arch-commits] Commit in pymad/repos (4 files)
Date: Saturday, February 18, 2012 @ 09:43:39 Author: pierre Revision: 150562 archrelease: copy trunk to extra-i686, extra-x86_64 Added: pymad/repos/extra-i686/PKGBUILD (from rev 150561, pymad/trunk/PKGBUILD) pymad/repos/extra-x86_64/PKGBUILD (from rev 150561, pymad/trunk/PKGBUILD) Deleted: pymad/repos/extra-i686/PKGBUILD pymad/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 43 --- extra-x86_64/PKGBUILD | 43 --- 2 files changed, 48 insertions(+), 38 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 14:43:09 UTC (rev 150561) +++ extra-i686/PKGBUILD 2012-02-18 14:43:39 UTC (rev 150562) @@ -1,19 +0,0 @@ -# $Id$ -# Maintainer: Mark Rosenstand -pkgname=pymad -pkgver=0.6 -pkgrel=3 -pkgdesc="Python interface to libmad." -arch=(i686 x86_64) -url="http://www.spacepants.org/src/pymad/"; -license=('LGPL') -depends=('libmad' 'python2') -source=(http://www.spacepants.org/src/pymad/download/$pkgname-$pkgver.tar.gz) -md5sums=('a1405fb4b610348565c8d0e400c5ff18') - -build() { - cd $startdir/src/$pkgname-$pkgver - python2 config_unix.py --prefix=/usr - python2 setup.py install --root=$startdir/pkg -} Copied: pymad/repos/extra-i686/PKGBUILD (from rev 150561, pymad/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 14:43:39 UTC (rev 150562) @@ -0,0 +1,24 @@ +# $Id$ +# Maintainer: Mark Rosenstand + +pkgname=pymad +pkgver=0.6 +pkgrel=4 +pkgdesc="Python interface to libmad." +arch=('i686' 'x86_64') +url="http://www.spacepants.org/src/pymad/"; +license=('LGPL') +depends=('libmad' 'python2') +source=("http://www.spacepants.org/src/pymad/download/$pkgname-$pkgver.tar.gz";) +md5sums=('a1405fb4b610348565c8d0e400c5ff18') + +build() { + cd $srcdir/$pkgname-$pkgver + python2 config_unix.py --prefix=/usr +} + +package() { + cd $srcdir/$pkgname-$pkgver + python2 setup.py install --root=$pkgdir +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-02-18 14:43:09 UTC (rev 150561) +++ extra-x86_64/PKGBUILD 2012-02-18 14:43:39 UTC (rev 150562) @@ -1,19 +0,0 @@ -# $Id$ -# Maintainer: Mark Rosenstand -pkgname=pymad -pkgver=0.6 -pkgrel=3 -pkgdesc="Python interface to libmad." -arch=(i686 x86_64) -url="http://www.spacepants.org/src/pymad/"; -license=('LGPL') -depends=('libmad' 'python2') -source=(http://www.spacepants.org/src/pymad/download/$pkgname-$pkgver.tar.gz) -md5sums=('a1405fb4b610348565c8d0e400c5ff18') - -build() { - cd $startdir/src/$pkgname-$pkgver - python2 config_unix.py --prefix=/usr - python2 setup.py install --root=$startdir/pkg -} Copied: pymad/repos/extra-x86_64/PKGBUILD (from rev 150561, pymad/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-02-18 14:43:39 UTC (rev 150562) @@ -0,0 +1,24 @@ +# $Id$ +# Maintainer: Mark Rosenstand + +pkgname=pymad +pkgver=0.6 +pkgrel=4 +pkgdesc="Python interface to libmad." +arch=('i686' 'x86_64') +url="http://www.spacepants.org/src/pymad/"; +license=('LGPL') +depends=('libmad' 'python2') +source=("http://www.spacepants.org/src/pymad/download/$pkgname-$pkgver.tar.gz";) +md5sums=('a1405fb4b610348565c8d0e400c5ff18') + +build() { + cd $srcdir/$pkgname-$pkgver + python2 config_unix.py --prefix=/usr +} + +package() { + cd $srcdir/$pkgname-$pkgver + python2 setup.py install --root=$pkgdir +}
[arch-commits] Commit in pymad/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 09:43:09 Author: pierre Revision: 150561 upgpkg: pymad 0.6-4 rebuild old package Modified: pymad/trunk/PKGBUILD --+ PKGBUILD | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 14:41:13 UTC (rev 150560) +++ PKGBUILD2012-02-18 14:43:09 UTC (rev 150561) @@ -1,19 +1,24 @@ # $Id$ # Maintainer: Mark Rosenstand + pkgname=pymad pkgver=0.6 -pkgrel=3 +pkgrel=4 pkgdesc="Python interface to libmad." -arch=(i686 x86_64) +arch=('i686' 'x86_64') url="http://www.spacepants.org/src/pymad/"; license=('LGPL') depends=('libmad' 'python2') -source=(http://www.spacepants.org/src/pymad/download/$pkgname-$pkgver.tar.gz) +source=("http://www.spacepants.org/src/pymad/download/$pkgname-$pkgver.tar.gz";) md5sums=('a1405fb4b610348565c8d0e400c5ff18') build() { - cd $startdir/src/$pkgname-$pkgver + cd $srcdir/$pkgname-$pkgver python2 config_unix.py --prefix=/usr - python2 setup.py install --root=$startdir/pkg } + +package() { + cd $srcdir/$pkgname-$pkgver + python2 setup.py install --root=$pkgdir +}
[arch-commits] Commit in python-fpconst/repos/extra-any (PKGBUILD PKGBUILD)
Date: Saturday, February 18, 2012 @ 09:41:13 Author: pierre Revision: 150560 archrelease: copy trunk to extra-any Added: python-fpconst/repos/extra-any/PKGBUILD (from rev 150559, python-fpconst/trunk/PKGBUILD) Deleted: python-fpconst/repos/extra-any/PKGBUILD --+ PKGBUILD | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-02-18 14:40:55 UTC (rev 150559) +++ PKGBUILD2012-02-18 14:41:13 UTC (rev 150560) @@ -1,21 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Anton Bazhenov -# Contributor: Ryan Coyner - -pkgname=python-fpconst -_pkgbasename=fpconst -pkgver=0.7.3 -pkgrel=2 -pkgdesc="Utilities for handling IEEE 754 floating point special values" -arch=('any') -url="http://pypi.python.org/pypi/fpconst/"; -license=('APACHE') -depends=('python2') -source=(http://downloads.sourceforge.net/rsoap/${_pkgbasename}-${pkgver}.tar.gz) -md5sums=('13884b81da3335b2ec4b6ea1dc26b6fa') - -build() { - cd "${srcdir}/${_pkgbasename}-${pkgver}" - python2 setup.py install --root="${pkgdir}" || return 1 -} Copied: python-fpconst/repos/extra-any/PKGBUILD (from rev 150559, python-fpconst/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-02-18 14:41:13 UTC (rev 150560) @@ -0,0 +1,21 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Anton Bazhenov +# Contributor: Ryan Coyner + +pkgname=python-fpconst +_pkgbasename=fpconst +pkgver=0.7.3 +pkgrel=3 +pkgdesc="Utilities for handling IEEE 754 floating point special values" +arch=('any') +url="http://pypi.python.org/pypi/fpconst/"; +license=('APACHE') +depends=('python2') +source=("http://downloads.sourceforge.net/rsoap/${_pkgbasename}-${pkgver}.tar.gz";) +md5sums=('13884b81da3335b2ec4b6ea1dc26b6fa') + +package() { + cd "${srcdir}/${_pkgbasename}-${pkgver}" + python2 setup.py install --root="${pkgdir}" +}
[arch-commits] Commit in python-fpconst/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 09:40:55 Author: pierre Revision: 150559 upgpkg: python-fpconst 0.7.3-3 rebuild old package Modified: python-fpconst/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 14:39:59 UTC (rev 150558) +++ PKGBUILD2012-02-18 14:40:55 UTC (rev 150559) @@ -6,16 +6,16 @@ pkgname=python-fpconst _pkgbasename=fpconst pkgver=0.7.3 -pkgrel=2 +pkgrel=3 pkgdesc="Utilities for handling IEEE 754 floating point special values" arch=('any') url="http://pypi.python.org/pypi/fpconst/"; license=('APACHE') depends=('python2') -source=(http://downloads.sourceforge.net/rsoap/${_pkgbasename}-${pkgver}.tar.gz) +source=("http://downloads.sourceforge.net/rsoap/${_pkgbasename}-${pkgver}.tar.gz";) md5sums=('13884b81da3335b2ec4b6ea1dc26b6fa') -build() { +package() { cd "${srcdir}/${_pkgbasename}-${pkgver}" - python2 setup.py install --root="${pkgdir}" || return 1 + python2 setup.py install --root="${pkgdir}" }
[arch-commits] Commit in python-pycurl/repos (4 files)
Date: Saturday, February 18, 2012 @ 09:39:59 Author: pierre Revision: 150558 archrelease: copy trunk to extra-i686, extra-x86_64 Added: python-pycurl/repos/extra-i686/PKGBUILD (from rev 150557, python-pycurl/trunk/PKGBUILD) python-pycurl/repos/extra-x86_64/PKGBUILD (from rev 150557, python-pycurl/trunk/PKGBUILD) Deleted: python-pycurl/repos/extra-i686/PKGBUILD python-pycurl/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 44 ++-- extra-x86_64/PKGBUILD | 44 ++-- 2 files changed, 44 insertions(+), 44 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 14:39:30 UTC (rev 150557) +++ extra-i686/PKGBUILD 2012-02-18 14:39:59 UTC (rev 150558) @@ -1,22 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Sergej Pupykin -# Contributor: Angel 'angvp' Velasquez - -pkgname=python-pycurl -pkgver=7.19.0 -pkgrel=5 -pkgdesc="A Python interface to libcurl" -arch=('i686' 'x86_64') -url="http://pycurl.sourceforge.net"; -license=('GPL') -depends=('python2' 'curl') -replaces=('pycurl') -provides=('pycurl') -source=("http://pycurl.sourceforge.net/download/pycurl-${pkgver}.tar.gz";) -md5sums=('919d58fe37e69fe87ce4534d8b6a1c7b') - -package() { - cd "${srcdir}"/pycurl-${pkgver} - python2 setup.py install --curl-config=/usr/bin/curl-config --prefix ${pkgdir}/usr -} Copied: python-pycurl/repos/extra-i686/PKGBUILD (from rev 150557, python-pycurl/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 14:39:59 UTC (rev 150558) @@ -0,0 +1,22 @@ +# $Id$ +# Maintainer: +# Contributor: Sergej Pupykin +# Contributor: Angel 'angvp' Velasquez + +pkgname=python-pycurl +pkgver=7.19.0 +pkgrel=6 +pkgdesc="A Python interface to libcurl" +arch=('i686' 'x86_64') +url="http://pycurl.sourceforge.net"; +license=('GPL') +depends=('python2' 'curl') +replaces=('pycurl') +provides=('pycurl') +source=("http://pycurl.sourceforge.net/download/pycurl-${pkgver}.tar.gz";) +md5sums=('919d58fe37e69fe87ce4534d8b6a1c7b') + +package() { + cd "${srcdir}"/pycurl-${pkgver} + python2 setup.py install --curl-config=/usr/bin/curl-config --prefix ${pkgdir}/usr +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-02-18 14:39:30 UTC (rev 150557) +++ extra-x86_64/PKGBUILD 2012-02-18 14:39:59 UTC (rev 150558) @@ -1,22 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Sergej Pupykin -# Contributor: Angel 'angvp' Velasquez - -pkgname=python-pycurl -pkgver=7.19.0 -pkgrel=5 -pkgdesc="A Python interface to libcurl" -arch=('i686' 'x86_64') -url="http://pycurl.sourceforge.net"; -license=('GPL') -depends=('python2' 'curl') -replaces=('pycurl') -provides=('pycurl') -source=("http://pycurl.sourceforge.net/download/pycurl-${pkgver}.tar.gz";) -md5sums=('919d58fe37e69fe87ce4534d8b6a1c7b') - -package() { - cd "${srcdir}"/pycurl-${pkgver} - python2 setup.py install --curl-config=/usr/bin/curl-config --prefix ${pkgdir}/usr -} Copied: python-pycurl/repos/extra-x86_64/PKGBUILD (from rev 150557, python-pycurl/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-02-18 14:39:59 UTC (rev 150558) @@ -0,0 +1,22 @@ +# $Id$ +# Maintainer: +# Contributor: Sergej Pupykin +# Contributor: Angel 'angvp' Velasquez + +pkgname=python-pycurl +pkgver=7.19.0 +pkgrel=6 +pkgdesc="A Python interface to libcurl" +arch=('i686' 'x86_64') +url="http://pycurl.sourceforge.net"; +license=('GPL') +depends=('python2' 'curl') +replaces=('pycurl') +provides=('pycurl') +source=("http://pycurl.sourceforge.net/download/pycurl-${pkgver}.tar.gz";) +md5sums=('919d58fe37e69fe87ce4534d8b6a1c7b') + +package() { + cd "${srcdir}"/pycurl-${pkgver} + python2 setup.py install --curl-config=/usr/bin/curl-config --prefix ${pkgdir}/usr +}
[arch-commits] Commit in python-pycurl/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 09:39:30 Author: pierre Revision: 150557 upgpkg: python-pycurl 7.19.0-6 rebuild old package Modified: python-pycurl/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 14:34:26 UTC (rev 150556) +++ PKGBUILD2012-02-18 14:39:30 UTC (rev 150557) @@ -5,7 +5,7 @@ pkgname=python-pycurl pkgver=7.19.0 -pkgrel=5 +pkgrel=6 pkgdesc="A Python interface to libcurl" arch=('i686' 'x86_64') url="http://pycurl.sourceforge.net";
[arch-commits] Commit in python-soappy/repos/extra-any (PKGBUILD PKGBUILD)
Date: Saturday, February 18, 2012 @ 09:34:26 Author: pierre Revision: 150556 archrelease: copy trunk to extra-any Added: python-soappy/repos/extra-any/PKGBUILD (from rev 150555, python-soappy/trunk/PKGBUILD) Deleted: python-soappy/repos/extra-any/PKGBUILD --+ PKGBUILD | 62 - 1 file changed, 33 insertions(+), 29 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2012-02-18 14:34:02 UTC (rev 150555) +++ PKGBUILD2012-02-18 14:34:26 UTC (rev 150556) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Anton Bazhenov -# Contributor: Ryan Coyner - -pkgname=python-soappy -pkgver=0.12.0 -pkgrel=9 -pkgdesc="A module which implements a high-level interface to SOAP functions" -arch=('any') -url="http://pywebsvcs.sourceforge.net/"; -license=('custom') -depends=('python-fpconst' 'pyxml') -optdepends=('python-m2crypto: for support for server-side SSL') -source=(http://downloads.sourceforge.net/pywebsvcs/SOAPpy-${pkgver}.tar.gz) -md5sums=('d0d29f9b6fb27bfadc69b64a36321e20') - -build() { - cd "${srcdir}/SOAPpy-${pkgver}" - sed -i "s/from __future__ import nested_scopes/#\0/g" SOAPpy/*.py - python2 setup.py build - python2 setup.py install --root="${pkgdir}" --optimize=1 - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - - for f in c14n.py Namespaces.py logging.py __init__.py; do - sed -e 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \ - -i ${pkgdir}/usr/lib/python2.7/site-packages/SOAPpy/wstools/${f} - done -} Copied: python-soappy/repos/extra-any/PKGBUILD (from rev 150555, python-soappy/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2012-02-18 14:34:26 UTC (rev 150556) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Anton Bazhenov +# Contributor: Ryan Coyner + +pkgname=python-soappy +pkgver=0.12.0 +pkgrel=10 +pkgdesc="A module which implements a high-level interface to SOAP functions" +arch=('any') +url="http://pywebsvcs.sourceforge.net/"; +license=('custom') +depends=('python-fpconst' 'pyxml') +optdepends=('python-m2crypto: for support for server-side SSL') +source=("http://downloads.sourceforge.net/pywebsvcs/SOAPpy-${pkgver}.tar.gz";) +md5sums=('d0d29f9b6fb27bfadc69b64a36321e20') + +build() { + cd "${srcdir}/SOAPpy-${pkgver}" + sed -i "s/from __future__ import nested_scopes/#\0/g" SOAPpy/*.py + python2 setup.py build +} + +package() { + cd "${srcdir}/SOAPpy-${pkgver}" + python2 setup.py install --root="${pkgdir}" --optimize=1 + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + + for f in c14n.py Namespaces.py logging.py __init__.py; do +sed -e 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \ +-i ${pkgdir}/usr/lib/python2.7/site-packages/SOAPpy/wstools/${f} + done +}
[arch-commits] Commit in python-soappy/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 09:34:02 Author: pierre Revision: 150555 upgpkg: python-soappy 0.12.0-10 rebuild old package Modified: python-soappy/trunk/PKGBUILD --+ PKGBUILD | 12 1 file changed, 8 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 13:03:41 UTC (rev 150554) +++ PKGBUILD2012-02-18 14:34:02 UTC (rev 150555) @@ -5,25 +5,29 @@ pkgname=python-soappy pkgver=0.12.0 -pkgrel=9 +pkgrel=10 pkgdesc="A module which implements a high-level interface to SOAP functions" arch=('any') url="http://pywebsvcs.sourceforge.net/"; license=('custom') depends=('python-fpconst' 'pyxml') optdepends=('python-m2crypto: for support for server-side SSL') -source=(http://downloads.sourceforge.net/pywebsvcs/SOAPpy-${pkgver}.tar.gz) +source=("http://downloads.sourceforge.net/pywebsvcs/SOAPpy-${pkgver}.tar.gz";) md5sums=('d0d29f9b6fb27bfadc69b64a36321e20') build() { cd "${srcdir}/SOAPpy-${pkgver}" sed -i "s/from __future__ import nested_scopes/#\0/g" SOAPpy/*.py python2 setup.py build +} + +package() { + cd "${srcdir}/SOAPpy-${pkgver}" python2 setup.py install --root="${pkgdir}" --optimize=1 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" for f in c14n.py Namespaces.py logging.py __init__.py; do - sed -e 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \ - -i ${pkgdir}/usr/lib/python2.7/site-packages/SOAPpy/wstools/${f} +sed -e 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \ +-i ${pkgdir}/usr/lib/python2.7/site-packages/SOAPpy/wstools/${f} done }
[arch-commits] Commit in qhull/repos (8 files)
Date: Saturday, February 18, 2012 @ 08:03:41 Author: pierre Revision: 150554 archrelease: copy trunk to extra-i686, extra-x86_64 Added: qhull/repos/extra-i686/PKGBUILD (from rev 150553, qhull/trunk/PKGBUILD) qhull/repos/extra-x86_64/PKGBUILD (from rev 150553, qhull/trunk/PKGBUILD) Deleted: qhull/repos/extra-i686/PKGBUILD qhull/repos/extra-i686/qhull-2010.1-cmake-install.patch qhull/repos/extra-i686/qhull-2010.1-overflows.patch qhull/repos/extra-x86_64/PKGBUILD qhull/repos/extra-x86_64/qhull-2010.1-cmake-install.patch qhull/repos/extra-x86_64/qhull-2010.1-overflows.patch ---+ extra-i686/PKGBUILD | 86 + extra-i686/qhull-2010.1-cmake-install.patch | 98 extra-i686/qhull-2010.1-overflows.patch | 50 extra-x86_64/PKGBUILD | 86 + extra-x86_64/qhull-2010.1-cmake-install.patch | 98 extra-x86_64/qhull-2010.1-overflows.patch | 50 6 files changed, 74 insertions(+), 394 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 13:03:03 UTC (rev 150553) +++ extra-i686/PKGBUILD 2012-02-18 13:03:41 UTC (rev 150554) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Ronald van Haren -# Contributor: Stefan Husmann -# Contributor: Jason Taylor -# Contributor: Darwin Bautista - -pkgname=qhull -pkgver=2010.1 -pkgrel=1 -pkgdesc="A general dimension code for computing convex hulls and related structures" -arch=('i686' 'x86_64') -url="http://www.qhull.org/"; -license=('custom') -depends=('glibc') -makedepends=('cmake') -source=(http://www.qhull.org/download/$pkgname-$pkgver-src.tgz - qhull-2010.1-cmake-install.patch - qhull-2010.1-overflows.patch) -options=('!libtool') -sha1sums=('ed480912e03efdd767195c06c7e8c252c78112b1' - '0a7747eb13c2e07c25882c1f0f5c0dfb4ef1c8c0' - '21295d57af2f8cdfc775512fa44fe90f49d89c41') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - # gentoo patches - patch -Np1 -i ${srcdir}/qhull-2010.1-cmake-install.patch - patch -Np1 -i ${srcdir}/qhull-2010.1-overflows.patch - - [ -d build ] || mkdir build - cd build - cmake -DCMAKE_INSTALL_PREFIX=/usr -DDOC_INSTALL_DIR=/usr/share/doc \ - -DLIB_INSTALL_DIR=/usr/lib .. - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver/build" - - make DESTDIR=$pkgdir install - - # install manpages - install -Dm644 $srcdir/$pkgname-$pkgver/html/rbox.man $pkgdir/usr/share/man/man1/rbox.1 - install -Dm644 $srcdir/$pkgname-$pkgver/html/qhull.man $pkgdir/usr/share/man/man1/qhull.1 - - # Install license - install -Dm644 $srcdir/$pkgname-$pkgver/COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt" -} Copied: qhull/repos/extra-i686/PKGBUILD (from rev 150553, qhull/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 13:03:41 UTC (rev 150554) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Ronald van Haren +# Contributor: Stefan Husmann +# Contributor: Jason Taylor +# Contributor: Darwin Bautista + +pkgname=qhull +pkgver=2012.1 +pkgrel=1 +pkgdesc="A general dimension code for computing convex hulls and related structures" +arch=('i686' 'x86_64') +url="http://www.qhull.org/"; +license=('custom') +depends=('gcc-libs') +makedepends=('cmake') +source=("http://www.qhull.org/download/$pkgname-$pkgver-src.tgz";) +options=('!libtool') +md5sums=('ed81aa19b203aa0fdb75b41fe6f7a40f') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + mkdir srcbuild + cd srcbuild + cmake -DCMAKE_INSTALL_PREFIX=/usr -DDOC_INSTALL_DIR=/usr/share/doc \ +-DMAN_INSTALL_DIR=/usr/share/man/man1 -DLIB_INSTALL_DIR=/usr/lib .. + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver/srcbuild" + + make DESTDIR=$pkgdir install + + # Install license + install -Dm644 $srcdir/$pkgname-$pkgver/COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt" +} Deleted: extra-i686/qhull-2010.1-cmake-install.patch === --- extra-i686/qhull-2010.1-cmake-install.patch 2012-02-18 13:03:03 UTC (rev 150553) +++ extra-i686/qhull-2010.1-cmake-install.patch 2012-02-18 13:03:41 UTC (rev 150554) @@ -1,98 +0,0 @@ -diff -Nur qhull-2010.1.orig/CMakeLists.txt qhull-2010.1/CMakeLists.txt qhull-2010.1.orig/CMakeLists.txt 2010-10-03 23:04:04.0 +0100 -+++ qhull-2010.1/CMakeLists.txt2010-10-03 23:26:54.0 +0100 -@@ -1,8 +1,44 @@ - project(qhull) --cmake_minimum_required(VERSION 2.4) --if(COMMAND cmake_policy) -- cmake_policy(SET CMP0003 NEW) --endif(COMMAND cmake_policy) -+cmake_minimum_required(VERSION 2.6) -+ -+ -+set(QHULL_VERSION "2010.1") -+ -+if(INCLUDE_INSTALL_DIR) -+else() -+set(INCLUDE_INSTALL_DIR ${CMAKE_INSTALL
[arch-commits] Commit in qhull/trunk (3 files)
Date: Saturday, February 18, 2012 @ 08:03:03 Author: pierre Revision: 150553 upgpkg: qhull 2012.1-1 upstream update Modified: qhull/trunk/PKGBUILD Deleted: qhull/trunk/qhull-2010.1-cmake-install.patch qhull/trunk/qhull-2010.1-overflows.patch --+ PKGBUILD | 28 +++--- qhull-2010.1-cmake-install.patch | 98 - qhull-2010.1-overflows.patch | 50 -- 3 files changed, 8 insertions(+), 168 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 12:47:09 UTC (rev 150552) +++ PKGBUILD2012-02-18 13:03:03 UTC (rev 150553) @@ -5,45 +5,33 @@ # Contributor: Darwin Bautista pkgname=qhull -pkgver=2010.1 +pkgver=2012.1 pkgrel=1 pkgdesc="A general dimension code for computing convex hulls and related structures" arch=('i686' 'x86_64') url="http://www.qhull.org/"; license=('custom') -depends=('glibc') +depends=('gcc-libs') makedepends=('cmake') -source=(http://www.qhull.org/download/$pkgname-$pkgver-src.tgz - qhull-2010.1-cmake-install.patch - qhull-2010.1-overflows.patch) +source=("http://www.qhull.org/download/$pkgname-$pkgver-src.tgz";) options=('!libtool') -sha1sums=('ed480912e03efdd767195c06c7e8c252c78112b1' - '0a7747eb13c2e07c25882c1f0f5c0dfb4ef1c8c0' - '21295d57af2f8cdfc775512fa44fe90f49d89c41') +md5sums=('ed81aa19b203aa0fdb75b41fe6f7a40f') build() { cd "$srcdir/$pkgname-$pkgver" - # gentoo patches - patch -Np1 -i ${srcdir}/qhull-2010.1-cmake-install.patch - patch -Np1 -i ${srcdir}/qhull-2010.1-overflows.patch - - [ -d build ] || mkdir build - cd build + mkdir srcbuild + cd srcbuild cmake -DCMAKE_INSTALL_PREFIX=/usr -DDOC_INSTALL_DIR=/usr/share/doc \ - -DLIB_INSTALL_DIR=/usr/lib .. +-DMAN_INSTALL_DIR=/usr/share/man/man1 -DLIB_INSTALL_DIR=/usr/lib .. make } package() { - cd "$srcdir/$pkgname-$pkgver/build" + cd "$srcdir/$pkgname-$pkgver/srcbuild" make DESTDIR=$pkgdir install - # install manpages - install -Dm644 $srcdir/$pkgname-$pkgver/html/rbox.man $pkgdir/usr/share/man/man1/rbox.1 - install -Dm644 $srcdir/$pkgname-$pkgver/html/qhull.man $pkgdir/usr/share/man/man1/qhull.1 - # Install license install -Dm644 $srcdir/$pkgname-$pkgver/COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/license.txt" } Deleted: qhull-2010.1-cmake-install.patch === --- qhull-2010.1-cmake-install.patch2012-02-18 12:47:09 UTC (rev 150552) +++ qhull-2010.1-cmake-install.patch2012-02-18 13:03:03 UTC (rev 150553) @@ -1,98 +0,0 @@ -diff -Nur qhull-2010.1.orig/CMakeLists.txt qhull-2010.1/CMakeLists.txt qhull-2010.1.orig/CMakeLists.txt 2010-10-03 23:04:04.0 +0100 -+++ qhull-2010.1/CMakeLists.txt2010-10-03 23:26:54.0 +0100 -@@ -1,8 +1,44 @@ - project(qhull) --cmake_minimum_required(VERSION 2.4) --if(COMMAND cmake_policy) -- cmake_policy(SET CMP0003 NEW) --endif(COMMAND cmake_policy) -+cmake_minimum_required(VERSION 2.6) -+ -+ -+set(QHULL_VERSION "2010.1") -+ -+if(INCLUDE_INSTALL_DIR) -+else() -+set(INCLUDE_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/include) -+endif() -+if(LIB_INSTALL_DIR) -+else() -+set(LIB_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib) -+endif() -+if(BIN_INSTALL_DIR) -+else() -+set(BIN_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/bin) -+endif() -+if(DOC_INSTALL_DIR) -+else() -+set(DOC_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/share/doc/qhull) -+endif() -+ -+message(STATUS) -+message(STATUS "== qhull Build Information ==") -+message(STATUS "Build Version: ${QHULL_VERSION}") -+message(STATUS "Install Prefix (CMAKE_INSTALL_PREFIX): ${CMAKE_INSTALL_PREFIX}") -+message(STATUS "Binary Directory (BIN_INSTALL_DIR): ${BIN_INSTALL_DIR}") -+message(STATUS "Library Directory (LIB_INSTALL_DIR): ${LIB_INSTALL_DIR}") -+message(STATUS "Include Directory (INCLUDE_INSTALL_DIR): ${INCLUDE_INSTALL_DIR}") -+message(STATUS "Documentation Directory (DOC_INSTALL_DIR): ${DOC_INSTALL_DIR}") -+message(STATUS) -+message(STATUS "To change any of these options, override them using -D{OPTION_NAME} on the commandline.") -+message(STATUS "To build and install qhull, run \"make\" and \"make install\"") -+message(STATUS) -+ - - add_subdirectory(src) -+option(WITH_STATIC_LIBS "Build with a static library" OFF) -+option(WITH_DOCS "Install HTML documentation" OFF) - -+if (WITH_DOCS) -+install(DIRECTORY html/ DESTINATION ${DOC_INSTALL_DIR}) -+endif (WITH_DOCS) -diff -Nur qhull-2010.1.orig/src/CMakeLists.txt qhull-2010.1/src/CMakeLists.txt qhull-2010.1.orig/src/CMakeLists.txt 2010-10-03 23:04:04.0 +0100 -+++ qhull-2010.1/src/CMakeLists.txt2010-10-04 00:23:47.0 +0100 -@@ -23,8 +23,25 @@ - - file(GLOB qhull_hdr *.h) - --add_library(qhull ${qhull_src}) -+add_library(qhull SHARED ${qhull_src}) - target_link_libraries(qhull m) -+if(UNIX)
[arch-commits] Commit in razor/repos (4 files)
Date: Saturday, February 18, 2012 @ 07:47:09 Author: pierre Revision: 150552 archrelease: copy trunk to extra-i686, extra-x86_64 Added: razor/repos/extra-i686/PKGBUILD (from rev 150551, razor/trunk/PKGBUILD) razor/repos/extra-x86_64/PKGBUILD (from rev 150551, razor/trunk/PKGBUILD) Deleted: razor/repos/extra-i686/PKGBUILD razor/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD | 86 +--- extra-x86_64/PKGBUILD | 86 +--- 2 files changed, 90 insertions(+), 82 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-02-18 12:46:37 UTC (rev 150551) +++ extra-i686/PKGBUILD 2012-02-18 12:47:09 UTC (rev 150552) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Dale Blount -# Contributor: Manolis Tzanidakis - -pkgname=razor -pkgver=2.84 -pkgrel=5 -pkgdesc="A distributed, collaborative, spam detection and filtering network" -arch=('i686' 'x86_64') -url="http://razor.sourceforge.net"; -license=('PerlArtistic') -depends=('perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 'perl>=5.14.0') -source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2) -md5sums=('8b9a11a6ce020383c32c45d1530d77c2') -options=(!emptydirs) - -build() { - cd "${srcdir}"/${pkgname}-agents-${pkgver} - - # skip install_razor_agents (we'll do the linking later) - # /bin/sed -i "s|install :: all pure_install doc_install install_razor_agents|install :: all pure_install doc_install|g" Makefile - - perl Makefile.PL INSTALLDIRS=vendor - make - make test -} - -package() { - cd ${srcdir}/${pkgname}-agents-${pkgver} - make DESTDIR=${pkgdir} install - - # remove perllocal.pod and .packlist - find ${pkgdir} -name perllocal.pod -delete - find ${pkgdir} -name .packlist -delete - - # cd ${pkgdir}/usr/bin - # for i in razor-check razor-report razor-revoke razor-admin; do - # /bin/ln -sf razor-client $i; - # done -} Copied: razor/repos/extra-i686/PKGBUILD (from rev 150551, razor/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-02-18 12:47:09 UTC (rev 150552) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: +# Contributor: Dale Blount +# Contributor: Manolis Tzanidakis + +pkgname=razor +pkgver=2.84 +pkgrel=6 +pkgdesc="A distributed, collaborative, spam detection and filtering network" +arch=('i686' 'x86_64') +url="http://razor.sourceforge.net"; +license=('PerlArtistic') +depends=('perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 'perl>=5.14.0') +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2";) +md5sums=('8b9a11a6ce020383c32c45d1530d77c2') +options=('!emptydirs') + +build() { + cd "${srcdir}"/${pkgname}-agents-${pkgver} + + # skip install_razor_agents (we'll do the linking later) + # /bin/sed -i "s|install :: all pure_install doc_install install_razor_agents|install :: all pure_install doc_install|g" Makefile + + perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + cd "${srcdir}"/${pkgname}-agents-${pkgver} + make test +} + +package() { + cd ${srcdir}/${pkgname}-agents-${pkgver} + make DESTDIR=${pkgdir} install + + # remove perllocal.pod and .packlist + find ${pkgdir} -name perllocal.pod -delete + find ${pkgdir} -name .packlist -delete + + # cd ${pkgdir}/usr/bin + # for i in razor-check razor-report razor-revoke razor-admin; do + # /bin/ln -sf razor-client $i; + # done +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2012-02-18 12:46:37 UTC (rev 150551) +++ extra-x86_64/PKGBUILD 2012-02-18 12:47:09 UTC (rev 150552) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: -# Contributor: Dale Blount -# Contributor: Manolis Tzanidakis - -pkgname=razor -pkgver=2.84 -pkgrel=5 -pkgdesc="A distributed, collaborative, spam detection and filtering network" -arch=('i686' 'x86_64') -url="http://razor.sourceforge.net"; -license=('PerlArtistic') -depends=('perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 'perl>=5.14.0') -source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2) -md5sums=('8b9a11a6ce020383c32c45d1530d77c2') -options=(!emptydirs) - -build() { - cd "${srcdir}"/${pkgname}-agents-${pkgver} - - # skip install_razor_agents (we'll do the linking later) - # /bin/sed -i "s|install :: all pure_install doc_install install_razor_agents|install :: all pure_install doc_install|g" Makefile - - perl Makefile.PL INSTALLDIRS=vendor - make - make test -} - -package() { - cd ${srcdir}/${pkgname}-agents-${pkgver} - make DESTDIR=${pkgdir} install - - # remove perllocal.pod and .packlist - find ${pkgdir} -name perllocal.pod -delete - find ${pkgdir} -name .p
[arch-commits] Commit in razor/trunk (PKGBUILD)
Date: Saturday, February 18, 2012 @ 07:46:37 Author: pierre Revision: 150551 upgpkg: razor 2.84-6 rebuild old package Modified: razor/trunk/PKGBUILD --+ PKGBUILD | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2012-02-18 12:45:00 UTC (rev 150550) +++ PKGBUILD2012-02-18 12:46:37 UTC (rev 150551) @@ -5,15 +5,15 @@ pkgname=razor pkgver=2.84 -pkgrel=5 +pkgrel=6 pkgdesc="A distributed, collaborative, spam detection and filtering network" arch=('i686' 'x86_64') url="http://razor.sourceforge.net"; license=('PerlArtistic') depends=('perl-net-dns' 'perl-digest-sha1' 'perl-uri' 'perl-digest-nilsimsa' 'perl>=5.14.0') -source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2) +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-agents-${pkgver}.tar.bz2";) md5sums=('8b9a11a6ce020383c32c45d1530d77c2') -options=(!emptydirs) +options=('!emptydirs') build() { cd "${srcdir}"/${pkgname}-agents-${pkgver} @@ -23,6 +23,10 @@ perl Makefile.PL INSTALLDIRS=vendor make +} + +check() { + cd "${srcdir}"/${pkgname}-agents-${pkgver} make test }