[arch-commits] Commit in polipo/repos (12 files)
Daniel Micay
thestinger at nymeria.archlinux.org
Fri Apr 11 06:07:08 UTC 2014
Date: Friday, April 11, 2014 @ 08:07:08
Author: thestinger
Revision: 109185
archrelease: copy trunk to community-i686, community-x86_64
Added:
polipo/repos/community-i686/PKGBUILD
(from rev 109184, polipo/trunk/PKGBUILD)
polipo/repos/community-i686/polipo.install
(from rev 109184, polipo/trunk/polipo.install)
polipo/repos/community-i686/polipo.service
(from rev 109184, polipo/trunk/polipo.service)
polipo/repos/community-x86_64/PKGBUILD
(from rev 109184, polipo/trunk/PKGBUILD)
polipo/repos/community-x86_64/polipo.install
(from rev 109184, polipo/trunk/polipo.install)
polipo/repos/community-x86_64/polipo.service
(from rev 109184, 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 | 10 ---
community-x86_64/PKGBUILD | 51 -------------------
community-x86_64/polipo.install | 51 -------------------
community-x86_64/polipo.service | 10 ---
9 files changed, 226 insertions(+), 224 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-04-11 06:06:35 UTC (rev 109184)
+++ community-i686/PKGBUILD 2014-04-11 06:07:08 UTC (rev 109185)
@@ -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.0.4.1
-pkgrel=11
-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://freehaven.net/~chrisd/polipo/polipo-$pkgver.tar.gz"
- polipo.service)
-md5sums=('bfc5c85289519658280e093a270d6703'
- 'bec010ab5e49e6bdb65a825f11333cfd')
-
-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 109184, polipo/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-11 06:07:08 UTC (rev 109185)
@@ -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.0.4.1
+pkgrel=12
+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://freehaven.net/~chrisd/polipo/polipo-$pkgver.tar.gz"
+ polipo.service)
+md5sums=('bfc5c85289519658280e093a270d6703'
+ '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-04-11 06:06:35 UTC (rev 109184)
+++ community-i686/polipo.install 2014-04-11 06:07:08 UTC (rev 109185)
@@ -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 109184, polipo/trunk/polipo.install)
===================================================================
--- community-i686/polipo.install (rev 0)
+++ community-i686/polipo.install 2014-04-11 06:07:08 UTC (rev 109185)
@@ -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-04-11 06:06:35 UTC (rev 109184)
+++ community-i686/polipo.service 2014-04-11 06:07:08 UTC (rev 109185)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Polipo Proxy Server
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/polipo
-User=polipo
-
-[Install]
-WantedBy=multi-user.target
Copied: polipo/repos/community-i686/polipo.service (from rev 109184, polipo/trunk/polipo.service)
===================================================================
--- community-i686/polipo.service (rev 0)
+++ community-i686/polipo.service 2014-04-11 06:07:08 UTC (rev 109185)
@@ -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-04-11 06:06:35 UTC (rev 109184)
+++ community-x86_64/PKGBUILD 2014-04-11 06:07:08 UTC (rev 109185)
@@ -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.0.4.1
-pkgrel=11
-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://freehaven.net/~chrisd/polipo/polipo-$pkgver.tar.gz"
- polipo.service)
-md5sums=('bfc5c85289519658280e093a270d6703'
- 'bec010ab5e49e6bdb65a825f11333cfd')
-
-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 109184, polipo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-04-11 06:07:08 UTC (rev 109185)
@@ -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.0.4.1
+pkgrel=12
+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://freehaven.net/~chrisd/polipo/polipo-$pkgver.tar.gz"
+ polipo.service)
+md5sums=('bfc5c85289519658280e093a270d6703'
+ '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-04-11 06:06:35 UTC (rev 109184)
+++ community-x86_64/polipo.install 2014-04-11 06:07:08 UTC (rev 109185)
@@ -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 109184, polipo/trunk/polipo.install)
===================================================================
--- community-x86_64/polipo.install (rev 0)
+++ community-x86_64/polipo.install 2014-04-11 06:07:08 UTC (rev 109185)
@@ -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-04-11 06:06:35 UTC (rev 109184)
+++ community-x86_64/polipo.service 2014-04-11 06:07:08 UTC (rev 109185)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Polipo Proxy Server
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/polipo
-User=polipo
-
-[Install]
-WantedBy=multi-user.target
Copied: polipo/repos/community-x86_64/polipo.service (from rev 109184, polipo/trunk/polipo.service)
===================================================================
--- community-x86_64/polipo.service (rev 0)
+++ community-x86_64/polipo.service 2014-04-11 06:07:08 UTC (rev 109185)
@@ -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