[arch-commits] Commit in bcprov/repos/extra-any (4 files)
Levente Polyak
anthraxx at archlinux.org
Sun Dec 20 02:40:26 UTC 2020
Date: Sunday, December 20, 2020 @ 02:40:26
Author: anthraxx
Revision: 404647
archrelease: copy trunk to extra-any
Added:
bcprov/repos/extra-any/LICENSE.html
(from rev 404646, bcprov/trunk/LICENSE.html)
bcprov/repos/extra-any/PKGBUILD
(from rev 404646, bcprov/trunk/PKGBUILD)
Deleted:
bcprov/repos/extra-any/LICENSE.html
bcprov/repos/extra-any/PKGBUILD
--------------+
LICENSE.html | 44 ++++++++++++++++++++++----------------------
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
2 files changed, 45 insertions(+), 45 deletions(-)
Deleted: LICENSE.html
===================================================================
--- LICENSE.html 2020-12-20 02:40:04 UTC (rev 404646)
+++ LICENSE.html 2020-12-20 02:40:26 UTC (rev 404647)
@@ -1,22 +0,0 @@
-<html>
-<body bgcolor=#ffffff>
-
-Copyright (c) 2000-2016 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org)
-<p>
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software
-and associated documentation files (the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-<p>
-The above copyright notice and this permission notice shall be included in all copies or substantial
-portions of the Software.
-<p>
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
-INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
-PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-DEALINGS IN THE SOFTWARE.
-</body>
-</html>
Copied: bcprov/repos/extra-any/LICENSE.html (from rev 404646, bcprov/trunk/LICENSE.html)
===================================================================
--- LICENSE.html (rev 0)
+++ LICENSE.html 2020-12-20 02:40:26 UTC (rev 404647)
@@ -0,0 +1,22 @@
+<html>
+<body bgcolor=#ffffff>
+
+Copyright (c) 2000-2016 The Legion of the Bouncy Castle Inc. (http://www.bouncycastle.org)
+<p>
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software
+and associated documentation files (the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+<p>
+The above copyright notice and this permission notice shall be included in all copies or substantial
+portions of the Software.
+<p>
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
+INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
+PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
+</body>
+</html>
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-20 02:40:04 UTC (rev 404646)
+++ PKGBUILD 2020-12-20 02:40:26 UTC (rev 404647)
@@ -1,23 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=bcprov
-pkgver=1.66
-pkgrel=1
-pkgdesc="Java cryptography APIs (Bouncy Castle)"
-arch=('any')
-url="https://www.bouncycastle.org/java.html"
-license=('custom')
-source=(https://www.bouncycastle.org/download/bcprov-jdk15on-${pkgver/./}.jar
- LICENSE.html)
-noextract=(bcprov-jdk15on-${pkgver/./}.jar)
-sha256sums=('1b861dba1c5445de9b38a1789c211ef28b9d07e26d1fa38bee717e5b51162ffe'
- 'e9bb81d9c9486a5de0d1facd674e761b46cc421ddd31bbd2b100871a8bea2ed6')
-
-package() {
- depends=('java-runtime')
- cd "${srcdir}"
- install -m755 -d "${pkgdir}/usr/share/java"
- install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
- install -m644 bcprov-jdk15on-${pkgver/./}.jar "${pkgdir}/usr/share/java/bcprov.jar"
- install -m644 LICENSE.html "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
Copied: bcprov/repos/extra-any/PKGBUILD (from rev 404646, bcprov/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-20 02:40:26 UTC (rev 404647)
@@ -0,0 +1,23 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=bcprov
+pkgver=1.67
+pkgrel=1
+pkgdesc="Java cryptography APIs (Bouncy Castle)"
+arch=('any')
+url="https://www.bouncycastle.org/java.html"
+license=('custom')
+source=(https://www.bouncycastle.org/download/bcprov-jdk15on-${pkgver/./}.jar
+ LICENSE.html)
+noextract=(bcprov-jdk15on-${pkgver/./}.jar)
+sha256sums=('fa0041a36f9f20af3c6b8dbf6eb49a969e2c9cc029049d61acc526ba3247b3ef'
+ 'e9bb81d9c9486a5de0d1facd674e761b46cc421ddd31bbd2b100871a8bea2ed6')
+
+package() {
+ depends=('java-runtime')
+ cd "${srcdir}"
+ install -m755 -d "${pkgdir}/usr/share/java"
+ install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -m644 bcprov-jdk15on-${pkgver/./}.jar "${pkgdir}/usr/share/java/bcprov.jar"
+ install -m644 LICENSE.html "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
More information about the arch-commits
mailing list