Date: Wednesday, February 20, 2013 @ 00:00:42
  Author: dwallace
Revision: 84570

archrelease: copy trunk to community-any

Added:
  
vim-systemd/repos/community-any/0001-Add-more-syntax-keywords-for-service-and-socket-file.patch
    (from rev 84569, 
vim-systemd/trunk/0001-Add-more-syntax-keywords-for-service-and-socket-file.patch)
  vim-systemd/repos/community-any/PKGBUILD
    (from rev 84569, vim-systemd/trunk/PKGBUILD)
Deleted:
  
vim-systemd/repos/community-any/0001-Add-more-syntax-keywords-for-service-and-socket-file.patch
  vim-systemd/repos/community-any/PKGBUILD

-----------------------------------------------------------------+
 0001-Add-more-syntax-keywords-for-service-and-socket-file.patch |  130 
+++++-----
 PKGBUILD                                                        |   64 ++--
 2 files changed, 100 insertions(+), 94 deletions(-)

Deleted: 0001-Add-more-syntax-keywords-for-service-and-socket-file.patch
===================================================================
--- 0001-Add-more-syntax-keywords-for-service-and-socket-file.patch     
2013-02-19 23:00:23 UTC (rev 84569)
+++ 0001-Add-more-syntax-keywords-for-service-and-socket-file.patch     
2013-02-19 23:00:42 UTC (rev 84570)
@@ -1,65 +0,0 @@
---- syntax-systemd.vim  2011-09-15 21:23:14.123456789 -0000
-+++ syntax-systemd.vim.new  2012-11-18 23:03:14.123456789 -0400
-@@ -41,17 +41,19 @@ syn keyword sdTodo contained TODO XXX FIXME NOTE
- " [Unit] {{{1
- " see systemd.unit(5)
- syn region sdUnitBlock matchgroup=sdHeader start=/^\[Unit\]/ end=/^\[/me=e-2 
contains=sdUnitKey
--syn match sdUnitKey contained /^Description=/
-+syn match sdUnitKey contained /^Description=\|Documentation=/
-+syn match sdUnitKey contained /^ConditionHost=/ contains=sdConditionFlag
-+syn match sdUnitKey contained /^RequiresMountsFor=/ nextgroup=sdFilename,sdErr
- syn match sdUnitKey contained 
/^\%(Requires\|RequiresOverridable\|Requisite\|RequisiteOverridable\|Wants\|BindTo\|Conflicts\|Before\|After\|OnFailure\|Names\)=/
 nextgroup=sdUnitList
- syn match sdUnitKey contained 
/^\%(OnFailureIsolate\|IgnoreOnIsolate\|IgnoreOnSnapshot\|StopWhenUnneeded\|RefuseManualStart\|RefuseManualStop\|AllowIsolate\|DefaultDependencies\)=/
 nextgroup=sdBool,sdErr
- syn match sdUnitKey contained /^JobTimeoutSec=/ nextgroup=sdDuration,sdErr
--syn match sdUnitKey contained 
/^Condition\(PathExists\|PathExistsGlob\|PathIsDirectory\|DirectoryNotEmpty\|FileIsExecutable\)=|\=!\=/
 contains=sdConditionFlag nextgroup=sdFilename,sdErr
-+syn match sdUnitKey contained 
/^Condition\(PathExists\|PathExistsGlob\|PathIsDirectory\|PathIsSymbolicLink\|PathIsMountPoint\|PathIsReadWrite\|DirectoryNotEmpty\|FileNotEmpty\|FileIsExecutable\)=|\=!\=/
 contains=sdConditionFlag nextgroup=sdFilename,sdErr
- syn match sdUnitKey contained /^ConditionVirtualization=|\=!\=/ 
contains=sdConditionFlag nextgroup=sdVirtType,sdErr
- syn match sdUnitKey contained /^ConditionSecurity=|\=!\=/ 
contains=sdConditionFlag nextgroup=sdSecurityType,sdErr
- syn match sdUnitKey contained /^Condition\(KernelCommandLine\|Null\)=|\=!\=/ 
contains=sdConditionFlag
- syn match sdUnitList       contained /.*/ contains=sdUnitName,sdErr
- syn match sdConditionFlag  contained /[!|]/
--syn keyword sdVirtType     contained nextgroup=sdErr qemu kvm vmware 
microsoft oracle xen pidns openvz
-+syn keyword sdVirtType     contained nextgroup=sdErr vm container qemu kvm 
vmware microsoft oracle xen bochs chroot openvz lxc lxc-libvirt systemd-nspawn 
pidns
- syn keyword sdSecurityType contained nextgroup=sdErr selinux
- 
- " [Install] {{{1
-@@ -145,15 +147,19 @@ syn region sdServiceBlock matchgroup=sdHeader 
start=/^\[Service\]/ end=/^\[/me=e
- syn match sdServiceKey contained /^BusName=/
- syn match sdServiceKey contained 
/^\%(RemainAfterExit\|GuessMainPID\|PermissionsStartOnly\|RootDirectoryStartOnly\|NonBlocking\|ControlGroupModify\)=/
 nextgroup=sdBool,sdErr
- syn match sdServiceKey contained /^\%(SysVStartPriority\|FsckPassNo\)=/ 
nextgroup=sdUInt,sdErr
--syn match sdServiceKey contained /^\%(Restart\|Timeout\)Sec=/ 
nextgroup=sdDuration,sdErr
-+syn match sdServiceKey contained /^\%(Restart\|Timeout\|Watchdog\)Sec=/ 
nextgroup=sdDuration,sdErr
-+syn match sdServiceKey contained /^StartLimit\%(Interval\|Burst\)=/ 
nextgroup=sdDuration,sdErr
-+syn match sdServiceKey contained /^StartLimitAction=/ 
nextgroup=sdLimitActionType,sdErr
-+syn match sdServiceKey contained /^\%(Success\|RestartPrevent\)ExitStatus=/ 
nextgroup=sdErr
- syn match sdServiceKey contained /^Sockets=/ nextgroup=sdUnitList
- syn match sdServiceKey contained /^PIDFile=/ nextgroup=sdFilename,sdErr
- syn match sdServiceKey contained /^Type=/ nextgroup=sdServiceType,sdErr
- syn match sdServiceKey contained /^Restart=/ nextgroup=sdRestartType,sdErr
- syn match sdServiceKey contained /^NotifyAccess=/ nextgroup=sdNotifyType,sdErr
--syn keyword sdServiceType contained nextgroup=sdErr simple forking dbus 
oneshot notify
-+syn keyword sdServiceType contained nextgroup=sdErr simple forking oneshot 
dbus notify idle
- syn keyword sdRestartType contained nextgroup=sdErr no on-success on-failure 
on-abort always
- syn keyword sdNotifyType  contained nextgroup=sdErr none main all
-+syn keyword sdLimitActionType  contained nextgroup=sdErr none reboot 
reboot-force reboot-immediate
- 
- " [Socket] {{{1
- syn region sdSocketBlock matchgroup=sdHeader start=/^\[Socket\]/ 
end=/^\[/me=e-2 contains=sdSocketKey,sdExecKey
-@@ -161,7 +167,7 @@ syn match sdSocketKey contained 
/^Listen\%(Stream\|Datagram\|SequentialPacket\|F
- syn match sdSocketKey contained /^Listen\%(FIFO\|Special\)=/ 
nextgroup=sdFilename,sdErr
- syn match sdSocketKey contained /^\%(Socket\|Directory\)Mode=/ 
nextgroup=sdOctal,sdErr
- syn match sdSocketKey contained 
/^\%(Backlog\|MaxConnections\|Priority\|ReceiveBuffer\|SendBuffer\|IPTTL\|Mark\|PipeSize\|MessageQueueMaxMessages\|MessageQueueMessageSize\)=/
 nextgroup=sdUInt,sdErr
--syn match sdSocketKey contained 
/^\%(Accept\|KeepAlive\|FreeBind\|Transparent\|Broadcast\)=/ 
nextgroup=sdBool,sdErr
-+syn match sdSocketKey contained 
/^\%(Accept\|KeepAlive\|FreeBind\|Transparent\|Broadcast\|PassCredentials\|PassSecurity\)=/
 nextgroup=sdBool,sdErr
- syn match sdSocketKey contained /^BindToDevice=/
- syn match sdSocketKey contained /^Service=/ nextgroup=sdUnitList
- syn match sdSocketKey contained /^BindIPv6Only=/ nextgroup=sdBindIPv6,sdErr
-@@ -236,6 +242,7 @@ hi def link sdOctal             sdValue
- hi def link sdDuration          sdValue
- hi def link sdVirtType          sdValue
- hi def link sdServiceType       sdValue
-+hi def link sdLimitActionType   sdValue
- hi def link sdNotifyType        sdValue
- hi def link sdSecurityType      sdValue
- hi def link sdSecureBits        sdValue
-

Copied: 
vim-systemd/repos/community-any/0001-Add-more-syntax-keywords-for-service-and-socket-file.patch
 (from rev 84569, 
vim-systemd/trunk/0001-Add-more-syntax-keywords-for-service-and-socket-file.patch)
===================================================================
--- 0001-Add-more-syntax-keywords-for-service-and-socket-file.patch             
                (rev 0)
+++ 0001-Add-more-syntax-keywords-for-service-and-socket-file.patch     
2013-02-19 23:00:42 UTC (rev 84570)
@@ -0,0 +1,65 @@
+--- syntax-systemd.vim  2011-09-15 21:23:14.123456789 -0000
++++ syntax-systemd.vim.new  2012-11-18 23:03:14.123456789 -0400
+@@ -41,17 +41,19 @@ syn keyword sdTodo contained TODO XXX FIXME NOTE
+ " [Unit] {{{1
+ " see systemd.unit(5)
+ syn region sdUnitBlock matchgroup=sdHeader start=/^\[Unit\]/ end=/^\[/me=e-2 
contains=sdUnitKey
+-syn match sdUnitKey contained /^Description=/
++syn match sdUnitKey contained /^Description=\|Documentation=/
++syn match sdUnitKey contained /^ConditionHost=/ contains=sdConditionFlag
++syn match sdUnitKey contained /^RequiresMountsFor=/ nextgroup=sdFilename,sdErr
+ syn match sdUnitKey contained 
/^\%(Requires\|RequiresOverridable\|Requisite\|RequisiteOverridable\|Wants\|BindTo\|Conflicts\|Before\|After\|OnFailure\|Names\)=/
 nextgroup=sdUnitList
+ syn match sdUnitKey contained 
/^\%(OnFailureIsolate\|IgnoreOnIsolate\|IgnoreOnSnapshot\|StopWhenUnneeded\|RefuseManualStart\|RefuseManualStop\|AllowIsolate\|DefaultDependencies\)=/
 nextgroup=sdBool,sdErr
+ syn match sdUnitKey contained /^JobTimeoutSec=/ nextgroup=sdDuration,sdErr
+-syn match sdUnitKey contained 
/^Condition\(PathExists\|PathExistsGlob\|PathIsDirectory\|DirectoryNotEmpty\|FileIsExecutable\)=|\=!\=/
 contains=sdConditionFlag nextgroup=sdFilename,sdErr
++syn match sdUnitKey contained 
/^Condition\(PathExists\|PathExistsGlob\|PathIsDirectory\|PathIsSymbolicLink\|PathIsMountPoint\|PathIsReadWrite\|DirectoryNotEmpty\|FileNotEmpty\|FileIsExecutable\)=|\=!\=/
 contains=sdConditionFlag nextgroup=sdFilename,sdErr
+ syn match sdUnitKey contained /^ConditionVirtualization=|\=!\=/ 
contains=sdConditionFlag nextgroup=sdVirtType,sdErr
+ syn match sdUnitKey contained /^ConditionSecurity=|\=!\=/ 
contains=sdConditionFlag nextgroup=sdSecurityType,sdErr
+ syn match sdUnitKey contained /^Condition\(KernelCommandLine\|Null\)=|\=!\=/ 
contains=sdConditionFlag
+ syn match sdUnitList       contained /.*/ contains=sdUnitName,sdErr
+ syn match sdConditionFlag  contained /[!|]/
+-syn keyword sdVirtType     contained nextgroup=sdErr qemu kvm vmware 
microsoft oracle xen pidns openvz
++syn keyword sdVirtType     contained nextgroup=sdErr vm container qemu kvm 
vmware microsoft oracle xen bochs chroot openvz lxc lxc-libvirt systemd-nspawn 
pidns
+ syn keyword sdSecurityType contained nextgroup=sdErr selinux
+ 
+ " [Install] {{{1
+@@ -145,15 +147,19 @@ syn region sdServiceBlock matchgroup=sdHeader 
start=/^\[Service\]/ end=/^\[/me=e
+ syn match sdServiceKey contained /^BusName=/
+ syn match sdServiceKey contained 
/^\%(RemainAfterExit\|GuessMainPID\|PermissionsStartOnly\|RootDirectoryStartOnly\|NonBlocking\|ControlGroupModify\)=/
 nextgroup=sdBool,sdErr
+ syn match sdServiceKey contained /^\%(SysVStartPriority\|FsckPassNo\)=/ 
nextgroup=sdUInt,sdErr
+-syn match sdServiceKey contained /^\%(Restart\|Timeout\)Sec=/ 
nextgroup=sdDuration,sdErr
++syn match sdServiceKey contained /^\%(Restart\|Timeout\|Watchdog\)Sec=/ 
nextgroup=sdDuration,sdErr
++syn match sdServiceKey contained /^StartLimit\%(Interval\|Burst\)=/ 
nextgroup=sdDuration,sdErr
++syn match sdServiceKey contained /^StartLimitAction=/ 
nextgroup=sdLimitActionType,sdErr
++syn match sdServiceKey contained /^\%(Success\|RestartPrevent\)ExitStatus=/ 
nextgroup=sdErr
+ syn match sdServiceKey contained /^Sockets=/ nextgroup=sdUnitList
+ syn match sdServiceKey contained /^PIDFile=/ nextgroup=sdFilename,sdErr
+ syn match sdServiceKey contained /^Type=/ nextgroup=sdServiceType,sdErr
+ syn match sdServiceKey contained /^Restart=/ nextgroup=sdRestartType,sdErr
+ syn match sdServiceKey contained /^NotifyAccess=/ nextgroup=sdNotifyType,sdErr
+-syn keyword sdServiceType contained nextgroup=sdErr simple forking dbus 
oneshot notify
++syn keyword sdServiceType contained nextgroup=sdErr simple forking oneshot 
dbus notify idle
+ syn keyword sdRestartType contained nextgroup=sdErr no on-success on-failure 
on-abort always
+ syn keyword sdNotifyType  contained nextgroup=sdErr none main all
++syn keyword sdLimitActionType  contained nextgroup=sdErr none reboot 
reboot-force reboot-immediate
+ 
+ " [Socket] {{{1
+ syn region sdSocketBlock matchgroup=sdHeader start=/^\[Socket\]/ 
end=/^\[/me=e-2 contains=sdSocketKey,sdExecKey
+@@ -161,7 +167,7 @@ syn match sdSocketKey contained 
/^Listen\%(Stream\|Datagram\|SequentialPacket\|F
+ syn match sdSocketKey contained /^Listen\%(FIFO\|Special\)=/ 
nextgroup=sdFilename,sdErr
+ syn match sdSocketKey contained /^\%(Socket\|Directory\)Mode=/ 
nextgroup=sdOctal,sdErr
+ syn match sdSocketKey contained 
/^\%(Backlog\|MaxConnections\|Priority\|ReceiveBuffer\|SendBuffer\|IPTTL\|Mark\|PipeSize\|MessageQueueMaxMessages\|MessageQueueMessageSize\)=/
 nextgroup=sdUInt,sdErr
+-syn match sdSocketKey contained 
/^\%(Accept\|KeepAlive\|FreeBind\|Transparent\|Broadcast\)=/ 
nextgroup=sdBool,sdErr
++syn match sdSocketKey contained 
/^\%(Accept\|KeepAlive\|FreeBind\|Transparent\|Broadcast\|PassCredentials\|PassSecurity\)=/
 nextgroup=sdBool,sdErr
+ syn match sdSocketKey contained /^BindToDevice=/
+ syn match sdSocketKey contained /^Service=/ nextgroup=sdUnitList
+ syn match sdSocketKey contained /^BindIPv6Only=/ nextgroup=sdBindIPv6,sdErr
+@@ -236,6 +242,7 @@ hi def link sdOctal             sdValue
+ hi def link sdDuration          sdValue
+ hi def link sdVirtType          sdValue
+ hi def link sdServiceType       sdValue
++hi def link sdLimitActionType   sdValue
+ hi def link sdNotifyType        sdValue
+ hi def link sdSecurityType      sdValue
+ hi def link sdSecureBits        sdValue
+

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2013-02-19 23:00:23 UTC (rev 84569)
+++ PKGBUILD    2013-02-19 23:00:42 UTC (rev 84570)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Jason St. John <jstjohn .. purdue . edu>
-
-pkgname=vim-systemd
-pkgver=20110915
-pkgrel=3
-pkgdesc="Vim syntax highlighting for systemd unit files"
-arch=('any')
-url="http://fedorapeople.org/cgit/wwoods/public_git/vim-scripts.git/";
-license=('custom')
-depends=('vim')
-source=("syntax-systemd.vim::http://fedorapeople.org/cgit/wwoods/public_git/vim-scripts.git/plain/syntax/systemd.vim";
-        
"ftdetect-systemd.vim::http://fedorapeople.org/cgit/wwoods/public_git/vim-scripts.git/plain/ftdetect/systemd.vim";
-        '0001-Add-more-syntax-keywords-for-service-and-socket-file.patch')
-
-package() {
-       cd "$srcdir"
-
-       # Patch submitted upstream but not applied in Git tree
-       patch --follow-symlinks < 
"$srcdir/0001-Add-more-syntax-keywords-for-service-and-socket-file.patch"
-
-       install -Dm644 syntax-systemd.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/systemd.vim"
-       install -Dm644 ftdetect-systemd.vim 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/systemd.vim"
-
-}
-md5sums=('d1332a9a15712b4c24f56520ffe039ed'
-         'b022fcc3ddc10a49a52e960868924103'
-         '5b8cfccad0f9b1eb06b83c9b9a2d6714')

Copied: vim-systemd/repos/community-any/PKGBUILD (from rev 84569, 
vim-systemd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2013-02-19 23:00:42 UTC (rev 84570)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Jason St. John <jstjohn .. purdue . edu>
+
+pkgname=vim-systemd
+pkgver=20130219
+pkgrel=1
+pkgdesc="Vim syntax highlighting for systemd unit files"
+arch=('any')
+url="http://fedorapeople.org/cgit/wwoods/public_git/vim-scripts.git/";
+license=('custom')
+depends=('vim')
+source=("syntax-systemd.vim::http://fedorapeople.org/cgit/wwoods/public_git/vim-scripts.git/plain/syntax/systemd.vim";
+        
"ftdetect-systemd.vim::http://fedorapeople.org/cgit/wwoods/public_git/vim-scripts.git/plain/ftdetect/systemd.vim";
+        
"syntax-udev.vim::http://fedorapeople.org/cgit/wwoods/public_git/vim-scripts.git/plain/syntax/udev.vim";
+        
"ftdetect-udev.vim::http://fedorapeople.org/cgit/wwoods/public_git/vim-scripts.git/plain/ftdetect/udev.vim";
+        '0001-Add-more-syntax-keywords-for-service-and-socket-file.patch')
+
+package() {
+       cd "$srcdir"
+
+       # Patch submitted upstream but not applied in Git tree
+       patch --follow-symlinks < 
"$srcdir/0001-Add-more-syntax-keywords-for-service-and-socket-file.patch"
+
+       install -Dm644 syntax-systemd.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/systemd.vim"
+       install -Dm644 ftdetect-systemd.vim 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/systemd.vim"
+       install -Dm644 syntax-udev.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/udev.vim"
+       install -Dm644 ftdetect-udev.vim 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/udev.vim"
+
+}
+md5sums=('0d860125c3ffaf34fe395376ed3bee20'
+         'b022fcc3ddc10a49a52e960868924103'
+         '3089ca7384668a4a6ccbee979663599f'
+         '8c49e2ad82ff1b1dca1defbdbbc199fd'
+         '5b8cfccad0f9b1eb06b83c9b9a2d6714')

Reply via email to