[arch-commits] Commit in miredo/repos (18 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon May 13 14:29:10 UTC 2013


    Date: Monday, May 13, 2013 @ 16:29:09
  Author: spupykin
Revision: 90687

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

Added:
  miredo/repos/community-i686/PKGBUILD
    (from rev 90686, miredo/trunk/PKGBUILD)
  miredo/repos/community-i686/miredo.install
    (from rev 90686, miredo/trunk/miredo.install)
  miredo/repos/community-i686/miredo.service
    (from rev 90686, miredo/trunk/miredo.service)
  miredo/repos/community-x86_64/PKGBUILD
    (from rev 90686, miredo/trunk/PKGBUILD)
  miredo/repos/community-x86_64/miredo.install
    (from rev 90686, miredo/trunk/miredo.install)
  miredo/repos/community-x86_64/miredo.service
    (from rev 90686, miredo/trunk/miredo.service)
Deleted:
  miredo/repos/community-i686/PKGBUILD
  miredo/repos/community-i686/isatapd.rc.d
  miredo/repos/community-i686/miredo-server.rc.d
  miredo/repos/community-i686/miredo.install
  miredo/repos/community-i686/miredo.rc.d
  miredo/repos/community-i686/miredo.service
  miredo/repos/community-x86_64/PKGBUILD
  miredo/repos/community-x86_64/isatapd.rc.d
  miredo/repos/community-x86_64/miredo-server.rc.d
  miredo/repos/community-x86_64/miredo.install
  miredo/repos/community-x86_64/miredo.rc.d
  miredo/repos/community-x86_64/miredo.service

-------------------------------------+
 /PKGBUILD                           |   90 ++++++++++++++++++++++++++++++++++
 /miredo.install                     |   16 ++++++
 /miredo.service                     |   20 +++++++
 community-i686/PKGBUILD             |   49 ------------------
 community-i686/isatapd.rc.d         |   37 -------------
 community-i686/miredo-server.rc.d   |   37 -------------
 community-i686/miredo.install       |    8 ---
 community-i686/miredo.rc.d          |   37 -------------
 community-i686/miredo.service       |   10 ---
 community-x86_64/PKGBUILD           |   49 ------------------
 community-x86_64/isatapd.rc.d       |   37 -------------
 community-x86_64/miredo-server.rc.d |   37 -------------
 community-x86_64/miredo.install     |    8 ---
 community-x86_64/miredo.rc.d        |   37 -------------
 community-x86_64/miredo.service     |   10 ---
 15 files changed, 126 insertions(+), 356 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-13 14:28:49 UTC (rev 90686)
+++ community-i686/PKGBUILD	2013-05-13 14:29:09 UTC (rev 90687)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=miredo
-pkgver=1.2.5
-pkgrel=3
-pkgdesc="Teredo client and server."
-arch=('i686' 'x86_64')
-url="http://www.remlab.net/miredo/"
-license=('GPL')
-depends=('judy' 'iproute2' 'libcap')
-backup=('etc/miredo/miredo.conf'
-        'etc/miredo/client-hook')
-options=('!libtool')
-source=(http://www.remlab.net/files/${pkgname}/${pkgname}-${pkgver}.tar.xz
-	isatapd.rc.d
-	miredo.install
-	miredo.rc.d
-	miredo-server.rc.d
-	miredo.service)
-md5sums=('5114debbf9fcab5d292176e4548f8cd1'
-         '51ab6d091192605ee9206944869cb2ab'
-         'd1b655d7a851cdb46c91c3418ed1962f'
-         'c5a9be5c3175fecec387f1710bfd2788'
-         '319aba1ae06349b76cb25fda0dba60a9'
-         'abd7d8831cab7f3ea6d0d4e51b8f8f6a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
-	--prefix=/usr \
-	--sysconfdir=/etc \
-	--localstatedir=/var \
-	--libexecdir=/usr/lib \
-	--with-Judy
-  make
-  make DESTDIR="$pkgdir" install
-
-  install -D -m755 $srcdir/miredo.rc.d $pkgdir/etc/rc.d/miredo
-  install -D -m755 $srcdir/miredo-server.rc.d $pkgdir/etc/rc.d/miredo-server
-  install -D -m755 $srcdir/isatapd.rc.d $pkgdir/etc/rc.d/isatapd
-  sed -i 's#/sbin/ip#/usr/sbin/ip#' $pkgdir/etc/miredo/client-hook
-
-  # avoid conflict with filesystem>=2012.06
-  rmdir "$pkgdir/var/run" "$pkgdir/var"
-
-  install -Dm644 "$srcdir/miredo.service" "$pkgdir/usr/lib/systemd/system/miredo.service"
-}

Copied: miredo/repos/community-i686/PKGBUILD (from rev 90686, miredo/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-13 14:29:09 UTC (rev 90687)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=miredo
+pkgver=1.2.5
+pkgrel=4
+pkgdesc="Teredo client and server."
+arch=('i686' 'x86_64')
+url="http://www.remlab.net/miredo/"
+license=('GPL')
+depends=('judy' 'iproute2' 'libcap')
+backup=('etc/miredo/miredo.conf'
+        'etc/miredo/client-hook')
+options=('!libtool')
+source=(http://www.remlab.net/files/${pkgname}/${pkgname}-${pkgver}.tar.xz
+	miredo.install
+	miredo.service)
+md5sums=('5114debbf9fcab5d292176e4548f8cd1'
+         'd1b655d7a851cdb46c91c3418ed1962f'
+         'abd7d8831cab7f3ea6d0d4e51b8f8f6a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+	--prefix=/usr \
+	--sysconfdir=/etc \
+	--localstatedir=/var \
+	--libexecdir=/usr/lib \
+	--with-Judy
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  sed -i 's#/sbin/ip#/usr/sbin/ip#' $pkgdir/etc/miredo/client-hook
+
+  # avoid conflict with filesystem>=2012.06
+  rmdir "$pkgdir/var/run" "$pkgdir/var"
+
+  install -Dm644 "$srcdir/miredo.service" "$pkgdir/usr/lib/systemd/system/miredo.service"
+}

Deleted: community-i686/isatapd.rc.d
===================================================================
--- community-i686/isatapd.rc.d	2013-05-13 14:28:49 UTC (rev 90686)
+++ community-i686/isatapd.rc.d	2013-05-13 14:29:09 UTC (rev 90687)
@@ -1,37 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID /usr/sbin/isatapd`
-case "$1" in
-  start)
-    stat_busy "Starting userspace ISATAP client"
-    if [ -z "$PID" ]; then 
-       /usr/sbin/isatapd
-    fi
-    if [ ! -z "$PID" -o $? -gt 0 ]; then
-      stat_fail
-    else
-      add_daemon isatapd
-      stat_done
-    fi
-    ;;
-  stop)
-    stat_busy "Stopping userspace ISATAP client"
-    [ ! -z "$PID" ] && kill $PID &>/dev/null
-    if [ $? -gt 0 ]; then
-      stat_fail
-    else
-      rm_daemon isatapd
-      stat_done
-    fi
-    ;;
-  restart)
-    $0 stop
-    sleep 1
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"  
-esac

Deleted: community-i686/miredo-server.rc.d
===================================================================
--- community-i686/miredo-server.rc.d	2013-05-13 14:28:49 UTC (rev 90686)
+++ community-i686/miredo-server.rc.d	2013-05-13 14:29:09 UTC (rev 90687)
@@ -1,37 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID /usr/sbin/miredo-server`
-case "$1" in
-  start)
-    stat_busy "Starting teredo protocol server"
-    if [ -z "$PID" ]; then 
-       /usr/sbin/miredo-server
-    fi
-    if [ ! -z "$PID" -o $? -gt 0 ]; then
-      stat_fail
-    else
-      add_daemon miredo-server
-      stat_done
-    fi
-    ;;
-  stop)
-    stat_busy "Stopping teredo protocol server"
-    [ ! -z "$PID" ] && kill $PID &>/dev/null
-    if [ $? -gt 0 ]; then
-      stat_fail
-    else
-      rm_daemon miredo-server
-      stat_done
-    fi
-    ;;
-  restart)
-    $0 stop
-    sleep 1
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"  
-esac

Deleted: community-i686/miredo.install
===================================================================
--- community-i686/miredo.install	2013-05-13 14:28:49 UTC (rev 90686)
+++ community-i686/miredo.install	2013-05-13 14:29:09 UTC (rev 90687)
@@ -1,8 +0,0 @@
-post_remove() {
-
-  # clean up just in case
-  rm -f /var/run/miredo.pid
-  rm -f /var/run/miredo-server.pid
-  rm -f /var/run/isatapd.pid
-}
-

Copied: miredo/repos/community-i686/miredo.install (from rev 90686, miredo/trunk/miredo.install)
===================================================================
--- community-i686/miredo.install	                        (rev 0)
+++ community-i686/miredo.install	2013-05-13 14:29:09 UTC (rev 90687)
@@ -0,0 +1,8 @@
+post_remove() {
+
+  # clean up just in case
+  rm -f /var/run/miredo.pid
+  rm -f /var/run/miredo-server.pid
+  rm -f /var/run/isatapd.pid
+}
+

Deleted: community-i686/miredo.rc.d
===================================================================
--- community-i686/miredo.rc.d	2013-05-13 14:28:49 UTC (rev 90686)
+++ community-i686/miredo.rc.d	2013-05-13 14:29:09 UTC (rev 90687)
@@ -1,37 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID /usr/sbin/miredo`
-case "$1" in
-  start)
-    stat_busy "Starting teredo protocol client"
-    if [ -z "$PID" ]; then 
-       /usr/sbin/miredo
-    fi
-    if [ ! -z "$PID" -o $? -gt 0 ]; then
-      stat_fail
-    else
-      add_daemon miredo
-      stat_done
-    fi
-    ;;
-  stop)
-    stat_busy "Stopping teredo protocol client"
-    [ ! -z "$PID" ] && kill $PID &>/dev/null
-    if [ $? -gt 0 ]; then
-      stat_fail
-    else
-      rm_daemon miredo
-      stat_done
-    fi
-    ;;
-  restart)
-    $0 stop
-    sleep 1
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"  
-esac

Deleted: community-i686/miredo.service
===================================================================
--- community-i686/miredo.service	2013-05-13 14:28:49 UTC (rev 90686)
+++ community-i686/miredo.service	2013-05-13 14:29:09 UTC (rev 90687)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Teredo IPv6 Tunneling Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/sbin/miredo -f
-ExecReload=/bin/kill -HUP $MAINPID
-
-[Install]
-WantedBy=multi-user.target
\ No newline at end of file

Copied: miredo/repos/community-i686/miredo.service (from rev 90686, miredo/trunk/miredo.service)
===================================================================
--- community-i686/miredo.service	                        (rev 0)
+++ community-i686/miredo.service	2013-05-13 14:29:09 UTC (rev 90687)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Teredo IPv6 Tunneling Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/sbin/miredo -f
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-13 14:28:49 UTC (rev 90686)
+++ community-x86_64/PKGBUILD	2013-05-13 14:29:09 UTC (rev 90687)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=miredo
-pkgver=1.2.5
-pkgrel=3
-pkgdesc="Teredo client and server."
-arch=('i686' 'x86_64')
-url="http://www.remlab.net/miredo/"
-license=('GPL')
-depends=('judy' 'iproute2' 'libcap')
-backup=('etc/miredo/miredo.conf'
-        'etc/miredo/client-hook')
-options=('!libtool')
-source=(http://www.remlab.net/files/${pkgname}/${pkgname}-${pkgver}.tar.xz
-	isatapd.rc.d
-	miredo.install
-	miredo.rc.d
-	miredo-server.rc.d
-	miredo.service)
-md5sums=('5114debbf9fcab5d292176e4548f8cd1'
-         '51ab6d091192605ee9206944869cb2ab'
-         'd1b655d7a851cdb46c91c3418ed1962f'
-         'c5a9be5c3175fecec387f1710bfd2788'
-         '319aba1ae06349b76cb25fda0dba60a9'
-         'abd7d8831cab7f3ea6d0d4e51b8f8f6a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
-	--prefix=/usr \
-	--sysconfdir=/etc \
-	--localstatedir=/var \
-	--libexecdir=/usr/lib \
-	--with-Judy
-  make
-  make DESTDIR="$pkgdir" install
-
-  install -D -m755 $srcdir/miredo.rc.d $pkgdir/etc/rc.d/miredo
-  install -D -m755 $srcdir/miredo-server.rc.d $pkgdir/etc/rc.d/miredo-server
-  install -D -m755 $srcdir/isatapd.rc.d $pkgdir/etc/rc.d/isatapd
-  sed -i 's#/sbin/ip#/usr/sbin/ip#' $pkgdir/etc/miredo/client-hook
-
-  # avoid conflict with filesystem>=2012.06
-  rmdir "$pkgdir/var/run" "$pkgdir/var"
-
-  install -Dm644 "$srcdir/miredo.service" "$pkgdir/usr/lib/systemd/system/miredo.service"
-}

Copied: miredo/repos/community-x86_64/PKGBUILD (from rev 90686, miredo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-13 14:29:09 UTC (rev 90687)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=miredo
+pkgver=1.2.5
+pkgrel=4
+pkgdesc="Teredo client and server."
+arch=('i686' 'x86_64')
+url="http://www.remlab.net/miredo/"
+license=('GPL')
+depends=('judy' 'iproute2' 'libcap')
+backup=('etc/miredo/miredo.conf'
+        'etc/miredo/client-hook')
+options=('!libtool')
+source=(http://www.remlab.net/files/${pkgname}/${pkgname}-${pkgver}.tar.xz
+	miredo.install
+	miredo.service)
+md5sums=('5114debbf9fcab5d292176e4548f8cd1'
+         'd1b655d7a851cdb46c91c3418ed1962f'
+         'abd7d8831cab7f3ea6d0d4e51b8f8f6a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+	--prefix=/usr \
+	--sysconfdir=/etc \
+	--localstatedir=/var \
+	--libexecdir=/usr/lib \
+	--with-Judy
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  sed -i 's#/sbin/ip#/usr/sbin/ip#' $pkgdir/etc/miredo/client-hook
+
+  # avoid conflict with filesystem>=2012.06
+  rmdir "$pkgdir/var/run" "$pkgdir/var"
+
+  install -Dm644 "$srcdir/miredo.service" "$pkgdir/usr/lib/systemd/system/miredo.service"
+}

Deleted: community-x86_64/isatapd.rc.d
===================================================================
--- community-x86_64/isatapd.rc.d	2013-05-13 14:28:49 UTC (rev 90686)
+++ community-x86_64/isatapd.rc.d	2013-05-13 14:29:09 UTC (rev 90687)
@@ -1,37 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID /usr/sbin/isatapd`
-case "$1" in
-  start)
-    stat_busy "Starting userspace ISATAP client"
-    if [ -z "$PID" ]; then 
-       /usr/sbin/isatapd
-    fi
-    if [ ! -z "$PID" -o $? -gt 0 ]; then
-      stat_fail
-    else
-      add_daemon isatapd
-      stat_done
-    fi
-    ;;
-  stop)
-    stat_busy "Stopping userspace ISATAP client"
-    [ ! -z "$PID" ] && kill $PID &>/dev/null
-    if [ $? -gt 0 ]; then
-      stat_fail
-    else
-      rm_daemon isatapd
-      stat_done
-    fi
-    ;;
-  restart)
-    $0 stop
-    sleep 1
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"  
-esac

Deleted: community-x86_64/miredo-server.rc.d
===================================================================
--- community-x86_64/miredo-server.rc.d	2013-05-13 14:28:49 UTC (rev 90686)
+++ community-x86_64/miredo-server.rc.d	2013-05-13 14:29:09 UTC (rev 90687)
@@ -1,37 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID /usr/sbin/miredo-server`
-case "$1" in
-  start)
-    stat_busy "Starting teredo protocol server"
-    if [ -z "$PID" ]; then 
-       /usr/sbin/miredo-server
-    fi
-    if [ ! -z "$PID" -o $? -gt 0 ]; then
-      stat_fail
-    else
-      add_daemon miredo-server
-      stat_done
-    fi
-    ;;
-  stop)
-    stat_busy "Stopping teredo protocol server"
-    [ ! -z "$PID" ] && kill $PID &>/dev/null
-    if [ $? -gt 0 ]; then
-      stat_fail
-    else
-      rm_daemon miredo-server
-      stat_done
-    fi
-    ;;
-  restart)
-    $0 stop
-    sleep 1
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"  
-esac

Deleted: community-x86_64/miredo.install
===================================================================
--- community-x86_64/miredo.install	2013-05-13 14:28:49 UTC (rev 90686)
+++ community-x86_64/miredo.install	2013-05-13 14:29:09 UTC (rev 90687)
@@ -1,8 +0,0 @@
-post_remove() {
-
-  # clean up just in case
-  rm -f /var/run/miredo.pid
-  rm -f /var/run/miredo-server.pid
-  rm -f /var/run/isatapd.pid
-}
-

Copied: miredo/repos/community-x86_64/miredo.install (from rev 90686, miredo/trunk/miredo.install)
===================================================================
--- community-x86_64/miredo.install	                        (rev 0)
+++ community-x86_64/miredo.install	2013-05-13 14:29:09 UTC (rev 90687)
@@ -0,0 +1,8 @@
+post_remove() {
+
+  # clean up just in case
+  rm -f /var/run/miredo.pid
+  rm -f /var/run/miredo-server.pid
+  rm -f /var/run/isatapd.pid
+}
+

Deleted: community-x86_64/miredo.rc.d
===================================================================
--- community-x86_64/miredo.rc.d	2013-05-13 14:28:49 UTC (rev 90686)
+++ community-x86_64/miredo.rc.d	2013-05-13 14:29:09 UTC (rev 90687)
@@ -1,37 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=`pidof -o %PPID /usr/sbin/miredo`
-case "$1" in
-  start)
-    stat_busy "Starting teredo protocol client"
-    if [ -z "$PID" ]; then 
-       /usr/sbin/miredo
-    fi
-    if [ ! -z "$PID" -o $? -gt 0 ]; then
-      stat_fail
-    else
-      add_daemon miredo
-      stat_done
-    fi
-    ;;
-  stop)
-    stat_busy "Stopping teredo protocol client"
-    [ ! -z "$PID" ] && kill $PID &>/dev/null
-    if [ $? -gt 0 ]; then
-      stat_fail
-    else
-      rm_daemon miredo
-      stat_done
-    fi
-    ;;
-  restart)
-    $0 stop
-    sleep 1
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"  
-esac

Deleted: community-x86_64/miredo.service
===================================================================
--- community-x86_64/miredo.service	2013-05-13 14:28:49 UTC (rev 90686)
+++ community-x86_64/miredo.service	2013-05-13 14:29:09 UTC (rev 90687)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Teredo IPv6 Tunneling Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/sbin/miredo -f
-ExecReload=/bin/kill -HUP $MAINPID
-
-[Install]
-WantedBy=multi-user.target
\ No newline at end of file

Copied: miredo/repos/community-x86_64/miredo.service (from rev 90686, miredo/trunk/miredo.service)
===================================================================
--- community-x86_64/miredo.service	                        (rev 0)
+++ community-x86_64/miredo.service	2013-05-13 14:29:09 UTC (rev 90687)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Teredo IPv6 Tunneling Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/sbin/miredo -f
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target
\ No newline at end of file




More information about the arch-commits mailing list