[arch-commits] Commit in picocom/repos (6 files)

Sébastien Luttringer seblu at archlinux.org
Thu Jan 12 23:30:18 UTC 2017


    Date: Thursday, January 12, 2017 @ 23:30:17
  Author: seblu
Revision: 207104

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

Added:
  picocom/repos/community-i686/PKGBUILD
    (from rev 207103, picocom/trunk/PKGBUILD)
  picocom/repos/community-x86_64/PKGBUILD
    (from rev 207103, picocom/trunk/PKGBUILD)
Deleted:
  picocom/repos/community-i686/PKGBUILD
  picocom/repos/community-i686/picocom.install
  picocom/repos/community-x86_64/PKGBUILD
  picocom/repos/community-x86_64/picocom.install

----------------------------------+
 /PKGBUILD                        |   66 +++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD          |   33 ------------------
 community-i686/picocom.install   |   17 ---------
 community-x86_64/PKGBUILD        |   33 ------------------
 community-x86_64/picocom.install |   17 ---------
 5 files changed, 66 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-12 23:29:58 UTC (rev 207103)
+++ community-i686/PKGBUILD	2017-01-12 23:30:17 UTC (rev 207104)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Jens Adam <jra at byte.cx>
-
-pkgname=picocom
-pkgver=2.2
-pkgrel=1
-pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
-url='https://github.com/npat-efault/picocom'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('glibc')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/npat-efault/picocom/archive/$pkgver.tar.gz")
-sha1sums=('db13433be036833d686241e2b3b5412d7776b7c9')
-
-build() {
-  cd $pkgname-$pkgver
-  make UUCP_LOCK_DIR=/run/lock/picocom
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -D -m 755 picocom "$pkgdir/usr/bin/picocom"
-  install -D -m 644 picocom.1 "$pkgdir/usr/share/man/man1/picocom.1"
-  # install tmpfiles for lock files
-  # http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html
-  install -D -m 644 /dev/null "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-  echo "d /run/lock/$pkgname 0770 root uucp" \
-    > "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: picocom/repos/community-i686/PKGBUILD (from rev 207103, picocom/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-12 23:30:17 UTC (rev 207104)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jens Adam <jra at byte.cx>
+
+pkgname=picocom
+pkgver=2.2
+pkgrel=2
+pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
+url='https://github.com/npat-efault/picocom'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('git')
+depends=('glibc')
+source=("git+https://github.com/npat-efault/picocom.git#tag=$pkgver")
+
+build() {
+  cd $pkgname
+  make UUCP_LOCK_DIR=/run/lock/picocom
+}
+
+package() {
+  cd $pkgname
+  install -D -m 755 picocom "$pkgdir/usr/bin/picocom"
+  install -D -m 644 picocom.1 "$pkgdir/usr/share/man/man1/picocom.1"
+  # install tmpfiles for lock files
+  # http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html
+  install -D -m 644 /dev/null "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+  echo "d /run/lock/$pkgname 0770 root uucp" \
+    > "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('SKIP')

Deleted: community-i686/picocom.install
===================================================================
--- community-i686/picocom.install	2017-01-12 23:29:58 UTC (rev 207103)
+++ community-i686/picocom.install	2017-01-12 23:30:17 UTC (rev 207104)
@@ -1,17 +0,0 @@
-# vim:set ts=2 sw=2 ft=sh et:
-
-## arg 1:  the new package version
-post_install() {
-  type -P systemd-tmpfiles >/dev/null && systemd-tmpfiles --create picocom.conf
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install "$1"
-}
-
-## arg 1:  the old package version
-pre_remove() {
- type -P systemd-tmpfiles >/dev/null && systemd-tmpfiles --clean --remove picocom.conf
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-12 23:29:58 UTC (rev 207103)
+++ community-x86_64/PKGBUILD	2017-01-12 23:30:17 UTC (rev 207104)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Jens Adam <jra at byte.cx>
-
-pkgname=picocom
-pkgver=2.2
-pkgrel=1
-pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
-url='https://github.com/npat-efault/picocom'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('glibc')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/npat-efault/picocom/archive/$pkgver.tar.gz")
-sha1sums=('db13433be036833d686241e2b3b5412d7776b7c9')
-
-build() {
-  cd $pkgname-$pkgver
-  make UUCP_LOCK_DIR=/run/lock/picocom
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -D -m 755 picocom "$pkgdir/usr/bin/picocom"
-  install -D -m 644 picocom.1 "$pkgdir/usr/share/man/man1/picocom.1"
-  # install tmpfiles for lock files
-  # http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html
-  install -D -m 644 /dev/null "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-  echo "d /run/lock/$pkgname 0770 root uucp" \
-    > "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: picocom/repos/community-x86_64/PKGBUILD (from rev 207103, picocom/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-12 23:30:17 UTC (rev 207104)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jens Adam <jra at byte.cx>
+
+pkgname=picocom
+pkgver=2.2
+pkgrel=2
+pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
+url='https://github.com/npat-efault/picocom'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('git')
+depends=('glibc')
+source=("git+https://github.com/npat-efault/picocom.git#tag=$pkgver")
+
+build() {
+  cd $pkgname
+  make UUCP_LOCK_DIR=/run/lock/picocom
+}
+
+package() {
+  cd $pkgname
+  install -D -m 755 picocom "$pkgdir/usr/bin/picocom"
+  install -D -m 644 picocom.1 "$pkgdir/usr/share/man/man1/picocom.1"
+  # install tmpfiles for lock files
+  # http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html
+  install -D -m 644 /dev/null "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+  echo "d /run/lock/$pkgname 0770 root uucp" \
+    > "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('SKIP')

Deleted: community-x86_64/picocom.install
===================================================================
--- community-x86_64/picocom.install	2017-01-12 23:29:58 UTC (rev 207103)
+++ community-x86_64/picocom.install	2017-01-12 23:30:17 UTC (rev 207104)
@@ -1,17 +0,0 @@
-# vim:set ts=2 sw=2 ft=sh et:
-
-## arg 1:  the new package version
-post_install() {
-  type -P systemd-tmpfiles >/dev/null && systemd-tmpfiles --create picocom.conf
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install "$1"
-}
-
-## arg 1:  the old package version
-pre_remove() {
- type -P systemd-tmpfiles >/dev/null && systemd-tmpfiles --clean --remove picocom.conf
-}



More information about the arch-commits mailing list