[arch-commits] Commit in icecast/repos (16 files)

2017-02-12 Thread Lukas Fleischer
Date: Sunday, February 12, 2017 @ 12:29:31
  Author: lfleischer
Revision: 212025

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

Added:
  icecast/repos/community-i686/PKGBUILD
(from rev 212024, icecast/trunk/PKGBUILD)
  icecast/repos/community-i686/icecast.logrotate
(from rev 212024, icecast/trunk/icecast.logrotate)
  icecast/repos/community-i686/icecast.service
(from rev 212024, icecast/trunk/icecast.service)
  icecast/repos/community-i686/start-by-nobody.patch
(from rev 212024, icecast/trunk/start-by-nobody.patch)
  icecast/repos/community-x86_64/PKGBUILD
(from rev 212024, icecast/trunk/PKGBUILD)
  icecast/repos/community-x86_64/icecast.logrotate
(from rev 212024, icecast/trunk/icecast.logrotate)
  icecast/repos/community-x86_64/icecast.service
(from rev 212024, icecast/trunk/icecast.service)
  icecast/repos/community-x86_64/start-by-nobody.patch
(from rev 212024, icecast/trunk/start-by-nobody.patch)
Deleted:
  icecast/repos/community-i686/PKGBUILD
  icecast/repos/community-i686/icecast.logrotate
  icecast/repos/community-i686/icecast.service
  icecast/repos/community-i686/start-by-nobody.patch
  icecast/repos/community-x86_64/PKGBUILD
  icecast/repos/community-x86_64/icecast.logrotate
  icecast/repos/community-x86_64/icecast.service
  icecast/repos/community-x86_64/start-by-nobody.patch

+
 /PKGBUILD  |   94 +++
 /icecast.logrotate |   16 +
 /icecast.service   |   22 +++
 /start-by-nobody.patch |   30 +
 community-i686/PKGBUILD|   48 ---
 community-i686/icecast.logrotate   |8 --
 community-i686/icecast.service |   11 ---
 community-i686/start-by-nobody.patch   |   15 
 community-x86_64/PKGBUILD  |   48 ---
 community-x86_64/icecast.logrotate |8 --
 community-x86_64/icecast.service   |   11 ---
 community-x86_64/start-by-nobody.patch |   15 
 12 files changed, 162 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-12 12:29:17 UTC (rev 212024)
+++ community-i686/PKGBUILD 2017-02-12 12:29:31 UTC (rev 212025)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Andreas Radke 
-# Contributor: Jason Chu 
-
-pkgname=icecast
-pkgver=2.4.2
-pkgrel=3
-pkgdesc='Streaming audio over the Internet'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://www.icecast.org/'
-depends=('libxslt' 'libvorbis' 'curl' 'speex' 'libtheora' 'libkate')
-backup=('etc/icecast.xml'
-'etc/logrotate.d/icecast')
-source=("http://downloads.us.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'icecast.logrotate'
-'start-by-nobody.patch'
-'icecast.service')
-md5sums=('55947c83d31dfcbbede58c9521c676f4'
- '59c6552bcb1dd9fb542af8670dfabd3c'
- 'd8e929d2214123a1954da4383bf16583'
- '0753c15f01dc14852e5d70925fc1f6a0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}/start-by-nobody.patch"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # install logrotate config (taken from Fedora)
-  install -Dm644 "${srcdir}/icecast.logrotate" 
"${pkgdir}/etc/logrotate.d/icecast"
-
-  # create log directory
-  install -d -g99 -o99 "${pkgdir}/var/log/icecast"
-
-  # install systemd unit
-  install -Dm0644 "${srcdir}/icecast.service" 
"${pkgdir}/usr/lib/systemd/system/icecast.service"
-}

Copied: icecast/repos/community-i686/PKGBUILD (from rev 212024, 
icecast/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-12 12:29:31 UTC (rev 212025)
@@ -0,0 +1,47 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Andrea Scarpino 
+# Contributor: Andreas Radke 
+# Contributor: Jason Chu 
+
+pkgname=icecast
+pkgver=2.4.3
+pkgrel=1
+pkgdesc='Streaming audio over the Internet'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.icecast.org/'
+depends=('libxslt' 'libvorbis' 'curl' 'speex' 'libtheora' 'libkate')
+backup=('etc/icecast.xml'
+'etc/logrotate.d/icecast')
+source=("http://downloads.us.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'icecast.logrotate'
+'start-by-nobody.patch'
+'icecast.service')
+md5sums=('83d7d34dbe22f0f8fc119d2c9839efc0'
+ '59c6552bcb1dd9fb542af8670dfabd3c'
+ 'd8e929d2214123a1954da4383bf16583'
+ 

[arch-commits] Commit in icecast/repos (16 files)

2014-05-27 Thread Lukas Fleischer
Date: Tuesday, May 27, 2014 @ 12:31:27
  Author: lfleischer
Revision: 111964

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

Added:
  icecast/repos/community-i686/PKGBUILD
(from rev 111963, icecast/trunk/PKGBUILD)
  icecast/repos/community-i686/icecast.logrotate
(from rev 111963, icecast/trunk/icecast.logrotate)
  icecast/repos/community-i686/icecast.service
(from rev 111963, icecast/trunk/icecast.service)
  icecast/repos/community-i686/start-by-nobody.patch
(from rev 111963, icecast/trunk/start-by-nobody.patch)
  icecast/repos/community-x86_64/PKGBUILD
(from rev 111963, icecast/trunk/PKGBUILD)
  icecast/repos/community-x86_64/icecast.logrotate
(from rev 111963, icecast/trunk/icecast.logrotate)
  icecast/repos/community-x86_64/icecast.service
(from rev 111963, icecast/trunk/icecast.service)
  icecast/repos/community-x86_64/start-by-nobody.patch
(from rev 111963, icecast/trunk/start-by-nobody.patch)
Deleted:
  icecast/repos/community-i686/PKGBUILD
  icecast/repos/community-i686/icecast.logrotate
  icecast/repos/community-i686/icecast.service
  icecast/repos/community-i686/start-by-nobody.patch
  icecast/repos/community-x86_64/PKGBUILD
  icecast/repos/community-x86_64/icecast.logrotate
  icecast/repos/community-x86_64/icecast.service
  icecast/repos/community-x86_64/start-by-nobody.patch

+
 /PKGBUILD  |   96 +++
 /icecast.logrotate |   16 +
 /icecast.service   |   22 +++
 /start-by-nobody.patch |   30 +
 community-i686/PKGBUILD|   52 
 community-i686/icecast.logrotate   |8 --
 community-i686/icecast.service |9 --
 community-i686/start-by-nobody.patch   |   15 
 community-x86_64/PKGBUILD  |   52 
 community-x86_64/icecast.logrotate |8 --
 community-x86_64/icecast.service   |9 --
 community-x86_64/start-by-nobody.patch |   15 
 12 files changed, 164 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-27 10:31:09 UTC (rev 111963)
+++ community-i686/PKGBUILD 2014-05-27 10:31:27 UTC (rev 111964)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: Jason Chu j...@xentac.net
-
-pkgname=icecast
-pkgver=2.3.3
-pkgrel=4
-pkgdesc='Streaming audio over the Internet'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://www.icecast.org/'
-depends=('libxslt' 'libvorbis' 'curl' 'speex' 'libtheora')
-backup=('etc/icecast.xml'
-'etc/logrotate.d/icecast')
-source=(http://downloads.us.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'icecast.logrotate'
-'start-by-nobody.patch'
-'icecast.service')
-md5sums=('2b5d1b40778922e5f6431b7758c359ad'
- '59c6552bcb1dd9fb542af8670dfabd3c'
- 'd8e929d2214123a1954da4383bf16583'
- '1468e59f76de194579b615889e20198f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ${srcdir}/start-by-nobody.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # install man page
-  sed -i -e 's/icecast2/icecast/g' debian/icecast2.1
-  install -Dm644 debian/icecast2.1 ${pkgdir}/usr/share/man/man1/icecast.1
-
-  # install logrotate config (taken from Fedora)
-  install -Dm644 ${srcdir}/icecast.logrotate 
${pkgdir}/etc/logrotate.d/icecast
-
-  # create log directory
-  install -d -g99 -o99 ${pkgdir}/var/log/icecast
-
-  # install systemd unit
-  install -Dm0644 ${srcdir}/icecast.service 
${pkgdir}/usr/lib/systemd/system/icecast.service
-}

Copied: icecast/repos/community-i686/PKGBUILD (from rev 111963, 
icecast/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-27 10:31:27 UTC (rev 111964)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Jason Chu j...@xentac.net
+
+pkgname=icecast
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Streaming audio over the Internet'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.icecast.org/'
+depends=('libxslt' 'libvorbis' 'curl' 'speex' 'libtheora' 'libkate')
+backup=('etc/icecast.xml'
+'etc/logrotate.d/icecast')
+source=(http://downloads.us.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'icecast.logrotate'
+'start-by-nobody.patch'
+'icecast.service')
+md5sums=('bb00bfc0d6d2dde24974641085602b81'
+ '59c6552bcb1dd9fb542af8670dfabd3c'
+