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

Alexander Rødseth arodseth at archlinux.org
Thu Jul 2 18:44:11 UTC 2015


    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
===================================================================
--- PKGBUILD	2015-07-02 18:43:55 UTC (rev 136291)
+++ PKGBUILD	2015-07-02 18:44:10 UTC (rev 136292)
@@ -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.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)
+++ PKGBUILD	2015-07-02 18:44:10 UTC (rev 136292)
@@ -0,0 +1,26 @@
+# $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
+epoch=1
+pkgdesc='C/C++ Plugin for Eclipse'
+arch=('any')
+url='http://www.eclipse.org/cdt'
+license=('EPL')
+depends=('eclipse<4.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:



More information about the arch-commits mailing list