Date: Tuesday, October 1, 2013 @ 13:47:47
  Author: arodseth
Revision: 97924

archrelease: copy trunk to community-any

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

-------------+
 PKGBUILD    |   51 ++++++++++++++++++++++++---------------------------
 msg.install |    8 --------
 2 files changed, 24 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2013-10-01 11:47:38 UTC (rev 97923)
+++ PKGBUILD    2013-10-01 11:47:47 UTC (rev 97924)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 151016 2012-02-24 13:23:21Z andrea $
-# Maintainer: Alexander Rødseth <[email protected]>
-# Contributor: Paul Mattal <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-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:

Copied: eclipse-cdt/repos/community-any/PKGBUILD (from rev 97923, 
eclipse-cdt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2013-10-01 11:47:47 UTC (rev 97924)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth <[email protected]>
+# Contributor: Paul Mattal <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+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:

Deleted: msg.install
===================================================================
--- msg.install 2013-10-01 11:47:38 UTC (rev 97923)
+++ msg.install 2013-10-01 11:47:47 UTC (rev 97924)
@@ -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:

Reply via email to