[arch-commits] Commit in i3status/repos (10 files)

Gaetan Bisson bisson at nymeria.archlinux.org
Thu Feb 6 05:24:12 UTC 2014


    Date: Thursday, February 6, 2014 @ 06:24:12
  Author: bisson
Revision: 105366

db-move: moved i3status from [community-testing] to [community] (i686, x86_64)

Added:
  i3status/repos/community-i686/PKGBUILD
    (from rev 105365, i3status/repos/community-testing-i686/PKGBUILD)
  i3status/repos/community-i686/i3status.install
    (from rev 105365, i3status/repos/community-testing-i686/i3status.install)
  i3status/repos/community-x86_64/PKGBUILD
    (from rev 105365, i3status/repos/community-testing-x86_64/PKGBUILD)
  i3status/repos/community-x86_64/i3status.install
    (from rev 105365, i3status/repos/community-testing-x86_64/i3status.install)
Deleted:
  i3status/repos/community-i686/PKGBUILD
  i3status/repos/community-i686/i3status.install
  i3status/repos/community-testing-i686/
  i3status/repos/community-testing-x86_64/
  i3status/repos/community-x86_64/PKGBUILD
  i3status/repos/community-x86_64/i3status.install

-----------------------------------+
 /PKGBUILD                         |   76 ++++++++++++++++++++++++++++++++++++
 /i3status.install                 |   18 ++++++++
 community-i686/PKGBUILD           |   38 ------------------
 community-i686/i3status.install   |    9 ----
 community-x86_64/PKGBUILD         |   38 ------------------
 community-x86_64/i3status.install |    9 ----
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-02-06 03:30:56 UTC (rev 105365)
+++ community-i686/PKGBUILD	2014-02-06 05:24:12 UTC (rev 105366)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
-
-pkgname=i3status
-pkgver=2.8
-pkgrel=1
-pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
-arch=('i686' 'x86_64')
-url='http://i3.zekjur.net/i3status/'
-license=('BSD')
-groups=('i3')
-depends=('wireless_tools' 'confuse' 'alsa-lib' 'yajl')
-makedepends=('asciidoc')
-backup=('etc/i3status.conf')
-install=i3status.install
-options=('docs')
-source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2"
-        "http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2.asc")
-md5sums=('68d944e9c1f48183356c9ea15b5b4e3b'
-         'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: i3status/repos/community-i686/PKGBUILD (from rev 105365, i3status/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-02-06 05:24:12 UTC (rev 105366)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+
+pkgname=i3status
+pkgver=2.8
+pkgrel=2
+pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
+arch=('i686' 'x86_64')
+url='http://i3.zekjur.net/i3status/'
+license=('BSD')
+groups=('i3')
+depends=('wireless_tools' 'confuse' 'alsa-lib' 'yajl')
+makedepends=('asciidoc')
+backup=('etc/i3status.conf')
+install=i3status.install
+options=('docs')
+source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2"
+        "http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2.asc")
+md5sums=('68d944e9c1f48183356c9ea15b5b4e3b'
+         'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:
+

Deleted: community-i686/i3status.install
===================================================================
--- community-i686/i3status.install	2014-02-06 03:30:56 UTC (rev 105365)
+++ community-i686/i3status.install	2014-02-06 05:24:12 UTC (rev 105366)
@@ -1,9 +0,0 @@
-post_install() {
-  setcap 'CAP_NET_ADMIN=ep' /usr/bin/i3status
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3status/repos/community-i686/i3status.install (from rev 105365, i3status/repos/community-testing-i686/i3status.install)
===================================================================
--- community-i686/i3status.install	                        (rev 0)
+++ community-i686/i3status.install	2014-02-06 05:24:12 UTC (rev 105366)
@@ -0,0 +1,9 @@
+post_install() {
+  setcap 'CAP_NET_ADMIN=ep' /usr/bin/i3status
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-02-06 03:30:56 UTC (rev 105365)
+++ community-x86_64/PKGBUILD	2014-02-06 05:24:12 UTC (rev 105366)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
-
-pkgname=i3status
-pkgver=2.8
-pkgrel=1
-pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
-arch=('i686' 'x86_64')
-url='http://i3.zekjur.net/i3status/'
-license=('BSD')
-groups=('i3')
-depends=('wireless_tools' 'confuse' 'alsa-lib' 'yajl')
-makedepends=('asciidoc')
-backup=('etc/i3status.conf')
-install=i3status.install
-options=('docs')
-source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2"
-        "http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2.asc")
-md5sums=('68d944e9c1f48183356c9ea15b5b4e3b'
-         'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: i3status/repos/community-x86_64/PKGBUILD (from rev 105365, i3status/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-02-06 05:24:12 UTC (rev 105366)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+
+pkgname=i3status
+pkgver=2.8
+pkgrel=2
+pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
+arch=('i686' 'x86_64')
+url='http://i3.zekjur.net/i3status/'
+license=('BSD')
+groups=('i3')
+depends=('wireless_tools' 'confuse' 'alsa-lib' 'yajl')
+makedepends=('asciidoc')
+backup=('etc/i3status.conf')
+install=i3status.install
+options=('docs')
+source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2"
+        "http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2.asc")
+md5sums=('68d944e9c1f48183356c9ea15b5b4e3b'
+         'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:
+

Deleted: community-x86_64/i3status.install
===================================================================
--- community-x86_64/i3status.install	2014-02-06 03:30:56 UTC (rev 105365)
+++ community-x86_64/i3status.install	2014-02-06 05:24:12 UTC (rev 105366)
@@ -1,9 +0,0 @@
-post_install() {
-  setcap 'CAP_NET_ADMIN=ep' /usr/bin/i3status
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3status/repos/community-x86_64/i3status.install (from rev 105365, i3status/repos/community-testing-x86_64/i3status.install)
===================================================================
--- community-x86_64/i3status.install	                        (rev 0)
+++ community-x86_64/i3status.install	2014-02-06 05:24:12 UTC (rev 105366)
@@ -0,0 +1,9 @@
+post_install() {
+  setcap 'CAP_NET_ADMIN=ep' /usr/bin/i3status
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list