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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 13:28:28 UTC 2014


    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 <esmil at 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 <esmil at 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 <esmil at 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 <esmil at 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
+}




More information about the arch-commits mailing list