[arch-commits] Commit in iproute2/trunk (PKGBUILD tc.patch)

2010-06-14 Thread Ronald van Haren
Date: Monday, June 14, 2010 @ 02:49:40
  Author: ronald
Revision: 82589

upgpkg: iproute2 2.6.34-2
FS#19784: tc wasn't installed completely due to tc/Makefile not working 
properly, roll part of the Makefile back to previous version

Added:
  iproute2/trunk/tc.patch
Modified:
  iproute2/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 tc.patch |   26 ++
 2 files changed, 31 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-13 18:58:34 UTC (rev 82588)
+++ PKGBUILD2010-06-14 06:49:40 UTC (rev 82589)
@@ -4,7 +4,7 @@
 
 pkgname=iproute2
 pkgver=2.6.34
-pkgrel=1
+pkgrel=2
 pkgdesc=IP Routing Utilities
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -13,22 +13,21 @@
 provides=('iproute')
 conflicts=('iproute')
 replaces=('iproute')
-
 options=('!makeflags')
 backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
-
 
source=(http://devresources.linux-foundation.org/dev/iproute2/download/iproute2-${pkgver}.tar.bz2
-   'iproute2-fhs.patch')
+   'iproute2-fhs.patch' 'tc.patch')
 sha1sums=('b57f98e284c68a464b9c3e132d29760de6331688'
-  'ae7c4529555e1dce389fcedcbb7e0df5c726741a')
+  'ae7c4529555e1dce389fcedcbb7e0df5c726741a'
+  'de7ffa44922741c1239e1715e1d81d8f4e7b04e4')
 
 build() {
   cd $srcdir/iproute2-${pkgver}
   
   # set correct fhs structure
   patch -Np1 -i ${srcdir}/iproute2-fhs.patch || return 1
-
+  patch -Np0 -i ${srcdir}/tc.patch || return 1
   ./configure || return 1
   make || return 1
 }

Added: tc.patch
===
--- tc.patch(rev 0)
+++ tc.patch2010-06-14 06:49:40 UTC (rev 82589)
@@ -0,0 +1,26 @@
+--- tc/Makefile.old2010-06-14 08:29:49.257421437 +0200
 tc/Makefile2010-06-14 08:30:07.157419977 +0200
+@@ -99,18 +99,11 @@
+   $(AR) rcs $@ $(TCLIB)
+ 
+ install: all
+-  echo mkdir -p $(MODDESTDIR)
+-  echo install -m 0755 tc $(DESTDIR)$(SBINDIR)
+-  for i in $(TCSO); \
+-  do echo install -m 755 $$i $(MODDESTDIR); \
+-  done
+-  if [ ! -f $(MODDESTDIR)/m_ipt.so ]; then \
+-  if [ -f $(MODDESTDIR)/m_xt.so ]; \
+-  then ln -s m_xt.so $(MODDESTDIR)/m_ipt.so ; \
+-  elif [ -f $(MODDESTDIR)/m_xt_old.so ]; \
+-  then ln -s m_xt_old.so $(MODDESTDIR)/m_ipt.so ; \
+-  fi; \
+-  fi
++  mkdir -p $(DESTDIR)$(LIBDIR)/tc
++  install -m 0755 tc $(DESTDIR)$(SBINDIR)
++  for i in $(TCSO); \
++  do install -m 755 $$i $(DESTDIR)$(LIBDIR)/tc; \
++  done
+ 
+ clean:
+   rm -f $(TCOBJ) $(TCLIB) libtc.a tc *.so emp_ematch.yacc.h; \



[arch-commits] Commit in iproute2/repos (testing-i686)

2010-06-14 Thread Ronald van Haren
Date: Monday, June 14, 2010 @ 02:49:50
  Author: ronald
Revision: 82590

archrelease: remove testing-i686

Deleted:
  iproute2/repos/testing-i686/



[arch-commits] Commit in iproute2/repos (testing-i686)

2010-06-14 Thread Ronald van Haren
Date: Monday, June 14, 2010 @ 02:50:06
  Author: ronald
Revision: 82591

archrelease: copy trunk to testing-i686

Added:
  iproute2/repos/testing-i686/



[arch-commits] Commit in iproute2/repos (testing-x86_64)

2010-06-14 Thread Ronald van Haren
Date: Monday, June 14, 2010 @ 02:50:16
  Author: ronald
Revision: 82592

archrelease: remove testing-x86_64

Deleted:
  iproute2/repos/testing-x86_64/



[arch-commits] Commit in iproute2/repos (testing-x86_64)

2010-06-14 Thread Ronald van Haren
Date: Monday, June 14, 2010 @ 02:50:31
  Author: ronald
Revision: 82593

archrelease: copy trunk to testing-x86_64

Added:
  iproute2/repos/testing-x86_64/



[arch-commits] Commit in dhcpcd/repos (core-x86_64)

2010-06-14 Thread Ronald van Haren
Date: Monday, June 14, 2010 @ 02:52:03
  Author: ronald
Revision: 82596

db-move: dhcpcd removed by ronald for move to core

Deleted:
  dhcpcd/repos/core-x86_64/



[arch-commits] Commit in dhcpcd/repos (core-x86_64 testing-x86_64)

2010-06-14 Thread Ronald van Haren
Date: Monday, June 14, 2010 @ 02:52:05
  Author: ronald
Revision: 82597

db-move: moved dhcpcd from [testing] to [core] (x86_64)

Added:
  dhcpcd/repos/core-x86_64/
Deleted:
  dhcpcd/repos/testing-x86_64/



[arch-commits] Commit in iptables/repos (core-x86_64)

2010-06-14 Thread Ronald van Haren
Date: Monday, June 14, 2010 @ 02:52:15
  Author: ronald
Revision: 82598

db-move: iptables removed by ronald for move to core

Deleted:
  iptables/repos/core-x86_64/



[arch-commits] Commit in iptables/repos (core-x86_64 testing-x86_64)

2010-06-14 Thread Ronald van Haren
Date: Monday, June 14, 2010 @ 02:52:17
  Author: ronald
Revision: 82599

db-move: moved iptables from [testing] to [core] (x86_64)

Added:
  iptables/repos/core-x86_64/
Deleted:
  iptables/repos/testing-x86_64/



[arch-commits] Commit in namcap/trunk (PKGBUILD)

2010-06-14 Thread Dan McGee
Date: Monday, June 14, 2010 @ 12:53:11
  Author: dan
Revision: 82602

upgpkg: namcap 2.6-1
bump to 2.6

Modified:
  namcap/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-14 06:52:28 UTC (rev 82601)
+++ PKGBUILD2010-06-14 16:53:11 UTC (rev 82602)
@@ -2,15 +2,16 @@
 # Maintainer: Hugo Doria h...@archlinux.org
 
 pkgname=namcap
-pkgver=2.5
+pkgver=2.6
 pkgrel=1
 pkgdesc=A Pacman package analyzer
 arch=('any')
-url=http://projects.archlinux.org/?p=namcap.git;
+url=http://projects.archlinux.org/namcap.git/;
 license=('GPL')
 depends=('python=2.6' 'licenses')
 source=(ftp://ftp.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz)
-md5sums=('9148ddf3052c42c32b33c085661f1571')
+md5sums=('4ea759bf0793ceb8342953f7520dc643')
+sha256sums=('4d69ad723e7d0e9054c0031fec7f1586ccaf42f08bbb96308a93baae10d8e19d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in xfce4-taskmanager/trunk (PKGBUILD)

2010-06-14 Thread andyrtr
Date: Monday, June 14, 2010 @ 13:13:24
  Author: andyrtr
Revision: 82604

upgpkg: xfce4-taskmanager 1.0.0-1
new version 1.0.0

Modified:
  xfce4-taskmanager/trunk/PKGBUILD

--+
 PKGBUILD |   13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-14 16:53:18 UTC (rev 82603)
+++ PKGBUILD2010-06-14 17:13:24 UTC (rev 82604)
@@ -2,7 +2,7 @@
 # Maintainer: 
 
 pkgname=xfce4-taskmanager
-pkgver=0.5.92
+pkgver=1.0.0
 pkgrel=1
 pkgdesc=a simple taskmanager for the Xfce Desktop Environment
 arch=(i686 x86_64)
@@ -10,17 +10,14 @@
 url=http://xfce-goodies.berlios.de/;
 groups=('xfce4-goodies')
 depends=('gtk2')
-makedepends=('pkgconfig' 'intltool')
+optdepends=('libwnck: display window icons/names')
+makedepends=('libwnck' 'pkgconfig' 'intltool')
 options=('!libtool')
-source=(#http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-   http://dl.dropbox.com/u/2670286/taskmgr/${pkgname}-${pkgver}.tar.bz2
-   0001-linux-Fix-64-bit-issue-for-the-system-Memory-usage.patch)
-md5sums=('4d725c1e5df70867684f6078d185e46c'
- '09d0a4c7e99d50178e9e013427ffbd61')
+source=(http://archive.xfce.org/src/apps/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('cd205366ae771d2cbe72b5ca7b1257b0')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i 
${srcdir}/0001-linux-Fix-64-bit-issue-for-the-system-Memory-usage.patch || 
return 1
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
 --localstatedir=/var --disable-static
   make || return 1



[arch-commits] Commit in xfce4-taskmanager/repos (extra-i686)

2010-06-14 Thread andyrtr
Date: Monday, June 14, 2010 @ 13:13:33
  Author: andyrtr
Revision: 82605

archrelease: remove extra-i686

Deleted:
  xfce4-taskmanager/repos/extra-i686/



[arch-commits] Commit in xfce4-taskmanager/repos (extra-i686)

2010-06-14 Thread andyrtr
Date: Monday, June 14, 2010 @ 13:13:56
  Author: andyrtr
Revision: 82606

archrelease: copy trunk to extra-i686

Added:
  xfce4-taskmanager/repos/extra-i686/



[arch-commits] Commit in xfce4-taskmanager/repos (extra-x86_64)

2010-06-14 Thread andyrtr
Date: Monday, June 14, 2010 @ 13:14:07
  Author: andyrtr
Revision: 82607

archrelease: remove extra-x86_64

Deleted:
  xfce4-taskmanager/repos/extra-x86_64/



[arch-commits] Commit in xfce4-taskmanager/repos (extra-x86_64)

2010-06-14 Thread andyrtr
Date: Monday, June 14, 2010 @ 13:14:27
  Author: andyrtr
Revision: 82608

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-taskmanager/repos/extra-x86_64/



[arch-commits] Commit in irqbalance/trunk (3 files)

2010-06-14 Thread Dan McGee
Date: Monday, June 14, 2010 @ 13:42:31
  Author: dan
Revision: 82609

upgpkg: irqbalance 0.56-1
Bump to 0.56; clean up build process

Modified:
  irqbalance/trunk/PKGBUILD
  irqbalance/trunk/irqbalance.rc.d
Deleted:
  irqbalance/trunk/Makefile.irqbalance

-+
 Makefile.irqbalance |   13 -
 PKGBUILD|   22 --
 irqbalance.rc.d |2 +-
 3 files changed, 13 insertions(+), 24 deletions(-)

Deleted: Makefile.irqbalance
===
--- Makefile.irqbalance 2010-06-14 17:14:27 UTC (rev 82608)
+++ Makefile.irqbalance 2010-06-14 17:42:31 UTC (rev 82609)
@@ -1,13 +0,0 @@
-CFLAGS := $(CFLAGS) -D_FORTIFY_SOURCE=2 -Wall -W $(shell pkg-config --cflags 
glib-2.0)
-LDFLAGS := $(shell pkg-config --libs glib-2.0)
-
-OBJS = bitmap.o irqbalance.o cputree.o procinterrupts.o irqlist.o \
-   placement.o activate.o network.o powermode.o numa.o classify.o
-
-all: irqbalance
-
-irqbalance: $(OBJS)
-   $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
-
-clean:
-   rm -f irqbalance *~ *.o

Modified: PKGBUILD
===
--- PKGBUILD2010-06-14 17:14:27 UTC (rev 82608)
+++ PKGBUILD2010-06-14 17:42:31 UTC (rev 82609)
@@ -2,8 +2,8 @@
 # Contributor: Martin Striz m...@poruba.net
 
 pkgname=irqbalance
-pkgver=0.55
-pkgrel=3
+pkgver=0.56
+pkgrel=1
 pkgdesc=IRQ balancing daemon for SMP systems
 arch=('i686' 'x86_64')
 url=http://www.irqbalance.org/;
@@ -11,22 +11,24 @@
 depends=(glib2)
 makedepends=(pkgconfig)
 backup=(etc/conf.d/irqbalance)
-source=(http://www.irqbalance.org/releases/$pkgname-$pkgver.tar.gz
-Makefile.irqbalance
+source=(http://irqbalance.googlecode.com/files/irqbalance-$pkgver.tbz2
 irqbalance.conf.d
 irqbalance.rc.d)
-md5sums=('9f6b314ff1fdc14173abeb40592d4edf'
- '45bc9e1d041d8547f2dbf12f887216df'
+md5sums=('cd0c4d3b2bb84778a04fc594ad83949a'
  '336c1ee99818f9ecda1687e34c69fd6b'
- '96efae052553711f74a61760cefa93b5')
+ 'fb82fc5d267d39110baf720d81282a7c')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  # use our Makefile instead of one provided which is not quite right
-  cp ../Makefile.irqbalance Makefile
-  make || return 1
+  ./autogen.sh
+  ./configure
+  make
+}
 
+package() {
+  cd $srcdir/$pkgname-$pkgver
   install -D -m755 irqbalance $pkgdir/usr/sbin/irqbalance
+  install -D -m644 irqbalance.1 $pkgdir/usr/share/man/man1/irqbalance.1
   install -D -m644 ../irqbalance.conf.d $pkgdir/etc/conf.d/irqbalance
   install -D -m755 ../irqbalance.rc.d $pkgdir/etc/rc.d/irqbalance
 }

Modified: irqbalance.rc.d
===
--- irqbalance.rc.d 2010-06-14 17:14:27 UTC (rev 82608)
+++ irqbalance.rc.d 2010-06-14 17:42:31 UTC (rev 82609)
@@ -5,7 +5,7 @@
 [ -f /etc/conf.d/irqbalance ]  . /etc/conf.d/irqbalance
 
 if [ $ONESHOT -ne 0 ]; then
-   ONESHOT_CMD=oneshot
+   ONESHOT_CMD=--oneshot
 fi
 
 . /etc/rc.conf



[arch-commits] Commit in irqbalance/repos (extra-x86_64)

2010-06-14 Thread Dan McGee
Date: Monday, June 14, 2010 @ 13:42:36
  Author: dan
Revision: 82610

archrelease: remove extra-x86_64

Deleted:
  irqbalance/repos/extra-x86_64/



[arch-commits] Commit in irqbalance/repos (extra-x86_64)

2010-06-14 Thread Dan McGee
Date: Monday, June 14, 2010 @ 13:42:46
  Author: dan
Revision: 82611

archrelease: copy trunk to extra-x86_64

Added:
  irqbalance/repos/extra-x86_64/



[arch-commits] Commit in irqbalance/repos (extra-i686)

2010-06-14 Thread Dan McGee
Date: Monday, June 14, 2010 @ 13:44:56
  Author: dan
Revision: 82612

archrelease: remove extra-i686

Deleted:
  irqbalance/repos/extra-i686/



[arch-commits] Commit in irqbalance/repos (extra-i686)

2010-06-14 Thread Dan McGee
Date: Monday, June 14, 2010 @ 13:45:09
  Author: dan
Revision: 82613

archrelease: copy trunk to extra-i686

Added:
  irqbalance/repos/extra-i686/



[arch-commits] Commit in dash/repos (core-i686)

2010-06-14 Thread Dan McGee
Date: Monday, June 14, 2010 @ 13:45:58
  Author: dan
Revision: 82614

db-move: dash removed by dan for move to core

Deleted:
  dash/repos/core-i686/



[arch-commits] Commit in dash/repos (core-i686 testing-i686)

2010-06-14 Thread Dan McGee
Date: Monday, June 14, 2010 @ 13:46:00
  Author: dan
Revision: 82615

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

Added:
  dash/repos/core-i686/
Deleted:
  dash/repos/testing-i686/



[arch-commits] Commit in dash/repos (core-x86_64)

2010-06-14 Thread Dan McGee
Date: Monday, June 14, 2010 @ 13:46:08
  Author: dan
Revision: 82616

db-move: dash removed by dan for move to core

Deleted:
  dash/repos/core-x86_64/



[arch-commits] Commit in dash/repos (core-x86_64 testing-x86_64)

2010-06-14 Thread Dan McGee
Date: Monday, June 14, 2010 @ 13:46:10
  Author: dan
Revision: 82617

db-move: moved dash from [testing] to [core] (x86_64)

Added:
  dash/repos/core-x86_64/
Deleted:
  dash/repos/testing-x86_64/



[arch-commits] Commit in attr/trunk (PKGBUILD)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:05:25
  Author: allan
Revision: 82618

fix $startdir usage

Modified:
  attr/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-14 17:46:10 UTC (rev 82617)
+++ PKGBUILD2010-06-15 04:05:25 UTC (rev 82618)
@@ -17,15 +17,15 @@
 sha256sums=('e01fa00686072a02dddf994e6217be950f51c1dc0852ad2e210c48b6e8de793a')
 
 build() {
-  cd $startdir/src/attr-$pkgver 
+  cd $srcdir/attr-$pkgver 
   autoconf
   ./configure --prefix=/usr 
   sed -i -e 's/man2//g' man/Makefile
   make || return 1 
-  make prefix=${startdir}/pkg/usr install install-lib install-dev
+  make prefix=${pkgdir}/usr install install-lib install-dev
 
   # tidy up
-  cd ${startdir}/pkg
+  cd ${pkgdir}
 
   mkdir -v lib
   mv -v usr/lib/libattr.so* lib/



[arch-commits] Commit in attr/repos (core-i686)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:13:13
  Author: allan
Revision: 82619

archrelease: remove core-i686

Deleted:
  attr/repos/core-i686/



[arch-commits] Commit in attr/repos (core-i686)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:13:45
  Author: allan
Revision: 82620

archrelease: copy trunk to core-i686

Added:
  attr/repos/core-i686/



[arch-commits] Commit in attr/repos (core-x86_64)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:14:16
  Author: allan
Revision: 82621

archrelease: remove core-x86_64

Deleted:
  attr/repos/core-x86_64/



[arch-commits] Commit in attr/repos (core-x86_64)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:14:49
  Author: allan
Revision: 82622

archrelease: copy trunk to core-x86_64

Added:
  attr/repos/core-x86_64/



[arch-commits] Commit in licenses/repos (core-any)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:19:29
  Author: allan
Revision: 82623

archrelease: remove core-any

Deleted:
  licenses/repos/core-any/



[arch-commits] Commit in licenses/repos (core-any)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:20:07
  Author: allan
Revision: 82624

archrelease: copy trunk to core-any

Added:
  licenses/repos/core-any/



[arch-commits] Commit in iputils/trunk (PKGBUILD)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:22:56
  Author: allan
Revision: 82625

fix $startdir usage

Modified:
  iputils/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-15 04:20:07 UTC (rev 82624)
+++ PKGBUILD2010-06-15 04:22:56 UTC (rev 82625)
@@ -25,13 +25,13 @@
 build()
 {
   #build iptuils
-  cd $startdir/src/$pkgname-s$pkgver
+  cd $srcdir/$pkgname-s$pkgver
   make KERNEL_INCLUDE=/usr/include || return 1   # for i686
   for i in arping clockdiff rarpd rdisc tftpd tracepath tracepath6; do
-install -D -m755 $i $startdir/pkg/usr/sbin/$i
+install -D -m755 $i $pkgdir/usr/sbin/$i
   done
   for i in ping ping6 traceroute6; do
-install -D -m4755 $i $startdir/pkg/bin/$i
+install -D -m4755 $i $pkgdir/bin/$i
   done
 
   msg :: building docs
@@ -46,16 +46,16 @@
   xsltproc 
/usr/share/xml/docbook/xsl-stylesheets-1.75.2/manpages/docbook.xsl $xf
   done
 
-  mkdir -p $startdir/pkg/usr/share/man/man8
+  mkdir -p $pkgdir/usr/share/man/man8
   install -m644 arping.8 clockdiff.8 ping.8 ping6.8 rarpd.8 rdisc.8 \
 tftpd.8 tracepath.8 tracepath6.8 traceroute6.8 \
-$startdir/pkg/usr/share/man/man8/
+$pkgdir/usr/share/man/man8/
 
   # build traceroute
   # this is combined in this package because it's awkward as a separate package
-  cd ${startdir}/src/traceroute-$_traceroutever
+  cd ${srcdir}/traceroute-$_traceroutever
   patch -Np1 -i ../permission-fix.patch || return 1
   ./configure --prefix=/usr --sbindir=/bin --mandir=/usr/share/man
   make CFLAGS=${CFLAGS} -Ilinux-include/ || return 1
-  make DESTDIR=${startdir}/pkg install install-man
+  make DESTDIR=${pkgdir} install install-man
 }



[arch-commits] Commit in iputils/repos (core-i686)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:23:10
  Author: allan
Revision: 82626

archrelease: remove core-i686

Deleted:
  iputils/repos/core-i686/



[arch-commits] Commit in iputils/repos (core-i686)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:23:42
  Author: allan
Revision: 82627

archrelease: copy trunk to core-i686

Added:
  iputils/repos/core-i686/



[arch-commits] Commit in iputils/repos (core-x86_64)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:23:54
  Author: allan
Revision: 82628

archrelease: remove core-x86_64

Deleted:
  iputils/repos/core-x86_64/



[arch-commits] Commit in iputils/repos (core-x86_64)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:24:25
  Author: allan
Revision: 82629

archrelease: copy trunk to core-x86_64

Added:
  iputils/repos/core-x86_64/



[arch-commits] Commit in pcmciautils/trunk (PKGBUILD)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:26:01
  Author: allan
Revision: 82630

fix $startdir usage

Modified:
  pcmciautils/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-15 04:24:25 UTC (rev 82629)
+++ PKGBUILD2010-06-15 04:26:01 UTC (rev 82630)
@@ -22,7 +22,7 @@
   make || return 1
   make DESTDIR=$pkgdir install || return 1
   # fix lspcmcia symlink
-  ln -sf pccardctl $startdir/pkg/sbin/lspcmcia
+  ln -sf pccardctl $pkgdir/sbin/lspcmcia
   # add fixed rules file
-  install -D -m644 $startdir/src/60-pcmcia.rules 
$startdir/pkg/lib/udev/rules.d/
+  install -D -m644 $srcdir/60-pcmcia.rules $pkgdir/lib/udev/rules.d/
 }



[arch-commits] Commit in pcmciautils/repos (testing-i686)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:26:26
  Author: allan
Revision: 82631

archrelease: remove testing-i686

Deleted:
  pcmciautils/repos/testing-i686/



[arch-commits] Commit in pcmciautils/repos (testing-i686)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:26:57
  Author: allan
Revision: 82632

archrelease: copy trunk to testing-i686

Added:
  pcmciautils/repos/testing-i686/



[arch-commits] Commit in pcmciautils/repos (testing-x86_64)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:27:11
  Author: allan
Revision: 82633

archrelease: remove testing-x86_64

Deleted:
  pcmciautils/repos/testing-x86_64/



[arch-commits] Commit in pcmciautils/repos (testing-x86_64)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:27:56
  Author: allan
Revision: 82634

archrelease: copy trunk to testing-x86_64

Added:
  pcmciautils/repos/testing-x86_64/



[arch-commits] Commit in jfsutils/trunk (PKGBUILD)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:31:03
  Author: allan
Revision: 82635

fix $startdir usage

Modified:
  jfsutils/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-15 04:27:56 UTC (rev 82634)
+++ PKGBUILD2010-06-15 04:31:03 UTC (rev 82635)
@@ -13,10 +13,10 @@
 md5sums=('05150840987176d5e8438066b80add1a')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=$startdir/pkg install
-  mv $startdir/pkg/usr/sbin $startdir/pkg
+  make DESTDIR=$pkgdir install
+  mv $pkgdir/usr/sbin $pkgdir
 }
 



[arch-commits] Commit in jfsutils/repos (core-i686)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:31:14
  Author: allan
Revision: 82636

archrelease: remove core-i686

Deleted:
  jfsutils/repos/core-i686/



[arch-commits] Commit in jfsutils/repos (core-i686)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:31:44
  Author: allan
Revision: 82637

archrelease: copy trunk to core-i686

Added:
  jfsutils/repos/core-i686/



[arch-commits] Commit in jfsutils/repos (core-x86_64)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:31:55
  Author: allan
Revision: 82638

archrelease: remove core-x86_64

Deleted:
  jfsutils/repos/core-x86_64/



[arch-commits] Commit in jfsutils/repos (core-x86_64)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:32:24
  Author: allan
Revision: 82639

archrelease: copy trunk to core-x86_64

Added:
  jfsutils/repos/core-x86_64/



[arch-commits] Commit in b43-fwcutter/trunk (PKGBUILD)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:48:11
  Author: allan
Revision: 82640

fix $startdir usage

Modified:
  b43-fwcutter/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-15 04:32:24 UTC (rev 82639)
+++ PKGBUILD2010-06-15 04:48:11 UTC (rev 82640)
@@ -14,9 +14,9 @@
 
 build()
 {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   make || return 1
-  install -D -m755 b43-fwcutter $startdir/pkg/usr/bin/b43-fwcutter || return 1
-  install -D -m644 b43-fwcutter.1 
$startdir/pkg/usr/share/man/man1/b43-fwcutter.1 || return 1
+  install -D -m755 b43-fwcutter $pkgdir/usr/bin/b43-fwcutter || return 1
+  install -D -m644 b43-fwcutter.1 $pkgdir/usr/share/man/man1/b43-fwcutter.1 || 
return 1
 }
 



[arch-commits] Commit in b43-fwcutter/repos (core-i686)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:48:24
  Author: allan
Revision: 82641

archrelease: remove core-i686

Deleted:
  b43-fwcutter/repos/core-i686/



[arch-commits] Commit in b43-fwcutter/repos (core-x86_64)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:49:04
  Author: allan
Revision: 82643

archrelease: remove core-x86_64

Deleted:
  b43-fwcutter/repos/core-x86_64/



[arch-commits] Commit in b43-fwcutter/repos (core-x86_64)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:49:34
  Author: allan
Revision: 82644

archrelease: copy trunk to core-x86_64

Added:
  b43-fwcutter/repos/core-x86_64/



[arch-commits] Commit in cracklib/trunk (PKGBUILD)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:51:02
  Author: allan
Revision: 82645

fix $startdir usage

Modified:
  cracklib/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-15 04:49:34 UTC (rev 82644)
+++ PKGBUILD2010-06-15 04:51:02 UTC (rev 82645)
@@ -14,13 +14,13 @@
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --without-python
   make || return 1
 }
 
 package() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
   install -Dm644 dicts/cracklib-small $pkgdir/usr/share/dict/cracklib-small
   sh ./util/cracklib-format dicts/cracklib-small \



[arch-commits] Commit in cracklib/repos (core-i686)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:51:15
  Author: allan
Revision: 82646

archrelease: remove core-i686

Deleted:
  cracklib/repos/core-i686/



[arch-commits] Commit in cracklib/repos (core-x86_64)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:52:19
  Author: allan
Revision: 82648

archrelease: remove core-x86_64

Deleted:
  cracklib/repos/core-x86_64/



[arch-commits] Commit in cracklib/repos (core-x86_64)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 00:52:48
  Author: allan
Revision: 82649

archrelease: copy trunk to core-x86_64

Added:
  cracklib/repos/core-x86_64/



[arch-commits] Commit in kbd/trunk (PKGBUILD)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 01:16:19
  Author: allan
Revision: 82650

fix $startdir usage

Modified:
  kbd/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-15 04:52:48 UTC (rev 82649)
+++ PKGBUILD2010-06-15 05:16:19 UTC (rev 82650)
@@ -13,7 +13,7 @@
 md5sums=('77d0b51454522bc6c170bbdc6e31202a')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
 
   # rename keymap files with the same names
   # this is needed because when only name of keymap is specified
@@ -27,11 +27,11 @@
 
   ./configure --prefix=/usr --datadir=/usr/share/kbd --mandir=/usr/share/man
   make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes || return 1
-  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${startdir}/pkg install
+  make KEYCODES_PROGS=yes RESIZECONS_PROGS=yes DESTDIR=${pkgdir} install
 
   # this is needed because initscripts call /bin/loadkeys
   # remove this when next versions of kbd
   # and initscripts with /usr/bin/loadkeys usage will be released
-  mkdir ${startdir}/pkg/bin
-  ln -s /usr/bin/loadkeys ${startdir}/pkg/bin/loadkeys
+  mkdir ${pkgdir}/bin
+  ln -s /usr/bin/loadkeys ${pkgdir}/bin/loadkeys
 }



[arch-commits] Commit in kbd/repos (core-i686)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 01:16:36
  Author: allan
Revision: 82651

archrelease: remove core-i686

Deleted:
  kbd/repos/core-i686/



[arch-commits] Commit in kbd/repos (core-i686)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 01:17:06
  Author: allan
Revision: 82652

archrelease: copy trunk to core-i686

Added:
  kbd/repos/core-i686/



[arch-commits] Commit in kbd/repos (core-x86_64)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 01:17:16
  Author: allan
Revision: 82653

archrelease: remove core-x86_64

Deleted:
  kbd/repos/core-x86_64/



[arch-commits] Commit in kbd/repos (core-x86_64)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 01:17:45
  Author: allan
Revision: 82654

archrelease: copy trunk to core-x86_64

Added:
  kbd/repos/core-x86_64/



[arch-commits] Commit in grub/trunk (PKGBUILD)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 01:19:15
  Author: allan
Revision: 82655

fix $startdir usage

Modified:
  grub/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-15 05:17:45 UTC (rev 82654)
+++ PKGBUILD2010-06-15 05:19:15 UTC (rev 82655)
@@ -73,8 +73,8 @@
 
   CFLAGS= make || return 1
   make DESTDIR=$pkgdir install || return 1
-  install -D -m644 ../menu.lst $startdir/pkg/boot/grub/menu.lst
-  install -D -m755 ../install-grub $startdir/pkg/sbin/install-grub
+  install -D -m644 ../menu.lst $pkgdir/boot/grub/menu.lst
+  install -D -m755 ../install-grub $pkgdir/sbin/install-grub
 
   if [ $DESTARCH = x86_64 ]; then
 # fool makepkg into building a x86_64 package



[arch-commits] Commit in grub/repos/core-x86_64 (PKGBUILD)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 01:20:23
  Author: allan
Revision: 82656

fix $startdir usage

Modified:
  grub/repos/core-x86_64/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-15 05:19:15 UTC (rev 82655)
+++ PKGBUILD2010-06-15 05:20:23 UTC (rev 82656)
@@ -73,8 +73,8 @@
 
   CFLAGS= make || return 1
   make DESTDIR=$pkgdir install || return 1
-  install -D -m644 ../menu.lst $startdir/pkg/boot/grub/menu.lst
-  install -D -m755 ../install-grub $startdir/pkg/sbin/install-grub
+  install -D -m644 ../menu.lst $pkgdir/boot/grub/menu.lst
+  install -D -m755 ../install-grub $pkgdir/sbin/install-grub
 
   if [ $DESTARCH = x86_64 ]; then
 # fool makepkg into building a x86_64 package



[arch-commits] Commit in grub/repos/core-i686 (PKGBUILD)

2010-06-14 Thread Allan McRae
Date: Tuesday, June 15, 2010 @ 01:20:44
  Author: allan
Revision: 82657

fix $startdir usage

Modified:
  grub/repos/core-i686/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-15 05:20:23 UTC (rev 82656)
+++ PKGBUILD2010-06-15 05:20:44 UTC (rev 82657)
@@ -39,8 +39,8 @@
   cd $srcdir/$pkgname-$pkgver
 
   #set destination architecture here
-  #DESTARCH=i686
-  DESTARCH=x86_64
+  DESTARCH=i686
+  #DESTARCH=x86_64
   # optimizations break the build -- disable them
   # adding special devices to grub, patches are from fedora
   patch -Np1 -i ../special-devices.patch || return 1
@@ -73,8 +73,8 @@
 
   CFLAGS= make || return 1
   make DESTDIR=$pkgdir install || return 1
-  install -D -m644 ../menu.lst $startdir/pkg/boot/grub/menu.lst
-  install -D -m755 ../install-grub $startdir/pkg/sbin/install-grub
+  install -D -m644 ../menu.lst $pkgdir/boot/grub/menu.lst
+  install -D -m755 ../install-grub $pkgdir/sbin/install-grub
 
   if [ $DESTARCH = x86_64 ]; then
 # fool makepkg into building a x86_64 package



[arch-commits] Commit in namcap/repos (extra-any)

2010-06-14 Thread Dan McGee
Date: Tuesday, June 15, 2010 @ 01:53:12
  Author: dan
Revision: 82658

db-move: namcap removed by dan for move to extra

Deleted:
  namcap/repos/extra-any/



[arch-commits] Commit in namcap/repos (extra-any testing-any)

2010-06-14 Thread Dan McGee
Date: Tuesday, June 15, 2010 @ 01:53:14
  Author: dan
Revision: 82659

db-move: moved namcap from [testing] to [extra] (any)

Added:
  namcap/repos/extra-any/
Deleted:
  namcap/repos/testing-any/



[arch-commits] Commit in xfce4-taskmanager/trunk (PKGBUILD)

2010-06-14 Thread andyrtr
Date: Tuesday, June 15, 2010 @ 01:55:36
  Author: andyrtr
Revision: 82660

fix url and adopt desc from webpage #19793

Modified:
  xfce4-taskmanager/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-15 05:53:14 UTC (rev 82659)
+++ PKGBUILD2010-06-15 05:55:36 UTC (rev 82660)
@@ -4,10 +4,10 @@
 pkgname=xfce4-taskmanager
 pkgver=1.0.0
 pkgrel=1
-pkgdesc=a simple taskmanager for the Xfce Desktop Environment
+pkgdesc=Easy to use task manager
 arch=(i686 x86_64)
 license=('GPL2')
-url=http://xfce-goodies.berlios.de/;
+url=http://goodies.xfce.org/projects/applications/xfce4-taskmanager;
 groups=('xfce4-goodies')
 depends=('gtk2')
 optdepends=('libwnck: display window icons/names')



[arch-commits] Commit in xfce4-taskmanager/repos (extra)

2010-06-14 Thread andyrtr
Date: Tuesday, June 15, 2010 @ 01:56:14
  Author: andyrtr
Revision: 82661

archrelease: copy trunk to extra

Added:
  xfce4-taskmanager/repos/extra/



[arch-commits] Commit in xfce4-taskmanager/repos (extra)

2010-06-14 Thread andyrtr
Date: Tuesday, June 15, 2010 @ 01:56:23
  Author: andyrtr
Revision: 82662

archrelease: remove extra

Deleted:
  xfce4-taskmanager/repos/extra/



[arch-commits] Commit in xfce4-taskmanager/repos (extra)

2010-06-14 Thread andyrtr
Date: Tuesday, June 15, 2010 @ 01:56:45
  Author: andyrtr
Revision: 82663

archrelease: copy trunk to extra

Added:
  xfce4-taskmanager/repos/extra/