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

Evangelos Foutras foutrelis at archlinux.org
Wed Feb 15 06:11:03 UTC 2017


    Date: Wednesday, February 15, 2017 @ 06:11:02
  Author: foutrelis
Revision: 212508

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

Added:
  irssi-otr/repos/community-i686/PKGBUILD
    (from rev 212507, irssi-otr/trunk/PKGBUILD)
  irssi-otr/repos/community-x86_64/PKGBUILD
    (from rev 212507, irssi-otr/trunk/PKGBUILD)
Deleted:
  irssi-otr/repos/community-i686/PKGBUILD
  irssi-otr/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-15 06:10:52 UTC (rev 212507)
+++ community-i686/PKGBUILD	2017-02-15 06:11:02 UTC (rev 212508)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Dominik George <nik at naturalnet.de>
-# Contributor: quantax -- contact via Arch Linux forum or AUR
-
-pkgname=irssi-otr
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='Off-the-Record Messaging (OTR) for the Irssi IRC client'
-url='https://github.com/cryptodotis/irssi-otr'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('irssi' 'libotr' 'glib2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cryptodotis/irssi-otr/archive/v${pkgver}.tar.gz)
-sha512sums=('983bc861e5d38774305425b412368689f17a1e11298bcef49b9f0ea7a2275b1443ba2ce0a9ef9866e537097f1c6c00e9264085f5cd711f0d78faf252fba18d2f')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: irssi-otr/repos/community-i686/PKGBUILD (from rev 212507, irssi-otr/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-15 06:11:02 UTC (rev 212508)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Dominik George <nik at naturalnet.de>
+# Contributor: quantax -- contact via Arch Linux forum or AUR
+
+pkgname=irssi-otr
+pkgver=1.0.2
+pkgrel=2
+pkgdesc='Off-the-Record Messaging (OTR) for the Irssi IRC client'
+url='https://github.com/cryptodotis/irssi-otr'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('irssi' 'libotr' 'glib2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cryptodotis/irssi-otr/archive/v${pkgver}.tar.gz)
+sha512sums=('983bc861e5d38774305425b412368689f17a1e11298bcef49b9f0ea7a2275b1443ba2ce0a9ef9866e537097f1c6c00e9264085f5cd711f0d78faf252fba18d2f')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  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	2017-02-15 06:10:52 UTC (rev 212507)
+++ community-x86_64/PKGBUILD	2017-02-15 06:11:02 UTC (rev 212508)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Dominik George <nik at naturalnet.de>
-# Contributor: quantax -- contact via Arch Linux forum or AUR
-
-pkgname=irssi-otr
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='Off-the-Record Messaging (OTR) for the Irssi IRC client'
-url='https://github.com/cryptodotis/irssi-otr'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('irssi' 'libotr' 'glib2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cryptodotis/irssi-otr/archive/v${pkgver}.tar.gz)
-sha512sums=('983bc861e5d38774305425b412368689f17a1e11298bcef49b9f0ea7a2275b1443ba2ce0a9ef9866e537097f1c6c00e9264085f5cd711f0d78faf252fba18d2f')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: irssi-otr/repos/community-x86_64/PKGBUILD (from rev 212507, irssi-otr/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-15 06:11:02 UTC (rev 212508)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Dominik George <nik at naturalnet.de>
+# Contributor: quantax -- contact via Arch Linux forum or AUR
+
+pkgname=irssi-otr
+pkgver=1.0.2
+pkgrel=2
+pkgdesc='Off-the-Record Messaging (OTR) for the Irssi IRC client'
+url='https://github.com/cryptodotis/irssi-otr'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('irssi' 'libotr' 'glib2')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cryptodotis/irssi-otr/archive/v${pkgver}.tar.gz)
+sha512sums=('983bc861e5d38774305425b412368689f17a1e11298bcef49b9f0ea7a2275b1443ba2ce0a9ef9866e537097f1c6c00e9264085f5cd711f0d78faf252fba18d2f')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  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