[arch-commits] Commit in gpm/repos (11 files)

Eric Bélanger eric at archlinux.org
Tue Nov 8 18:37:42 UTC 2011


    Date: Tuesday, November 8, 2011 @ 13:37:41
  Author: eric
Revision: 142350

db-move: moved gpm from [testing] to [core] (i686)

Added:
  gpm/repos/core-i686/PKGBUILD
    (from rev 142349, gpm/repos/testing-i686/PKGBUILD)
  gpm/repos/core-i686/gpm
    (from rev 142349, gpm/repos/testing-i686/gpm)
  gpm/repos/core-i686/gpm.conf.d
    (from rev 142349, gpm/repos/testing-i686/gpm.conf.d)
  gpm/repos/core-i686/gpm.install
    (from rev 142349, gpm/repos/testing-i686/gpm.install)
  gpm/repos/core-i686/gpm.sh
    (from rev 142349, gpm/repos/testing-i686/gpm.sh)
Deleted:
  gpm/repos/core-i686/PKGBUILD
  gpm/repos/core-i686/gpm
  gpm/repos/core-i686/gpm.conf.d
  gpm/repos/core-i686/gpm.install
  gpm/repos/core-i686/gpm.sh
  gpm/repos/testing-i686/

-------------+
 PKGBUILD    |   78 +++++++++++++++++++++++++++----------------------------
 gpm         |   82 +++++++++++++++++++++++++++++-----------------------------
 gpm.conf.d  |    8 ++---
 gpm.install |   32 +++++++++++-----------
 gpm.sh      |    6 ++--
 5 files changed, 103 insertions(+), 103 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2011-11-08 18:37:07 UTC (rev 142349)
+++ core-i686/PKGBUILD	2011-11-08 18:37:41 UTC (rev 142350)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-
-pkgname=gpm
-pkgver=1.20.6
-pkgrel=6
-pkgdesc="A mouse server for the console and xterm"
-arch=('i686' 'x86_64')
-url="http://www.nico.schottelius.org/software/gpm/"
-license=('GPL')
-depends=('ncurses' 'bash')
-backup=('etc/conf.d/gpm')
-options=('!makeflags')
-install=gpm.install
-source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.bz2 \
-        gpm gpm.conf.d gpm.sh)
-md5sums=('6b534da16dc1b28ba828dea89e520f6f' '945ecde0836687e05c13ea837092ea6c'\
-         'f436a1277571f2ae8bfa9bf2ef32f7a5' 'e391fe4599ce102615f9cd449c380d41')
-sha1sums=('f3bb9272878b7934968381c8b25edab359114150' '19e1feb1493373512a77801699df012d186336ea'\
-         '4c31cb7dd51cee4d16d3f7a8956e6d87fac1ad86' '88fe5ff10916c68a87abc8418a56eb0073f69fa9')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -D -m755 ../gpm "${pkgdir}/etc/rc.d/gpm"
-  install -D -m644 ../gpm.conf.d "${pkgdir}/etc/conf.d/gpm"
-  install -D -m755 ../gpm.sh "${pkgdir}/etc/profile.d/gpm.sh"
-
-# library fixes
-  cd "${pkgdir}/usr/lib/"
-  ln -s libgpm.so.2.* libgpm.so
-  chmod 755 "${pkgdir}"/usr/lib/libgpm.so.*
-}

Copied: gpm/repos/core-i686/PKGBUILD (from rev 142349, gpm/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2011-11-08 18:37:41 UTC (rev 142350)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=gpm
+pkgver=1.20.6
+pkgrel=7
+pkgdesc="A mouse server for the console and xterm"
+arch=('i686' 'x86_64')
+url="http://www.nico.schottelius.org/software/gpm/"
+license=('GPL')
+depends=('ncurses' 'bash')
+backup=('etc/conf.d/gpm')
+options=('!makeflags')
+install=gpm.install
+source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.bz2 \
+        gpm gpm.conf.d gpm.sh)
+sha1sums=('f3bb9272878b7934968381c8b25edab359114150'
+          '19e1feb1493373512a77801699df012d186336ea'
+          '4c31cb7dd51cee4d16d3f7a8956e6d87fac1ad86'
+          '88fe5ff10916c68a87abc8418a56eb0073f69fa9')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m755 ../gpm "${pkgdir}/etc/rc.d/gpm"
+  install -D -m644 ../gpm.conf.d "${pkgdir}/etc/conf.d/gpm"
+  install -D -m755 ../gpm.sh "${pkgdir}/etc/profile.d/gpm.sh"
+
+# library fixes
+  cd "${pkgdir}/usr/lib/"
+  ln -s libgpm.so.2.* libgpm.so
+  chmod 755 "${pkgdir}"/usr/lib/libgpm.so.*
+}

Deleted: core-i686/gpm
===================================================================
--- core-i686/gpm	2011-11-08 18:37:07 UTC (rev 142349)
+++ core-i686/gpm	2011-11-08 18:37:41 UTC (rev 142350)
@@ -1,41 +0,0 @@
-#!/bin/bash
-
-# source application-specific settings
-GPM_ARGS=
-[ -f /etc/conf.d/gpm ] && . /etc/conf.d/gpm
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=$(pidof -o %PPID /usr/sbin/gpm)
-case "$1" in
-  start)
-    stat_busy "Starting GPM Daemon"
-    [ -z "$PID" ] && /usr/sbin/gpm ${GPM_ARGS}
-    PID=$(pidof -o %PPID /usr/sbin/gpm)
-    if [ -z "$PID" ]; then
-      stat_fail
-    else
-      add_daemon gpm
-      stat_done
-    fi
-    ;;
-  stop)
-    stat_busy "Stopping GPM Daemon"
-    [ ! -z "$PID" ]  && kill $PID &> /dev/null
-    if [ $? -gt 0 ]; then
-      stat_fail
-    else
-      rm_daemon gpm
-      stat_done
-    fi
-    ;;
-  restart)
-    $0 stop
-    sleep 1
-    $0 start
-    ;;
-  *)
-    echo "usage: $0 {start|stop|restart}"  
-esac
-exit 0

Copied: gpm/repos/core-i686/gpm (from rev 142349, gpm/repos/testing-i686/gpm)
===================================================================
--- core-i686/gpm	                        (rev 0)
+++ core-i686/gpm	2011-11-08 18:37:41 UTC (rev 142350)
@@ -0,0 +1,41 @@
+#!/bin/bash
+
+# source application-specific settings
+GPM_ARGS=
+[ -f /etc/conf.d/gpm ] && . /etc/conf.d/gpm
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+PID=$(pidof -o %PPID /usr/sbin/gpm)
+case "$1" in
+  start)
+    stat_busy "Starting GPM Daemon"
+    [ -z "$PID" ] && /usr/sbin/gpm ${GPM_ARGS}
+    PID=$(pidof -o %PPID /usr/sbin/gpm)
+    if [ -z "$PID" ]; then
+      stat_fail
+    else
+      add_daemon gpm
+      stat_done
+    fi
+    ;;
+  stop)
+    stat_busy "Stopping GPM Daemon"
+    [ ! -z "$PID" ]  && kill $PID &> /dev/null
+    if [ $? -gt 0 ]; then
+      stat_fail
+    else
+      rm_daemon gpm
+      stat_done
+    fi
+    ;;
+  restart)
+    $0 stop
+    sleep 1
+    $0 start
+    ;;
+  *)
+    echo "usage: $0 {start|stop|restart}"  
+esac
+exit 0

Deleted: core-i686/gpm.conf.d
===================================================================
--- core-i686/gpm.conf.d	2011-11-08 18:37:07 UTC (rev 142349)
+++ core-i686/gpm.conf.d	2011-11-08 18:37:41 UTC (rev 142350)
@@ -1,4 +0,0 @@
-#
-# Parameters to be passed to gpm
-#
-GPM_ARGS="-m /dev/input/mice -t imps2"

Copied: gpm/repos/core-i686/gpm.conf.d (from rev 142349, gpm/repos/testing-i686/gpm.conf.d)
===================================================================
--- core-i686/gpm.conf.d	                        (rev 0)
+++ core-i686/gpm.conf.d	2011-11-08 18:37:41 UTC (rev 142350)
@@ -0,0 +1,4 @@
+#
+# Parameters to be passed to gpm
+#
+GPM_ARGS="-m /dev/input/mice -t imps2"

Deleted: core-i686/gpm.install
===================================================================
--- core-i686/gpm.install	2011-11-08 18:37:07 UTC (rev 142349)
+++ core-i686/gpm.install	2011-11-08 18:37:41 UTC (rev 142350)
@@ -1,16 +0,0 @@
-infodir=/usr/share/info
-file=gpm.info.gz
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/$file $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-}

Copied: gpm/repos/core-i686/gpm.install (from rev 142349, gpm/repos/testing-i686/gpm.install)
===================================================================
--- core-i686/gpm.install	                        (rev 0)
+++ core-i686/gpm.install	2011-11-08 18:37:41 UTC (rev 142350)
@@ -0,0 +1,16 @@
+infodir=/usr/share/info
+file=gpm.info.gz
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+}

Deleted: core-i686/gpm.sh
===================================================================
--- core-i686/gpm.sh	2011-11-08 18:37:07 UTC (rev 142349)
+++ core-i686/gpm.sh	2011-11-08 18:37:41 UTC (rev 142350)
@@ -1,3 +0,0 @@
-case $( /usr/bin/tty ) in
-    /dev/tty[0-9]*) [ -n "$(pgrep gpm)" ] && /usr/bin/disable-paste ;;
-esac

Copied: gpm/repos/core-i686/gpm.sh (from rev 142349, gpm/repos/testing-i686/gpm.sh)
===================================================================
--- core-i686/gpm.sh	                        (rev 0)
+++ core-i686/gpm.sh	2011-11-08 18:37:41 UTC (rev 142350)
@@ -0,0 +1,3 @@
+case $( /usr/bin/tty ) in
+    /dev/tty[0-9]*) [ -n "$(pgrep gpm)" ] && /usr/bin/disable-paste ;;
+esac




More information about the arch-commits mailing list