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

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Jul 15 11:02:51 UTC 2013


    Date: Monday, July 15, 2013 @ 13:02:50
  Author: spupykin
Revision: 94163

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

Added:
  distcc/repos/community-i686/PKGBUILD
    (from rev 94162, distcc/trunk/PKGBUILD)
  distcc/repos/community-i686/distccd.conf.d
    (from rev 94162, distcc/trunk/distccd.conf.d)
  distcc/repos/community-i686/distccd.service
    (from rev 94162, distcc/trunk/distccd.service)
  distcc/repos/community-x86_64/PKGBUILD
    (from rev 94162, distcc/trunk/PKGBUILD)
  distcc/repos/community-x86_64/distccd.conf.d
    (from rev 94162, distcc/trunk/distccd.conf.d)
  distcc/repos/community-x86_64/distccd.service
    (from rev 94162, distcc/trunk/distccd.service)
Deleted:
  distcc/repos/community-i686/PKGBUILD
  distcc/repos/community-i686/distccd.conf.d
  distcc/repos/community-i686/distccd.service
  distcc/repos/community-x86_64/PKGBUILD
  distcc/repos/community-x86_64/distccd.conf.d
  distcc/repos/community-x86_64/distccd.service

----------------------------------+
 /PKGBUILD                        |  112 +++++++++++++++++++++++++++++++++++++
 /distccd.conf.d                  |   14 ++++
 /distccd.service                 |   24 +++++++
 community-i686/PKGBUILD          |   56 ------------------
 community-i686/distccd.conf.d    |    7 --
 community-i686/distccd.service   |   12 ---
 community-x86_64/PKGBUILD        |   56 ------------------
 community-x86_64/distccd.conf.d  |    7 --
 community-x86_64/distccd.service |   12 ---
 9 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-07-15 11:02:27 UTC (rev 94162)
+++ community-i686/PKGBUILD	2013-07-15 11:02:50 UTC (rev 94163)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Judd Vinet <jvinet at zeroflux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=distcc
-pkgver=3.1
-pkgrel=11
-pkgdesc="A distributed C, C++, Obj C compiler"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/distcc/"
-license=('GPL')
-depends=('gcc' 'popt' 'avahi')
-makedepends=('gtk2' 'pkgconfig' 'python2' 'dbus')
-optdepends=('gtk2: for distccmon-gnome'
-	    'python2')
-backup=('etc/conf.d/distccd'
-	'etc/distcc/hosts')
-source=(http://distcc.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
-	distccd.conf.d
-	distccd.service)
-md5sums=('a1a9d3853df7133669fffec2a9aab9f3'
-         '239aae53250e3e35288cba566bc0bbf1'
-         '09f0688da9c1840e518d2593bd5c3830')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  [ -f Makefile ] || PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-	--with-gtk \
-	--sysconfdir=/etc \
-	--mandir=/usr/share/man \
-#	--without-avahi \
-
-  make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python2
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-#  make TEST_PYTHON=/usr/bin/python2 check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" INCLUDESERVER_PYTHON=/usr/bin/python2 install
-  install -D -m644 ${srcdir}/distccd.conf.d ${pkgdir}/etc/conf.d/distccd
-
-  install -d ${pkgdir}/usr/lib/${pkgname}/bin
-  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/cc
-  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/gcc
-  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/g++
-  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/c++
-  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/cpp
-
-  install -Dm0644 $srcdir/distccd.service $pkgdir/usr/lib/systemd/system/distccd.service
-}

Copied: distcc/repos/community-i686/PKGBUILD (from rev 94162, distcc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-07-15 11:02:50 UTC (rev 94163)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Judd Vinet <jvinet at zeroflux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=distcc
+pkgver=3.1
+pkgrel=12
+pkgdesc="A distributed C, C++, Obj C compiler"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/distcc/"
+license=('GPL')
+depends=('gcc' 'popt' 'avahi' 'dbus')
+makedepends=('gtk2' 'pkgconfig' 'python2')
+optdepends=('gtk2: for distccmon-gnome'
+	    'python2')
+backup=('etc/conf.d/distccd'
+	'etc/distcc/hosts')
+source=(http://distcc.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
+	distccd.conf.d
+	distccd.service)
+md5sums=('a1a9d3853df7133669fffec2a9aab9f3'
+         '239aae53250e3e35288cba566bc0bbf1'
+         '09f0688da9c1840e518d2593bd5c3830')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  [ -f Makefile ] || PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+	--with-gtk \
+	--sysconfdir=/etc \
+	--mandir=/usr/share/man \
+#	--without-avahi \
+
+  make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python2
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+#  make TEST_PYTHON=/usr/bin/python2 check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" INCLUDESERVER_PYTHON=/usr/bin/python2 install
+  install -D -m644 ${srcdir}/distccd.conf.d ${pkgdir}/etc/conf.d/distccd
+
+  install -d ${pkgdir}/usr/lib/${pkgname}/bin
+  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/cc
+  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/gcc
+  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/g++
+  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/c++
+  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/cpp
+
+  install -Dm0644 $srcdir/distccd.service $pkgdir/usr/lib/systemd/system/distccd.service
+}

Deleted: community-i686/distccd.conf.d
===================================================================
--- community-i686/distccd.conf.d	2013-07-15 11:02:27 UTC (rev 94162)
+++ community-i686/distccd.conf.d	2013-07-15 11:02:50 UTC (rev 94163)
@@ -1,7 +0,0 @@
-#
-# Parameters to be passed to distccd
-#
-# You must explicitly add IPs (or subnets) that are allowed to connect,
-# using the --allow switch.  See the distccd manpage for more info.
-#
-DISTCC_ARGS="--allow 127.0.0.1"

Copied: distcc/repos/community-i686/distccd.conf.d (from rev 94162, distcc/trunk/distccd.conf.d)
===================================================================
--- community-i686/distccd.conf.d	                        (rev 0)
+++ community-i686/distccd.conf.d	2013-07-15 11:02:50 UTC (rev 94163)
@@ -0,0 +1,7 @@
+#
+# Parameters to be passed to distccd
+#
+# You must explicitly add IPs (or subnets) that are allowed to connect,
+# using the --allow switch.  See the distccd manpage for more info.
+#
+DISTCC_ARGS="--allow 127.0.0.1"

Deleted: community-i686/distccd.service
===================================================================
--- community-i686/distccd.service	2013-07-15 11:02:27 UTC (rev 94162)
+++ community-i686/distccd.service	2013-07-15 11:02:50 UTC (rev 94163)
@@ -1,12 +0,0 @@
-[Unit]
-Description=A distributed C/C++ compiler
-Documentation=man:distccd(1)
-After=network.target
-
-[Service]
-User=nobody
-EnvironmentFile=/etc/conf.d/distccd
-ExecStart=/usr/bin/distccd --no-detach --daemon $DISTCC_ARGS
-
-[Install]
-WantedBy=multi-user.target

Copied: distcc/repos/community-i686/distccd.service (from rev 94162, distcc/trunk/distccd.service)
===================================================================
--- community-i686/distccd.service	                        (rev 0)
+++ community-i686/distccd.service	2013-07-15 11:02:50 UTC (rev 94163)
@@ -0,0 +1,12 @@
+[Unit]
+Description=A distributed C/C++ compiler
+Documentation=man:distccd(1)
+After=network.target
+
+[Service]
+User=nobody
+EnvironmentFile=/etc/conf.d/distccd
+ExecStart=/usr/bin/distccd --no-detach --daemon $DISTCC_ARGS
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-07-15 11:02:27 UTC (rev 94162)
+++ community-x86_64/PKGBUILD	2013-07-15 11:02:50 UTC (rev 94163)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Judd Vinet <jvinet at zeroflux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=distcc
-pkgver=3.1
-pkgrel=11
-pkgdesc="A distributed C, C++, Obj C compiler"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/distcc/"
-license=('GPL')
-depends=('gcc' 'popt' 'avahi')
-makedepends=('gtk2' 'pkgconfig' 'python2' 'dbus')
-optdepends=('gtk2: for distccmon-gnome'
-	    'python2')
-backup=('etc/conf.d/distccd'
-	'etc/distcc/hosts')
-source=(http://distcc.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
-	distccd.conf.d
-	distccd.service)
-md5sums=('a1a9d3853df7133669fffec2a9aab9f3'
-         '239aae53250e3e35288cba566bc0bbf1'
-         '09f0688da9c1840e518d2593bd5c3830')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  [ -f Makefile ] || PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-	--with-gtk \
-	--sysconfdir=/etc \
-	--mandir=/usr/share/man \
-#	--without-avahi \
-
-  make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python2
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-#  make TEST_PYTHON=/usr/bin/python2 check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" INCLUDESERVER_PYTHON=/usr/bin/python2 install
-  install -D -m644 ${srcdir}/distccd.conf.d ${pkgdir}/etc/conf.d/distccd
-
-  install -d ${pkgdir}/usr/lib/${pkgname}/bin
-  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/cc
-  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/gcc
-  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/g++
-  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/c++
-  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/cpp
-
-  install -Dm0644 $srcdir/distccd.service $pkgdir/usr/lib/systemd/system/distccd.service
-}

Copied: distcc/repos/community-x86_64/PKGBUILD (from rev 94162, distcc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-07-15 11:02:50 UTC (rev 94163)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Judd Vinet <jvinet at zeroflux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=distcc
+pkgver=3.1
+pkgrel=12
+pkgdesc="A distributed C, C++, Obj C compiler"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/distcc/"
+license=('GPL')
+depends=('gcc' 'popt' 'avahi' 'dbus')
+makedepends=('gtk2' 'pkgconfig' 'python2')
+optdepends=('gtk2: for distccmon-gnome'
+	    'python2')
+backup=('etc/conf.d/distccd'
+	'etc/distcc/hosts')
+source=(http://distcc.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
+	distccd.conf.d
+	distccd.service)
+md5sums=('a1a9d3853df7133669fffec2a9aab9f3'
+         '239aae53250e3e35288cba566bc0bbf1'
+         '09f0688da9c1840e518d2593bd5c3830')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  [ -f Makefile ] || PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+	--with-gtk \
+	--sysconfdir=/etc \
+	--mandir=/usr/share/man \
+#	--without-avahi \
+
+  make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python2
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+#  make TEST_PYTHON=/usr/bin/python2 check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" INCLUDESERVER_PYTHON=/usr/bin/python2 install
+  install -D -m644 ${srcdir}/distccd.conf.d ${pkgdir}/etc/conf.d/distccd
+
+  install -d ${pkgdir}/usr/lib/${pkgname}/bin
+  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/cc
+  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/gcc
+  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/g++
+  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/c++
+  ln -sf /usr/bin/${pkgname} ${pkgdir}/usr/lib/${pkgname}/bin/cpp
+
+  install -Dm0644 $srcdir/distccd.service $pkgdir/usr/lib/systemd/system/distccd.service
+}

Deleted: community-x86_64/distccd.conf.d
===================================================================
--- community-x86_64/distccd.conf.d	2013-07-15 11:02:27 UTC (rev 94162)
+++ community-x86_64/distccd.conf.d	2013-07-15 11:02:50 UTC (rev 94163)
@@ -1,7 +0,0 @@
-#
-# Parameters to be passed to distccd
-#
-# You must explicitly add IPs (or subnets) that are allowed to connect,
-# using the --allow switch.  See the distccd manpage for more info.
-#
-DISTCC_ARGS="--allow 127.0.0.1"

Copied: distcc/repos/community-x86_64/distccd.conf.d (from rev 94162, distcc/trunk/distccd.conf.d)
===================================================================
--- community-x86_64/distccd.conf.d	                        (rev 0)
+++ community-x86_64/distccd.conf.d	2013-07-15 11:02:50 UTC (rev 94163)
@@ -0,0 +1,7 @@
+#
+# Parameters to be passed to distccd
+#
+# You must explicitly add IPs (or subnets) that are allowed to connect,
+# using the --allow switch.  See the distccd manpage for more info.
+#
+DISTCC_ARGS="--allow 127.0.0.1"

Deleted: community-x86_64/distccd.service
===================================================================
--- community-x86_64/distccd.service	2013-07-15 11:02:27 UTC (rev 94162)
+++ community-x86_64/distccd.service	2013-07-15 11:02:50 UTC (rev 94163)
@@ -1,12 +0,0 @@
-[Unit]
-Description=A distributed C/C++ compiler
-Documentation=man:distccd(1)
-After=network.target
-
-[Service]
-User=nobody
-EnvironmentFile=/etc/conf.d/distccd
-ExecStart=/usr/bin/distccd --no-detach --daemon $DISTCC_ARGS
-
-[Install]
-WantedBy=multi-user.target

Copied: distcc/repos/community-x86_64/distccd.service (from rev 94162, distcc/trunk/distccd.service)
===================================================================
--- community-x86_64/distccd.service	                        (rev 0)
+++ community-x86_64/distccd.service	2013-07-15 11:02:50 UTC (rev 94163)
@@ -0,0 +1,12 @@
+[Unit]
+Description=A distributed C/C++ compiler
+Documentation=man:distccd(1)
+After=network.target
+
+[Service]
+User=nobody
+EnvironmentFile=/etc/conf.d/distccd
+ExecStart=/usr/bin/distccd --no-detach --daemon $DISTCC_ARGS
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list