[arch-commits] Commit in eclipse/repos/extra-x86_64 (4 files)

2018-04-11 Thread Jan Steffens via arch-commits
Date: Wednesday, April 11, 2018 @ 20:26:44
  Author: heftig
Revision: 321595

archrelease: copy trunk to extra-x86_64

Added:
  eclipse/repos/extra-x86_64/PKGBUILD
(from rev 321594, eclipse/trunk/PKGBUILD)
  eclipse/repos/extra-x86_64/commonify
(from rev 321594, eclipse/trunk/commonify)
Deleted:
  eclipse/repos/extra-x86_64/PKGBUILD
  eclipse/repos/extra-x86_64/commonify

---+
 PKGBUILD  |  194 ++---
 commonify |  314 ++--
 2 files changed, 255 insertions(+), 253 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 20:20:37 UTC (rev 321594)
+++ PKGBUILD2018-04-11 20:26:44 UTC (rev 321595)
@@ -1,96 +0,0 @@
-# $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,javascript})
-pkgver=4.7.3
-pkgrel=1
-_release=oxygen-3
-pkgdesc="Highly extensible IDE"
-license=(EPL)
-arch=(x86_64)
-url="https://eclipse.org;
-makedepends=(python3)
-options=(!emptydirs)
-source=(commonify)
-noextract=()
-
-for _pkg in ${pkgname[@]}; do
-  [[ $_pkg == 'eclipse-common' ]] && continue
-  
source+=(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=('da1eaf6239cb0c2b5009cd8c261e96e7b17a7536b12fe60fcb1e903f5e67dbdc'
-'5fb8170a0c384914fcb8fcead3f89ad488cb0d0f360a04d247952fa34819ba4a'
-'319fe8ab21fc6df7dab85e4e5bdfaeb51b08d254ca5e5c79c2710a0f81cefa2d'
-'04663a7815c283240ceda544b58eca697f5c5b47ca518a9b148f062022fd2af9'
-'6a7519201185669e614d1cbd11ace0c52b5ab0669d26def5653aba42f9fde670'
-'fd0f3fe288c5385f35ab3fb860666bcf5d8ab4e03d749333b88bda1e442073e9')
-
-prepare() {
-  for _pkg in ${pkgname[@]}; do
-mkdir $_pkg
-[[ $_pkg == eclipse-common ]] && continue
-bsdtar -xf "$_pkg-$_release-linux-gtk-x86_64.tar.gz" -C $_pkg 
--strip-components 1
-  done
-}
-
-build() {
-  mkdir eclipse-common/dropins
-  touch eclipse-common/dropins/.keep
-  ./commonify --identical ${pkgname[@]}
-}
-
-package_eclipse-common() {
-  pkgdesc+=" (common files)"
-  depends=("java-environment>=8" webkit2gtk unzip)
-
-  install -d "$pkgdir/usr/lib"
-  cp -a eclipse-common "$pkgdir/usr/lib/eclipse"
-
-  install -D /dev/stdin "$pkgdir/usr/bin/eclipse" <
+# 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,javascript})
+pkgver=4.7.3.a
+pkgrel=1
+_release=oxygen-3a
+pkgdesc="Highly extensible IDE"
+license=(EPL)
+arch=(x86_64)
+url="https://eclipse.org;
+makedepends=(python3)
+options=(!emptydirs)
+source=(commonify)
+noextract=()
+
+for _pkg in ${pkgname[@]}; do
+  [[ $_pkg == 'eclipse-common' ]] && continue
+  
source+=(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=('da1eaf6239cb0c2b5009cd8c261e96e7b17a7536b12fe60fcb1e903f5e67dbdc'
+'35325e7bd5e2b9149c844bc9fbbc9fb04a69e3c46515997a003c15509d3cfe54'
+'ca2146c31587c41200408ba509f617df3c1a9831c9886c7abcfebbaf94a59408'
+'82e790efa5c02a7447506c85a138a2cef4fae815201c157480d630da1a55d5d9'
+'e991ed63ffed013729977175318ecd7945d0a16e3026cce0256e45e8c89b9632'
+'afc9a897736c6e4ad8199a7e7733363cf91569e8dde8e21e24c859577fc35c32')
+
+prepare() {
+  local pkg
+  for pkg in ${pkgname[@]}; do
+mkdir $pkg
+[[ $pkg == eclipse-common ]] && continue
+bsdtar -xf "$pkg-$_release-linux-gtk-x86_64.tar.gz" -C $pkg 
--strip-components 1
+  done
+}
+
+build() {
+  mkdir eclipse-common/dropins
+  touch eclipse-common/dropins/.keep
+  ./commonify --identical ${pkgname[@]}
+}
+
+package_eclipse-common() {
+  pkgdesc+=" (common files)"
+  depends=("java-environment>=8" webkit2gtk unzip)
+
+  install -d "$pkgdir/usr/lib"
+  cp -a eclipse-common "$pkgdir/usr/lib/eclipse"
+
+  install -D /dev/stdin "$pkgdir/usr/bin/eclipse" <

[arch-commits] Commit in eclipse/repos/extra-x86_64 (4 files)

2018-03-21 Thread Jan Steffens via arch-commits
Date: Wednesday, March 21, 2018 @ 17:28:44
  Author: heftig
Revision: 319769

archrelease: copy trunk to extra-x86_64

Added:
  eclipse/repos/extra-x86_64/PKGBUILD
(from rev 319768, eclipse/trunk/PKGBUILD)
  eclipse/repos/extra-x86_64/commonify
(from rev 319768, eclipse/trunk/commonify)
Deleted:
  eclipse/repos/extra-x86_64/PKGBUILD
  eclipse/repos/extra-x86_64/commonify

---+
 PKGBUILD  |  192 ++--
 commonify |  314 ++--
 2 files changed, 253 insertions(+), 253 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-21 17:15:24 UTC (rev 319768)
+++ PKGBUILD2018-03-21 17:28:44 UTC (rev 319769)
@@ -1,96 +0,0 @@
-# $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,javascript})
-pkgver=4.7.2
-pkgrel=1
-_release=oxygen-2
-pkgdesc="Highly extensible IDE"
-license=(EPL)
-arch=(x86_64)
-url="https://eclipse.org;
-makedepends=(python3)
-options=(!emptydirs)
-source=(commonify)
-noextract=()
-
-for _pkg in ${pkgname[@]}; do
-  [[ $_pkg == 'eclipse-common' ]] && continue
-  
source+=(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=('da1eaf6239cb0c2b5009cd8c261e96e7b17a7536b12fe60fcb1e903f5e67dbdc'
-'96cea8ab8ce6873d254054766f34a0b4cbdbe70c43d30148c49ee2d7917cc32f'
-'e35f2bc01e6e3db89e29840bd8c4cd105aec583a0177917e8455a16ff39aeb62'
-'30e1b431c5e5ca82a72fe3f35e1b311af75671b04d0bd3120b848673325dec10'
-'5e8c0da6b2438db8b4df546a3e1ebfa03bb6ee065b9323bfa99467782bbaf3f4'
-'9a099b141421d09ae50ca469d162b3e2a41134a8bd7985fd4d28f284ba29757e')
-
-prepare() {
-  for _pkg in ${pkgname[@]}; do
-mkdir $_pkg
-[[ $_pkg == eclipse-common ]] && continue
-bsdtar -xf "$_pkg-$_release-linux-gtk-x86_64.tar.gz" -C $_pkg 
--strip-components 1
-  done
-}
-
-build() {
-  mkdir eclipse-common/dropins
-  touch eclipse-common/dropins/.keep
-  ./commonify --identical ${pkgname[@]}
-}
-
-package_eclipse-common() {
-  pkgdesc+=" (common files)"
-  depends=("java-environment>=8" webkit2gtk unzip)
-
-  install -d "$pkgdir/usr/lib"
-  cp -a eclipse-common "$pkgdir/usr/lib/eclipse"
-
-  install -D /dev/stdin "$pkgdir/usr/bin/eclipse" <
+# 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,javascript})
+pkgver=4.7.3
+pkgrel=1
+_release=oxygen-3
+pkgdesc="Highly extensible IDE"
+license=(EPL)
+arch=(x86_64)
+url="https://eclipse.org;
+makedepends=(python3)
+options=(!emptydirs)
+source=(commonify)
+noextract=()
+
+for _pkg in ${pkgname[@]}; do
+  [[ $_pkg == 'eclipse-common' ]] && continue
+  
source+=(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=('da1eaf6239cb0c2b5009cd8c261e96e7b17a7536b12fe60fcb1e903f5e67dbdc'
+'5fb8170a0c384914fcb8fcead3f89ad488cb0d0f360a04d247952fa34819ba4a'
+'319fe8ab21fc6df7dab85e4e5bdfaeb51b08d254ca5e5c79c2710a0f81cefa2d'
+'04663a7815c283240ceda544b58eca697f5c5b47ca518a9b148f062022fd2af9'
+'6a7519201185669e614d1cbd11ace0c52b5ab0669d26def5653aba42f9fde670'
+'fd0f3fe288c5385f35ab3fb860666bcf5d8ab4e03d749333b88bda1e442073e9')
+
+prepare() {
+  for _pkg in ${pkgname[@]}; do
+mkdir $_pkg
+[[ $_pkg == eclipse-common ]] && continue
+bsdtar -xf "$_pkg-$_release-linux-gtk-x86_64.tar.gz" -C $_pkg 
--strip-components 1
+  done
+}
+
+build() {
+  mkdir eclipse-common/dropins
+  touch eclipse-common/dropins/.keep
+  ./commonify --identical ${pkgname[@]}
+}
+
+package_eclipse-common() {
+  pkgdesc+=" (common files)"
+  depends=("java-environment>=8" webkit2gtk unzip)
+
+  install -d "$pkgdir/usr/lib"
+  cp -a eclipse-common "$pkgdir/usr/lib/eclipse"
+
+  install -D /dev/stdin "$pkgdir/usr/bin/eclipse" <

[arch-commits] Commit in eclipse/repos/extra-x86_64 (6 files)

2017-12-20 Thread Jan Steffens via arch-commits
Date: Wednesday, December 20, 2017 @ 22:12:33
  Author: heftig
Revision: 313434

archrelease: copy trunk to extra-x86_64

Added:
  eclipse/repos/extra-x86_64/PKGBUILD
(from rev 313433, eclipse/trunk/PKGBUILD)
  eclipse/repos/extra-x86_64/commonify
(from rev 313433, eclipse/trunk/commonify)
Deleted:
  eclipse/repos/extra-x86_64/PKGBUILD
  eclipse/repos/extra-x86_64/commonify
  eclipse/repos/extra-x86_64/eclipse.desktop
  eclipse/repos/extra-x86_64/eclipse.sh

-+
 PKGBUILD|  196 ++---
 commonify   |  282 ++
 eclipse.desktop |9 -
 eclipse.sh  |3 
 4 files changed, 253 insertions(+), 237 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-20 21:50:29 UTC (rev 313433)
+++ PKGBUILD2017-12-20 22:12:33 UTC (rev 313434)
@@ -1,100 +0,0 @@
-# $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,javascript})
-pkgver=4.7.1.a
-pkgrel=1
-_release=oxygen-1a
-pkgdesc="Highly extensible IDE"
-license=(EPL)
-arch=(i686 x86_64)
-url="https://eclipse.org;
-makedepends=(python3)
-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=('9e5573f7b951774be3f98c69f9d391ddafbe8a3a727ce81c08dfd67d42cee503'
-'04e789fb695d5f95d09ddb994ae30397b39aee35f11997465dd91d129c41b2ed'
-'57559c2548ae463089acb3c2825ebc002ed83067ddc953b23d36a7b5a02deaf3')
-sha256sums_i686=('9ffb8980f1f5e68ee6779c9f02376040ace2dec76d8be6407e0d2c77c1c3100b'
- 
'9752f15435a417c03bb75313ee94a4dc3b35adcdd300af055a6f7aa9311225a5'
- 
'eb8462e778034dd4c8e5fcb538d271300730fd7584fe7c2c5e2d53541ee453c8'
- 
'ac6d167124aaad5fb8629802ce5e7acfa57848fc5c7854d068ecd9cd19719ca8'
- 
'65a536d0ce3b41a0c8471167085757eee49b4ebeb04b68929af6475ac465aa5b')
-sha256sums_x86_64=('f1b8205abec2dc9cc769941fbde96bb83007050841d7f094dcb3cb07b1696446'
-   
'7c6bf1640c2ed9db3717cf2c65cecd5f18c3736b46151caa09cd28397516f08b'
-   
'a155afe0b305a1206efb463123f68f48be3900e694f4c7fffa0643e1424511cf'
-   
'6b90524ec4f075ed382f14c598c817df1764f31bebbf4b1ba9bdd4056033eaf3'
-   
'af546dd94f7376dced761970ab0a0f31508fc0ec06e51282a02f5df96748918c')
-
-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 --identical ${pkgname[@]}
-
-  mkdir -p eclipse-common/dropins
-  touch eclipse-common/dropins/.keep
-}
-
-package_eclipse-common() {
-  pkgdesc+=" (common files)"
-  depends=("java-environment>=8" webkit2gtk unzip)
-
-  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/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)
-  provides=("eclipse=$pkgver-$pkgrel")
-  conflicts=(eclipse)
-
-  case $_variant in
-java) replaces=(eclipse) ;;
-cpp)  replaces=(eclipse-cdt) ;;
-  esac
-
-  install -d "$pkgdir/usr/lib"
-  cp -a $1 "$pkgdir/usr/lib/eclipse"
-}

Copied: eclipse/repos/extra-x86_64/PKGBUILD (from rev 313433, 
eclipse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-20 22:12:33 UTC (rev 313434)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 

[arch-commits] Commit in eclipse/repos (extra-x86_64)

2011-06-26 Thread Paul Mattal
Date: Sunday, June 26, 2011 @ 06:26:34
  Author: paul
Revision: 129293

archrelease: remove extra-x86_64

Deleted:
  eclipse/repos/extra-x86_64/



[arch-commits] Commit in eclipse/repos (extra-x86_64)

2011-06-26 Thread Paul Mattal
Date: Sunday, June 26, 2011 @ 07:12:43
  Author: paul
Revision: 129313

archrelease: remove extra-x86_64

Deleted:
  eclipse/repos/extra-x86_64/



[arch-commits] Commit in eclipse/repos (extra-x86_64)

2011-06-26 Thread Paul Mattal
Date: Sunday, June 26, 2011 @ 07:12:51
  Author: paul
Revision: 129314

archrelease: copy trunk to extra-x86_64

Added:
  eclipse/repos/extra-x86_64/



[arch-commits] Commit in eclipse/repos (extra-x86_64)

2011-06-25 Thread Paul Mattal
Date: Saturday, June 25, 2011 @ 11:38:11
  Author: paul
Revision: 128951

archrelease: remove extra-x86_64

Deleted:
  eclipse/repos/extra-x86_64/



[arch-commits] Commit in eclipse/repos (extra-x86_64)

2011-06-25 Thread Paul Mattal
Date: Saturday, June 25, 2011 @ 11:38:23
  Author: paul
Revision: 128952

archrelease: copy trunk to extra-x86_64

Added:
  eclipse/repos/extra-x86_64/



[arch-commits] Commit in eclipse/repos (extra-x86_64)

2011-03-07 Thread Paul Mattal
Date: Monday, March 7, 2011 @ 09:39:57
  Author: paul
Revision: 112891

archrelease: remove extra-x86_64

Deleted:
  eclipse/repos/extra-x86_64/



[arch-commits] Commit in eclipse/repos (extra-x86_64)

2011-03-07 Thread Paul Mattal
Date: Monday, March 7, 2011 @ 09:40:07
  Author: paul
Revision: 112892

archrelease: copy trunk to extra-x86_64

Added:
  eclipse/repos/extra-x86_64/



[arch-commits] Commit in eclipse/repos (extra-x86_64)

2010-10-12 Thread Andrea Scarpino
Date: Tuesday, October 12, 2010 @ 16:04:38
  Author: andrea
Revision: 94954

archrelease: remove extra-x86_64

Deleted:
  eclipse/repos/extra-x86_64/



[arch-commits] Commit in eclipse/repos (extra-x86_64)

2010-10-12 Thread Andrea Scarpino
Date: Tuesday, October 12, 2010 @ 16:04:59
  Author: andrea
Revision: 94955

archrelease: copy trunk to extra-x86_64

Added:
  eclipse/repos/extra-x86_64/



[arch-commits] Commit in eclipse/repos (extra-x86_64)

2010-06-25 Thread Andrea Scarpino
Date: Friday, June 25, 2010 @ 08:59:22
  Author: andrea
Revision: 84058

archrelease: remove extra-x86_64

Deleted:
  eclipse/repos/extra-x86_64/



[arch-commits] Commit in eclipse/repos (extra-x86_64)

2010-06-25 Thread Andrea Scarpino
Date: Friday, June 25, 2010 @ 08:59:39
  Author: andrea
Revision: 84059

archrelease: copy trunk to extra-x86_64

Added:
  eclipse/repos/extra-x86_64/



[arch-commits] Commit in eclipse/repos (extra-x86_64)

2010-03-06 Thread Paul Mattal
Date: Saturday, March 6, 2010 @ 18:52:58
  Author: paul
Revision: 71439

archrelease: remove extra-x86_64

Deleted:
  eclipse/repos/extra-x86_64/



[arch-commits] Commit in eclipse/repos (extra-x86_64)

2010-03-06 Thread Paul Mattal
Date: Saturday, March 6, 2010 @ 18:53:04
  Author: paul
Revision: 71440

archrelease: copy trunk to extra-x86_64

Added:
  eclipse/repos/extra-x86_64/