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

Sébastien Luttringer seblu at nymeria.archlinux.org
Sun Oct 20 22:35:11 UTC 2013


    Date: Monday, October 21, 2013 @ 00:35:11
  Author: seblu
Revision: 98869

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

Added:
  picocom/repos/community-i686/PKGBUILD
    (from rev 98868, picocom/trunk/PKGBUILD)
  picocom/repos/community-i686/picocom.install
    (from rev 98868, picocom/trunk/picocom.install)
  picocom/repos/community-x86_64/PKGBUILD
    (from rev 98868, picocom/trunk/PKGBUILD)
  picocom/repos/community-x86_64/picocom.install
    (from rev 98868, picocom/trunk/picocom.install)
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 +++++++++++++++++++++++++++++++++++++
 /picocom.install                 |   34 +++++++++++++++++++
 community-i686/PKGBUILD          |   33 ------------------
 community-i686/picocom.install   |   19 ----------
 community-x86_64/PKGBUILD        |   33 ------------------
 community-x86_64/picocom.install |   19 ----------
 6 files changed, 100 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-10-20 22:35:02 UTC (rev 98868)
+++ community-i686/PKGBUILD	2013-10-20 22:35:11 UTC (rev 98869)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-# Contributor: Jens Adam (byte/jra) <j_adam at web.de>
-
-pkgname=picocom
-pkgver=1.7
-pkgrel=2
-pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
-url='http://code.google.com/p/picocom/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('glibc')
-install=$pkgname.install
-source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz")
-sha1sums=('bde6e36af71db845913f9d61f28dee1b485218fa')
-
-build() {
-  cd $pkgname-$pkgver
-  make --environment-overrides UUCP_LOCK_DIR=/run/lock/picocom
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -D -m 755 picocom "$pkgdir/usr/bin/picocom"
-  install -D -m 644 picocom.8 "$pkgdir/usr/share/man/man8/picocom.8"
-  # 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 ft=sh et:

Copied: picocom/repos/community-i686/PKGBUILD (from rev 98868, picocom/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-10-20 22:35:11 UTC (rev 98869)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jens Adam (byte/jra) <j_adam at web.de>
+
+pkgname=picocom
+pkgver=1.7
+pkgrel=3
+pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
+url='http://code.google.com/p/picocom/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('glibc')
+install=$pkgname.install
+source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+sha1sums=('bde6e36af71db845913f9d61f28dee1b485218fa')
+
+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.8 "$pkgdir/usr/share/man/man8/picocom.8"
+  # 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:

Deleted: community-i686/picocom.install
===================================================================
--- community-i686/picocom.install	2013-10-20 22:35:02 UTC (rev 98868)
+++ community-i686/picocom.install	2013-10-20 22:35:11 UTC (rev 98869)
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-## arg 1:  the new package version
-post_install() {
-  type 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
-post_remove() {
- type systemd-tmpfiles >/dev/null && systemd-tmpfiles --clean --remove picocom.conf
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: picocom/repos/community-i686/picocom.install (from rev 98868, picocom/trunk/picocom.install)
===================================================================
--- community-i686/picocom.install	                        (rev 0)
+++ community-i686/picocom.install	2013-10-20 22:35:11 UTC (rev 98869)
@@ -0,0 +1,17 @@
+# 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
+post_remove() {
+ type -P systemd-tmpfiles >/dev/null && systemd-tmpfiles --clean --remove picocom.conf
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-10-20 22:35:02 UTC (rev 98868)
+++ community-x86_64/PKGBUILD	2013-10-20 22:35:11 UTC (rev 98869)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-# Contributor: Jens Adam (byte/jra) <j_adam at web.de>
-
-pkgname=picocom
-pkgver=1.7
-pkgrel=2
-pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
-url='http://code.google.com/p/picocom/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('glibc')
-install=$pkgname.install
-source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz")
-sha1sums=('bde6e36af71db845913f9d61f28dee1b485218fa')
-
-build() {
-  cd $pkgname-$pkgver
-  make --environment-overrides UUCP_LOCK_DIR=/run/lock/picocom
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -D -m 755 picocom "$pkgdir/usr/bin/picocom"
-  install -D -m 644 picocom.8 "$pkgdir/usr/share/man/man8/picocom.8"
-  # 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 ft=sh et:

Copied: picocom/repos/community-x86_64/PKGBUILD (from rev 98868, picocom/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-10-20 22:35:11 UTC (rev 98869)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jens Adam (byte/jra) <j_adam at web.de>
+
+pkgname=picocom
+pkgver=1.7
+pkgrel=3
+pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
+url='http://code.google.com/p/picocom/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('glibc')
+install=$pkgname.install
+source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+sha1sums=('bde6e36af71db845913f9d61f28dee1b485218fa')
+
+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.8 "$pkgdir/usr/share/man/man8/picocom.8"
+  # 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:

Deleted: community-x86_64/picocom.install
===================================================================
--- community-x86_64/picocom.install	2013-10-20 22:35:02 UTC (rev 98868)
+++ community-x86_64/picocom.install	2013-10-20 22:35:11 UTC (rev 98869)
@@ -1,19 +0,0 @@
-#!/bin/sh
-
-## arg 1:  the new package version
-post_install() {
-  type 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
-post_remove() {
- type systemd-tmpfiles >/dev/null && systemd-tmpfiles --clean --remove picocom.conf
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: picocom/repos/community-x86_64/picocom.install (from rev 98868, picocom/trunk/picocom.install)
===================================================================
--- community-x86_64/picocom.install	                        (rev 0)
+++ community-x86_64/picocom.install	2013-10-20 22:35:11 UTC (rev 98869)
@@ -0,0 +1,17 @@
+# 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
+post_remove() {
+ type -P systemd-tmpfiles >/dev/null && systemd-tmpfiles --clean --remove picocom.conf
+}




More information about the arch-commits mailing list