[arch-commits] Commit in eclipse/repos (12 files)

2016-06-24 Thread Jan Steffens
Date: Friday, June 24, 2016 @ 12:07:38
  Author: heftig
Revision: 270553

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  eclipse/repos/testing-i686/
  eclipse/repos/testing-i686/PKGBUILD
(from rev 270552, eclipse/trunk/PKGBUILD)
  eclipse/repos/testing-i686/commonify
(from rev 270552, eclipse/trunk/commonify)
  eclipse/repos/testing-i686/eclipse.desktop
(from rev 270552, eclipse/trunk/eclipse.desktop)
  eclipse/repos/testing-i686/eclipse.install
(from rev 270552, eclipse/trunk/eclipse.install)
  eclipse/repos/testing-i686/eclipse.sh
(from rev 270552, eclipse/trunk/eclipse.sh)
  eclipse/repos/testing-x86_64/
  eclipse/repos/testing-x86_64/PKGBUILD
(from rev 270552, eclipse/trunk/PKGBUILD)
  eclipse/repos/testing-x86_64/commonify
(from rev 270552, eclipse/trunk/commonify)
  eclipse/repos/testing-x86_64/eclipse.desktop
(from rev 270552, eclipse/trunk/eclipse.desktop)
  eclipse/repos/testing-x86_64/eclipse.install
(from rev 270552, eclipse/trunk/eclipse.install)
  eclipse/repos/testing-x86_64/eclipse.sh
(from rev 270552, eclipse/trunk/eclipse.sh)

+
 testing-i686/PKGBUILD  |   99 +++
 testing-i686/commonify |   41 
 testing-i686/eclipse.desktop   |9 +++
 testing-i686/eclipse.install   |   11 
 testing-i686/eclipse.sh|3 +
 testing-x86_64/PKGBUILD|   99 +++
 testing-x86_64/commonify   |   41 
 testing-x86_64/eclipse.desktop |9 +++
 testing-x86_64/eclipse.install |   11 
 testing-x86_64/eclipse.sh  |3 +
 10 files changed, 326 insertions(+)

Copied: eclipse/repos/testing-i686/PKGBUILD (from rev 270552, 
eclipse/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-24 12:07:38 UTC (rev 270553)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Paul Mattal 
+# Contributor: Andrew Wright 
+# Contributor: Andreas W. Hauser 
+# Contributor: Marco Crosio 
+
+pkgbase=eclipse
+pkgname=(eclipse-{common,java,jee,cpp,php})
+pkgver=4.6.0
+pkgrel=1
+_release=neon-R
+pkgdesc="Highly extensible IDE"
+license=("EPL")
+arch=(i686 x86_64)
+url="http://eclipse.org;
+makedepends=(ruby)
+options=(!emptydirs)
+source=(commonify eclipse.sh eclipse.desktop)
+source_i686=()
+source_x86_64=()
+noextract=()
+
+for _pkg in ${pkgname[@]}; do
+  [[ $_pkg == 'eclipse-common' ]] && continue
+  
source_i686+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$_pkg-$_release-linux-gtk.tar.gz)
+  
source_x86_64+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$_pkg-$_release-linux-gtk-x86_64.tar.gz)
+  noextract+=($_pkg-$_release-linux-gtk{,-x86_64}.tar.gz)
+  eval "package_$_pkg() { _package $_pkg; }"
+done
+
+sha256sums=('9f8980078c97fb3020ba2e9c6c07eac077b932406aba3e2d6a4763a5d299290d'
+'04e789fb695d5f95d09ddb994ae30397b39aee35f11997465dd91d129c41b2ed'
+'57559c2548ae463089acb3c2825ebc002ed83067ddc953b23d36a7b5a02deaf3')
+sha256sums_i686=('3e09e203e0a8682bc3d6ddf218df788e2b9dc064b370a980f63e3e2fa4ae2e3f'
+ 
'6689bab833e854b3ef619e181587eaa823b2dc7498fea730bedbf568d0f24391'
+ 
'b0d85ed3612a6928a96c552ae01631b7cecc7ed81206cbebd2670b8171c52228'
+ 
'05130e4f1c9f55410f80d1d1e603318550276d7cf19f7d26cd2e6dbed9dd7fd5')
+sha256sums_x86_64=('ca06e10df42eab462f130aa89658f9c75f1df61ba79ede02fb7bb748f4544c34'
+   
'3a97e2b9e99b09cb6b18bc22fab05977838618999fe62051e52352ae9f00b8f1'
+   
'd54430fb0ae4a01591c1e2084fc6d28b7c32629c990df08fddb839b9f6d3d825'
+   
'0fe0d9735816d9106ca800a13c581aae7ad52566a06862f2f2dd92c873859d3c')
+
+prepare() {
+  mkdir eclipse-common
+
+  for _pkg in ${pkgname[@]}; do
+[[ $_pkg == 'eclipse-common' ]] && continue
+
+if [[ $CARCH == x86_64 ]]; then
+  bsdtar -xf "$_pkg-$_release-linux-gtk-x86_64.tar.gz"
+else
+  bsdtar -xf "$_pkg-$_release-linux-gtk.tar.gz"
+fi
+
+mv eclipse $_pkg
+  done
+}
+
+build() {
+  ./commonify ${pkgname[@]}
+
+  mkdir -p eclipse-common/dropins
+  touch eclipse-common/dropins/.keep
+}
+
+package_eclipse-common() {
+  pkgdesc+=" (common files)"
+  depends=(java-environment webkitgtk unzip)
+  install=eclipse.install
+
+  install -d "$pkgdir/usr/lib"
+  cp -a eclipse-common "$pkgdir/usr/lib/eclipse"
+
+  install -D eclipse.sh "$pkgdir/usr/bin/eclipse"
+  install -Dm644 eclipse.desktop 
"$pkgdir/usr/share/applications/eclipse.desktop"
+
+  for _i in 16 32 48 256; do
+

[arch-commits] Commit in eclipse/repos (12 files)

2015-07-02 Thread Jan Steffens
Date: Thursday, July 2, 2015 @ 23:23:06
  Author: heftig
Revision: 241716

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  eclipse/repos/testing-i686/
  eclipse/repos/testing-i686/PKGBUILD
(from rev 241715, eclipse/trunk/PKGBUILD)
  eclipse/repos/testing-i686/commonify
(from rev 241715, eclipse/trunk/commonify)
  eclipse/repos/testing-i686/eclipse.desktop
(from rev 241715, eclipse/trunk/eclipse.desktop)
  eclipse/repos/testing-i686/eclipse.install
(from rev 241715, eclipse/trunk/eclipse.install)
  eclipse/repos/testing-i686/eclipse.sh
(from rev 241715, eclipse/trunk/eclipse.sh)
  eclipse/repos/testing-x86_64/
  eclipse/repos/testing-x86_64/PKGBUILD
(from rev 241715, eclipse/trunk/PKGBUILD)
  eclipse/repos/testing-x86_64/commonify
(from rev 241715, eclipse/trunk/commonify)
  eclipse/repos/testing-x86_64/eclipse.desktop
(from rev 241715, eclipse/trunk/eclipse.desktop)
  eclipse/repos/testing-x86_64/eclipse.install
(from rev 241715, eclipse/trunk/eclipse.install)
  eclipse/repos/testing-x86_64/eclipse.sh
(from rev 241715, eclipse/trunk/eclipse.sh)

+
 testing-i686/PKGBUILD  |   92 +++
 testing-i686/commonify |   39 
 testing-i686/eclipse.desktop   |9 +++
 testing-i686/eclipse.install   |   11 
 testing-i686/eclipse.sh|3 +
 testing-x86_64/PKGBUILD|   92 +++
 testing-x86_64/commonify   |   39 
 testing-x86_64/eclipse.desktop |9 +++
 testing-x86_64/eclipse.install |   11 
 testing-x86_64/eclipse.sh  |3 +
 10 files changed, 308 insertions(+)

Copied: eclipse/repos/testing-i686/PKGBUILD (from rev 241715, 
eclipse/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-02 21:23:06 UTC (rev 241716)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Andrew Wright andr...@photism.org
+# Contributor: Andreas W. Hauser andy-...@splashground.de
+# Contributor: Marco Crosio marco.cro...@gmail.com
+
+pkgbase=eclipse
+pkgname=(eclipse-{common,java,cpp,php})
+pkgver=4.5.0
+pkgrel=1
+_release=mars-R
+pkgdesc=Highly extensible IDE
+license=(EPL)
+arch=(i686 x86_64)
+url=http://eclipse.org;
+makedepends=(ruby)
+options=(!emptydirs)
+source=(commonify eclipse.sh eclipse.desktop)
+source_i686=()
+source_x86_64=()
+noextract=()
+
+for _pkg in ${pkgname[@]}; do
+  [[ $_pkg == 'eclipse-common' ]]  continue
+  
source_i686+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$_pkg-$_release-linux-gtk.tar.gz)
+  
source_x86_64+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$_pkg-$_release-linux-gtk-x86_64.tar.gz)
+  noextract+=($_pkg-$_release-linux-gtk{,-x86_64}.tar.gz)
+  eval package_$_pkg() { _package $_pkg; }
+done
+
+sha256sums=('becd292c83556fff2eea889ebe6df075056c6343b88f95abd6abbd04253d82c9'
+'04e789fb695d5f95d09ddb994ae30397b39aee35f11997465dd91d129c41b2ed'
+'57559c2548ae463089acb3c2825ebc002ed83067ddc953b23d36a7b5a02deaf3')
+sha256sums_i686=('43089aa4738d05e92fd24cf320336e8ab1cfd2e66ce07de9955a40bf7a08de87'
+ 
'1b1d7a9aaf27d7dd6dcb9fd7b04629f687fb43e6db8c3299c092e0f554b174f4'
+ 
'93769a4b8a1d12fb95dd1a848339104032a08b3e00dcf0c597bbf471f3359073')
+sha256sums_x86_64=('2eeea5e563001f6812bad97e159befe4152bf8ef49124c98e635fd68104a1727'
+   
'a990130c1529fcd8c3b3904f37fd8fe26c4c024be4863ccc7a9b2f16908ad49f'
+   
'f93d0f6a8fc03077887049080d332b7aa61127641ac2d815e8729f3ff3aa037a')
+
+prepare() {
+  for _pkg in ${pkgname[@]}; do
+mkdir $_pkg
+
+[[ $_pkg == 'eclipse-common' ]]  continue
+
+if [[ $CARCH == x86_64 ]]; then
+  bsdtar -C $_pkg -xf $_pkg-$_release-linux-gtk-x86_64.tar.gz
+else
+  bsdtar -C $_pkg -xf $_pkg-$_release-linux-gtk.tar.gz
+fi
+  done
+}
+
+build() {
+  ./commonify ${pkgname[@]}
+}
+
+package_eclipse-common() {
+  pkgdesc+= (common files)
+  depends=(java-environment webkitgtk unzip)
+  install=eclipse.install
+
+  install -d $pkgdir/usr/lib
+  cp -a eclipse-common $pkgdir/usr/lib/eclipse
+
+  install -D eclipse.sh $pkgdir/usr/bin/eclipse
+  install -Dm644 eclipse.desktop 
$pkgdir/usr/share/applications/eclipse.desktop
+
+  for _i in 16 32 48 256; do
+install -Dm644 
eclipse-common/eclipse/plugins/org.eclipse.platform_*/eclipse${_i}.png \
+  $pkgdir/usr/share/icons/hicolor/${_i}x${_i}/apps/eclipse.png
+  done
+}
+
+_package() {
+  _variant=${1#eclipse-}
+  pkgdesc+= (${_variant^^} variant)
+  depends=(eclipse-common)
+  

[arch-commits] Commit in eclipse/repos (12 files)

2012-07-08 Thread Ionut Biru
Date: Sunday, July 8, 2012 @ 08:52:55
  Author: ibiru
Revision: 163177

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  eclipse/repos/testing-i686/
  eclipse/repos/testing-i686/PKGBUILD
(from rev 163176, eclipse/trunk/PKGBUILD)
  eclipse/repos/testing-i686/eclipse.desktop
(from rev 163176, eclipse/trunk/eclipse.desktop)
  eclipse/repos/testing-i686/eclipse.install
(from rev 163176, eclipse/trunk/eclipse.install)
  eclipse/repos/testing-i686/eclipse.sh
(from rev 163176, eclipse/trunk/eclipse.sh)
  eclipse/repos/testing-i686/eclipse.svg
(from rev 163176, eclipse/trunk/eclipse.svg)
  eclipse/repos/testing-x86_64/
  eclipse/repos/testing-x86_64/PKGBUILD
(from rev 163176, eclipse/trunk/PKGBUILD)
  eclipse/repos/testing-x86_64/eclipse.desktop
(from rev 163176, eclipse/trunk/eclipse.desktop)
  eclipse/repos/testing-x86_64/eclipse.install
(from rev 163176, eclipse/trunk/eclipse.install)
  eclipse/repos/testing-x86_64/eclipse.sh
(from rev 163176, eclipse/trunk/eclipse.sh)
  eclipse/repos/testing-x86_64/eclipse.svg
(from rev 163176, eclipse/trunk/eclipse.svg)

+
 testing-i686/PKGBUILD  |   52 +
 testing-i686/eclipse.desktop   |9 
 testing-i686/eclipse.install   |   11 
 testing-i686/eclipse.sh|4 
 testing-i686/eclipse.svg   | 1623 +++
 testing-x86_64/PKGBUILD|   52 +
 testing-x86_64/eclipse.desktop |9 
 testing-x86_64/eclipse.install |   11 
 testing-x86_64/eclipse.sh  |4 
 testing-x86_64/eclipse.svg | 1623 +++
 10 files changed, 3398 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 163176:163177 to see the changes.