[arch-commits] Commit in vde2/repos (3 files)

Tobias Powalowski tpowa at archlinux.org
Fri Jan 8 09:03:41 UTC 2010


    Date: Friday, January 8, 2010 @ 04:03:41
  Author: tpowa
Revision: 62412

Merged revisions 62411 via svnmerge from 
svn+ssh://tpowa@gerolde.archlinux.org/srv/svn-packages/vde2/trunk

........
  r62411 | tpowa | 2010-01-08 10:02:58 +0100 (Fr, 08 Jan 2010) | 2 lines
  
  upgpkg: vde2 2.2.2-5
      removed profiling
........

Modified:
  vde2/repos/extra-x86_64/	(properties)
  vde2/repos/extra-x86_64/PKGBUILD
  vde2/repos/extra-x86_64/vde2.install

--------------+
 PKGBUILD     |    4 ++--
 vde2.install |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


Property changes on: vde2/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /vde2/trunk:1-62247
   + /vde2/trunk:1-62411

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2010-01-08 09:02:58 UTC (rev 62411)
+++ extra-x86_64/PKGBUILD	2010-01-08 09:03:41 UTC (rev 62412)
@@ -3,7 +3,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=vde2
 pkgver=2.2.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Virtual Distributed Ethernet for emulators like qemu"
 url="http://sourceforge.net/projects/vde/"
 license=("GPL" "LGPL" "CUSTOM")
@@ -25,7 +25,7 @@
   cd $srcdir/$pkgname-$pkgver
   patch -Np1 -i ../vde-path_max.patch || return 1
   ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/vde2 \
-             --enable-experimental --enable-profile
+             --enable-experimental
   make || return 1
   make prefix=$pkgdir/usr sysconfdir=$pkgdir/etc libexecdir=$pkgdir/usr/lib/vde2 install || return 1
   install -D -m 755 ../vde.rc $pkgdir/etc/rc.d/vde || return 1

Modified: extra-x86_64/vde2.install
===================================================================
--- extra-x86_64/vde2.install	2010-01-08 09:02:58 UTC (rev 62411)
+++ extra-x86_64/vde2.install	2010-01-08 09:03:41 UTC (rev 62412)
@@ -2,7 +2,7 @@
   echo "Change /etc/conf.d/vde to your needs."
   echo "vde config files should be placed in /etc/vde, sample files are provided."
   echo "iptables and dhcpd sample files have been installed to '/usr/share/vde2'."
-  echo "Merge those examples if needed to the according config files."
+  echo "Merge those examples, if needed to the according config files."
 }
 
 post_upgrade() {




More information about the arch-commits mailing list