[arch-commits] Commit in groovy/repos/community-any (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Thu Nov 21 15:55:27 UTC 2013
Date: Thursday, November 21, 2013 @ 16:55:27
Author: arodseth
Revision: 101276
archrelease: copy trunk to community-any
Added:
groovy/repos/community-any/PKGBUILD
(from rev 101275, groovy/trunk/PKGBUILD)
Deleted:
groovy/repos/community-any/PKGBUILD
----------+
PKGBUILD | 112 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 56 insertions(+), 56 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-11-21 15:55:21 UTC (rev 101275)
+++ PKGBUILD 2013-11-21 15:55:27 UTC (rev 101276)
@@ -1,56 +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.1.9
-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')
-source=("http://dist.groovy.codehaus.org/distributions/$pkgname-binary-$pkgver.zip")
-sha256sums=('d9cb8d54680d508ac1eb928f8d0cfb1fb1bec7843bb405ea9a7d18f512b10ba6')
-
-prepare() {
- cd "$pkgname-$pkgver/embeddable"
-
- ln -s "$pkgname-all-$pkgver.jar" "$pkgname-all.jar"
- for f in ../bin/*; do
- sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
- done
-}
-
-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"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: groovy/repos/community-any/PKGBUILD (from rev 101275, groovy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-11-21 15:55:27 UTC (rev 101276)
@@ -0,0 +1,56 @@
+# $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.2.0
+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')
+source=("http://dist.groovy.codehaus.org/distributions/$pkgname-binary-$pkgver.zip")
+sha256sums=('4da493b3d2de347a3e6fb903fa86eb76a9f7168960967736907c65a4f92a4fd0')
+
+prepare() {
+ cd "$pkgname-$pkgver/embeddable"
+
+ ln -s "$pkgname-all-$pkgver.jar" "$pkgname-all.jar"
+ for f in ../bin/*; do
+ sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
+ done
+}
+
+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"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list