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

Alexander Rødseth arodseth at nymeria.archlinux.org
Sun Mar 2 00:33:58 UTC 2014


    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
===================================================================
--- PKGBUILD	2014-03-02 00:33:51 UTC (rev 106387)
+++ PKGBUILD	2014-03-02 00:33:57 UTC (rev 106388)
@@ -1,24 +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>
-
-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)
+++ PKGBUILD	2014-03-02 00:33:57 UTC (rev 106388)
@@ -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>
+
+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:




More information about the arch-commits mailing list