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

Alexander Rødseth arodseth at archlinux.org
Sun Jun 28 13:11:55 UTC 2015


    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
===================================================================
--- PKGBUILD	2015-06-28 13:11:47 UTC (rev 136040)
+++ PKGBUILD	2015-06-28 13:11:55 UTC (rev 136041)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Paul Mattal <paul at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Raimar Bühmann <raimar at 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)
+++ PKGBUILD	2015-06-28 13:11:55 UTC (rev 136041)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Paul Mattal <paul at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Raimar Bühmann <raimar at 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:



More information about the arch-commits mailing list