[arch-commits] Commit in hefur/repos (8 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Fri Mar 1 20:41:08 UTC 2013
Date: Friday, March 1, 2013 @ 21:41:07
Author: andrea
Revision: 179041
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
hefur/repos/extra-i686/PKGBUILD
(from rev 179040, hefur/trunk/PKGBUILD)
hefur/repos/extra-i686/hefurd.service
(from rev 179040, hefur/trunk/hefurd.service)
hefur/repos/extra-x86_64/PKGBUILD
(from rev 179040, hefur/trunk/PKGBUILD)
hefur/repos/extra-x86_64/hefurd.service
(from rev 179040, hefur/trunk/hefurd.service)
Deleted:
hefur/repos/extra-i686/PKGBUILD
hefur/repos/extra-i686/hefurd.service
hefur/repos/extra-x86_64/PKGBUILD
hefur/repos/extra-x86_64/hefurd.service
-----------------------------+
extra-i686/PKGBUILD | 66 +++++++++++++++++++++---------------------
extra-i686/hefurd.service | 24 +++++++--------
extra-x86_64/PKGBUILD | 66 +++++++++++++++++++++---------------------
extra-x86_64/hefurd.service | 24 +++++++--------
4 files changed, 90 insertions(+), 90 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-03-01 20:40:49 UTC (rev 179040)
+++ extra-i686/PKGBUILD 2013-03-01 20:41:07 UTC (rev 179041)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
-# Contributor: Alexandre Bique <bique.alexandre at gmail.com>
-
-pkgname=hefur
-pkgver=0.4
-pkgrel=1
-pkgdesc='A standalone and lightweight BitTorrent tracker'
-arch=('i686' 'x86_64')
-url='http://github.com/abique/hefur'
-license=('MIT')
-makedepends=('cmake')
-depends=('gnutls' 'xz' 'protobuf')
-source=("https://github.com/downloads/abique/${pkgname}/${pkgname}-${pkgver}.tar.xz"
- 'hefurd.service')
-md5sums=('f0461363f38105140a1f119a3b97d818'
- '731d5be04d74a52541450b5127abeff3')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- mkdir build
- cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr ..
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}/build
- DESTDIR=${pkgdir} make install
- install -D -m644 ${srcdir}/hefurd.service ${pkgdir}/usr/lib/systemd/system/hefurd.service
- install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE ${pkgdir}/usr/share/licenses/hefur/LICENSE
- install -d -m755 ${pkgdir}/var/lib/hefurd
-}
Copied: hefur/repos/extra-i686/PKGBUILD (from rev 179040, hefur/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-01 20:41:07 UTC (rev 179041)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+# Contributor: Alexandre Bique <bique.alexandre at gmail.com>
+
+pkgname=hefur
+pkgver=0.4
+pkgrel=2
+pkgdesc='A standalone and lightweight BitTorrent tracker'
+arch=('i686' 'x86_64')
+url='http://github.com/abique/hefur'
+license=('MIT')
+makedepends=('cmake')
+depends=('gnutls' 'xz' 'protobuf')
+source=("https://github.com/downloads/abique/${pkgname}/${pkgname}-${pkgver}.tar.xz"
+ 'hefurd.service')
+md5sums=('f0461363f38105140a1f119a3b97d818'
+ '731d5be04d74a52541450b5127abeff3')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ mkdir build
+ cd build
+ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}/build
+ DESTDIR=${pkgdir} make install
+ install -D -m644 ${srcdir}/hefurd.service ${pkgdir}/usr/lib/systemd/system/hefurd.service
+ install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE ${pkgdir}/usr/share/licenses/hefur/LICENSE
+ install -d -m755 ${pkgdir}/var/lib/hefurd
+}
Deleted: extra-i686/hefurd.service
===================================================================
--- extra-i686/hefurd.service 2013-03-01 20:40:49 UTC (rev 179040)
+++ extra-i686/hefurd.service 2013-03-01 20:41:07 UTC (rev 179041)
@@ -1,12 +0,0 @@
-[Unit]
-Description=A standalone and lightweight BitTorrent tracker
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/hefurd -torrent-dir /var/lib/hefurd
-User=nobody
-Group=nobody
-CPUSchedulingPolicy=batch
-
-[Install]
-WantedBy=multi-user.target
Copied: hefur/repos/extra-i686/hefurd.service (from rev 179040, hefur/trunk/hefurd.service)
===================================================================
--- extra-i686/hefurd.service (rev 0)
+++ extra-i686/hefurd.service 2013-03-01 20:41:07 UTC (rev 179041)
@@ -0,0 +1,12 @@
+[Unit]
+Description=A standalone and lightweight BitTorrent tracker
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/hefurd -torrent-dir /var/lib/hefurd
+User=nobody
+Group=nobody
+CPUSchedulingPolicy=batch
+
+[Install]
+WantedBy=multi-user.target
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2013-03-01 20:40:49 UTC (rev 179040)
+++ extra-x86_64/PKGBUILD 2013-03-01 20:41:07 UTC (rev 179041)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
-# Contributor: Alexandre Bique <bique.alexandre at gmail.com>
-
-pkgname=hefur
-pkgver=0.4
-pkgrel=1
-pkgdesc='A standalone and lightweight BitTorrent tracker'
-arch=('i686' 'x86_64')
-url='http://github.com/abique/hefur'
-license=('MIT')
-makedepends=('cmake')
-depends=('gnutls' 'xz' 'protobuf')
-source=("https://github.com/downloads/abique/${pkgname}/${pkgname}-${pkgver}.tar.xz"
- 'hefurd.service')
-md5sums=('f0461363f38105140a1f119a3b97d818'
- '731d5be04d74a52541450b5127abeff3')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- mkdir build
- cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr ..
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}/build
- DESTDIR=${pkgdir} make install
- install -D -m644 ${srcdir}/hefurd.service ${pkgdir}/usr/lib/systemd/system/hefurd.service
- install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE ${pkgdir}/usr/share/licenses/hefur/LICENSE
- install -d -m755 ${pkgdir}/var/lib/hefurd
-}
Copied: hefur/repos/extra-x86_64/PKGBUILD (from rev 179040, hefur/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2013-03-01 20:41:07 UTC (rev 179041)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+# Contributor: Alexandre Bique <bique.alexandre at gmail.com>
+
+pkgname=hefur
+pkgver=0.4
+pkgrel=2
+pkgdesc='A standalone and lightweight BitTorrent tracker'
+arch=('i686' 'x86_64')
+url='http://github.com/abique/hefur'
+license=('MIT')
+makedepends=('cmake')
+depends=('gnutls' 'xz' 'protobuf')
+source=("https://github.com/downloads/abique/${pkgname}/${pkgname}-${pkgver}.tar.xz"
+ 'hefurd.service')
+md5sums=('f0461363f38105140a1f119a3b97d818'
+ '731d5be04d74a52541450b5127abeff3')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ mkdir build
+ cd build
+ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}/build
+ DESTDIR=${pkgdir} make install
+ install -D -m644 ${srcdir}/hefurd.service ${pkgdir}/usr/lib/systemd/system/hefurd.service
+ install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE ${pkgdir}/usr/share/licenses/hefur/LICENSE
+ install -d -m755 ${pkgdir}/var/lib/hefurd
+}
Deleted: extra-x86_64/hefurd.service
===================================================================
--- extra-x86_64/hefurd.service 2013-03-01 20:40:49 UTC (rev 179040)
+++ extra-x86_64/hefurd.service 2013-03-01 20:41:07 UTC (rev 179041)
@@ -1,12 +0,0 @@
-[Unit]
-Description=A standalone and lightweight BitTorrent tracker
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/hefurd -torrent-dir /var/lib/hefurd
-User=nobody
-Group=nobody
-CPUSchedulingPolicy=batch
-
-[Install]
-WantedBy=multi-user.target
Copied: hefur/repos/extra-x86_64/hefurd.service (from rev 179040, hefur/trunk/hefurd.service)
===================================================================
--- extra-x86_64/hefurd.service (rev 0)
+++ extra-x86_64/hefurd.service 2013-03-01 20:41:07 UTC (rev 179041)
@@ -0,0 +1,12 @@
+[Unit]
+Description=A standalone and lightweight BitTorrent tracker
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/hefurd -torrent-dir /var/lib/hefurd
+User=nobody
+Group=nobody
+CPUSchedulingPolicy=batch
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list