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

Alexander Rødseth arodseth at archlinux.org
Sat Dec 6 20:12:40 UTC 2014


    Date: Saturday, December 6, 2014 @ 21:12:39
  Author: arodseth
Revision: 123553

archrelease: copy trunk to community-any

Added:
  groovy/repos/community-any/PKGBUILD
    (from rev 123552, groovy/trunk/PKGBUILD)
Deleted:
  groovy/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  142 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-06 20:11:42 UTC (rev 123552)
+++ PKGBUILD	2014-12-06 20:12:39 UTC (rev 123553)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Musikolo <musikoloAThotmailDOTcom>
-# Contributor: Ruben Fonseca <fonseka at gmail.com>
-# Contributor: Andreas W. Hauser <andy-aur at splashground.de>
-
-pkgname=groovy
-pkgver=2.3.7
-pkgrel=1
-pkgdesc='Programming language based on Java, inspired by Python, Ruby and Smalltalk'
-arch=('any')
-url='http://groovy.codehaus.org/'
-license=('APACHE' 'BSD' 'custom')
-depends=('bash' 'java-environment')
-optdepends=('groovy-docs: html and pdf documentation for Groovy')
-makedepends=('gendesk')
-source=("http://dl.bintray.com/groovy/maven/$pkgname-binary-$pkgver.zip"
-        "$pkgname.png::http://svn.codehaus.org/groovy/tags/GROOVY_1_7_6/src/main/groovy/ui/ConsoleIcon.png")
-sha256sums=('38d6faaf3cae78d91852ab1be8070a7a7c5d206bd172f2cd7c0bb131e23e2525'
-            '24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
-
-prepare() {
-  # Generate desktop shortcut file
-  gendesk -f -n --pkgname "$pkgname" --pkgdesc 'Groovy programming language' \
-    --exec 'groovyConsole' --name 'Groovy Console' 
-
-  # Set GROOVY_HOME correctly at the top of all the scripts.
-  # This works, but there probably is an even better way to do this.
-  cd "$pkgname-$pkgver/embeddable"
-  for f in ../bin/*; do
-    sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
-  done
-
-  ln -s "$pkgname-all-$pkgver.jar" "$pkgname-all.jar"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  # Create the directories and package the files
-  install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin"
-  cp -r lib conf embeddable "$pkgdir/usr/share/groovy"
-  cp bin/* "$pkgdir/usr/bin"
-
-  # Remove all DOS/Windows batch files
-  find $pkgdir -name '*.bat' -exec rm {} \;
-
-  # Package the APACHE license
-  install -Dm644 LICENSE.txt \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 CLI-LICENSE.txt \
-    "$pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE"
-
-  # Package the BSD license
-  install -Dm644 ANTLR-LICENSE.txt \
-    "$pkgdir/usr/share/licenses/$pkgname/ANTLR-LICENSE"
-
-  # Package the custom license
-  install -Dm644 ASM-LICENSE.txt \
-    "$pkgdir/usr/share/licenses/$pkgname/ASM-LICENSE"
-  install -Dm644 JSR223-LICENSE.txt \
-    "$pkgdir/usr/share/licenses/$pkgname/JSR223-LICENSE"
-
-  # Desktop shortcut for Groovy Console
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$srcdir/$pkgname.png" \
-    "$pkgdir/usr/share/pixmaps/$pkgname.png"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: groovy/repos/community-any/PKGBUILD (from rev 123552, groovy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-06 20:12:39 UTC (rev 123553)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Musikolo <musikoloAThotmailDOTcom>
+# Contributor: Ruben Fonseca <fonseka at gmail.com>
+# Contributor: Andreas W. Hauser <andy-aur at splashground.de>
+
+pkgname=groovy
+pkgver=2.3.8
+pkgrel=1
+pkgdesc='Programming language based on Java, inspired by Python, Ruby and Smalltalk'
+arch=('any')
+url='http://groovy.codehaus.org/'
+license=('APACHE' 'BSD' 'custom')
+depends=('bash' 'java-environment')
+optdepends=('groovy-docs: html and pdf documentation for Groovy')
+makedepends=('gendesk')
+source=("http://dl.bintray.com/groovy/maven/$pkgname-binary-$pkgver.zip"
+        "$pkgname.png::http://svn.codehaus.org/groovy/tags/GROOVY_1_7_6/src/main/groovy/ui/ConsoleIcon.png")
+sha256sums=('f672e65a4df49d9e9891fd38a3c55aff38f75bdedf282e16cfacc37d74b0fa39'
+            '24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
+
+prepare() {
+  # Generate desktop shortcut file
+  gendesk -f -n --pkgname "$pkgname" --pkgdesc 'Groovy programming language' \
+    --exec 'groovyConsole' --name 'Groovy Console' 
+
+  # Set GROOVY_HOME correctly at the top of all the scripts.
+  # This works, but there is probably an even better way to do this.
+  cd "$pkgname-$pkgver/embeddable"
+  for f in ../bin/*; do
+    sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
+  done
+
+  ln -s "$pkgname-all-$pkgver.jar" "$pkgname-all.jar"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  # Create the directories and package the files
+  install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin"
+  cp -r lib conf embeddable "$pkgdir/usr/share/groovy"
+  cp bin/* "$pkgdir/usr/bin"
+
+  # Remove all DOS/Windows batch files
+  find $pkgdir -name '*.bat' -exec rm {} \;
+
+  # Package the APACHE license
+  install -Dm644 LICENSE.txt \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 CLI-LICENSE.txt \
+    "$pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE"
+
+  # Package the BSD license
+  install -Dm644 ANTLR-LICENSE.txt \
+    "$pkgdir/usr/share/licenses/$pkgname/ANTLR-LICENSE"
+
+  # Package the custom license
+  install -Dm644 ASM-LICENSE.txt \
+    "$pkgdir/usr/share/licenses/$pkgname/ASM-LICENSE"
+  install -Dm644 JSR223-LICENSE.txt \
+    "$pkgdir/usr/share/licenses/$pkgname/JSR223-LICENSE"
+
+  # Desktop shortcut for Groovy Console
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$srcdir/$pkgname.png" \
+    "$pkgdir/usr/share/pixmaps/$pkgname.png"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list