[arch-commits] Commit in polipo/repos (12 files)

Daniel Micay thestinger at nymeria.archlinux.org
Wed May 21 22:30:42 UTC 2014


    Date: Thursday, May 22, 2014 @ 00:30:42
  Author: thestinger
Revision: 111651

archrelease: copy trunk to community-i686, community-x86_64

Added:
  polipo/repos/community-i686/PKGBUILD
    (from rev 111650, polipo/trunk/PKGBUILD)
  polipo/repos/community-i686/polipo.install
    (from rev 111650, polipo/trunk/polipo.install)
  polipo/repos/community-i686/polipo.service
    (from rev 111650, polipo/trunk/polipo.service)
  polipo/repos/community-x86_64/PKGBUILD
    (from rev 111650, polipo/trunk/PKGBUILD)
  polipo/repos/community-x86_64/polipo.install
    (from rev 111650, polipo/trunk/polipo.install)
  polipo/repos/community-x86_64/polipo.service
    (from rev 111650, polipo/trunk/polipo.service)
Deleted:
  polipo/repos/community-i686/PKGBUILD
  polipo/repos/community-i686/polipo.install
  polipo/repos/community-i686/polipo.service
  polipo/repos/community-x86_64/PKGBUILD
  polipo/repos/community-x86_64/polipo.install
  polipo/repos/community-x86_64/polipo.service

---------------------------------+
 /PKGBUILD                       |  102 ++++++++++++++++++++++++++++++++++++++
 /polipo.install                 |  102 ++++++++++++++++++++++++++++++++++++++
 /polipo.service                 |   22 ++++++++
 community-i686/PKGBUILD         |   51 -------------------
 community-i686/polipo.install   |   51 -------------------
 community-i686/polipo.service   |   11 ----
 community-x86_64/PKGBUILD       |   51 -------------------
 community-x86_64/polipo.install |   51 -------------------
 community-x86_64/polipo.service |   11 ----
 9 files changed, 226 insertions(+), 226 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-05-21 22:30:08 UTC (rev 111650)
+++ community-i686/PKGBUILD	2014-05-21 22:30:42 UTC (rev 111651)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
-# Contributor: Jelle van der Waa <jelle vdwaa nl>
-# Contributor: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Thomas Holmquist <thomas at vorget.com>
-# Contributor: Jan Boehringer <ja(a)bm-boehringer.de>
-# Contributor: Alex Griffin <griffin.aj(a)gmail.com>
-
-pkgname=polipo
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="A small and fast caching web proxy."
-arch=('i686' 'x86_64')
-url="http://www.pps.jussieu.fr/~jch/software/polipo/"
-license=('GPL')
-depends=('bash')
-makedepends=('texinfo')
-install=polipo.install
-source=("http://www.pps.univ-paris-diderot.fr/~jch/software/files/polipo/polipo-$pkgver.tar.gz"
-        "polipo.service")
-md5sums=('55c6fc19e8d484997f223a56f0bd26ca'
-         '3861a067f6cdd2b8afcee1de97678902')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make 	PREFIX="$pkgdir/usr" \
-        MANDIR="$pkgdir/usr/share/man" \
-        INFODIR="$pkgdir/usr/share/info" \
-        LOCAL_ROOT="$pkgdir/usr/share/polipo/www" \
-        DISK_CACHE_ROOT="$pkgdir/var/cache/polipo" \
-        install
-
-  # install config files
-  install -Dm 644 config.sample "$pkgdir/etc/polipo/config.sample"
-  install -Dm 644 forbidden.sample "$pkgdir/etc/polipo/forbidden.sample"
-
-  # install license
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/polipo/LICENSE"
-
-  # install systemd service
-  install -Dm 644 "$srcdir/polipo.service" "$pkgdir/usr/lib/systemd/system/polipo.service"
-
-  install -dm 700 -o 185 -g 185 "$pkgdir/var/cache/polipo"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: polipo/repos/community-i686/PKGBUILD (from rev 111650, polipo/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-05-21 22:30:42 UTC (rev 111651)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Contributor: Jelle van der Waa <jelle vdwaa nl>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Thomas Holmquist <thomas at vorget.com>
+# Contributor: Jan Boehringer <ja(a)bm-boehringer.de>
+# Contributor: Alex Griffin <griffin.aj(a)gmail.com>
+
+pkgname=polipo
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="A small and fast caching web proxy."
+arch=('i686' 'x86_64')
+url="http://www.pps.jussieu.fr/~jch/software/polipo/"
+license=('GPL')
+depends=('bash')
+makedepends=('texinfo')
+install=polipo.install
+source=("http://www.pps.univ-paris-diderot.fr/~jch/software/files/polipo/polipo-$pkgver.tar.gz"
+        "polipo.service")
+md5sums=('86939e331e656f638271f578b6e3f893'
+         '3861a067f6cdd2b8afcee1de97678902')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make 	PREFIX="$pkgdir/usr" \
+        MANDIR="$pkgdir/usr/share/man" \
+        INFODIR="$pkgdir/usr/share/info" \
+        LOCAL_ROOT="$pkgdir/usr/share/polipo/www" \
+        DISK_CACHE_ROOT="$pkgdir/var/cache/polipo" \
+        install
+
+  # install config files
+  install -Dm 644 config.sample "$pkgdir/etc/polipo/config.sample"
+  install -Dm 644 forbidden.sample "$pkgdir/etc/polipo/forbidden.sample"
+
+  # install license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/polipo/LICENSE"
+
+  # install systemd service
+  install -Dm 644 "$srcdir/polipo.service" "$pkgdir/usr/lib/systemd/system/polipo.service"
+
+  install -dm 700 -o 185 -g 185 "$pkgdir/var/cache/polipo"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/polipo.install
===================================================================
--- community-i686/polipo.install	2014-05-21 22:30:08 UTC (rev 111650)
+++ community-i686/polipo.install	2014-05-21 22:30:42 UTC (rev 111651)
@@ -1,51 +0,0 @@
-infodir=/usr/share/info
-filelist=(polipo.info)
-
-create_polipo_user() {
-  getent group polipo &>/dev/null || groupadd -g 185 polipo >/dev/null
-  getent passwd polipo &>/dev/null || useradd -u 185 -g polipo \
-                                              -d /var/cache/polipo \
-                                              -c 'Caching web proxy' \
-                                              -s /bin/nologin polipo >/dev/null
-}
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-  create_polipo_user
-}
-
-post_upgrade() {
-  if [[ $(vercmp $2 1.0.4.1-11) -le 0 ]]; then
-    echo Stopping polipo service in order to modify the user/group.
-    systemctl stop polipo
-
-    # in case the user/group were already created as recommended by the wiki
-    userdel polipo &>/dev/null
-    groupdel polipo &>/dev/null
-
-    create_polipo_user
-    chown -R 185:185 /var/cache/polipo
-
-    echo You may now restart the polipo service.
-  fi
-
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_remove() {
-  getent passwd polipo &>/dev/null && userdel polipo >/dev/null
-  getent group polipo &>/dev/null && groupdel polipo >/dev/null
-  true
-}
-
-# vim:set ts=2 sw=2 et:

Copied: polipo/repos/community-i686/polipo.install (from rev 111650, polipo/trunk/polipo.install)
===================================================================
--- community-i686/polipo.install	                        (rev 0)
+++ community-i686/polipo.install	2014-05-21 22:30:42 UTC (rev 111651)
@@ -0,0 +1,51 @@
+infodir=/usr/share/info
+filelist=(polipo.info)
+
+create_polipo_user() {
+  getent group polipo &>/dev/null || groupadd -g 185 polipo >/dev/null
+  getent passwd polipo &>/dev/null || useradd -u 185 -g polipo \
+                                              -d /var/cache/polipo \
+                                              -c 'Caching web proxy' \
+                                              -s /bin/nologin polipo >/dev/null
+}
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+  create_polipo_user
+}
+
+post_upgrade() {
+  if [[ $(vercmp $2 1.0.4.1-11) -le 0 ]]; then
+    echo Stopping polipo service in order to modify the user/group.
+    systemctl stop polipo
+
+    # in case the user/group were already created as recommended by the wiki
+    userdel polipo &>/dev/null
+    groupdel polipo &>/dev/null
+
+    create_polipo_user
+    chown -R 185:185 /var/cache/polipo
+
+    echo You may now restart the polipo service.
+  fi
+
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_remove() {
+  getent passwd polipo &>/dev/null && userdel polipo >/dev/null
+  getent group polipo &>/dev/null && groupdel polipo >/dev/null
+  true
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/polipo.service
===================================================================
--- community-i686/polipo.service	2014-05-21 22:30:08 UTC (rev 111650)
+++ community-i686/polipo.service	2014-05-21 22:30:42 UTC (rev 111651)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Polipo Proxy Server
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/polipo
-User=polipo
-PrivateDevices=yes
-
-[Install]
-WantedBy=multi-user.target

Copied: polipo/repos/community-i686/polipo.service (from rev 111650, polipo/trunk/polipo.service)
===================================================================
--- community-i686/polipo.service	                        (rev 0)
+++ community-i686/polipo.service	2014-05-21 22:30:42 UTC (rev 111651)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Polipo Proxy Server
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/polipo
+User=polipo
+PrivateDevices=yes
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-05-21 22:30:08 UTC (rev 111650)
+++ community-x86_64/PKGBUILD	2014-05-21 22:30:42 UTC (rev 111651)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
-# Contributor: Jelle van der Waa <jelle vdwaa nl>
-# Contributor: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Thomas Holmquist <thomas at vorget.com>
-# Contributor: Jan Boehringer <ja(a)bm-boehringer.de>
-# Contributor: Alex Griffin <griffin.aj(a)gmail.com>
-
-pkgname=polipo
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="A small and fast caching web proxy."
-arch=('i686' 'x86_64')
-url="http://www.pps.jussieu.fr/~jch/software/polipo/"
-license=('GPL')
-depends=('bash')
-makedepends=('texinfo')
-install=polipo.install
-source=("http://www.pps.univ-paris-diderot.fr/~jch/software/files/polipo/polipo-$pkgver.tar.gz"
-        "polipo.service")
-md5sums=('55c6fc19e8d484997f223a56f0bd26ca'
-         '3861a067f6cdd2b8afcee1de97678902')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make 	PREFIX="$pkgdir/usr" \
-        MANDIR="$pkgdir/usr/share/man" \
-        INFODIR="$pkgdir/usr/share/info" \
-        LOCAL_ROOT="$pkgdir/usr/share/polipo/www" \
-        DISK_CACHE_ROOT="$pkgdir/var/cache/polipo" \
-        install
-
-  # install config files
-  install -Dm 644 config.sample "$pkgdir/etc/polipo/config.sample"
-  install -Dm 644 forbidden.sample "$pkgdir/etc/polipo/forbidden.sample"
-
-  # install license
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/polipo/LICENSE"
-
-  # install systemd service
-  install -Dm 644 "$srcdir/polipo.service" "$pkgdir/usr/lib/systemd/system/polipo.service"
-
-  install -dm 700 -o 185 -g 185 "$pkgdir/var/cache/polipo"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: polipo/repos/community-x86_64/PKGBUILD (from rev 111650, polipo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-05-21 22:30:42 UTC (rev 111651)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+# Contributor: Jelle van der Waa <jelle vdwaa nl>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Thomas Holmquist <thomas at vorget.com>
+# Contributor: Jan Boehringer <ja(a)bm-boehringer.de>
+# Contributor: Alex Griffin <griffin.aj(a)gmail.com>
+
+pkgname=polipo
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="A small and fast caching web proxy."
+arch=('i686' 'x86_64')
+url="http://www.pps.jussieu.fr/~jch/software/polipo/"
+license=('GPL')
+depends=('bash')
+makedepends=('texinfo')
+install=polipo.install
+source=("http://www.pps.univ-paris-diderot.fr/~jch/software/files/polipo/polipo-$pkgver.tar.gz"
+        "polipo.service")
+md5sums=('86939e331e656f638271f578b6e3f893'
+         '3861a067f6cdd2b8afcee1de97678902')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make 	PREFIX="$pkgdir/usr" \
+        MANDIR="$pkgdir/usr/share/man" \
+        INFODIR="$pkgdir/usr/share/info" \
+        LOCAL_ROOT="$pkgdir/usr/share/polipo/www" \
+        DISK_CACHE_ROOT="$pkgdir/var/cache/polipo" \
+        install
+
+  # install config files
+  install -Dm 644 config.sample "$pkgdir/etc/polipo/config.sample"
+  install -Dm 644 forbidden.sample "$pkgdir/etc/polipo/forbidden.sample"
+
+  # install license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/polipo/LICENSE"
+
+  # install systemd service
+  install -Dm 644 "$srcdir/polipo.service" "$pkgdir/usr/lib/systemd/system/polipo.service"
+
+  install -dm 700 -o 185 -g 185 "$pkgdir/var/cache/polipo"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/polipo.install
===================================================================
--- community-x86_64/polipo.install	2014-05-21 22:30:08 UTC (rev 111650)
+++ community-x86_64/polipo.install	2014-05-21 22:30:42 UTC (rev 111651)
@@ -1,51 +0,0 @@
-infodir=/usr/share/info
-filelist=(polipo.info)
-
-create_polipo_user() {
-  getent group polipo &>/dev/null || groupadd -g 185 polipo >/dev/null
-  getent passwd polipo &>/dev/null || useradd -u 185 -g polipo \
-                                              -d /var/cache/polipo \
-                                              -c 'Caching web proxy' \
-                                              -s /bin/nologin polipo >/dev/null
-}
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-  create_polipo_user
-}
-
-post_upgrade() {
-  if [[ $(vercmp $2 1.0.4.1-11) -le 0 ]]; then
-    echo Stopping polipo service in order to modify the user/group.
-    systemctl stop polipo
-
-    # in case the user/group were already created as recommended by the wiki
-    userdel polipo &>/dev/null
-    groupdel polipo &>/dev/null
-
-    create_polipo_user
-    chown -R 185:185 /var/cache/polipo
-
-    echo You may now restart the polipo service.
-  fi
-
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_remove() {
-  getent passwd polipo &>/dev/null && userdel polipo >/dev/null
-  getent group polipo &>/dev/null && groupdel polipo >/dev/null
-  true
-}
-
-# vim:set ts=2 sw=2 et:

Copied: polipo/repos/community-x86_64/polipo.install (from rev 111650, polipo/trunk/polipo.install)
===================================================================
--- community-x86_64/polipo.install	                        (rev 0)
+++ community-x86_64/polipo.install	2014-05-21 22:30:42 UTC (rev 111651)
@@ -0,0 +1,51 @@
+infodir=/usr/share/info
+filelist=(polipo.info)
+
+create_polipo_user() {
+  getent group polipo &>/dev/null || groupadd -g 185 polipo >/dev/null
+  getent passwd polipo &>/dev/null || useradd -u 185 -g polipo \
+                                              -d /var/cache/polipo \
+                                              -c 'Caching web proxy' \
+                                              -s /bin/nologin polipo >/dev/null
+}
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+  create_polipo_user
+}
+
+post_upgrade() {
+  if [[ $(vercmp $2 1.0.4.1-11) -le 0 ]]; then
+    echo Stopping polipo service in order to modify the user/group.
+    systemctl stop polipo
+
+    # in case the user/group were already created as recommended by the wiki
+    userdel polipo &>/dev/null
+    groupdel polipo &>/dev/null
+
+    create_polipo_user
+    chown -R 185:185 /var/cache/polipo
+
+    echo You may now restart the polipo service.
+  fi
+
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_remove() {
+  getent passwd polipo &>/dev/null && userdel polipo >/dev/null
+  getent group polipo &>/dev/null && groupdel polipo >/dev/null
+  true
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/polipo.service
===================================================================
--- community-x86_64/polipo.service	2014-05-21 22:30:08 UTC (rev 111650)
+++ community-x86_64/polipo.service	2014-05-21 22:30:42 UTC (rev 111651)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Polipo Proxy Server
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/polipo
-User=polipo
-PrivateDevices=yes
-
-[Install]
-WantedBy=multi-user.target

Copied: polipo/repos/community-x86_64/polipo.service (from rev 111650, polipo/trunk/polipo.service)
===================================================================
--- community-x86_64/polipo.service	                        (rev 0)
+++ community-x86_64/polipo.service	2014-05-21 22:30:42 UTC (rev 111651)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Polipo Proxy Server
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/polipo
+User=polipo
+PrivateDevices=yes
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list