[arch-commits] Commit in openvswitch/repos/community-x86_64 (5 files)

Sergej Pupykin spupykin at archlinux.org
Fri Oct 12 10:47:17 UTC 2018


    Date: Friday, October 12, 2018 @ 10:47:16
  Author: spupykin
Revision: 393215

archrelease: copy trunk to community-x86_64

Deleted:
  openvswitch/repos/community-x86_64/PKGBUILD
  openvswitch/repos/community-x86_64/openvswitch.install
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
  openvswitch/repos/community-x86_64/ovsdb-server.service

----------------------+
 PKGBUILD             |   54 -------------------------------------------------
 openvswitch.install  |   13 -----------
 openvswitch.tmpfiles |    1 
 ovs-vswitchd.service |   15 -------------
 ovsdb-server.service |    7 ------
 5 files changed, 90 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-12 10:47:10 UTC (rev 393214)
+++ PKGBUILD	2018-10-12 10:47:16 UTC (rev 393215)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Pedro Martinez-Julia (pedromj at um.es)
-# Contributor: Matt Monaco <net 0x01b dgbaley27>
-
-pkgname=openvswitch
-pkgver=2.9.2
-pkgrel=1
-pkgdesc="Production Quality, Multilayer Open Virtual Switch"
-url="http://openvswitch.org"
-license=('APACHE')
-arch=(x86_64)
-install=openvswitch.install
-source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz"
-	openvswitch.tmpfiles
-	ovsdb-server.service
-	ovs-vswitchd.service)
-depends=('openssl' 'libcap-ng')
-makedepends=('python2-six')
-optdepends=('python2-six')
-sha256sums=('90f084dc282fdb588a2cfff351fea359492f69600f1e4a1286e24e44901de113'
-            'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
-            'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
-            '679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i \
-    -e 's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
-    Makefile.am
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./boot.sh
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --with-rundir=/run/openvswitch \
-    --sbindir=/usr/bin \
-    PYTHON=/usr/bin/python2
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir"/openvswitch.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
-  install -Dm0644 "$srcdir"/ovsdb-server.service "$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
-  install -Dm0644 "$srcdir"/ovs-vswitchd.service "$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"
-  install -dm0755 "$pkgdir/etc/openvswitch"
-  rm -rf "$pkgdir"/run
-}

Deleted: openvswitch.install
===================================================================
--- openvswitch.install	2018-10-12 10:47:10 UTC (rev 393214)
+++ openvswitch.install	2018-10-12 10:47:16 UTC (rev 393215)
@@ -1,13 +0,0 @@
-post_install() {
-	if [[ ! -f etc/openvswitch/conf.db ]]; then
-		cmd=(ovsdb-tool create
-			etc/openvswitch/conf.db
-			usr/share/openvswitch/vswitch.ovsschema)
-		printf "Running: %s\n" "${cmd[*]}"
-		"${cmd[@]}"
-	fi
-}
-
-post_upgrade() {
-	post_install
-}

Deleted: openvswitch.tmpfiles
===================================================================
--- openvswitch.tmpfiles	2018-10-12 10:47:10 UTC (rev 393214)
+++ openvswitch.tmpfiles	2018-10-12 10:47:16 UTC (rev 393215)
@@ -1 +0,0 @@
-d /run/openvswitch 0770 root root -

Deleted: ovs-vswitchd.service
===================================================================
--- ovs-vswitchd.service	2018-10-12 10:47:10 UTC (rev 393214)
+++ ovs-vswitchd.service	2018-10-12 10:47:16 UTC (rev 393215)
@@ -1,15 +0,0 @@
-[Unit]
-Description    = Open vSwitch Daemon
-Documentation  = man:ovs-vswitchd
-Wants          = network.target
-Before         = network.target
-Requires       = ovsdb-server.service
-After          = ovsdb-server.service
-
-[Service]
-ExecStartPre = /sbin/modprobe openvswitch
-PIDFile = /run/openvswitch/ovs-vswitchd.pid
-ExecStart = /usr/sbin/ovs-vswitchd --pidfile=/run/openvswitch/ovs-vswitchd.pid
-
-[Install]
-WantedBy       = multi-user.target

Deleted: ovsdb-server.service
===================================================================
--- ovsdb-server.service	2018-10-12 10:47:10 UTC (rev 393214)
+++ ovsdb-server.service	2018-10-12 10:47:16 UTC (rev 393215)
@@ -1,7 +0,0 @@
-[Unit]
-Description    =  Open vSwitch Database Server
-Documentation  =  man:ovsdb-server
-
-[Service]
-PIDFile=/run/openvswitch/ovsdb-server.pid
-ExecStart=/usr/sbin/ovsdb-server --remote=punix:/var/run/openvswitch/db.sock --pidfile=/run/openvswitch/ovsdb-server.pid



More information about the arch-commits mailing list