[arch-commits] Commit in filebin/repos/community-any (16 files)

2022-04-10 Thread Justin Kromlinger via arch-commits
Date: Sunday, April 10, 2022 @ 18:22:53
  Author: hashworks
Revision: 1185747

archrelease: copy trunk to community-any

Added:
  filebin/repos/community-any/PKGBUILD
(from rev 1185746, filebin/trunk/PKGBUILD)
  filebin/repos/community-any/filebin-file-cron.service
(from rev 1185746, filebin/trunk/filebin-file-cron.service)
  filebin/repos/community-any/filebin-file-cron.timer
(from rev 1185746, filebin/trunk/filebin-file-cron.timer)
  filebin/repos/community-any/filebin-nginx.conf
(from rev 1185746, filebin/trunk/filebin-nginx.conf)
  filebin/repos/community-any/filebin-php-fpm.conf
(from rev 1185746, filebin/trunk/filebin-php-fpm.conf)
  filebin/repos/community-any/filebin-user-cron.service
(from rev 1185746, filebin/trunk/filebin-user-cron.service)
  filebin/repos/community-any/filebin-user-cron.timer
(from rev 1185746, filebin/trunk/filebin-user-cron.timer)
  filebin/repos/community-any/filebin.install
(from rev 1185746, filebin/trunk/filebin.install)
Deleted:
  filebin/repos/community-any/PKGBUILD
  filebin/repos/community-any/filebin-file-cron.service
  filebin/repos/community-any/filebin-file-cron.timer
  filebin/repos/community-any/filebin-nginx.conf
  filebin/repos/community-any/filebin-php-fpm.conf
  filebin/repos/community-any/filebin-user-cron.service
  filebin/repos/community-any/filebin-user-cron.timer
  filebin/repos/community-any/filebin.install

---+
 PKGBUILD  |  192 ++--
 filebin-file-cron.service |   36 
 filebin-file-cron.timer   |   18 ++--
 filebin-nginx.conf|  176 
 filebin-php-fpm.conf  |   46 +-
 filebin-user-cron.service |   34 +++
 filebin-user-cron.timer   |   18 ++--
 filebin.install   |   36 
 8 files changed, 278 insertions(+), 278 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-10 18:22:46 UTC (rev 1185746)
+++ PKGBUILD2022-04-10 18:22:53 UTC (rev 1185747)
@@ -1,96 +0,0 @@
-# Maintainer: Justin Kromlinger 
-# Contributor: Simon Hanna
-pkgname=filebin
-pkgver=3.6.2
-pkgrel=1
-pkgdesc="A pastebin service written in PHP"
-arch=('any')
-url="https://git.server-speed.net/users/flo/filebin/";
-license=('AGPL' 'MIT')
-makedepends=('nodejs' 'git')
-optdepends=('mariadb' 'postgresql')
-depends=('php'
- 'pygmentize'
- 'python-ansi2html'
- 'php-gd'
- 'imagemagick'
-)
-backup=('etc/webapps/filebin/config-local.php'
-'etc/webapps/filebin/contact-info.php'
-'etc/webapps/filebin/database.php'
-'etc/webapps/filebin/memcached.php'
-)
-install=filebin.install
-options=('!strip' 'emptydirs')
-source=("git+https://github.com/Bluewind/filebin.git#tag=${pkgver}?signed";
-"git+https://github.com/padraic/mockery.git";
-"git+https://github.com/endroid/QrCode.git";
-"git+https://github.com/erusev/parsedown.git";
-"git+https://github.com/recurser/exif-orientation-examples.git";
-'filebin-nginx.conf'
-'filebin-php-fpm.conf'
-'filebin-file-cron.service'
-'filebin-file-cron.timer'
-'filebin-user-cron.service'
-'filebin-user-cron.timer'
-)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'6ed404a3fbc28c6ab35bf1eba67ddcf46cfd48893237155e38d297a13020180c'
-'034442098d1608807bec2a03028a7c8bb9ae9d286c378e2f668b4aca3cc9d4e1'
-'b1686d550c3bf2c096309e828b47db7a33fd91ac8dcfb358b317b7ab5f3a2f64'
-'116b1e5031c22ad251c486b18ff203813f7227197ef853927ddc2de00e85cbe1'
-'6f74c90fbf55e421eabcf8b184170725ac03cb1c5803abb22933fcaf33f13e32'
-'d73e4b984ab95954bd18e08237c6aa8bec32ccc5699531727362e2c75ba9c25e')
-
-validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E') # Florian Pritz 

-
-prepare() {
-  cd "${srcdir}/${pkgname}"
-  git submodule init
-  git config submodule."application/third_party/mockery".url 
"${srcdir}/mockery"
-  git config submodule."application/third_party/QrCode".url "${srcdir}/QrCode"
-  git config submodule."application/third_party/parsedown".url 
"${srcdir}/parsedown"
-  git config submodule."data/tests/exif-orientation-examples".url 
"${srcdir}/exif-orientation-examples"
-  git submodule update --recursive
-}
-
-build () {
-  bash "${srcdir}/${pkgname}/scripts/optimize_js.sh"
-}
-
-package() {
-  install -D -d -m755 "${pkgdir}/usr/lib/systemd/system"
-  install -D -d -m755 -g 33 "${pkgdir}/usr/share/webapps/filebin" 
"${pkgdir}/etc/webapps/filebin"
-  install -D -d -m755 -o 33 -g 33 
"${pkgdir}/usr/share/webapps/filebin/data/uploads"
-  install -m640 -g 33 
"${srcdir}/${pkgname}/data/local/examples/contact-info.php" 
"${pkgdir}/etc/webapps/filebin"
-  install -m640 -g 33 
"${srcdir}/${pkgname}/application/config/example/config-local.php" 
"${pkgdir}/etc/webapps/f

[arch-commits] Commit in filebin/repos/community-any (16 files)

2022-01-09 Thread Justin Kromlinger via arch-commits
Date: Sunday, January 9, 2022 @ 12:52:11
  Author: hashworks
Revision: 1098270

archrelease: copy trunk to community-any

Added:
  filebin/repos/community-any/PKGBUILD
(from rev 1098269, filebin/trunk/PKGBUILD)
  filebin/repos/community-any/filebin-file-cron.service
(from rev 1098269, filebin/trunk/filebin-file-cron.service)
  filebin/repos/community-any/filebin-file-cron.timer
(from rev 1098269, filebin/trunk/filebin-file-cron.timer)
  filebin/repos/community-any/filebin-nginx.conf
(from rev 1098269, filebin/trunk/filebin-nginx.conf)
  filebin/repos/community-any/filebin-php-fpm.conf
(from rev 1098269, filebin/trunk/filebin-php-fpm.conf)
  filebin/repos/community-any/filebin-user-cron.service
(from rev 1098269, filebin/trunk/filebin-user-cron.service)
  filebin/repos/community-any/filebin-user-cron.timer
(from rev 1098269, filebin/trunk/filebin-user-cron.timer)
  filebin/repos/community-any/filebin.install
(from rev 1098269, filebin/trunk/filebin.install)
Deleted:
  filebin/repos/community-any/PKGBUILD
  filebin/repos/community-any/filebin-file-cron.service
  filebin/repos/community-any/filebin-file-cron.timer
  filebin/repos/community-any/filebin-nginx.conf
  filebin/repos/community-any/filebin-php-fpm.conf
  filebin/repos/community-any/filebin-user-cron.service
  filebin/repos/community-any/filebin-user-cron.timer
  filebin/repos/community-any/filebin.install

---+
 PKGBUILD  |  192 ++--
 filebin-file-cron.service |   36 
 filebin-file-cron.timer   |   18 ++--
 filebin-nginx.conf|  176 
 filebin-php-fpm.conf  |   46 +-
 filebin-user-cron.service |   34 +++
 filebin-user-cron.timer   |   18 ++--
 filebin.install   |   36 
 8 files changed, 278 insertions(+), 278 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-09 12:52:06 UTC (rev 1098269)
+++ PKGBUILD2022-01-09 12:52:11 UTC (rev 1098270)
@@ -1,96 +0,0 @@
-# Maintainer: Justin Kromlinger 
-# Contributor: Simon Hanna
-pkgname=filebin
-pkgver=3.6.1
-pkgrel=3
-pkgdesc="A pastebin service written in PHP"
-arch=('any')
-url="https://git.server-speed.net/users/flo/filebin/";
-license=('AGPL' 'MIT')
-makedepends=('nodejs' 'git')
-optdepends=('mariadb' 'postgresql')
-depends=('php'
- 'pygmentize'
- 'python-ansi2html'
- 'php-gd'
- 'imagemagick'
-)
-backup=('etc/webapps/filebin/config-local.php'
-'etc/webapps/filebin/contact-info.php'
-'etc/webapps/filebin/database.php'
-'etc/webapps/filebin/memcached.php'
-)
-install=filebin.install
-options=('!strip' 'emptydirs')
-source=("git+https://github.com/Bluewind/filebin.git#tag=${pkgver}?signed";
-"git+https://github.com/padraic/mockery.git";
-"git+https://github.com/endroid/QrCode.git";
-"git+https://github.com/erusev/parsedown.git";
-"git+https://github.com/recurser/exif-orientation-examples.git";
-'filebin-nginx.conf'
-'filebin-php-fpm.conf'
-'filebin-file-cron.service'
-'filebin-file-cron.timer'
-'filebin-user-cron.service'
-'filebin-user-cron.timer'
-)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'6ed404a3fbc28c6ab35bf1eba67ddcf46cfd48893237155e38d297a13020180c'
-'034442098d1608807bec2a03028a7c8bb9ae9d286c378e2f668b4aca3cc9d4e1'
-'b1686d550c3bf2c096309e828b47db7a33fd91ac8dcfb358b317b7ab5f3a2f64'
-'116b1e5031c22ad251c486b18ff203813f7227197ef853927ddc2de00e85cbe1'
-'6f74c90fbf55e421eabcf8b184170725ac03cb1c5803abb22933fcaf33f13e32'
-'d73e4b984ab95954bd18e08237c6aa8bec32ccc5699531727362e2c75ba9c25e')
-
-validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E') # Florian Pritz 

-
-prepare() {
-  cd "${srcdir}/${pkgname}"
-  git submodule init
-  git config submodule."application/third_party/mockery".url 
"${srcdir}/mockery"
-  git config submodule."application/third_party/QrCode".url "${srcdir}/QrCode"
-  git config submodule."application/third_party/parsedown".url 
"${srcdir}/parsedown"
-  git config submodule."data/tests/exif-orientation-examples".url 
"${srcdir}/exif-orientation-examples"
-  git submodule update --recursive
-}
-
-build () {
-  bash "${srcdir}/${pkgname}/scripts/optimize_js.sh"
-}
-
-package() {
-  install -D -d -m755 "${pkgdir}/usr/lib/systemd/system"
-  install -D -d -m755 -g 33 "${pkgdir}/usr/share/webapps/filebin" 
"${pkgdir}/etc/webapps/filebin"
-  install -D -d -m755 -o 33 -g 33 
"${pkgdir}/usr/share/webapps/filebin/data/uploads"
-  install -m640 -g 33 
"${srcdir}/${pkgname}/data/local/examples/contact-info.php" 
"${pkgdir}/etc/webapps/filebin"
-  install -m640 -g 33 
"${srcdir}/${pkgname}/application/config/example/config-local.php" 
"${pkgdir}/etc/webapps/

[arch-commits] Commit in filebin/repos/community-any (16 files)

2021-10-03 Thread Justin Kromlinger via arch-commits
Date: Sunday, October 3, 2021 @ 13:52:49
  Author: hashworks
Revision: 1027187

archrelease: copy trunk to community-any

Added:
  filebin/repos/community-any/PKGBUILD
(from rev 1027186, filebin/trunk/PKGBUILD)
  filebin/repos/community-any/filebin-file-cron.service
(from rev 1027186, filebin/trunk/filebin-file-cron.service)
  filebin/repos/community-any/filebin-file-cron.timer
(from rev 1027186, filebin/trunk/filebin-file-cron.timer)
  filebin/repos/community-any/filebin-nginx.conf
(from rev 1027186, filebin/trunk/filebin-nginx.conf)
  filebin/repos/community-any/filebin-php-fpm.conf
(from rev 1027186, filebin/trunk/filebin-php-fpm.conf)
  filebin/repos/community-any/filebin-user-cron.service
(from rev 1027186, filebin/trunk/filebin-user-cron.service)
  filebin/repos/community-any/filebin-user-cron.timer
(from rev 1027186, filebin/trunk/filebin-user-cron.timer)
  filebin/repos/community-any/filebin.install
(from rev 1027186, filebin/trunk/filebin.install)
Deleted:
  filebin/repos/community-any/PKGBUILD
  filebin/repos/community-any/filebin-file-cron.service
  filebin/repos/community-any/filebin-file-cron.timer
  filebin/repos/community-any/filebin-nginx.conf
  filebin/repos/community-any/filebin-php-fpm.conf
  filebin/repos/community-any/filebin-user-cron.service
  filebin/repos/community-any/filebin-user-cron.timer
  filebin/repos/community-any/filebin.install

---+
 PKGBUILD  |  192 ++--
 filebin-file-cron.service |   34 ---
 filebin-file-cron.timer   |   18 ++--
 filebin-nginx.conf|  176 
 filebin-php-fpm.conf  |   46 +-
 filebin-user-cron.service |   32 +++
 filebin-user-cron.timer   |   18 ++--
 filebin.install   |   36 
 8 files changed, 278 insertions(+), 274 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-03 13:52:40 UTC (rev 1027186)
+++ PKGBUILD2021-10-03 13:52:49 UTC (rev 1027187)
@@ -1,96 +0,0 @@
-# Maintainer: Justin Kromlinger 
-# Contributor: Simon Hanna
-pkgname=filebin
-pkgver=3.6.1
-pkgrel=2
-pkgdesc="A pastebin service written in PHP"
-arch=('any')
-url="https://git.server-speed.net/users/flo/filebin/";
-license=('AGPL' 'MIT')
-makedepends=('nodejs' 'git')
-optdepends=('mariadb' 'postgresql')
-depends=('php'
- 'pygmentize'
- 'python-ansi2html'
- 'php-gd'
- 'imagemagick'
-)
-backup=('etc/webapps/filebin/config-local.php'
-'etc/webapps/filebin/contact-info.php'
-'etc/webapps/filebin/database.php'
-'etc/webapps/filebin/memcached.php'
-)
-install=filebin.install
-options=('!strip' 'emptydirs')
-source=("git+https://github.com/Bluewind/filebin.git#tag=${pkgver}?signed";
-"git+https://github.com/padraic/mockery.git";
-"git+https://github.com/endroid/QrCode.git";
-"git+https://github.com/erusev/parsedown.git";
-"git+https://github.com/recurser/exif-orientation-examples.git";
-'filebin-nginx.conf'
-'filebin-php-fpm.conf'
-'filebin-file-cron.service'
-'filebin-file-cron.timer'
-'filebin-user-cron.service'
-'filebin-user-cron.timer'
-)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'6ed404a3fbc28c6ab35bf1eba67ddcf46cfd48893237155e38d297a13020180c'
-'034442098d1608807bec2a03028a7c8bb9ae9d286c378e2f668b4aca3cc9d4e1'
-'78dd850467d89ac3d1b57fa72fe9ce8d736ce29a89abe624d9c4d2e168e59d19'
-'116b1e5031c22ad251c486b18ff203813f7227197ef853927ddc2de00e85cbe1'
-'36c82c506a058edc50b882200332c6a540aa68a5749919eb62dc6c633c47deb3'
-'d73e4b984ab95954bd18e08237c6aa8bec32ccc5699531727362e2c75ba9c25e')
-
-validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E') # Florian Pritz 

-
-prepare() {
-  cd "${srcdir}/${pkgname}"
-  git submodule init
-  git config submodule."application/third_party/mockery".url 
"${srcdir}/mockery"
-  git config submodule."application/third_party/QrCode".url "${srcdir}/QrCode"
-  git config submodule."application/third_party/parsedown".url 
"${srcdir}/parsedown"
-  git config submodule."data/tests/exif-orientation-examples".url 
"${srcdir}/exif-orientation-examples"
-  git submodule update --recursive
-}
-
-build () {
-  bash "${srcdir}/${pkgname}/scripts/optimize_js.sh"
-}
-
-package() {
-  install -D -d -m755 "${pkgdir}/usr/lib/systemd/system"
-  install -D -d -m755 -g 33 "${pkgdir}/usr/share/webapps/filebin" 
"${pkgdir}/etc/webapps/filebin"
-  install -D -d -m755 -o 33 -g 33 
"${pkgdir}/usr/share/webapps/filebin/data/uploads"
-  install -m640 -g 33 
"${srcdir}/${pkgname}/data/local/examples/contact-info.php" 
"${pkgdir}/etc/webapps/filebin"
-  install -m640 -g 33 
"${srcdir}/${pkgname}/application/config/example/config-local.php" 
"${pkgdir}/etc/webapps/f

[arch-commits] Commit in filebin/repos/community-any (16 files)

2021-06-16 Thread Justin Kromlinger via arch-commits
Date: Wednesday, June 16, 2021 @ 09:54:39
  Author: hashworks
Revision: 964259

archrelease: copy trunk to community-any

Added:
  filebin/repos/community-any/PKGBUILD
(from rev 964258, filebin/trunk/PKGBUILD)
  filebin/repos/community-any/filebin-file-cron.service
(from rev 964258, filebin/trunk/filebin-file-cron.service)
  filebin/repos/community-any/filebin-file-cron.timer
(from rev 964258, filebin/trunk/filebin-file-cron.timer)
  filebin/repos/community-any/filebin-nginx.conf
(from rev 964258, filebin/trunk/filebin-nginx.conf)
  filebin/repos/community-any/filebin-php-fpm.conf
(from rev 964258, filebin/trunk/filebin-php-fpm.conf)
  filebin/repos/community-any/filebin-user-cron.service
(from rev 964258, filebin/trunk/filebin-user-cron.service)
  filebin/repos/community-any/filebin-user-cron.timer
(from rev 964258, filebin/trunk/filebin-user-cron.timer)
  filebin/repos/community-any/filebin.install
(from rev 964258, filebin/trunk/filebin.install)
Deleted:
  filebin/repos/community-any/PKGBUILD
  filebin/repos/community-any/filebin-file-cron.service
  filebin/repos/community-any/filebin-file-cron.timer
  filebin/repos/community-any/filebin-nginx.conf
  filebin/repos/community-any/filebin-php-fpm.conf
  filebin/repos/community-any/filebin-user-cron.service
  filebin/repos/community-any/filebin-user-cron.timer
  filebin/repos/community-any/filebin.install

---+
 PKGBUILD  |  192 ++--
 filebin-file-cron.service |   32 +++
 filebin-file-cron.timer   |   18 ++--
 filebin-nginx.conf|  176 
 filebin-php-fpm.conf  |   46 +-
 filebin-user-cron.service |   30 +++---
 filebin-user-cron.timer   |   18 ++--
 filebin.install   |   36 
 8 files changed, 274 insertions(+), 274 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-06-16 09:54:26 UTC (rev 964258)
+++ PKGBUILD2021-06-16 09:54:39 UTC (rev 964259)
@@ -1,96 +0,0 @@
-# Maintainer: Justin Kromlinger 
-# Contributor: Simon Hanna
-pkgname=filebin
-pkgver=3.6.1
-pkgrel=1
-pkgdesc="A pastebin service written in PHP"
-arch=('any')
-url="https://wiki.server-speed.net/projects/filebin";
-license=('AGPL' 'MIT')
-makedepends=('nodejs' 'git')
-optdepends=('mariadb' 'postgresql')
-depends=('php'
- 'pygmentize'
- 'python-ansi2html'
- 'php-gd'
- 'imagemagick'
-)
-backup=('etc/webapps/filebin/config-local.php'
-'etc/webapps/filebin/contact-info.php'
-'etc/webapps/filebin/database.php'
-'etc/webapps/filebin/memcached.php'
-)
-install=filebin.install
-options=('!strip' 'emptydirs')
-source=("git+https://github.com/Bluewind/filebin.git#tag=${pkgver}?signed";
-"git+https://github.com/padraic/mockery.git";
-"git+https://github.com/endroid/QrCode.git";
-"git+https://github.com/erusev/parsedown.git";
-"git+https://github.com/recurser/exif-orientation-examples.git";
-'filebin-nginx.conf'
-'filebin-php-fpm.conf'
-'filebin-file-cron.service'
-'filebin-file-cron.timer'
-'filebin-user-cron.service'
-'filebin-user-cron.timer'
-)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'6ed404a3fbc28c6ab35bf1eba67ddcf46cfd48893237155e38d297a13020180c'
-'034442098d1608807bec2a03028a7c8bb9ae9d286c378e2f668b4aca3cc9d4e1'
-'78dd850467d89ac3d1b57fa72fe9ce8d736ce29a89abe624d9c4d2e168e59d19'
-'116b1e5031c22ad251c486b18ff203813f7227197ef853927ddc2de00e85cbe1'
-'36c82c506a058edc50b882200332c6a540aa68a5749919eb62dc6c633c47deb3'
-'d73e4b984ab95954bd18e08237c6aa8bec32ccc5699531727362e2c75ba9c25e')
-
-validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E') # Florian Pritz 

-
-prepare() {
-  cd "${srcdir}/${pkgname}"
-  git submodule init
-  git config submodule."application/third_party/mockery".url 
"${srcdir}/mockery"
-  git config submodule."application/third_party/QrCode".url "${srcdir}/QrCode"
-  git config submodule."application/third_party/parsedown".url 
"${srcdir}/parsedown"
-  git config submodule."data/tests/exif-orientation-examples".url 
"${srcdir}/exif-orientation-examples"
-  git submodule update --recursive
-}
-
-build () {
-  bash "${srcdir}/${pkgname}/scripts/optimize_js.sh"
-}
-
-package() {
-  install -D -d -m755 "${pkgdir}/usr/lib/systemd/system"
-  install -D -d -m755 -g 33 "${pkgdir}/usr/share/webapps/filebin" 
"${pkgdir}/etc/webapps/filebin"
-  install -D -d -m755 -o 33 -g 33 
"${pkgdir}/usr/share/webapps/filebin/data/uploads"
-  install -m640 -g 33 
"${srcdir}/${pkgname}/data/local/examples/contact-info.php" 
"${pkgdir}/etc/webapps/filebin"
-  install -m640 -g 33 
"${srcdir}/${pkgname}/application/config/example/config-local.php" 
"${pkgdir}/etc/webapps/filebin"
-  i

[arch-commits] Commit in filebin/repos/community-any (16 files)

2021-04-11 Thread Justin Kromlinger via arch-commits
Date: Sunday, April 11, 2021 @ 16:16:57
  Author: hashworks
Revision: 915752

archrelease: copy trunk to community-any

Added:
  filebin/repos/community-any/PKGBUILD
(from rev 915751, filebin/trunk/PKGBUILD)
  filebin/repos/community-any/filebin-file-cron.service
(from rev 915751, filebin/trunk/filebin-file-cron.service)
  filebin/repos/community-any/filebin-file-cron.timer
(from rev 915751, filebin/trunk/filebin-file-cron.timer)
  filebin/repos/community-any/filebin-nginx.conf
(from rev 915751, filebin/trunk/filebin-nginx.conf)
  filebin/repos/community-any/filebin-php-fpm.conf
(from rev 915751, filebin/trunk/filebin-php-fpm.conf)
  filebin/repos/community-any/filebin-user-cron.service
(from rev 915751, filebin/trunk/filebin-user-cron.service)
  filebin/repos/community-any/filebin-user-cron.timer
(from rev 915751, filebin/trunk/filebin-user-cron.timer)
  filebin/repos/community-any/filebin.install
(from rev 915751, filebin/trunk/filebin.install)
Deleted:
  filebin/repos/community-any/PKGBUILD
  filebin/repos/community-any/filebin-file-cron.service
  filebin/repos/community-any/filebin-file-cron.timer
  filebin/repos/community-any/filebin-nginx.conf
  filebin/repos/community-any/filebin-php-fpm.conf
  filebin/repos/community-any/filebin-user-cron.service
  filebin/repos/community-any/filebin-user-cron.timer
  filebin/repos/community-any/filebin.install

---+
 PKGBUILD  |  192 ++--
 filebin-file-cron.service |   32 +++
 filebin-file-cron.timer   |   18 ++--
 filebin-nginx.conf|  176 
 filebin-php-fpm.conf  |   46 +-
 filebin-user-cron.service |   30 +++---
 filebin-user-cron.timer   |   18 ++--
 filebin.install   |   36 
 8 files changed, 274 insertions(+), 274 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-11 16:16:48 UTC (rev 915751)
+++ PKGBUILD2021-04-11 16:16:57 UTC (rev 915752)
@@ -1,96 +0,0 @@
-# Maintainer: Justin Kromlinger 
-# Contributor: Simon Hanna
-pkgname=filebin
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="A pastebin service written in PHP"
-arch=('any')
-url="https://wiki.server-speed.net/projects/filebin";
-license=('AGPL' 'MIT')
-makedepends=('nodejs' 'git')
-optdepends=('mariadb' 'postgresql')
-depends=('php'
- 'pygmentize'
- 'python-ansi2html'
- 'php-gd'
- 'imagemagick'
-)
-backup=('etc/webapps/filebin/config-local.php'
-'etc/webapps/filebin/contact-info.php'
-'etc/webapps/filebin/database.php'
-'etc/webapps/filebin/memcached.php'
-)
-install=filebin.install
-options=('!strip' 'emptydirs')
-source=("git+https://github.com/Bluewind/filebin.git#tag=${pkgver}?signed";
-"git+https://github.com/padraic/mockery.git";
-"git+https://github.com/endroid/QrCode.git";
-"git+https://github.com/erusev/parsedown.git";
-"git+https://github.com/recurser/exif-orientation-examples.git";
-'filebin-nginx.conf'
-'filebin-php-fpm.conf'
-'filebin-file-cron.service'
-'filebin-file-cron.timer'
-'filebin-user-cron.service'
-'filebin-user-cron.timer'
-)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'6ed404a3fbc28c6ab35bf1eba67ddcf46cfd48893237155e38d297a13020180c'
-'034442098d1608807bec2a03028a7c8bb9ae9d286c378e2f668b4aca3cc9d4e1'
-'78dd850467d89ac3d1b57fa72fe9ce8d736ce29a89abe624d9c4d2e168e59d19'
-'116b1e5031c22ad251c486b18ff203813f7227197ef853927ddc2de00e85cbe1'
-'36c82c506a058edc50b882200332c6a540aa68a5749919eb62dc6c633c47deb3'
-'d73e4b984ab95954bd18e08237c6aa8bec32ccc5699531727362e2c75ba9c25e')
-
-validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E') # Florian Pritz 

-
-prepare() {
-  cd "${srcdir}/${pkgname}"
-  git submodule init
-  git config submodule."application/third_party/mockery".url 
"${srcdir}/mockery"
-  git config submodule."application/third_party/QrCode".url "${srcdir}/QrCode"
-  git config submodule."application/third_party/parsedown".url 
"${srcdir}/parsedown"
-  git config submodule."data/tests/exif-orientation-examples".url 
"${srcdir}/exif-orientation-examples"
-  git submodule update --recursive
-}
-
-build () {
-  bash "${srcdir}/${pkgname}/scripts/optimize_js.sh"
-}
-
-package() {
-  install -D -d -m755 "${pkgdir}/usr/lib/systemd/system"
-  install -D -d -m755 -g 33 "${pkgdir}/usr/share/webapps/filebin" 
"${pkgdir}/etc/webapps/filebin"
-  install -D -d -m755 -o 33 -g 33 
"${pkgdir}/usr/share/webapps/filebin/data/uploads"
-  install -m640 -g 33 
"${srcdir}/${pkgname}/data/local/examples/contact-info.php" 
"${pkgdir}/etc/webapps/filebin"
-  install -m640 -g 33 
"${srcdir}/${pkgname}/application/config/example/config-local.php" 
"${pkgdir}/etc/webapps/filebin"
-  ins

[arch-commits] Commit in filebin/repos/community-any (16 files)

2021-02-21 Thread Justin Kromlinger via arch-commits
Date: Sunday, February 21, 2021 @ 17:33:59
  Author: hashworks
Revision: 867770

archrelease: copy trunk to community-any

Added:
  filebin/repos/community-any/PKGBUILD
(from rev 867769, filebin/trunk/PKGBUILD)
  filebin/repos/community-any/filebin-file-cron.service
(from rev 867769, filebin/trunk/filebin-file-cron.service)
  filebin/repos/community-any/filebin-file-cron.timer
(from rev 867769, filebin/trunk/filebin-file-cron.timer)
  filebin/repos/community-any/filebin-nginx.conf
(from rev 867769, filebin/trunk/filebin-nginx.conf)
  filebin/repos/community-any/filebin-php-fpm.conf
(from rev 867769, filebin/trunk/filebin-php-fpm.conf)
  filebin/repos/community-any/filebin-user-cron.service
(from rev 867769, filebin/trunk/filebin-user-cron.service)
  filebin/repos/community-any/filebin-user-cron.timer
(from rev 867769, filebin/trunk/filebin-user-cron.timer)
  filebin/repos/community-any/filebin.install
(from rev 867769, filebin/trunk/filebin.install)
Deleted:
  filebin/repos/community-any/PKGBUILD
  filebin/repos/community-any/filebin-file-cron.service
  filebin/repos/community-any/filebin-file-cron.timer
  filebin/repos/community-any/filebin-nginx.conf
  filebin/repos/community-any/filebin-php-fpm.conf
  filebin/repos/community-any/filebin-user-cron.service
  filebin/repos/community-any/filebin-user-cron.timer
  filebin/repos/community-any/filebin.install

---+
 PKGBUILD  |  192 ++--
 filebin-file-cron.service |   32 +++
 filebin-file-cron.timer   |   18 ++--
 filebin-nginx.conf|  176 
 filebin-php-fpm.conf  |   46 +-
 filebin-user-cron.service |   30 +++---
 filebin-user-cron.timer   |   18 ++--
 filebin.install   |   36 
 8 files changed, 274 insertions(+), 274 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-02-21 17:33:52 UTC (rev 867769)
+++ PKGBUILD2021-02-21 17:33:59 UTC (rev 867770)
@@ -1,96 +0,0 @@
-# Maintainer: Justin Kromlinger 
-# Contributor: Simon Hanna
-pkgname=filebin
-pkgver=3.5.0
-pkgrel=1
-pkgdesc="A pastebin service written in PHP"
-arch=('any')
-url="https://wiki.server-speed.net/projects/filebin";
-license=('AGPL' 'MIT')
-makedepends=('nodejs' 'git')
-optdepends=('mariadb' 'postgresql')
-depends=('php'
- 'pygmentize'
- 'python-ansi2html'
- 'php-gd'
- 'imagemagick'
-)
-backup=('etc/webapps/filebin/config-local.php'
-'etc/webapps/filebin/contact-info.php'
-'etc/webapps/filebin/database.php'
-'etc/webapps/filebin/memcached.php'
-)
-install=filebin.install
-options=('!strip' 'emptydirs')
-source=("git+https://github.com/Bluewind/filebin.git#tag=${pkgver}?signed";
-"git+https://github.com/padraic/mockery.git";
-"git+https://github.com/endroid/QrCode.git";
-"git+https://github.com/erusev/parsedown.git";
-"git+https://github.com/recurser/exif-orientation-examples.git";
-'filebin-nginx.conf'
-'filebin-php-fpm.conf'
-'filebin-file-cron.service'
-'filebin-file-cron.timer'
-'filebin-user-cron.service'
-'filebin-user-cron.timer'
-)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'6ed404a3fbc28c6ab35bf1eba67ddcf46cfd48893237155e38d297a13020180c'
-'034442098d1608807bec2a03028a7c8bb9ae9d286c378e2f668b4aca3cc9d4e1'
-'78dd850467d89ac3d1b57fa72fe9ce8d736ce29a89abe624d9c4d2e168e59d19'
-'116b1e5031c22ad251c486b18ff203813f7227197ef853927ddc2de00e85cbe1'
-'36c82c506a058edc50b882200332c6a540aa68a5749919eb62dc6c633c47deb3'
-'d73e4b984ab95954bd18e08237c6aa8bec32ccc5699531727362e2c75ba9c25e')
-
-validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E') # Florian Pritz 

-
-prepare() {
-  cd "${srcdir}/${pkgname}"
-  git submodule init
-  git config submodule."application/third_party/mockery".url 
"${srcdir}/mockery"
-  git config submodule."application/third_party/QrCode".url "${srcdir}/QrCode"
-  git config submodule."application/third_party/parsedown".url 
"${srcdir}/parsedown"
-  git config submodule."data/tests/exif-orientation-examples".url 
"${srcdir}/exif-orientation-examples"
-  git submodule update --recursive
-}
-
-build () {
-  bash "${srcdir}/${pkgname}/scripts/optimize_js.sh"
-}
-
-package() {
-  install -D -d -m755 "${pkgdir}/usr/lib/systemd/system"
-  install -D -d -m755 -g 33 "${pkgdir}/usr/share/webapps/filebin" 
"${pkgdir}/etc/webapps/filebin"
-  install -D -d -m755 -o 33 -g 33 
"${pkgdir}/usr/share/webapps/filebin/data/uploads"
-  install -m640 -g 33 
"${srcdir}/${pkgname}/data/local/examples/contact-info.php" 
"${pkgdir}/etc/webapps/filebin"
-  install -m640 -g 33 
"${srcdir}/${pkgname}/application/config/example/config-local.php" 
"${pkgdir}/etc/webapps/filebin"
-