[arch-commits] Commit in pgpdump/repos (4 files)

Levente Polyak anthraxx at archlinux.org
Tue May 17 16:52:10 UTC 2016


    Date: Tuesday, May 17, 2016 @ 18:52:10
  Author: anthraxx
Revision: 175548

archrelease: copy trunk to community-i686, community-x86_64

Added:
  pgpdump/repos/community-i686/PKGBUILD
    (from rev 175547, pgpdump/trunk/PKGBUILD)
  pgpdump/repos/community-x86_64/PKGBUILD
    (from rev 175547, pgpdump/trunk/PKGBUILD)
Deleted:
  pgpdump/repos/community-i686/PKGBUILD
  pgpdump/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   54 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   27 ----------------------
 community-x86_64/PKGBUILD |   27 ----------------------
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-17 16:52:01 UTC (rev 175547)
+++ community-i686/PKGBUILD	2016-05-17 16:52:10 UTC (rev 175548)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=pgpdump
-pkgver=0.30
-pkgrel=1
-pkgdesc="PGP packet visualizer which displays the packet format"
-url="http://www.mew.org/~kazu/proj/pgpdump"
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('zlib' 'bzip2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kazu-yamamoto/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('429772b84b9a7de8686d2cc66ef33ba2fb53a1d26c6df9c3ecc911fdcc43bdf4cbf0d124aec9c8e5d59f6d6c481abed046cc7da684f991ff2bf90bc24a8bd30f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pgpdump/repos/community-i686/PKGBUILD (from rev 175547, pgpdump/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-17 16:52:10 UTC (rev 175548)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=pgpdump
+pkgver=0.31
+pkgrel=1
+pkgdesc="PGP packet visualizer which displays the packet format"
+url="http://www.mew.org/~kazu/proj/pgpdump"
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('zlib' 'bzip2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kazu-yamamoto/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('f39ddfaa53f016f60e316db36a085c0b9e81a284d33c6c686806659de68c9650b4e39cb889f87fb749338ae7ca73b123bb5e36f19592b894f5a42f71ba7a6b0b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-17 16:52:01 UTC (rev 175547)
+++ community-x86_64/PKGBUILD	2016-05-17 16:52:10 UTC (rev 175548)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=pgpdump
-pkgver=0.30
-pkgrel=1
-pkgdesc="PGP packet visualizer which displays the packet format"
-url="http://www.mew.org/~kazu/proj/pgpdump"
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('zlib' 'bzip2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kazu-yamamoto/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('429772b84b9a7de8686d2cc66ef33ba2fb53a1d26c6df9c3ecc911fdcc43bdf4cbf0d124aec9c8e5d59f6d6c481abed046cc7da684f991ff2bf90bc24a8bd30f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pgpdump/repos/community-x86_64/PKGBUILD (from rev 175547, pgpdump/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-17 16:52:10 UTC (rev 175548)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=pgpdump
+pkgver=0.31
+pkgrel=1
+pkgdesc="PGP packet visualizer which displays the packet format"
+url="http://www.mew.org/~kazu/proj/pgpdump"
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('zlib' 'bzip2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/kazu-yamamoto/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('f39ddfaa53f016f60e316db36a085c0b9e81a284d33c6c686806659de68c9650b4e39cb889f87fb749338ae7ca73b123bb5e36f19592b894f5a42f71ba7a6b0b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list