[arch-commits] Commit in pacredir/repos (8 files)
Christian Hesse
eworm at archlinux.org
Fri Oct 20 07:04:37 UTC 2017
Date: Friday, October 20, 2017 @ 07:04:35
Author: eworm
Revision: 263699
archrelease: copy trunk to community-i686, community-x86_64
Added:
pacredir/repos/community-i686/PKGBUILD
(from rev 263698, pacredir/trunk/PKGBUILD)
pacredir/repos/community-i686/pacredir.install
(from rev 263698, pacredir/trunk/pacredir.install)
pacredir/repos/community-x86_64/PKGBUILD
(from rev 263698, pacredir/trunk/PKGBUILD)
pacredir/repos/community-x86_64/pacredir.install
(from rev 263698, pacredir/trunk/pacredir.install)
Deleted:
pacredir/repos/community-i686/PKGBUILD
pacredir/repos/community-i686/pacredir.install
pacredir/repos/community-x86_64/PKGBUILD
pacredir/repos/community-x86_64/pacredir.install
-----------------------------------+
/PKGBUILD | 66 ++++++++++++++++++++++++++++++++++++
/pacredir.install | 28 +++++++++++++++
community-i686/PKGBUILD | 33 ------------------
community-i686/pacredir.install | 14 -------
community-x86_64/PKGBUILD | 33 ------------------
community-x86_64/pacredir.install | 14 -------
6 files changed, 94 insertions(+), 94 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-10-20 07:04:29 UTC (rev 263698)
+++ community-i686/PKGBUILD 2017-10-20 07:04:35 UTC (rev 263699)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <mail at eworm.de>
-
-pkgname=pacredir
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='redirect pacman requests, assisted by avahi service discovery'
-arch=('i686' 'x86_64')
-url='https://github.com/eworm-de/pacredir'
-depends=('libsystemd' 'avahi' 'curl' 'iniparser' 'darkhttpd' 'libmicrohttpd')
-makedepends=('systemd' 'markdown')
-license=('GPL')
-conflicts=('paccache')
-replaces=('paccache')
-install=pacredir.install
-backup=('etc/pacredir.conf' 'etc/pacman.d/pacredir')
-validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse <mail at eworm.de>
-source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('7b31c99cf84eeb49d44f1a7d45d4fd0fe1f07f4c64e3667549700eb81edb8ced'
- 'SKIP')
-
-build() {
- cd ${pkgname}-${pkgver}/
-
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}/
-
- make DESTDIR="${pkgdir}" install
-}
-
Copied: pacredir/repos/community-i686/PKGBUILD (from rev 263698, pacredir/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-20 07:04:35 UTC (rev 263699)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=pacredir
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='redirect pacman requests, assisted by avahi service discovery'
+arch=('i686' 'x86_64')
+url='https://github.com/eworm-de/pacredir'
+depends=('libsystemd' 'avahi' 'curl' 'iniparser' 'darkhttpd' 'libmicrohttpd')
+makedepends=('systemd' 'markdown')
+license=('GPL')
+conflicts=('paccache')
+replaces=('paccache')
+install=pacredir.install
+backup=('etc/pacredir.conf' 'etc/pacman.d/pacredir')
+validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse <mail at eworm.de>
+source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('d1b94aae492728b860f5cfff47c4914457c4c55c5a68a9dcc59239494d08e161'
+ 'SKIP')
+
+build() {
+ cd ${pkgname}-${pkgver}/
+
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}/
+
+ make DESTDIR="${pkgdir}" install
+}
+
Deleted: community-i686/pacredir.install
===================================================================
--- community-i686/pacredir.install 2017-10-20 07:04:29 UTC (rev 263698)
+++ community-i686/pacredir.install 2017-10-20 07:04:35 UTC (rev 263699)
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-post_install() {
- echo " > For instructions visit: https://github.com/eworm-de/pacredir#usage"
-}
-
-post_upgrade() {
- # return if old package version greater 0.3...
- (( $(vercmp $2 '0.3') > 0 )) && return
-
- # upgrade from pre-0.3 version, avahi service names changed
- echo " > This upgrade from pacredir $2 to pacredir $1 changes avahi service"
- echo " > names. Make sure to update all your installations for compatibility."
-}
Copied: pacredir/repos/community-i686/pacredir.install (from rev 263698, pacredir/trunk/pacredir.install)
===================================================================
--- community-i686/pacredir.install (rev 0)
+++ community-i686/pacredir.install 2017-10-20 07:04:35 UTC (rev 263699)
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+post_install() {
+ echo " > For instructions visit: https://github.com/eworm-de/pacredir#usage"
+}
+
+post_upgrade() {
+ # return if old package version greater 0.3...
+ (( $(vercmp $2 '0.3') > 0 )) && return
+
+ # upgrade from pre-0.3 version, avahi service names changed
+ echo " > This upgrade from pacredir $2 to pacredir $1 changes avahi service"
+ echo " > names. Make sure to update all your installations for compatibility."
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-10-20 07:04:29 UTC (rev 263698)
+++ community-x86_64/PKGBUILD 2017-10-20 07:04:35 UTC (rev 263699)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <mail at eworm.de>
-
-pkgname=pacredir
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='redirect pacman requests, assisted by avahi service discovery'
-arch=('i686' 'x86_64')
-url='https://github.com/eworm-de/pacredir'
-depends=('libsystemd' 'avahi' 'curl' 'iniparser' 'darkhttpd' 'libmicrohttpd')
-makedepends=('systemd' 'markdown')
-license=('GPL')
-conflicts=('paccache')
-replaces=('paccache')
-install=pacredir.install
-backup=('etc/pacredir.conf' 'etc/pacman.d/pacredir')
-validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse <mail at eworm.de>
-source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('7b31c99cf84eeb49d44f1a7d45d4fd0fe1f07f4c64e3667549700eb81edb8ced'
- 'SKIP')
-
-build() {
- cd ${pkgname}-${pkgver}/
-
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}/
-
- make DESTDIR="${pkgdir}" install
-}
-
Copied: pacredir/repos/community-x86_64/PKGBUILD (from rev 263698, pacredir/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-10-20 07:04:35 UTC (rev 263699)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=pacredir
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='redirect pacman requests, assisted by avahi service discovery'
+arch=('i686' 'x86_64')
+url='https://github.com/eworm-de/pacredir'
+depends=('libsystemd' 'avahi' 'curl' 'iniparser' 'darkhttpd' 'libmicrohttpd')
+makedepends=('systemd' 'markdown')
+license=('GPL')
+conflicts=('paccache')
+replaces=('paccache')
+install=pacredir.install
+backup=('etc/pacredir.conf' 'etc/pacman.d/pacredir')
+validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse <mail at eworm.de>
+source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('d1b94aae492728b860f5cfff47c4914457c4c55c5a68a9dcc59239494d08e161'
+ 'SKIP')
+
+build() {
+ cd ${pkgname}-${pkgver}/
+
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}/
+
+ make DESTDIR="${pkgdir}" install
+}
+
Deleted: community-x86_64/pacredir.install
===================================================================
--- community-x86_64/pacredir.install 2017-10-20 07:04:29 UTC (rev 263698)
+++ community-x86_64/pacredir.install 2017-10-20 07:04:35 UTC (rev 263699)
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-post_install() {
- echo " > For instructions visit: https://github.com/eworm-de/pacredir#usage"
-}
-
-post_upgrade() {
- # return if old package version greater 0.3...
- (( $(vercmp $2 '0.3') > 0 )) && return
-
- # upgrade from pre-0.3 version, avahi service names changed
- echo " > This upgrade from pacredir $2 to pacredir $1 changes avahi service"
- echo " > names. Make sure to update all your installations for compatibility."
-}
Copied: pacredir/repos/community-x86_64/pacredir.install (from rev 263698, pacredir/trunk/pacredir.install)
===================================================================
--- community-x86_64/pacredir.install (rev 0)
+++ community-x86_64/pacredir.install 2017-10-20 07:04:35 UTC (rev 263699)
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+post_install() {
+ echo " > For instructions visit: https://github.com/eworm-de/pacredir#usage"
+}
+
+post_upgrade() {
+ # return if old package version greater 0.3...
+ (( $(vercmp $2 '0.3') > 0 )) && return
+
+ # upgrade from pre-0.3 version, avahi service names changed
+ echo " > This upgrade from pacredir $2 to pacredir $1 changes avahi service"
+ echo " > names. Make sure to update all your installations for compatibility."
+}
More information about the arch-commits
mailing list