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

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Mar 6 17:27:19 UTC 2013


    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
===================================================================
--- PKGBUILD	2013-03-06 17:27:09 UTC (rev 85762)
+++ PKGBUILD	2013-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 <rodseth at gmail.com>
-# Contributor: Paul Mattal <paul at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at 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)
+++ PKGBUILD	2013-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 <rodseth at gmail.com>
+# Contributor: Paul Mattal <paul at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at 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:




More information about the arch-commits mailing list