[arch-commits] Commit in bzr-fastimport/repos (3 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 23:50:20 UTC 2018


    Date: Friday, November 9, 2018 @ 23:50:19
  Author: felixonmars
Revision: 405398

archrelease: copy trunk to community-staging-any

Added:
  bzr-fastimport/repos/community-staging-any/
  bzr-fastimport/repos/community-staging-any/PKGBUILD
    (from rev 405397, bzr-fastimport/trunk/PKGBUILD)
  bzr-fastimport/repos/community-staging-any/str-mark.diff
    (from rev 405397, bzr-fastimport/trunk/str-mark.diff)

---------------+
 PKGBUILD      |   29 +++++++++++++++++++++++++++++
 str-mark.diff |   13 +++++++++++++
 2 files changed, 42 insertions(+)

Copied: bzr-fastimport/repos/community-staging-any/PKGBUILD (from rev 405397, bzr-fastimport/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 23:50:19 UTC (rev 405398)
@@ -0,0 +1,29 @@
+# Maintainer: Martin Wimpress <code at flexion.org>
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=bzr-fastimport
+pkgver=0.14.0.r361
+pkgrel=2
+pkgdesc='Bazaar Fast Import is a plugin providing fast loading of revision control data into Bazaar'
+arch=('any')
+url='https://launchpad.net/bzr-fastimport'
+license=('GPL2')
+depends=('bzr' 'python2-fastimport')
+source=("${pkgname}::bzr+lp:bzr-fastimport#revision=360"
+        "str-mark.diff")
+sha256sums=('SKIP'
+            'd7e2f7c088570d9f9482bf4bba97885cf262260737b87c0ebb1122234331aeb6')
+
+prepare() {
+    cd ${pkgname}
+
+    patch -p1 < ../str-mark.diff
+}
+
+package() {
+    cd ${pkgname}
+
+    python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:

Copied: bzr-fastimport/repos/community-staging-any/str-mark.diff (from rev 405397, bzr-fastimport/trunk/str-mark.diff)
===================================================================
--- community-staging-any/str-mark.diff	                        (rev 0)
+++ community-staging-any/str-mark.diff	2018-11-09 23:50:19 UTC (rev 405398)
@@ -0,0 +1,13 @@
+=== modified file 'exporter.py'
+--- old/exporter.py	2014-05-15 09:26:03 +0000
++++ new/exporter.py	2017-12-27 17:01:10 +0000
+@@ -436,7 +436,7 @@
+                     pass
+ 
+         # Build and return the result
+-        return commands.CommitCommand(git_ref, mark, author_info,
++        return commands.CommitCommand(git_ref, str(mark), author_info,
+             committer_info, revobj.message.encode("utf-8"), from_, merges, iter(file_cmds),
+             more_authors=more_author_info, properties=properties)
+ 
+



More information about the arch-commits mailing list