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

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Mon Dec 2 18:51:00 UTC 2013


    Date: Monday, December 2, 2013 @ 19:51:00
  Author: jlichtblau
Revision: 101945

archrelease: copy trunk to community-any

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

---------------------+
 PKGBUILD            |   56 +++++++++++++++++++++++++-------------------------
 wgetpaste.changelog |   53 +++++++++++++++++++++++++----------------------
 2 files changed, 56 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-02 18:50:51 UTC (rev 101944)
+++ PKGBUILD	2013-12-02 18:51:00 UTC (rev 101945)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-
-pkgname=wgetpaste
-pkgver=2.22
-pkgrel=1
-pkgdesc="A script that automates pasting to a number of pastebin services"
-url="http://wgetpaste.zlin.dk/"
-arch=('any')
-license=('custom')
-depends=('wget')
-optdepends=('xclip: interface to Xclipboard')
-source=(http://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2
-        http://wgetpaste.zlin.dk/$pkgname.example)
-sha256sums=('a903d4b93e487046226ad77037a28cb5f6cf2465bf212e5edf568c4135f6fe05'
-            'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -D -m755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-  install -D -m644 _${pkgname} $pkgdir/usr/share/zsh/site-functions/_${pkgname}
-  install -D -m644 ${srcdir}/${pkgname}.example ${pkgdir}/usr/share/${pkgname}/${pkgname}.example
-
-# license
-  sed -n '2,5p' wgetpaste > LICENSE
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: wgetpaste/repos/community-any/PKGBUILD (from rev 101944, wgetpaste/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-12-02 18:51:00 UTC (rev 101945)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=wgetpaste
+pkgver=2.23
+pkgrel=1
+pkgdesc="A script that automates pasting to a number of pastebin services"
+url="http://wgetpaste.zlin.dk/"
+arch=('any')
+license=('custom')
+depends=('wget')
+optdepends=('xclip: interface to Xclipboard')
+source=(http://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2
+        http://wgetpaste.zlin.dk/$pkgname.example)
+sha256sums=('d6f4546d5bd78e0765e07a7bc91dab169e108c414a9cbc4c88b8dee20a3955f5'
+            'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -D -m755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -D -m644 _${pkgname} $pkgdir/usr/share/zsh/site-functions/_${pkgname}
+  install -D -m644 ${srcdir}/${pkgname}.example ${pkgdir}/usr/share/${pkgname}/${pkgname}.example
+
+# license
+  sed -n '2,5p' wgetpaste > LICENSE
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: wgetpaste.changelog
===================================================================
--- wgetpaste.changelog	2013-12-02 18:50:51 UTC (rev 101944)
+++ wgetpaste.changelog	2013-12-02 18:51:00 UTC (rev 101945)
@@ -1,25 +0,0 @@
-2012-05-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* wgetpaste 2.22-1
-
-2012-05-13 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* wgetpaste 2.20-1
-
-2012-05-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* wgetpaste 2.19-1
-
-2010-09-16 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* wgetpaste 2.18
-
-2010-02-23 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* wgetpaste 2.16
-
-2009-07-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* FS#15223 fixed 2.13-3
-	* sed dependency removed - included in the base group
-
-2009-05-31 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* FS#14864 fixed 2.13-2
-
-2009-05-28 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* wgetpaste 2.13
-	* Moved to [community] repo

Copied: wgetpaste/repos/community-any/wgetpaste.changelog (from rev 101944, wgetpaste/trunk/wgetpaste.changelog)
===================================================================
--- wgetpaste.changelog	                        (rev 0)
+++ wgetpaste.changelog	2013-12-02 18:51:00 UTC (rev 101945)
@@ -0,0 +1,28 @@
+2013-12-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* wgetpaste 2.23-1
+
+2013-05-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* wgetpaste 2.22-1
+
+2012-05-13 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* wgetpaste 2.20-1
+
+2012-05-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* wgetpaste 2.19-1
+
+2010-09-16 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* wgetpaste 2.18
+
+2010-02-23 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* wgetpaste 2.16
+
+2009-07-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* FS#15223 fixed 2.13-3
+	* sed dependency removed - included in the base group
+
+2009-05-31 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* FS#14864 fixed 2.13-2
+
+2009-05-28 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* wgetpaste 2.13
+	* Moved to [community] repo




More information about the arch-commits mailing list