[arch-commits] Commit in pastebinit/repos/community-any (PKGBUILD PKGBUILD)

2019-11-15 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 18:35:05
  Author: felixonmars
Revision: 529315

archrelease: copy trunk to community-any

Added:
  pastebinit/repos/community-any/PKGBUILD
(from rev 529314, pastebinit/trunk/PKGBUILD)
Deleted:
  pastebinit/repos/community-any/PKGBUILD

--+
 PKGBUILD |   61 +
 1 file changed, 29 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 18:34:58 UTC (rev 529314)
+++ PKGBUILD2019-11-15 18:35:05 UTC (rev 529315)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Francois Boulogne 
-
-pkgname=pastebinit
-pkgver=1.5
-pkgrel=2
-pkgdesc="Send anything you want directly to a pastebin from the command line"
-arch=('any')
-url="https://launchpad.net/pastebinit";
-license=("GPL")
-depends=("python")
-makedepends=("asciidoc")
-source=("https://launchpad.net/pastebinit/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('47eb785fbea1089ad3dd80ec7f481c553da2599a6fb3c47f0bb0c3c776a79331c63e38d4c0494253571b40c9808dbeeed62d14048e328d8562ca536bd0815986'
-'SKIP')
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67') # Stéphane Graber 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  a2x -f manpage pastebinit.xml
-  make -C po
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d "$pkgdir"/usr/{bin,share/man/man1,share/locale}
-  install -m 755 pastebinit "$pkgdir"/usr/bin
-  install -m 644 pastebinit.1 "$pkgdir"/usr/share/man/man1
-  cp -a pastebin.d "$pkgdir"/usr/share
-  cp -a po/mo/* "$pkgdir"/usr/share/locale
-}

Copied: pastebinit/repos/community-any/PKGBUILD (from rev 529314, 
pastebinit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 18:35:05 UTC (rev 529315)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Contributor: Francois Boulogne 
+
+pkgname=pastebinit
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="Send anything you want directly to a pastebin from the command line"
+arch=('any')
+url="https://launchpad.net/pastebinit";
+license=("GPL")
+depends=("python")
+makedepends=("asciidoc")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/pastebinit/archive/$pkgver.tar.gz";)
+sha512sums=('02b7faa54862d240eac3a8edaae2edb895cbb476cbf89dc71514a5a0a42aa2b0d26f07e5485627d1deb61f62e37018459e4d072bd4aacc886f259fced35e352c')
+
+build() {
+  cd $pkgname-$pkgver
+  a2x -f manpage pastebinit.xml
+  make -C po
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/usr/{bin,share/man/man1,share/locale}
+  install -m 755 pastebinit "$pkgdir"/usr/bin
+  install -m 644 pastebinit.1 "$pkgdir"/usr/share/man/man1
+  cp -a pastebin.d "$pkgdir"/usr/share
+  cp -a po/mo/* "$pkgdir"/usr/share/locale
+}


[arch-commits] Commit in pastebinit/repos/community-any (PKGBUILD PKGBUILD)

2018-02-05 Thread Eli Schwartz via arch-commits
Date: Monday, February 5, 2018 @ 22:40:47
  Author: eschwartz
Revision: 289310

archrelease: copy trunk to community-any

Added:
  pastebinit/repos/community-any/PKGBUILD
(from rev 289309, pastebinit/trunk/PKGBUILD)
Deleted:
  pastebinit/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 +++--
 1 file changed, 32 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-05 22:40:30 UTC (rev 289309)
+++ PKGBUILD2018-02-05 22:40:47 UTC (rev 289310)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Francois Boulogne 
-
-pkgname=pastebinit
-pkgver=1.5
-pkgrel=1
-pkgdesc="Send anything you want directly to a pastebin from the command line"
-arch=('any')
-url="http://launchpad.net/pastebinit";
-license=("GPL")
-depends=("python")
-makedepends=("asciidoc")
-source=("http://launchpad.net/pastebinit/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
 
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d "$pkgdir"/usr/{bin,share/man/man1,share/locale}
-  install -m 755 pastebinit "$pkgdir"/usr/bin
-
-  cp -a pastebin.d "$pkgdir"/usr/share
-  a2x -f manpage pastebinit.xml
-  install -m 644 pastebinit.1 "$pkgdir"/usr/share/man/man1
-
-  cd po
-  make
-  cp -a mo/* "$pkgdir"/usr/share/locale
-}
-
-sha512sums=('47eb785fbea1089ad3dd80ec7f481c553da2599a6fb3c47f0bb0c3c776a79331c63e38d4c0494253571b40c9808dbeeed62d14048e328d8562ca536bd0815986')

Copied: pastebinit/repos/community-any/PKGBUILD (from rev 289309, 
pastebinit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-05 22:40:47 UTC (rev 289310)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Francois Boulogne 
+
+pkgname=pastebinit
+pkgver=1.5
+pkgrel=2
+pkgdesc="Send anything you want directly to a pastebin from the command line"
+arch=('any')
+url="https://launchpad.net/pastebinit";
+license=("GPL")
+depends=("python")
+makedepends=("asciidoc")
+source=("https://launchpad.net/pastebinit/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('47eb785fbea1089ad3dd80ec7f481c553da2599a6fb3c47f0bb0c3c776a79331c63e38d4c0494253571b40c9808dbeeed62d14048e328d8562ca536bd0815986'
+'SKIP')
+validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67') # Stéphane Graber 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  a2x -f manpage pastebinit.xml
+  make -C po
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "$pkgdir"/usr/{bin,share/man/man1,share/locale}
+  install -m 755 pastebinit "$pkgdir"/usr/bin
+  install -m 644 pastebinit.1 "$pkgdir"/usr/share/man/man1
+  cp -a pastebin.d "$pkgdir"/usr/share
+  cp -a po/mo/* "$pkgdir"/usr/share/locale
+}


[arch-commits] Commit in pastebinit/repos/community-any (PKGBUILD PKGBUILD)

2016-05-06 Thread Felix Yan
Date: Saturday, May 7, 2016 @ 05:21:40
  Author: fyan
Revision: 174011

archrelease: copy trunk to community-any

Added:
  pastebinit/repos/community-any/PKGBUILD
(from rev 174010, pastebinit/trunk/PKGBUILD)
Deleted:
  pastebinit/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-07 03:21:31 UTC (rev 174010)
+++ PKGBUILD2016-05-07 03:21:40 UTC (rev 174011)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Francois Boulogne 
-
-pkgname=pastebinit
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="Send anything you want directly to a pastebin from the command line"
-arch=('any')
-url="http://launchpad.net/pastebinit";
-license=("GPL")
-depends=("python")
-makedepends=("asciidoc")
-source=("http://launchpad.net/pastebinit/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
 
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d "$pkgdir"/usr/{bin,share/man/man1,share/locale}
-  install -m 755 pastebinit "$pkgdir"/usr/bin
-
-  cp -a pastebin.d "$pkgdir"/usr/share
-  a2x -f manpage pastebinit.xml
-  install -m 644 pastebinit.1 "$pkgdir"/usr/share/man/man1
-
-  cd po
-  make
-  cp -a mo/* "$pkgdir"/usr/share/locale
-}
-
-sha512sums=('1337c4fce52949afded095d683eb088f0cc796aab9093a8843ec4cbc5cbe63ef626f875ff5fda2a95847e346deecce3195e20e46c84c28d04004e2fde6788c2e')

Copied: pastebinit/repos/community-any/PKGBUILD (from rev 174010, 
pastebinit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-07 03:21:40 UTC (rev 174011)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Francois Boulogne 
+
+pkgname=pastebinit
+pkgver=1.5
+pkgrel=1
+pkgdesc="Send anything you want directly to a pastebin from the command line"
+arch=('any')
+url="http://launchpad.net/pastebinit";
+license=("GPL")
+depends=("python")
+makedepends=("asciidoc")
+source=("http://launchpad.net/pastebinit/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
 
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "$pkgdir"/usr/{bin,share/man/man1,share/locale}
+  install -m 755 pastebinit "$pkgdir"/usr/bin
+
+  cp -a pastebin.d "$pkgdir"/usr/share
+  a2x -f manpage pastebinit.xml
+  install -m 644 pastebinit.1 "$pkgdir"/usr/share/man/man1
+
+  cd po
+  make
+  cp -a mo/* "$pkgdir"/usr/share/locale
+}
+
+sha512sums=('47eb785fbea1089ad3dd80ec7f481c553da2599a6fb3c47f0bb0c3c776a79331c63e38d4c0494253571b40c9808dbeeed62d14048e328d8562ca536bd0815986')


[arch-commits] Commit in pastebinit/repos/community-any (PKGBUILD PKGBUILD)

2014-06-06 Thread Felix Yan
Date: Friday, June 6, 2014 @ 17:48:25
  Author: fyan
Revision: 112765

archrelease: copy trunk to community-any

Added:
  pastebinit/repos/community-any/PKGBUILD
(from rev 112764, pastebinit/trunk/PKGBUILD)
Deleted:
  pastebinit/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-06 15:47:47 UTC (rev 112764)
+++ PKGBUILD2014-06-06 15:48:25 UTC (rev 112765)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Francois Boulogne 
-
-pkgname=pastebinit
-pkgver=1.4
-pkgrel=1
-pkgdesc="Send anything you want directly to a pastebin from the command line"
-arch=('any')
-url="http://launchpad.net/pastebinit";
-license=("GPL")
-depends=("python")
-makedepends=("asciidoc")
-source=("http://launchpad.net/pastebinit/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
 
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d "$pkgdir"/usr/{bin,share/man/man1,share/locale}
-  install -m 755 pastebinit "$pkgdir"/usr/bin
-
-  cp -a pastebin.d "$pkgdir"/usr/share
-  a2x -f manpage pastebinit.xml
-  install -m 644 pastebinit.1 "$pkgdir"/usr/share/man/man1
-
-  cd po
-  make
-  cp -a mo/* "$pkgdir"/usr/share/locale
-}
-
-sha512sums=('79c8953cc960482b6a8b9f1d2deb73d113181ba525f2835a2b38ae36a87e8648af2d229bb382703035a8b07e2dd7aae46fed9f6e3368e2546c3e4ba5bff88d66')

Copied: pastebinit/repos/community-any/PKGBUILD (from rev 112764, 
pastebinit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-06 15:48:25 UTC (rev 112765)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Francois Boulogne 
+
+pkgname=pastebinit
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Send anything you want directly to a pastebin from the command line"
+arch=('any')
+url="http://launchpad.net/pastebinit";
+license=("GPL")
+depends=("python")
+makedepends=("asciidoc")
+source=("http://launchpad.net/pastebinit/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
 
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "$pkgdir"/usr/{bin,share/man/man1,share/locale}
+  install -m 755 pastebinit "$pkgdir"/usr/bin
+
+  cp -a pastebin.d "$pkgdir"/usr/share
+  a2x -f manpage pastebinit.xml
+  install -m 644 pastebinit.1 "$pkgdir"/usr/share/man/man1
+
+  cd po
+  make
+  cp -a mo/* "$pkgdir"/usr/share/locale
+}
+
+sha512sums=('1337c4fce52949afded095d683eb088f0cc796aab9093a8843ec4cbc5cbe63ef626f875ff5fda2a95847e346deecce3195e20e46c84c28d04004e2fde6788c2e')