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

Alexander Rødseth arodseth at archlinux.org
Wed Oct 1 12:47:08 UTC 2014


    Date: Wednesday, October 1, 2014 @ 14:47:08
  Author: arodseth
Revision: 119967

archrelease: copy trunk to community-any

Added:
  eclipse-cdt/repos/community-any/PKGBUILD
    (from rev 119966, eclipse-cdt/trunk/PKGBUILD)
Deleted:
  eclipse-cdt/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   56 +++++++++++++++++++++++++-------------------------------
 1 file changed, 25 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-01 12:47:01 UTC (rev 119966)
+++ PKGBUILD	2014-10-01 12:47:08 UTC (rev 119967)
@@ -1,31 +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.4.0
-pkgrel=1
-pkgdesc='C/C++ Plugin for Eclipse'
-arch=('any')
-url='http://www.eclipse.org/cdt'
-license=('EPL')
-depends=('eclipse' 'libxtst')
-source=("ftp://ftp.uninett.no/pub/eclipse/tools/cdt/releases/${pkgver%.*}/cdt-$pkgver.zip")
-sha1sums=('625e996ef99c4f0f6eec14f7b58e6fd24908ffdd')
-
-#prepare() {
-  # remove features and plug-ins containing sources, see FS#40635
-  #rm features/*.source_*
-  #rm plugins/*.source_*
-#}
-
-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 119966, eclipse-cdt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-01 12:47:08 UTC (rev 119967)
@@ -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>
+# Contributor: Raimar Bühmann <raimar at buehmann.de>
+
+pkgname=eclipse-cdt
+pkgver=8.5.0
+pkgrel=1
+pkgdesc='C/C++ Plugin for Eclipse'
+arch=('any')
+url='http://www.eclipse.org/cdt'
+license=('EPL')
+depends=('eclipse' 'libxtst')
+source=("http://ftp.snt.utwente.nl/pub/software/eclipse/tools/cdt/releases/${pkgver%.*}/cdt-$pkgver.zip")
+sha1sums=('d060b87508121a5673df052a317909a696b42cfa')
+
+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