[arch-commits] Commit in ccache/repos/extra-i686 (PKGBUILD PKGBUILD)

2011-08-22 Thread Giovanni Scafora
Date: Monday, August 22, 2011 @ 06:10:04
  Author: giovanni
Revision: 136056

archrelease: copy trunk to extra-i686

Added:
  ccache/repos/extra-i686/PKGBUILD
(from rev 136055, ccache/trunk/PKGBUILD)
Deleted:
  ccache/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2011-08-22 10:09:42 UTC (rev 136055)
+++ PKGBUILD2011-08-22 10:10:04 UTC (rev 136056)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=ccache
-pkgver=3.1.5
-pkgrel=1
-pkgdesc=A compiler cache
-url=http://ccache.samba.org/;
-source=(http://samba.org/ftp/${pkgname}/$pkgname-$pkgver.tar.bz2;)
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('zlib')
-md5sums=('f652bd20253bb4aa1440ae50bea3c9e3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -Dm 755 ccache ${pkgdir}/usr/bin/ccache
-  install -Dm 644 ccache.1 ${pkgdir}/usr/share/man/man1/ccache.1
-
-  install -d ${pkgdir}/usr/lib/ccache/bin
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cc 
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/gcc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/g++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cpp
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/c++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-gcc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-g++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cpp
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-c++
-}

Copied: ccache/repos/extra-i686/PKGBUILD (from rev 136055, 
ccache/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-08-22 10:10:04 UTC (rev 136056)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=ccache
+pkgver=3.1.6
+pkgrel=1
+pkgdesc=A compiler cache
+arch=('i686' 'x86_64')
+url=http://ccache.samba.org/;
+license=('GPL')
+depends=('zlib')
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('343dc9b642e1d2af1e6bd8e474dde92e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -Dm 755 ccache ${pkgdir}/usr/bin/ccache
+  install -Dm 644 ccache.1 ${pkgdir}/usr/share/man/man1/ccache.1
+
+  install -d ${pkgdir}/usr/lib/ccache/bin
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cc 
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/gcc
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/g++
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cpp
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/c++
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cc
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-gcc
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-g++
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cpp
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-c++
+}



[arch-commits] Commit in ccache/repos (extra-i686)

2011-05-30 Thread Giovanni Scafora
Date: Monday, May 30, 2011 @ 13:15:57
  Author: giovanni
Revision: 125866

archrelease: remove extra-i686

Deleted:
  ccache/repos/extra-i686/



[arch-commits] Commit in ccache/repos (extra-i686)

2011-05-30 Thread Giovanni Scafora
Date: Monday, May 30, 2011 @ 13:16:09
  Author: giovanni
Revision: 125867

archrelease: copy trunk to extra-i686

Added:
  ccache/repos/extra-i686/



[arch-commits] Commit in ccache/repos (extra-i686)

2011-01-10 Thread Giovanni Scafora
Date: Monday, January 10, 2011 @ 06:06:22
  Author: giovanni
Revision: 105539

archrelease: remove extra-i686

Deleted:
  ccache/repos/extra-i686/



[arch-commits] Commit in ccache/repos (extra-i686)

2010-11-29 Thread Giovanni Scafora
Date: Monday, November 29, 2010 @ 04:07:13
  Author: giovanni
Revision: 101438

archrelease: remove extra-i686

Deleted:
  ccache/repos/extra-i686/



[arch-commits] Commit in ccache/repos (extra-i686)

2010-11-29 Thread Giovanni Scafora
Date: Monday, November 29, 2010 @ 04:07:31
  Author: giovanni
Revision: 101439

archrelease: copy trunk to extra-i686

Added:
  ccache/repos/extra-i686/



[arch-commits] Commit in ccache/repos (extra-i686)

2010-11-21 Thread Giovanni Scafora
Date: Sunday, November 21, 2010 @ 19:36:16
  Author: giovanni
Revision: 100224

archrelease: remove extra-i686

Deleted:
  ccache/repos/extra-i686/



[arch-commits] Commit in ccache/repos (extra-i686)

2010-11-21 Thread Giovanni Scafora
Date: Sunday, November 21, 2010 @ 19:36:33
  Author: giovanni
Revision: 100225

archrelease: copy trunk to extra-i686

Added:
  ccache/repos/extra-i686/



[arch-commits] Commit in ccache/repos (extra-i686)

2010-11-08 Thread Giovanni Scafora
Date: Monday, November 8, 2010 @ 03:19:17
  Author: giovanni
Revision: 98353

archrelease: remove extra-i686

Deleted:
  ccache/repos/extra-i686/



[arch-commits] Commit in ccache/repos (extra-i686)

2010-11-08 Thread Giovanni Scafora
Date: Monday, November 8, 2010 @ 03:19:35
  Author: giovanni
Revision: 98354

archrelease: copy trunk to extra-i686

Added:
  ccache/repos/extra-i686/



[arch-commits] Commit in ccache/repos (extra-i686)

2010-09-18 Thread Giovanni Scafora
Date: Saturday, September 18, 2010 @ 03:26:11
  Author: giovanni
Revision: 90862

archrelease: remove extra-i686

Deleted:
  ccache/repos/extra-i686/



[arch-commits] Commit in ccache/repos (extra-i686)

2010-09-18 Thread Giovanni Scafora
Date: Saturday, September 18, 2010 @ 03:26:30
  Author: giovanni
Revision: 90863

archrelease: copy trunk to extra-i686

Added:
  ccache/repos/extra-i686/



[arch-commits] Commit in ccache/repos (extra-i686)

2010-07-16 Thread Giovanni Scafora
Date: Friday, July 16, 2010 @ 16:49:57
  Author: giovanni
Revision: 85639

archrelease: remove extra-i686

Deleted:
  ccache/repos/extra-i686/



[arch-commits] Commit in ccache/repos (extra-i686)

2010-07-16 Thread Giovanni Scafora
Date: Friday, July 16, 2010 @ 16:50:17
  Author: giovanni
Revision: 85640

archrelease: copy trunk to extra-i686

Added:
  ccache/repos/extra-i686/



[arch-commits] Commit in ccache/repos (extra-i686)

2010-06-21 Thread Giovanni Scafora
Date: Monday, June 21, 2010 @ 18:54:49
  Author: giovanni
Revision: 83527

archrelease: remove extra-i686

Deleted:
  ccache/repos/extra-i686/



[arch-commits] Commit in ccache/repos (extra-i686)

2010-06-21 Thread Giovanni Scafora
Date: Monday, June 21, 2010 @ 18:55:09
  Author: giovanni
Revision: 83528

archrelease: copy trunk to extra-i686

Added:
  ccache/repos/extra-i686/