[arch-commits] Commit in wgetpaste/repos/community-any (4 files)

Jaroslav Lichtblau jlichtblau at gemini.archlinux.org
Sun Jan 16 13:11:10 UTC 2022


    Date: Sunday, January 16, 2022 @ 13:11:09
  Author: jlichtblau
Revision: 1106273

archrelease: copy trunk to community-any

Added:
  wgetpaste/repos/community-any/PKGBUILD
    (from rev 1106272, wgetpaste/trunk/PKGBUILD)
  wgetpaste/repos/community-any/wgetpaste.changelog
    (from rev 1106272, wgetpaste/trunk/wgetpaste.changelog)
Deleted:
  wgetpaste/repos/community-any/PKGBUILD
  wgetpaste/repos/community-any/wgetpaste.changelog

---------------------+
 PKGBUILD            |   57 +++++++++++++++---------------
 wgetpaste.changelog |   95 +++++++++++++++++++++++++-------------------------
 2 files changed, 78 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-16 13:11:01 UTC (rev 1106272)
+++ PKGBUILD	2022-01-16 13:11:09 UTC (rev 1106273)
@@ -1,28 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-
-pkgname=wgetpaste
-pkgver=2.30
-pkgrel=1
-pkgdesc="A script that automates pasting to a number of pastebin services"
-arch=('any')
-url="https://wgetpaste.zlin.dk/"
-license=('custom')
-depends=('wget')
-optdepends=('xclip: interface to Xclipboard')
-changelog=$pkgname.changelog
-source=(https://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2
-        https://wgetpaste.zlin.dk/$pkgname.example)
-sha256sums=('e3ec35f1ff49f2204864e3b4d784f6c032cdddb62cadf69263900c67a4896592'
-            'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  install -Dm755 ${pkgname} "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 _${pkgname} "${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
-  install -Dm644 "${srcdir}"/${pkgname}.example ${pkgdir}/usr/share/${pkgname}/${pkgname}.example
-
-# license
-  sed -n '2,5p' wgetpaste > LICENSE
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: wgetpaste/repos/community-any/PKGBUILD (from rev 1106272, wgetpaste/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-16 13:11:09 UTC (rev 1106273)
@@ -0,0 +1,29 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=wgetpaste
+pkgver=2.31
+pkgrel=1
+pkgdesc="A script that automates pasting to a number of pastebin services"
+arch=('any')
+url="https://wgetpaste.zlin.dk/"
+license=('custom')
+depends=('wget')
+optdepends=('xclip: interface to Xclipboard')
+changelog=$pkgname.changelog
+source=(https://github.com/zlin/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
+        https://wgetpaste.zlin.dk/$pkgname.example)
+sha256sums=('150e52d2d3aff73d9e1e5351010d8094ac4f6d2d0b71e50230c331e7521d10c1'
+            'SKIP'
+            'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
+validpgpkeys=('D81C0CB38EB725EF6691C385BB463350D6EF31EF') # Heiko Becker <heirecka at exherbo.org>
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  install -Dm755 ${pkgname} "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 _${pkgname} "${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
+  install -Dm644 "${srcdir}"/${pkgname}.example ${pkgdir}/usr/share/${pkgname}/${pkgname}.example
+
+# license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: wgetpaste.changelog
===================================================================
--- wgetpaste.changelog	2022-01-16 13:11:01 UTC (rev 1106272)
+++ wgetpaste.changelog	2022-01-16 13:11:09 UTC (rev 1106273)
@@ -1,46 +0,0 @@
-2020-11-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* wgetpaste 2.30-1
-
-2019-12-27 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* wgetpaste 2.29-1
-
-2016-07-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* wgetpaste 2.28-1
-
-2016-03-10 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* wgetpaste 2.27-1
-
-2015-04-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* wgetpaste 2.26-1
-
-2014-10-07 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* wgetpaste 2.25-1
-
-2013-12-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* wgetpaste 2.23-1
-
-2013-05-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* wgetpaste 2.22-1
-
-2012-05-13 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* wgetpaste 2.20-1
-
-2012-05-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* wgetpaste 2.19-1
-
-2010-09-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* wgetpaste 2.18
-
-2010-02-23 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* wgetpaste 2.16
-
-2009-07-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* FS#15223 fixed 2.13-3
-	* sed dependency removed - included in the base group
-
-2009-05-31 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* FS#14864 fixed 2.13-2
-
-2009-05-28 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* wgetpaste 2.13
-	* Moved to [community] repo

Copied: wgetpaste/repos/community-any/wgetpaste.changelog (from rev 1106272, wgetpaste/trunk/wgetpaste.changelog)
===================================================================
--- wgetpaste.changelog	                        (rev 0)
+++ wgetpaste.changelog	2022-01-16 13:11:09 UTC (rev 1106273)
@@ -0,0 +1,49 @@
+2022-01-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* wgetpaste 2.31-1
+
+2020-11-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* wgetpaste 2.30-1
+
+2019-12-27 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* wgetpaste 2.29-1
+
+2016-07-21 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* wgetpaste 2.28-1
+
+2016-03-10 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* wgetpaste 2.27-1
+
+2015-04-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* wgetpaste 2.26-1
+
+2014-10-07 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* wgetpaste 2.25-1
+
+2013-12-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* wgetpaste 2.23-1
+
+2013-05-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* wgetpaste 2.22-1
+
+2012-05-13 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* wgetpaste 2.20-1
+
+2012-05-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* wgetpaste 2.19-1
+
+2010-09-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* wgetpaste 2.18
+
+2010-02-23 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* wgetpaste 2.16
+
+2009-07-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* FS#15223 fixed 2.13-3
+	* sed dependency removed - included in the base group
+
+2009-05-31 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* FS#14864 fixed 2.13-2
+
+2009-05-28 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* wgetpaste 2.13
+	* Moved to [community] repo



More information about the arch-commits mailing list