[arch-commits] Commit in mktorrent/repos (4 files)

2017-02-17 Thread Sergej Pupykin
Date: Friday, February 17, 2017 @ 18:06:15
  Author: spupykin
Revision: 212960

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

Added:
  mktorrent/repos/community-staging-i686/
  mktorrent/repos/community-staging-i686/PKGBUILD
(from rev 212959, mktorrent/trunk/PKGBUILD)
  mktorrent/repos/community-staging-x86_64/
  mktorrent/repos/community-staging-x86_64/PKGBUILD
(from rev 212959, mktorrent/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   28 
 community-staging-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: mktorrent/repos/community-staging-i686/PKGBUILD (from rev 212959, 
mktorrent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 18:06:15 UTC (rev 212960)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Emil Renner Berthing 
+
+pkgname=mktorrent
+pkgver=1.1
+pkgrel=2
+pkgdesc='Simple command line utility to create BitTorrent metainfo files'
+arch=('i686' 'x86_64')
+#url='http://mktorrent.sourceforge.net/'
+url="https://github.com/Rudde/mktorrent;
+license=('GPL')
+depends=('openssl')
+#source=("http://downloads.sourceforge.net/mktorrent/mktorrent-${pkgver}.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Rudde/mktorrent/archive/v$pkgver.tar.gz;)
+sha256sums=('d0f47500192605d01b5a2569c605e51ed319f557d24cfcbcb23a26d51d6138c9')
+
+build() {
+  cd "$srcdir"/mktorrent-${pkgver}
+  make PREFIX=/usr \
+  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1
+}
+
+package() {
+  cd "$srcdir"/mktorrent-${pkgver}
+  make DESTDIR="$pkgdir" PREFIX=/usr \
+  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 \
+  install
+}

Copied: mktorrent/repos/community-staging-x86_64/PKGBUILD (from rev 212959, 
mktorrent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 18:06:15 UTC (rev 212960)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Emil Renner Berthing 
+
+pkgname=mktorrent
+pkgver=1.1
+pkgrel=2
+pkgdesc='Simple command line utility to create BitTorrent metainfo files'
+arch=('i686' 'x86_64')
+#url='http://mktorrent.sourceforge.net/'
+url="https://github.com/Rudde/mktorrent;
+license=('GPL')
+depends=('openssl')
+#source=("http://downloads.sourceforge.net/mktorrent/mktorrent-${pkgver}.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Rudde/mktorrent/archive/v$pkgver.tar.gz;)
+sha256sums=('d0f47500192605d01b5a2569c605e51ed319f557d24cfcbcb23a26d51d6138c9')
+
+build() {
+  cd "$srcdir"/mktorrent-${pkgver}
+  make PREFIX=/usr \
+  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1
+}
+
+package() {
+  cd "$srcdir"/mktorrent-${pkgver}
+  make DESTDIR="$pkgdir" PREFIX=/usr \
+  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 \
+  install
+}


[arch-commits] Commit in mktorrent/repos (4 files)

2017-01-23 Thread Sergej Pupykin
Date: Monday, January 23, 2017 @ 11:39:16
  Author: spupykin
Revision: 208508

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

Added:
  mktorrent/repos/community-i686/PKGBUILD
(from rev 208507, mktorrent/trunk/PKGBUILD)
  mktorrent/repos/community-x86_64/PKGBUILD
(from rev 208507, mktorrent/trunk/PKGBUILD)
Deleted:
  mktorrent/repos/community-i686/PKGBUILD
  mktorrent/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-23 11:38:51 UTC (rev 208507)
+++ community-i686/PKGBUILD 2017-01-23 11:39:16 UTC (rev 208508)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Emil Renner Berthing 
-
-pkgname=mktorrent
-pkgver=1.0
-pkgrel=5
-pkgdesc='Simple command line utility to create BitTorrent metainfo files'
-arch=('i686' 'x86_64')
-#url='http://mktorrent.sourceforge.net/'
-url="https://github.com/Rudde/mktorrent;
-license=('GPL')
-depends=('openssl')
-#source=("http://downloads.sourceforge.net/mktorrent/mktorrent-${pkgver}.tar.gz;)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Rudde/mktorrent/archive/v$pkgver.tar.gz;)
-md5sums=('0610018b3d83d0f88947939a7b2edfd1')
-
-build() {
-  cd ${srcdir}/mktorrent-${pkgver}
-  make PREFIX=/usr \
-  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1
-}
-
-package() {
-  cd ${srcdir}/mktorrent-${pkgver}
-  make DESTDIR=${pkgdir} PREFIX=/usr \
-  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 \
-  install
-}

Copied: mktorrent/repos/community-i686/PKGBUILD (from rev 208507, 
mktorrent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-23 11:39:16 UTC (rev 208508)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Emil Renner Berthing 
+
+pkgname=mktorrent
+pkgver=1.1
+pkgrel=1
+pkgdesc='Simple command line utility to create BitTorrent metainfo files'
+arch=('i686' 'x86_64')
+#url='http://mktorrent.sourceforge.net/'
+url="https://github.com/Rudde/mktorrent;
+license=('GPL')
+depends=('openssl')
+#source=("http://downloads.sourceforge.net/mktorrent/mktorrent-${pkgver}.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Rudde/mktorrent/archive/v$pkgver.tar.gz;)
+sha256sums=('d0f47500192605d01b5a2569c605e51ed319f557d24cfcbcb23a26d51d6138c9')
+
+build() {
+  cd "$srcdir"/mktorrent-${pkgver}
+  make PREFIX=/usr \
+  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1
+}
+
+package() {
+  cd "$srcdir"/mktorrent-${pkgver}
+  make DESTDIR="$pkgdir" PREFIX=/usr \
+  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 \
+  install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-23 11:38:51 UTC (rev 208507)
+++ community-x86_64/PKGBUILD   2017-01-23 11:39:16 UTC (rev 208508)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: Emil Renner Berthing 
-
-pkgname=mktorrent
-pkgver=1.0
-pkgrel=5
-pkgdesc='Simple command line utility to create BitTorrent metainfo files'
-arch=('i686' 'x86_64')
-#url='http://mktorrent.sourceforge.net/'
-url="https://github.com/Rudde/mktorrent;
-license=('GPL')
-depends=('openssl')
-#source=("http://downloads.sourceforge.net/mktorrent/mktorrent-${pkgver}.tar.gz;)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Rudde/mktorrent/archive/v$pkgver.tar.gz;)
-md5sums=('0610018b3d83d0f88947939a7b2edfd1')
-
-build() {
-  cd ${srcdir}/mktorrent-${pkgver}
-  make PREFIX=/usr \
-  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1
-}
-
-package() {
-  cd ${srcdir}/mktorrent-${pkgver}
-  make DESTDIR=${pkgdir} PREFIX=/usr \
-  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 \
-  install
-}

Copied: mktorrent/repos/community-x86_64/PKGBUILD (from rev 208507, 
mktorrent/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-23 11:39:16 UTC (rev 208508)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Emil Renner Berthing 
+
+pkgname=mktorrent
+pkgver=1.1
+pkgrel=1
+pkgdesc='Simple command line utility to create BitTorrent metainfo files'
+arch=('i686' 'x86_64')
+#url='http://mktorrent.sourceforge.net/'
+url="https://github.com/Rudde/mktorrent;
+license=('GPL')
+depends=('openssl')
+#source=("http://downloads.sourceforge.net/mktorrent/mktorrent-${pkgver}.tar.gz;)

[arch-commits] Commit in mktorrent/repos (4 files)

2016-07-14 Thread Sergej Pupykin
Date: Thursday, July 14, 2016 @ 19:15:35
  Author: spupykin
Revision: 182912

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

Added:
  mktorrent/repos/community-i686/PKGBUILD
(from rev 182911, mktorrent/trunk/PKGBUILD)
  mktorrent/repos/community-x86_64/PKGBUILD
(from rev 182911, mktorrent/trunk/PKGBUILD)
Deleted:
  mktorrent/repos/community-i686/PKGBUILD
  mktorrent/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   26 
 community-x86_64/PKGBUILD |   26 
 3 files changed, 56 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-14 19:15:19 UTC (rev 182911)
+++ community-i686/PKGBUILD 2016-07-14 19:15:35 UTC (rev 182912)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: Emil Renner Berthing 
-
-pkgname=mktorrent
-pkgver=1.0
-pkgrel=4
-pkgdesc='Simple command line utility to create BitTorrent metainfo files'
-arch=('i686' 'x86_64')
-url='http://mktorrent.sourceforge.net/'
-license='GPL'
-depends=('openssl')
-source=("http://downloads.sourceforge.net/mktorrent/mktorrent-${pkgver}.tar.gz;)
-md5sums=('0da00209da96a0dc39efbb6eb5b4d8ff')
-
-build() {
-  cd ${srcdir}/mktorrent-${pkgver}
-  make PREFIX=/usr \
-  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1
-}
-
-package() {
-  cd ${srcdir}/mktorrent-${pkgver}
-  make DESTDIR=${pkgdir} PREFIX=/usr \
-  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 \
-  install
-}

Copied: mktorrent/repos/community-i686/PKGBUILD (from rev 182911, 
mktorrent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-14 19:15:35 UTC (rev 182912)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Emil Renner Berthing 
+
+pkgname=mktorrent
+pkgver=1.0
+pkgrel=5
+pkgdesc='Simple command line utility to create BitTorrent metainfo files'
+arch=('i686' 'x86_64')
+#url='http://mktorrent.sourceforge.net/'
+url="https://github.com/Rudde/mktorrent;
+license=('GPL')
+depends=('openssl')
+#source=("http://downloads.sourceforge.net/mktorrent/mktorrent-${pkgver}.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Rudde/mktorrent/archive/v$pkgver.tar.gz;)
+md5sums=('0610018b3d83d0f88947939a7b2edfd1')
+
+build() {
+  cd ${srcdir}/mktorrent-${pkgver}
+  make PREFIX=/usr \
+  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1
+}
+
+package() {
+  cd ${srcdir}/mktorrent-${pkgver}
+  make DESTDIR=${pkgdir} PREFIX=/usr \
+  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 \
+  install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-14 19:15:19 UTC (rev 182911)
+++ community-x86_64/PKGBUILD   2016-07-14 19:15:35 UTC (rev 182912)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: Emil Renner Berthing 
-
-pkgname=mktorrent
-pkgver=1.0
-pkgrel=4
-pkgdesc='Simple command line utility to create BitTorrent metainfo files'
-arch=('i686' 'x86_64')
-url='http://mktorrent.sourceforge.net/'
-license='GPL'
-depends=('openssl')
-source=("http://downloads.sourceforge.net/mktorrent/mktorrent-${pkgver}.tar.gz;)
-md5sums=('0da00209da96a0dc39efbb6eb5b4d8ff')
-
-build() {
-  cd ${srcdir}/mktorrent-${pkgver}
-  make PREFIX=/usr \
-  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1
-}
-
-package() {
-  cd ${srcdir}/mktorrent-${pkgver}
-  make DESTDIR=${pkgdir} PREFIX=/usr \
-  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 \
-  install
-}

Copied: mktorrent/repos/community-x86_64/PKGBUILD (from rev 182911, 
mktorrent/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-14 19:15:35 UTC (rev 182912)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Emil Renner Berthing 
+
+pkgname=mktorrent
+pkgver=1.0
+pkgrel=5
+pkgdesc='Simple command line utility to create BitTorrent metainfo files'
+arch=('i686' 'x86_64')
+#url='http://mktorrent.sourceforge.net/'
+url="https://github.com/Rudde/mktorrent;
+license=('GPL')
+depends=('openssl')
+#source=("http://downloads.sourceforge.net/mktorrent/mktorrent-${pkgver}.tar.gz;)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Rudde/mktorrent/archive/v$pkgver.tar.gz;)
+md5sums=('0610018b3d83d0f88947939a7b2edfd1')
+
+build() {
+  cd ${srcdir}/mktorrent-${pkgver}
+  make PREFIX=/usr \
+  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1
+}
+
+package() {
+  cd 

[arch-commits] Commit in mktorrent/repos (4 files)

2014-07-01 Thread Sergej Pupykin
Date: Tuesday, July 1, 2014 @ 15:28:28
  Author: spupykin
Revision: 114093

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

Added:
  mktorrent/repos/community-i686/PKGBUILD
(from rev 114092, mktorrent/trunk/PKGBUILD)
  mktorrent/repos/community-x86_64/PKGBUILD
(from rev 114092, mktorrent/trunk/PKGBUILD)
Deleted:
  mktorrent/repos/community-i686/PKGBUILD
  mktorrent/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   20 
 community-x86_64/PKGBUILD |   20 
 3 files changed, 52 insertions(+), 40 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-01 13:28:14 UTC (rev 114092)
+++ community-i686/PKGBUILD 2014-07-01 13:28:28 UTC (rev 114093)
@@ -1,20 +0,0 @@
-# $Id$
-# Contributor: Emil Renner Berthing es...@users.sourceforge.net
-
-pkgname=mktorrent
-pkgver=1.0
-pkgrel=3
-pkgdesc='Simple command line utility to create BitTorrent metainfo files'
-arch=('i686' 'x86_64')
-url='http://mktorrent.sourceforge.net/'
-license='GPL'
-depends=('openssl')
-source=(http://downloads.sourceforge.net/mktorrent/mktorrent-${pkgver}.tar.gz;)
-md5sums=('0da00209da96a0dc39efbb6eb5b4d8ff')
-
-build() {
-  cd ${srcdir}/mktorrent-${pkgver}
-  make DESTDIR=${pkgdir} PREFIX=/usr \
-  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 \
-  install
-}

Copied: mktorrent/repos/community-i686/PKGBUILD (from rev 114092, 
mktorrent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-01 13:28:28 UTC (rev 114093)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Emil Renner Berthing es...@users.sourceforge.net
+
+pkgname=mktorrent
+pkgver=1.0
+pkgrel=4
+pkgdesc='Simple command line utility to create BitTorrent metainfo files'
+arch=('i686' 'x86_64')
+url='http://mktorrent.sourceforge.net/'
+license='GPL'
+depends=('openssl')
+source=(http://downloads.sourceforge.net/mktorrent/mktorrent-${pkgver}.tar.gz;)
+md5sums=('0da00209da96a0dc39efbb6eb5b4d8ff')
+
+build() {
+  cd ${srcdir}/mktorrent-${pkgver}
+  make PREFIX=/usr \
+  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1
+}
+
+package() {
+  cd ${srcdir}/mktorrent-${pkgver}
+  make DESTDIR=${pkgdir} PREFIX=/usr \
+  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 \
+  install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-01 13:28:14 UTC (rev 114092)
+++ community-x86_64/PKGBUILD   2014-07-01 13:28:28 UTC (rev 114093)
@@ -1,20 +0,0 @@
-# $Id$
-# Contributor: Emil Renner Berthing es...@users.sourceforge.net
-
-pkgname=mktorrent
-pkgver=1.0
-pkgrel=3
-pkgdesc='Simple command line utility to create BitTorrent metainfo files'
-arch=('i686' 'x86_64')
-url='http://mktorrent.sourceforge.net/'
-license='GPL'
-depends=('openssl')
-source=(http://downloads.sourceforge.net/mktorrent/mktorrent-${pkgver}.tar.gz;)
-md5sums=('0da00209da96a0dc39efbb6eb5b4d8ff')
-
-build() {
-  cd ${srcdir}/mktorrent-${pkgver}
-  make DESTDIR=${pkgdir} PREFIX=/usr \
-  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 \
-  install
-}

Copied: mktorrent/repos/community-x86_64/PKGBUILD (from rev 114092, 
mktorrent/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-01 13:28:28 UTC (rev 114093)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Emil Renner Berthing es...@users.sourceforge.net
+
+pkgname=mktorrent
+pkgver=1.0
+pkgrel=4
+pkgdesc='Simple command line utility to create BitTorrent metainfo files'
+arch=('i686' 'x86_64')
+url='http://mktorrent.sourceforge.net/'
+license='GPL'
+depends=('openssl')
+source=(http://downloads.sourceforge.net/mktorrent/mktorrent-${pkgver}.tar.gz;)
+md5sums=('0da00209da96a0dc39efbb6eb5b4d8ff')
+
+build() {
+  cd ${srcdir}/mktorrent-${pkgver}
+  make PREFIX=/usr \
+  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1
+}
+
+package() {
+  cd ${srcdir}/mktorrent-${pkgver}
+  make DESTDIR=${pkgdir} PREFIX=/usr \
+  USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 \
+  install
+}