[arch-commits] Commit in jad/repos (4 files)

2017-09-25 Thread Alexander Rødseth
Date: Monday, September 25, 2017 @ 20:11:30
  Author: arodseth
Revision: 260585

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

Added:
  jad/repos/community-i686/PKGBUILD
(from rev 260584, jad/trunk/PKGBUILD)
  jad/repos/community-x86_64/PKGBUILD
(from rev 260584, jad/trunk/PKGBUILD)
Deleted:
  jad/repos/community-i686/PKGBUILD
  jad/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-25 20:10:52 UTC (rev 260584)
+++ community-i686/PKGBUILD 2017-09-25 20:11:30 UTC (rev 260585)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: astaroth 
-
-pkgname=jad
-pkgver=1.5.8e
-pkgrel=6
-pkgdesc='Java decompiler'
-license=('custom')
-arch=('x86_64' 'i686')
-url='http://www.varaneckas.com/jad'
-optdepends=('vim-jad: open class files directly in vim and see the decompiled 
source code')
-source=("http://www.varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip";
-'jad.html::http://www.varaneckas.com/jad')
-sha256sums=('2878e19fc1fdd725b516f538a57b02aaec1b2d1e4b106d550230381ffa9c0c81'
-'9ebc6c135fb169de6f79cc8993c914648b915cf071f54c4a31dc666b69649e5b')
-
-prepare() {
-  grep '' -A18 jad.html | cut -d">" -f2 | cut -d"<" -f1 > LICENSE
-}
-
-package() {
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 Readme.txt "$pkgdir/usr/share/doc/$pkgname/README"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jad/repos/community-i686/PKGBUILD (from rev 260584, jad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-25 20:11:30 UTC (rev 260585)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: astaroth 
+
+pkgname=jad
+pkgver=1.5.8e
+pkgrel=7
+pkgdesc='Java decompiler'
+license=('custom')
+arch=('x86_64' 'i686')
+url='https://varaneckas.com/jad'
+optdepends=('vim-jad: open class files directly in vim and see the decompiled 
source code')
+source=("https://varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip";
+'license.html::https://varaneckas.com/jad')
+sha256sums=('2878e19fc1fdd725b516f538a57b02aaec1b2d1e4b106d550230381ffa9c0c81'
+'964b446c866049d3e8f0ad77ca9fe477a8dda26926aa41985ff89e7dadb7d655')
+
+prepare() {
+  grep '' -A18 license.html | cut -d'>' -f2 | cut -d'<' -f1 > 
LICENSE
+}
+
+package() {
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 Readme.txt "$pkgdir/usr/share/doc/$pkgname/README"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-25 20:10:52 UTC (rev 260584)
+++ community-x86_64/PKGBUILD   2017-09-25 20:11:30 UTC (rev 260585)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: astaroth 
-
-pkgname=jad
-pkgver=1.5.8e
-pkgrel=6
-pkgdesc='Java decompiler'
-license=('custom')
-arch=('x86_64' 'i686')
-url='http://www.varaneckas.com/jad'
-optdepends=('vim-jad: open class files directly in vim and see the decompiled 
source code')
-source=("http://www.varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip";
-'jad.html::http://www.varaneckas.com/jad')
-sha256sums=('2878e19fc1fdd725b516f538a57b02aaec1b2d1e4b106d550230381ffa9c0c81'
-'9ebc6c135fb169de6f79cc8993c914648b915cf071f54c4a31dc666b69649e5b')
-
-prepare() {
-  grep '' -A18 jad.html | cut -d">" -f2 | cut -d"<" -f1 > LICENSE
-}
-
-package() {
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 Readme.txt "$pkgdir/usr/share/doc/$pkgname/README"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jad/repos/community-x86_64/PKGBUILD (from rev 260584, 
jad/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-25 20:11:30 UTC (rev 260585)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: astaroth 
+
+pkgname=jad
+pkgver=1.5.8e
+pkgrel=7
+pkgdesc='Java decompiler'
+license=('custom')
+arch=('x86_64' 'i686')
+url='https://varaneckas.com/jad'
+optdepends=('vim-jad: open class files directly in vim and see the decompiled 
source code')
+source=("https://varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip";
+  

[arch-commits] Commit in jad/repos (4 files)

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 15:46:51
  Author: arodseth
Revision: 122522

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

Added:
  jad/repos/community-i686/PKGBUILD
(from rev 122521, jad/trunk/PKGBUILD)
  jad/repos/community-x86_64/PKGBUILD
(from rev 122521, jad/trunk/PKGBUILD)
Deleted:
  jad/repos/community-i686/PKGBUILD
  jad/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   33 -
 community-x86_64/PKGBUILD |   33 -
 3 files changed, 56 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-13 14:46:39 UTC (rev 122521)
+++ community-i686/PKGBUILD 2014-11-13 14:46:51 UTC (rev 122522)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: astaroth 
-
-pkgname=jad
-pkgver=1.5.8e
-pkgrel=5
-pkgdesc='Java decompiler'
-license=('custom')
-arch=('x86_64' 'i686')
-url='http://www.varaneckas.com/jad'
-optdepends=('vim-jad: open class files directly in vim and see the decompiled 
source code')
-makedepends=('links')
-source=("http://www.varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip";
-'jad.html::http://www.varaneckas.com/jad')
-sha256sums=('2878e19fc1fdd725b516f538a57b02aaec1b2d1e4b106d550230381ffa9c0c81'
-'5a0a0a26ca84c733c3a213960c070285bb2046b149adec49d6f47f00b2736dd0')
-
-prepare() {
-  cd "$srcdir"
-
-  links -dump jad.html | grep -A19 Copyright > LICENSE
-}
-
-package() {
-  cd "$srcdir"
-
-  install -Dm755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 Readme.txt "$pkgdir/usr/share/doc/$pkgname/README"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jad/repos/community-i686/PKGBUILD (from rev 122521, jad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-13 14:46:51 UTC (rev 122522)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: astaroth 
+
+pkgname=jad
+pkgver=1.5.8e
+pkgrel=6
+pkgdesc='Java decompiler'
+license=('custom')
+arch=('x86_64' 'i686')
+url='http://www.varaneckas.com/jad'
+optdepends=('vim-jad: open class files directly in vim and see the decompiled 
source code')
+source=("http://www.varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip";
+'jad.html::http://www.varaneckas.com/jad')
+sha256sums=('2878e19fc1fdd725b516f538a57b02aaec1b2d1e4b106d550230381ffa9c0c81'
+'9ebc6c135fb169de6f79cc8993c914648b915cf071f54c4a31dc666b69649e5b')
+
+prepare() {
+  grep '' -A18 jad.html | cut -d">" -f2 | cut -d"<" -f1 > LICENSE
+}
+
+package() {
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 Readme.txt "$pkgdir/usr/share/doc/$pkgname/README"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-13 14:46:39 UTC (rev 122521)
+++ community-x86_64/PKGBUILD   2014-11-13 14:46:51 UTC (rev 122522)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: astaroth 
-
-pkgname=jad
-pkgver=1.5.8e
-pkgrel=5
-pkgdesc='Java decompiler'
-license=('custom')
-arch=('x86_64' 'i686')
-url='http://www.varaneckas.com/jad'
-optdepends=('vim-jad: open class files directly in vim and see the decompiled 
source code')
-makedepends=('links')
-source=("http://www.varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip";
-'jad.html::http://www.varaneckas.com/jad')
-sha256sums=('2878e19fc1fdd725b516f538a57b02aaec1b2d1e4b106d550230381ffa9c0c81'
-'5a0a0a26ca84c733c3a213960c070285bb2046b149adec49d6f47f00b2736dd0')
-
-prepare() {
-  cd "$srcdir"
-
-  links -dump jad.html | grep -A19 Copyright > LICENSE
-}
-
-package() {
-  cd "$srcdir"
-
-  install -Dm755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 Readme.txt "$pkgdir/usr/share/doc/$pkgname/README"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jad/repos/community-x86_64/PKGBUILD (from rev 122521, 
jad/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-13 14:46:51 UTC (rev 122522)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: astaroth 
+
+pkgname=jad
+pkgver=1.5.8e
+pkgrel=6
+pkgdesc='Java decompiler'
+license=('custom')
+arch=('x86_64' 'i686')
+url='http://www.varaneckas.com/jad'
+optdepends=('vim-jad: open class files directly in vim and see 

[arch-commits] Commit in jad/repos (4 files)

2013-08-25 Thread Alexander Rødseth
Date: Sunday, August 25, 2013 @ 16:38:50
  Author: arodseth
Revision: 96321

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

Added:
  jad/repos/community-i686/PKGBUILD
(from rev 96320, jad/trunk/PKGBUILD)
  jad/repos/community-x86_64/PKGBUILD
(from rev 96320, jad/trunk/PKGBUILD)
Deleted:
  jad/repos/community-i686/PKGBUILD
  jad/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   31 
 community-x86_64/PKGBUILD |   31 
 3 files changed, 66 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-25 14:38:38 UTC (rev 96320)
+++ community-i686/PKGBUILD 2013-08-25 14:38:50 UTC (rev 96321)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: astaroth 
-
-pkgname=jad
-pkgver=1.5.8e
-pkgrel=4
-pkgdesc='Java decompiler'
-license=('custom')
-arch=('x86_64' 'i686')
-url='http://www.varaneckas.com/jad'
-source=("http://www.varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip";
-'jad.html::http://www.varaneckas.com/jad')
-sha256sums=('2878e19fc1fdd725b516f538a57b02aaec1b2d1e4b106d550230381ffa9c0c81'
-'4acee94ff29fe01ea2a9c4c0b47f22fb5a93fc667ee2dd8b6740f7f36bcbcdf2')
-
-build() {
-  cd "$srcdir"
-
-  grep '' jad.html -A18 | sed 's:::' | sed 's:::' > LICENSE
-}
-
-package() {
-  cd "$srcdir"
-
-  install -Dm755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 Readme.txt "$pkgdir/usr/share/doc/$pkgname/README"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jad/repos/community-i686/PKGBUILD (from rev 96320, jad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-25 14:38:50 UTC (rev 96321)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: astaroth 
+
+pkgname=jad
+pkgver=1.5.8e
+pkgrel=5
+pkgdesc='Java decompiler'
+license=('custom')
+arch=('x86_64' 'i686')
+url='http://www.varaneckas.com/jad'
+optdepends=('vim-jad: open class files directly in vim and see the decompiled 
source code')
+makedepends=('links')
+source=("http://www.varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip";
+'jad.html::http://www.varaneckas.com/jad')
+sha256sums=('2878e19fc1fdd725b516f538a57b02aaec1b2d1e4b106d550230381ffa9c0c81'
+'5a0a0a26ca84c733c3a213960c070285bb2046b149adec49d6f47f00b2736dd0')
+
+prepare() {
+  cd "$srcdir"
+
+  links -dump jad.html | grep -A19 Copyright > LICENSE
+}
+
+package() {
+  cd "$srcdir"
+
+  install -Dm755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 Readme.txt "$pkgdir/usr/share/doc/$pkgname/README"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-25 14:38:38 UTC (rev 96320)
+++ community-x86_64/PKGBUILD   2013-08-25 14:38:50 UTC (rev 96321)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: astaroth 
-
-pkgname=jad
-pkgver=1.5.8e
-pkgrel=4
-pkgdesc='Java decompiler'
-license=('custom')
-arch=('x86_64' 'i686')
-url='http://www.varaneckas.com/jad'
-source=("http://www.varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip";
-'jad.html::http://www.varaneckas.com/jad')
-sha256sums=('2878e19fc1fdd725b516f538a57b02aaec1b2d1e4b106d550230381ffa9c0c81'
-'4acee94ff29fe01ea2a9c4c0b47f22fb5a93fc667ee2dd8b6740f7f36bcbcdf2')
-
-build() {
-  cd "$srcdir"
-
-  grep '' jad.html -A18 | sed 's:::' | sed 's:::' > LICENSE
-}
-
-package() {
-  cd "$srcdir"
-
-  install -Dm755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 Readme.txt "$pkgdir/usr/share/doc/$pkgname/README"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jad/repos/community-x86_64/PKGBUILD (from rev 96320, jad/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-25 14:38:50 UTC (rev 96321)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: astaroth 
+
+pkgname=jad
+pkgver=1.5.8e
+pkgrel=5
+pkgdesc='Java decompiler'
+license=('custom')
+arch=('x86_64' 'i686')
+url='http://www.varaneckas.com/jad'
+optdepends=('vim-jad: open class files directly in vim and see the decompiled 
source code')
+makedepends=('links')
+source=("http://www.varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip";
+'jad.html::http://www.varaneckas.com/jad')
+sha2