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

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Jun 27 17:05:52 UTC 2013


    Date: Thursday, June 27, 2013 @ 19:05:52
  Author: arodseth
Revision: 93189

archrelease: copy trunk to community-any

Added:
  eclipse-cdt/repos/community-any/PKGBUILD
    (from rev 93188, eclipse-cdt/trunk/PKGBUILD)
  eclipse-cdt/repos/community-any/msg.install
    (from rev 93188, eclipse-cdt/trunk/msg.install)
Deleted:
  eclipse-cdt/repos/community-any/PKGBUILD
  eclipse-cdt/repos/community-any/msg.install

-------------+
 PKGBUILD    |   54 +++++++++++++++++++++++++++---------------------------
 msg.install |   16 ++++++++--------
 2 files changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-27 17:05:44 UTC (rev 93188)
+++ PKGBUILD	2013-06-27 17:05:52 UTC (rev 93189)
@@ -1,27 +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.2
-pkgrel=2
-pkgdesc='C/C++ Plugin for Eclipse'
-arch=('any')
-url='http://www.eclipse.org/cdt'
-license=('EPL')
-install='msg.install'
-depends=('eclipse' '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:

Copied: eclipse-cdt/repos/community-any/PKGBUILD (from rev 93188, eclipse-cdt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-06-27 17:05:52 UTC (rev 93189)
@@ -0,0 +1,27 @@
+# $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.2.0
+pkgrel=1
+pkgdesc='C/C++ Plugin for Eclipse'
+arch=('any')
+url='http://www.eclipse.org/cdt'
+license=('EPL')
+install='msg.install'
+depends=('eclipse' 'libxtst')
+source=("http://download.eclipse.org/tools/cdt/releases/kepler/r/cdt-master-$pkgver.zip")
+sha256sums=('a6c804aab196c61d0042ad95d304959125c0985ff8fb5aaf56960dc2e0aa0a5f')
+
+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:

Deleted: msg.install
===================================================================
--- msg.install	2013-06-27 17:05:44 UTC (rev 93188)
+++ msg.install	2013-06-27 17:05:52 UTC (rev 93189)
@@ -1,8 +0,0 @@
-post_install() {
-  cat << ENDOFMESSAGE
-  NOTE: If you get problems with the internal indexer and gcc 4.8.0, try this command:
-  sed -i 's/4\.7\.1/4\.8\.0/g' ~/workspace/.metadata/.plugins/org.eclipse.cdt.core/language.settings.xml
-ENDOFMESSAGE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eclipse-cdt/repos/community-any/msg.install (from rev 93188, eclipse-cdt/trunk/msg.install)
===================================================================
--- msg.install	                        (rev 0)
+++ msg.install	2013-06-27 17:05:52 UTC (rev 93189)
@@ -0,0 +1,8 @@
+post_install() {
+  cat << ENDOFMESSAGE
+  NOTE: If you get problems with the internal indexer and gcc 4.8.0, try this command:
+  sed -i 's/4\.7\.1/4\.8\.0/g' ~/workspace/.metadata/.plugins/org.eclipse.cdt.core/language.settings.xml
+ENDOFMESSAGE
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list