diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/curl | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/curl')
-rw-r--r-- | abs/core-testing/curl/ChangeLog | 69 | ||||
-rw-r--r-- | abs/core-testing/curl/PKGBUILD | 44 | ||||
-rw-r--r-- | abs/core-testing/curl/m4-typo.patch | 13 |
3 files changed, 0 insertions, 126 deletions
diff --git a/abs/core-testing/curl/ChangeLog b/abs/core-testing/curl/ChangeLog deleted file mode 100644 index abcd7af..0000000 --- a/abs/core-testing/curl/ChangeLog +++ /dev/null @@ -1,69 +0,0 @@ -2010-02-09 Eric Belanger <eric@archlinux.org> - - * curl 7.20.0-1 - * Upstream update - -2009-11-04 Eric Belanger <eric@archlinux.org> - - * curl 7.19.7-1 - * Upstream update - -2009-10-03 Robson Peixoto <robsonpeixoto@gmail.com> - - * curl 7.19.6-2 - * Compile with ca-path like Debian and Gentoo - -2009-08-12 Eric Belanger <eric@archlinux.org> - - * curl 7.19.6-1 - * Upstream update - -2009-05-18 Eric Belanger <eric@archlinux.org> - - * curl 7.19.5-1 - * Upstream update - -2009-03-03 Eric Belanger <eric@archlinux.org> - - * curl 7.19.4-1 - * Upstream update - -2009-01-21 Eric Belanger <eric@archlinux.org> - - * curl 7.19.3-1 - * Upstream update - -2008-11-14 Eric Belanger <eric@archlinux.org> - - * curl 7.19.2-1 - * Upstream update - -2008-11-08 Eric Belanger <eric@archlinux.org> - - * curl 7.19.1-1 - * Upstream update - -2008-09-20 Eric Belanger <eric@archlinux.org> - - * curl 7.19.0-1 - * Upstream update - -2008-06-04 Eric Belanger <eric@archlinux.org> - - * curl 7.18.2-1 - * Upstream update - * Switched to the CA Root Certificates provided by the ca-certificates package (close FS#10569) - * Removed bundled certificates - * Removed perl-libwww makedepends - -2008-04-30 Eric Belanger <eric@archlinux.org> - - * curl 7.18.1-2 - * Added CA Root Certificates (close FS#10129) - * Added perl-libwww makedepends - -2008-03-31 Eric Belanger <eric@archlinux.org> - - * curl 7.18.1-1 - * Upstream update - * Added ChangeLog diff --git a/abs/core-testing/curl/PKGBUILD b/abs/core-testing/curl/PKGBUILD deleted file mode 100644 index ba286a5..0000000 --- a/abs/core-testing/curl/PKGBUILD +++ /dev/null @@ -1,44 +0,0 @@ -# $Id: PKGBUILD 87558 2010-08-16 20:27:57Z dgriffiths $ -# Contributor: Eric Belanger <eric@archlinux.org> -# Contributor: Lucien Immink <l.immink@student.fnt.hvu.nl> -# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> - -pkgname=curl -pkgver=7.21.1 -pkgrel=1 -pkgdesc="An URL retrival utility and library" -arch=('i686' 'x86_64') -url="http://curl.haxx.se" -license=('MIT') -depends=('zlib' 'openssl' 'bash' 'ca-certificates') -options=('!libtool') -source=("http://curl.haxx.se/download/${pkgname}-${pkgver}.tar.bz2") -md5sums=('eafde5b933bce1c1dca82d1054c8d967') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - - ./configure \ - --with-random=/dev/urandom \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --disable-dependency-tracking \ - --enable-ipv6 \ - --disable-ldaps \ - --disable-ldap \ - --enable-manual \ - --enable-versioned-symbols \ - --with-ca-path=/etc/ssl/certs \ - --without-libidn || return 1 - make || return 1 -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - - make DESTDIR=${pkgdir} install || return 1 - install -Dm644 COPYING \ - ${pkgdir}/usr/share/licenses/${pkgname}/COPYING || return 1 - install -Dm644 docs/libcurl/libcurl.m4 \ - ${pkgdir}/usr/share/aclocal/libcurl.m4 || return 1 -} diff --git a/abs/core-testing/curl/m4-typo.patch b/abs/core-testing/curl/m4-typo.patch deleted file mode 100644 index 2e46dff..0000000 --- a/abs/core-testing/curl/m4-typo.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/docs/libcurl/libcurl.m4 b/docs/libcurl/libcurl.m4 -index ce8e476..50dc20d 100644 ---- a/docs/libcurl/libcurl.m4 -+++ b/docs/libcurl/libcurl.m4 -@@ -198,7 +198,7 @@ x=CURLOPT_VERBOSE; - - # We don't have --protocols, so just assume that all - # protocols are available -- _libcurl_protocols="HTTP FTP FILE TELNET LDAP DICT TFTP -+ _libcurl_protocols="HTTP FTP FILE TELNET LDAP DICT TFTP" - - if test x$libcurl_feature_SSL = xyes ; then - _libcurl_protocols="$_libcurl_protocols HTTPS" |