[arch-commits] Commit in nzbget/repos (6 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Sep 7 13:41:11 UTC 2015


    Date: Monday, September 7, 2015 @ 15:41:11
  Author: foutrelis
Revision: 139488

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

Added:
  nzbget/repos/community-staging-i686/
  nzbget/repos/community-staging-i686/PKGBUILD
    (from rev 139487, nzbget/trunk/PKGBUILD)
  nzbget/repos/community-staging-i686/nzbget.changelog
    (from rev 139487, nzbget/trunk/nzbget.changelog)
  nzbget/repos/community-staging-x86_64/
  nzbget/repos/community-staging-x86_64/PKGBUILD
    (from rev 139487, nzbget/trunk/PKGBUILD)
  nzbget/repos/community-staging-x86_64/nzbget.changelog
    (from rev 139487, nzbget/trunk/nzbget.changelog)

-------------------------------------------+
 community-staging-i686/PKGBUILD           |   31 ++++++++++++++
 community-staging-i686/nzbget.changelog   |   60 ++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD         |   31 ++++++++++++++
 community-staging-x86_64/nzbget.changelog |   60 ++++++++++++++++++++++++++++
 4 files changed, 182 insertions(+)

Copied: nzbget/repos/community-staging-i686/PKGBUILD (from rev 139487, nzbget/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-09-07 13:41:11 UTC (rev 139488)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=nzbget
+pkgver=15.0
+pkgrel=2
+pkgdesc="Download from Usenet using .nzb files"
+arch=('i686' 'x86_64')
+url="http://nzbget.sourceforge.net/"
+license=('GPL')
+depends=('libxml2' 'python')
+changelog=$pkgname.changelog
+source=(http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('3ef13f3e5917e4cda19c4fc0cd37e79967a19b4e3448c239ff24e37712a6cc0a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck --with-tlslib=OpenSSL
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}"/usr/share/$pkgname
+  install -m644 -t "${pkgdir}"/usr/share/$pkgname AUTHORS ChangeLog README
+}

Copied: nzbget/repos/community-staging-i686/nzbget.changelog (from rev 139487, nzbget/trunk/nzbget.changelog)
===================================================================
--- community-staging-i686/nzbget.changelog	                        (rev 0)
+++ community-staging-i686/nzbget.changelog	2015-09-07 13:41:11 UTC (rev 139488)
@@ -0,0 +1,60 @@
+2015-05-20 Jaroslav Lichtblau <svetlemodryd at archlinux.org>
+  * nzbget 15.0-1
+
+2015-03-08 Jaroslav Lichtblau <svetlemodryd at archlinux.org>
+  * nzbget 14.2-1
+
+2014-11-28 Jaroslav Lichtblau <svetlemodryd at archlinux.org>
+  * nzbget 14.1-1
+
+2014-11-10 Jaroslav Lichtblau <svetlemodryd at archlinux.org>
+  * nzbget 14.0-1
+
+2014-07-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * nzbget 13.0-1
+
+2014-05-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * nzbget 12.0-2 FS#40075 implemented
+
+2014-01-14 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * nzbget 12.0-1
+
+2013-09-03 Maxime Gauduin <alucryd at gmail.com>
+  * Fixed FS#36250 - package built without system CXXFLAGS
+
+2013-07-14 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * nzbget 11.0-1
+
+2013-04-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * nzbget 10.2-1
+
+2013-01-30 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * nzbget 9.1-1
+
+2013-01-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * nzbget 9.0-1
+
+2012-05-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * nzbget 0.8.0-1
+
+2012-03-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * nzbget 0.7.0-4 package signed
+
+2010-05-12 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * Fixed FS#19399 - missing postprocess-example.conf file
+
+2010-05-04 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * Update to major release 0.7.0
+
+2009-10-11 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * Dependency added (gnutls) in v0.6.0-2 
+
+2008-03-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * Update to major release 0.6.0
+
+2008-09-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * Update to major release 0.5.1
+
+2008-09-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * Package moved to [community]
+  * Update to major release 0.5.0

Copied: nzbget/repos/community-staging-x86_64/PKGBUILD (from rev 139487, nzbget/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-09-07 13:41:11 UTC (rev 139488)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=nzbget
+pkgver=15.0
+pkgrel=2
+pkgdesc="Download from Usenet using .nzb files"
+arch=('i686' 'x86_64')
+url="http://nzbget.sourceforge.net/"
+license=('GPL')
+depends=('libxml2' 'python')
+changelog=$pkgname.changelog
+source=(http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('3ef13f3e5917e4cda19c4fc0cd37e79967a19b4e3448c239ff24e37712a6cc0a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck --with-tlslib=OpenSSL
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}"/usr/share/$pkgname
+  install -m644 -t "${pkgdir}"/usr/share/$pkgname AUTHORS ChangeLog README
+}

Copied: nzbget/repos/community-staging-x86_64/nzbget.changelog (from rev 139487, nzbget/trunk/nzbget.changelog)
===================================================================
--- community-staging-x86_64/nzbget.changelog	                        (rev 0)
+++ community-staging-x86_64/nzbget.changelog	2015-09-07 13:41:11 UTC (rev 139488)
@@ -0,0 +1,60 @@
+2015-05-20 Jaroslav Lichtblau <svetlemodryd at archlinux.org>
+  * nzbget 15.0-1
+
+2015-03-08 Jaroslav Lichtblau <svetlemodryd at archlinux.org>
+  * nzbget 14.2-1
+
+2014-11-28 Jaroslav Lichtblau <svetlemodryd at archlinux.org>
+  * nzbget 14.1-1
+
+2014-11-10 Jaroslav Lichtblau <svetlemodryd at archlinux.org>
+  * nzbget 14.0-1
+
+2014-07-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * nzbget 13.0-1
+
+2014-05-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * nzbget 12.0-2 FS#40075 implemented
+
+2014-01-14 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * nzbget 12.0-1
+
+2013-09-03 Maxime Gauduin <alucryd at gmail.com>
+  * Fixed FS#36250 - package built without system CXXFLAGS
+
+2013-07-14 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * nzbget 11.0-1
+
+2013-04-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * nzbget 10.2-1
+
+2013-01-30 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * nzbget 9.1-1
+
+2013-01-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * nzbget 9.0-1
+
+2012-05-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * nzbget 0.8.0-1
+
+2012-03-18 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * nzbget 0.7.0-4 package signed
+
+2010-05-12 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * Fixed FS#19399 - missing postprocess-example.conf file
+
+2010-05-04 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * Update to major release 0.7.0
+
+2009-10-11 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * Dependency added (gnutls) in v0.6.0-2 
+
+2008-03-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * Update to major release 0.6.0
+
+2008-09-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * Update to major release 0.5.1
+
+2008-09-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+  * Package moved to [community]
+  * Update to major release 0.5.0



More information about the arch-commits mailing list