[arch-commits] Commit in eclipse-cdt/repos/community-any (PKGBUILD PKGBUILD)

2015-07-02 Thread Alexander Rødseth
Date: Thursday, July 2, 2015 @ 20:44:10
  Author: arodseth
Revision: 136292

archrelease: copy trunk to community-any

Added:
  eclipse-cdt/repos/community-any/PKGBUILD
(from rev 136291, eclipse-cdt/trunk/PKGBUILD)
Deleted:
  eclipse-cdt/repos/community-any/PKGBUILD

--+
 PKGBUILD |   51 ++-
 1 file changed, 26 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-02 18:43:55 UTC (rev 136291)
+++ PKGBUILD2015-07-02 18:44:10 UTC (rev 136292)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Raimar Bühmann rai...@buehmann.de
-
-pkgname=eclipse-cdt
-pkgver=8.7.0
-pkgrel=2
-pkgdesc='C/C++ Plugin for Eclipse'
-arch=('any')
-url='http://www.eclipse.org/cdt'
-license=('EPL')
-depends=('eclipse=4.5' 'libxtst')
-source=(http://ftp.snt.utwente.nl/pub/software/eclipse/tools/cdt/releases/${pkgver%.*}/cdt-$pkgver.zip;)
-sha1sums=('0ef0ea5c249f687160ef0f562bb6b34245016bd1')
-
-package() {
-  d=$pkgdir/usr/share/eclipse/dropins/cdt/eclipse
-  install -d $d
-  cp -a features $d
-  cp -a plugins $d
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eclipse-cdt/repos/community-any/PKGBUILD (from rev 136291, 
eclipse-cdt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-02 18:44:10 UTC (rev 136292)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Raimar Bühmann rai...@buehmann.de
+
+pkgname=eclipse-cdt
+pkgver=8.6.0
+pkgrel=1
+epoch=1
+pkgdesc='C/C++ Plugin for Eclipse'
+arch=('any')
+url='http://www.eclipse.org/cdt'
+license=('EPL')
+depends=('eclipse4.5.0' 'libxtst')
+source=(http://ftp.snt.utwente.nl/pub/software/eclipse/tools/cdt/releases/${pkgver%.*}/cdt-$pkgver.zip;)
+sha1sums=('6363c3eece78277cc6b6748bb4eba0166db30a6a')
+
+package() {
+  d=$pkgdir/usr/share/eclipse/dropins/cdt/eclipse
+  install -d $d
+  cp -a features $d
+  cp -a plugins $d
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in eclipse-cdt/repos/community-any (PKGBUILD PKGBUILD)

2015-07-01 Thread Alexander Rødseth
Date: Wednesday, July 1, 2015 @ 19:00:52
  Author: arodseth
Revision: 136216

archrelease: copy trunk to community-any

Added:
  eclipse-cdt/repos/community-any/PKGBUILD
(from rev 136215, eclipse-cdt/trunk/PKGBUILD)
Deleted:
  eclipse-cdt/repos/community-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-01 16:59:55 UTC (rev 136215)
+++ PKGBUILD2015-07-01 17:00:52 UTC (rev 136216)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Raimar Bühmann rai...@buehmann.de
-
-pkgname=eclipse-cdt
-pkgver=8.7.0
-pkgrel=1
-pkgdesc='C/C++ Plugin for Eclipse'
-arch=('any')
-url='http://www.eclipse.org/cdt'
-license=('EPL')
-depends=('eclipse' 'libxtst')
-source=(http://ftp.snt.utwente.nl/pub/software/eclipse/tools/cdt/releases/${pkgver%.*}/cdt-$pkgver.zip;)
-sha1sums=('0ef0ea5c249f687160ef0f562bb6b34245016bd1')
-
-package() {
-  d=$pkgdir/usr/share/eclipse/dropins/cdt/eclipse
-  install -d $d
-  cp -a features $d
-  cp -a plugins $d
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eclipse-cdt/repos/community-any/PKGBUILD (from rev 136215, 
eclipse-cdt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-01 17:00:52 UTC (rev 136216)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Raimar Bühmann rai...@buehmann.de
+
+pkgname=eclipse-cdt
+pkgver=8.7.0
+pkgrel=2
+pkgdesc='C/C++ Plugin for Eclipse'
+arch=('any')
+url='http://www.eclipse.org/cdt'
+license=('EPL')
+depends=('eclipse=4.5' 'libxtst')
+source=(http://ftp.snt.utwente.nl/pub/software/eclipse/tools/cdt/releases/${pkgver%.*}/cdt-$pkgver.zip;)
+sha1sums=('0ef0ea5c249f687160ef0f562bb6b34245016bd1')
+
+package() {
+  d=$pkgdir/usr/share/eclipse/dropins/cdt/eclipse
+  install -d $d
+  cp -a features $d
+  cp -a plugins $d
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in eclipse-cdt/repos/community-any (PKGBUILD PKGBUILD)

2015-06-28 Thread Alexander Rødseth
Date: Sunday, June 28, 2015 @ 15:11:55
  Author: arodseth
Revision: 136041

archrelease: copy trunk to community-any

Added:
  eclipse-cdt/repos/community-any/PKGBUILD
(from rev 136040, eclipse-cdt/trunk/PKGBUILD)
Deleted:
  eclipse-cdt/repos/community-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-28 13:11:47 UTC (rev 136040)
+++ PKGBUILD2015-06-28 13:11:55 UTC (rev 136041)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Raimar Bühmann rai...@buehmann.de
-
-pkgname=eclipse-cdt
-pkgver=8.6.0
-pkgrel=1
-pkgdesc='C/C++ Plugin for Eclipse'
-arch=('any')
-url='http://www.eclipse.org/cdt'
-license=('EPL')
-depends=('eclipse' 'libxtst')
-source=(http://ftp.snt.utwente.nl/pub/software/eclipse/tools/cdt/releases/${pkgver%.*}/cdt-$pkgver.zip;)
-sha1sums=('6363c3eece78277cc6b6748bb4eba0166db30a6a')
-
-package() {
-  d=$pkgdir/usr/share/eclipse/dropins/cdt/eclipse
-  install -d $d
-  cp -a features $d
-  cp -a plugins $d
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eclipse-cdt/repos/community-any/PKGBUILD (from rev 136040, 
eclipse-cdt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-28 13:11:55 UTC (rev 136041)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Raimar Bühmann rai...@buehmann.de
+
+pkgname=eclipse-cdt
+pkgver=8.7.0
+pkgrel=1
+pkgdesc='C/C++ Plugin for Eclipse'
+arch=('any')
+url='http://www.eclipse.org/cdt'
+license=('EPL')
+depends=('eclipse' 'libxtst')
+source=(http://ftp.snt.utwente.nl/pub/software/eclipse/tools/cdt/releases/${pkgver%.*}/cdt-$pkgver.zip;)
+sha1sums=('0ef0ea5c249f687160ef0f562bb6b34245016bd1')
+
+package() {
+  d=$pkgdir/usr/share/eclipse/dropins/cdt/eclipse
+  install -d $d
+  cp -a features $d
+  cp -a plugins $d
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in eclipse-cdt/repos/community-any (PKGBUILD PKGBUILD)

2015-03-02 Thread Alexander Rødseth
Date: Monday, March 2, 2015 @ 15:37:24
  Author: arodseth
Revision: 128546

archrelease: copy trunk to community-any

Added:
  eclipse-cdt/repos/community-any/PKGBUILD
(from rev 128545, eclipse-cdt/trunk/PKGBUILD)
Deleted:
  eclipse-cdt/repos/community-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-02 14:22:25 UTC (rev 128545)
+++ PKGBUILD2015-03-02 14:37:24 UTC (rev 128546)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Raimar Bühmann rai...@buehmann.de
-
-pkgname=eclipse-cdt
-pkgver=8.5.0
-pkgrel=1
-pkgdesc='C/C++ Plugin for Eclipse'
-arch=('any')
-url='http://www.eclipse.org/cdt'
-license=('EPL')
-depends=('eclipse' 'libxtst')
-source=(http://ftp.snt.utwente.nl/pub/software/eclipse/tools/cdt/releases/${pkgver%.*}/cdt-$pkgver.zip;)
-sha1sums=('d060b87508121a5673df052a317909a696b42cfa')
-
-package() {
-  d=$pkgdir/usr/share/eclipse/dropins/cdt/eclipse
-  install -d $d
-  cp -a features $d
-  cp -a plugins $d
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eclipse-cdt/repos/community-any/PKGBUILD (from rev 128545, 
eclipse-cdt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-02 14:37:24 UTC (rev 128546)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Raimar Bühmann rai...@buehmann.de
+
+pkgname=eclipse-cdt
+pkgver=8.6.0
+pkgrel=1
+pkgdesc='C/C++ Plugin for Eclipse'
+arch=('any')
+url='http://www.eclipse.org/cdt'
+license=('EPL')
+depends=('eclipse' 'libxtst')
+source=(http://ftp.snt.utwente.nl/pub/software/eclipse/tools/cdt/releases/${pkgver%.*}/cdt-$pkgver.zip;)
+sha1sums=('6363c3eece78277cc6b6748bb4eba0166db30a6a')
+
+package() {
+  d=$pkgdir/usr/share/eclipse/dropins/cdt/eclipse
+  install -d $d
+  cp -a features $d
+  cp -a plugins $d
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in eclipse-cdt/repos/community-any (PKGBUILD PKGBUILD)

2014-10-01 Thread Alexander Rødseth
Date: Wednesday, October 1, 2014 @ 14:47:08
  Author: arodseth
Revision: 119967

archrelease: copy trunk to community-any

Added:
  eclipse-cdt/repos/community-any/PKGBUILD
(from rev 119966, eclipse-cdt/trunk/PKGBUILD)
Deleted:
  eclipse-cdt/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 +---
 1 file changed, 25 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-01 12:47:01 UTC (rev 119966)
+++ PKGBUILD2014-10-01 12:47:08 UTC (rev 119967)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Raimar Bühmann rai...@buehmann.de
-
-pkgname=eclipse-cdt
-pkgver=8.4.0
-pkgrel=1
-pkgdesc='C/C++ Plugin for Eclipse'
-arch=('any')
-url='http://www.eclipse.org/cdt'
-license=('EPL')
-depends=('eclipse' 'libxtst')
-source=(ftp://ftp.uninett.no/pub/eclipse/tools/cdt/releases/${pkgver%.*}/cdt-$pkgver.zip;)
-sha1sums=('625e996ef99c4f0f6eec14f7b58e6fd24908ffdd')
-
-#prepare() {
-  # remove features and plug-ins containing sources, see FS#40635
-  #rm features/*.source_*
-  #rm plugins/*.source_*
-#}
-
-package() {
-  d=$pkgdir/usr/share/eclipse/dropins/cdt/eclipse
-  install -d $d
-  cp -a features $d
-  cp -a plugins $d
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eclipse-cdt/repos/community-any/PKGBUILD (from rev 119966, 
eclipse-cdt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-01 12:47:08 UTC (rev 119967)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Raimar Bühmann rai...@buehmann.de
+
+pkgname=eclipse-cdt
+pkgver=8.5.0
+pkgrel=1
+pkgdesc='C/C++ Plugin for Eclipse'
+arch=('any')
+url='http://www.eclipse.org/cdt'
+license=('EPL')
+depends=('eclipse' 'libxtst')
+source=(http://ftp.snt.utwente.nl/pub/software/eclipse/tools/cdt/releases/${pkgver%.*}/cdt-$pkgver.zip;)
+sha1sums=('d060b87508121a5673df052a317909a696b42cfa')
+
+package() {
+  d=$pkgdir/usr/share/eclipse/dropins/cdt/eclipse
+  install -d $d
+  cp -a features $d
+  cp -a plugins $d
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in eclipse-cdt/repos/community-any (PKGBUILD PKGBUILD)

2014-06-28 Thread Alexander Rødseth
Date: Saturday, June 28, 2014 @ 19:47:32
  Author: arodseth
Revision: 113718

archrelease: copy trunk to community-any

Added:
  eclipse-cdt/repos/community-any/PKGBUILD
(from rev 113717, eclipse-cdt/trunk/PKGBUILD)
Deleted:
  eclipse-cdt/repos/community-any/PKGBUILD

--+
 PKGBUILD |   63 ++---
 1 file changed, 31 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-28 17:46:35 UTC (rev 113717)
+++ PKGBUILD2014-06-28 17:47:32 UTC (rev 113718)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Raimar Bühmann rai...@buehmann.de
-
-pkgname=eclipse-cdt
-pkgver=8.3.0
-_sr=2
-pkgrel=2
-pkgdesc='C/C++ Plugin for Eclipse'
-arch=('any')
-url='http://www.eclipse.org/cdt'
-license=('EPL')
-depends=('eclipse' 'libxtst')
-source=(http://download.eclipse.org/tools/cdt/releases/kepler/sr$_sr/cdt-master-$pkgver.zip;)
-sha256sums=('bfd1805046cbd81fa0018881b9471f2ade71aa0e2bc053164b34c2e7ffc8b58d')
-
-prepare() {
-  # remove features and plug-ins containing sources
-  rm features/*.source_*
-  rm plugins/*.source_*
-}
-
-package() {
-  d=$pkgdir/usr/share/eclipse/dropins/cdt/eclipse
-  install -d $d
-  cp -a features $d
-  cp -a plugins $d
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eclipse-cdt/repos/community-any/PKGBUILD (from rev 113717, 
eclipse-cdt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-28 17:47:32 UTC (rev 113718)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Raimar Bühmann rai...@buehmann.de
+
+pkgname=eclipse-cdt
+pkgver=8.4.0
+pkgrel=1
+pkgdesc='C/C++ Plugin for Eclipse'
+arch=('any')
+url='http://www.eclipse.org/cdt'
+license=('EPL')
+depends=('eclipse' 'libxtst')
+source=(ftp://ftp.uninett.no/pub/eclipse/tools/cdt/releases/${pkgver%.*}/cdt-$pkgver.zip;)
+sha1sums=('625e996ef99c4f0f6eec14f7b58e6fd24908ffdd')
+
+#prepare() {
+  # remove features and plug-ins containing sources, see FS#40635
+  #rm features/*.source_*
+  #rm plugins/*.source_*
+#}
+
+package() {
+  d=$pkgdir/usr/share/eclipse/dropins/cdt/eclipse
+  install -d $d
+  cp -a features $d
+  cp -a plugins $d
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in eclipse-cdt/repos/community-any (PKGBUILD PKGBUILD)

2014-06-13 Thread Alexander Rødseth
Date: Friday, June 13, 2014 @ 23:17:24
  Author: arodseth
Revision: 113122

archrelease: copy trunk to community-any

Added:
  eclipse-cdt/repos/community-any/PKGBUILD
(from rev 113121, eclipse-cdt/trunk/PKGBUILD)
Deleted:
  eclipse-cdt/repos/community-any/PKGBUILD

--+
 PKGBUILD |   57 -
 1 file changed, 32 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-13 21:17:16 UTC (rev 113121)
+++ PKGBUILD2014-06-13 21:17:24 UTC (rev 113122)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=eclipse-cdt
-pkgver=8.3.0
-_sr=2
-pkgrel=1
-pkgdesc='C/C++ Plugin for Eclipse'
-arch=('any')
-url='http://www.eclipse.org/cdt'
-license=('EPL')
-depends=('eclipse' 'libxtst')
-source=(http://download.eclipse.org/tools/cdt/releases/kepler/sr$_sr/cdt-master-$pkgver.zip;)
-sha256sums=('bfd1805046cbd81fa0018881b9471f2ade71aa0e2bc053164b34c2e7ffc8b58d')
-
-package() {
-  d=$pkgdir/usr/share/eclipse/dropins/cdt/eclipse
-  install -d $d
-  cp -a features $d
-  cp -a plugins $d
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eclipse-cdt/repos/community-any/PKGBUILD (from rev 113121, 
eclipse-cdt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-13 21:17:24 UTC (rev 113122)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Raimar Bühmann rai...@buehmann.de
+
+pkgname=eclipse-cdt
+pkgver=8.3.0
+_sr=2
+pkgrel=2
+pkgdesc='C/C++ Plugin for Eclipse'
+arch=('any')
+url='http://www.eclipse.org/cdt'
+license=('EPL')
+depends=('eclipse' 'libxtst')
+source=(http://download.eclipse.org/tools/cdt/releases/kepler/sr$_sr/cdt-master-$pkgver.zip;)
+sha256sums=('bfd1805046cbd81fa0018881b9471f2ade71aa0e2bc053164b34c2e7ffc8b58d')
+
+prepare() {
+  # remove features and plug-ins containing sources
+  rm features/*.source_*
+  rm plugins/*.source_*
+}
+
+package() {
+  d=$pkgdir/usr/share/eclipse/dropins/cdt/eclipse
+  install -d $d
+  cp -a features $d
+  cp -a plugins $d
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in eclipse-cdt/repos/community-any (PKGBUILD PKGBUILD)

2014-03-01 Thread Alexander Rødseth
Date: Sunday, March 2, 2014 @ 01:33:57
  Author: arodseth
Revision: 106388

archrelease: copy trunk to community-any

Added:
  eclipse-cdt/repos/community-any/PKGBUILD
(from rev 106387, eclipse-cdt/trunk/PKGBUILD)
Deleted:
  eclipse-cdt/repos/community-any/PKGBUILD

--+
 PKGBUILD |   49 +
 1 file changed, 25 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-02 00:33:51 UTC (rev 106387)
+++ PKGBUILD2014-03-02 00:33:57 UTC (rev 106388)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=eclipse-cdt
-pkgver=8.2.1
-pkgrel=1
-pkgdesc='C/C++ Plugin for Eclipse'
-arch=('any')
-url='http://www.eclipse.org/cdt'
-license=('EPL')
-depends=('eclipse' 'libxtst')
-source=(http://download.eclipse.org/tools/cdt/releases/kepler/sr1/cdt-master-$pkgver.zip;)
-sha256sums=('283e448fed60f2a11c0f6cdb196960bdd0e1969bb40142f131787843861ea562')
-
-package() {
-  d=$pkgdir/usr/share/eclipse/dropins/cdt/eclipse
-  install -d $d
-  cp -a features $d
-  cp -a plugins $d
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eclipse-cdt/repos/community-any/PKGBUILD (from rev 106387, 
eclipse-cdt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-02 00:33:57 UTC (rev 106388)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=eclipse-cdt
+pkgver=8.3.0
+_sr=2
+pkgrel=1
+pkgdesc='C/C++ Plugin for Eclipse'
+arch=('any')
+url='http://www.eclipse.org/cdt'
+license=('EPL')
+depends=('eclipse' 'libxtst')
+source=(http://download.eclipse.org/tools/cdt/releases/kepler/sr$_sr/cdt-master-$pkgver.zip;)
+sha256sums=('bfd1805046cbd81fa0018881b9471f2ade71aa0e2bc053164b34c2e7ffc8b58d')
+
+package() {
+  d=$pkgdir/usr/share/eclipse/dropins/cdt/eclipse
+  install -d $d
+  cp -a features $d
+  cp -a plugins $d
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in eclipse-cdt/repos/community-any (PKGBUILD PKGBUILD)

2013-03-06 Thread Alexander Rødseth
Date: Wednesday, March 6, 2013 @ 18:27:18
  Author: arodseth
Revision: 85763

archrelease: copy trunk to community-any

Added:
  eclipse-cdt/repos/community-any/PKGBUILD
(from rev 85762, eclipse-cdt/trunk/PKGBUILD)
Deleted:
  eclipse-cdt/repos/community-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-06 17:27:09 UTC (rev 85762)
+++ PKGBUILD2013-03-06 17:27:18 UTC (rev 85763)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 151016 2012-02-24 13:23:21Z andrea $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Paul Mattal p...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=eclipse-cdt
-pkgver=8.1.1
-pkgrel=1
-pkgdesc='C/C++ Plugin for Eclipse'
-arch=('any')
-url='http://www.eclipse.org/cdt'
-license=('EPL')
-depends=('eclipse=4.2.1' 'libxtst')
-source=(http://download.eclipse.org/tools/cdt/releases/juno/sr1/cdt-master-$pkgver.zip;)
-sha256sums=('6b8e4dc9cfa1ad4da89849c191def74f02325a7ebe77965313703a9bf7da9932')
-
-package() {
-  cd $srcdir
-  _installdir=$pkgdir/usr/share/eclipse/dropins/cdt
-  install -d $_installdir/eclipse
-  cp -a features $_installdir/eclipse
-  cp -a plugins $_installdir/eclipse
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eclipse-cdt/repos/community-any/PKGBUILD (from rev 85762, 
eclipse-cdt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-06 17:27:18 UTC (rev 85763)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 151016 2012-02-24 13:23:21Z andrea $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=eclipse-cdt
+pkgver=8.1.2
+pkgrel=1
+pkgdesc='C/C++ Plugin for Eclipse'
+arch=('any')
+url='http://www.eclipse.org/cdt'
+license=('EPL')
+depends=('eclipse=4.2.1' 'libxtst')
+source=(http://download.eclipse.org/tools/cdt/releases/juno/sr2/cdt-master-$pkgver.zip;)
+sha256sums=('9b204b1c3c56c2fa40d6ce502a4fb45a4176039c3a843a8597ccb9bf54a3a214')
+
+package() {
+  cd $srcdir
+  _installdir=$pkgdir/usr/share/eclipse/dropins/cdt
+  install -d $_installdir/eclipse
+  cp -a features $_installdir/eclipse
+  cp -a plugins $_installdir/eclipse
+}
+
+# vim:set ts=2 sw=2 et: