Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d20ddff37d25b57d08cb382db7e5fab68e914372)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d20ddff37d25b57d08cb382db7e5fab68e914372)
  • Date: Sun, 10 Mar 2013 22:36:59 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

python-pypi/bzr-fastimport/DEPENDS | 2 ++
python-pypi/bzr-fastimport/DETAILS | 22 ++++++++++++++++++++++
2 files changed, 24 insertions(+)

New commits:
commit d20ddff37d25b57d08cb382db7e5fab68e914372
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

bzr-fastimport: Add missing spell files

Commit ac4f43f1828cc94a76fa435b3694add87208d1bb failed to include DEPENDS
and
DETAILS.

diff --git a/python-pypi/bzr-fastimport/DEPENDS
b/python-pypi/bzr-fastimport/DEPENDS
new file mode 100755
index 0000000..c36bed8
--- /dev/null
+++ b/python-pypi/bzr-fastimport/DEPENDS
@@ -0,0 +1,2 @@
+depends bzr &&
+depends python-fastimport
diff --git a/python-pypi/bzr-fastimport/DETAILS
b/python-pypi/bzr-fastimport/DETAILS
new file mode 100755
index 0000000..25e7de6
--- /dev/null
+++ b/python-pypi/bzr-fastimport/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=bzr-fastimport
+ VERSION=0.13.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://launchpad.net/${SPELL}/trunk/${VERSION}/+download/${SOURCE}
+
SOURCE_HASH=sha512:3677a6ebb9d5d36d7d29198f239289a9670ac4f1fcbf74a1f219f8a0a5a9cd4301dbdc969c4bce2da18e3c4f7f9a3752919b662473071a7b3f1d84c2de27d821
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://wiki.bazaar.canonical.com/BzrFastImport";
+ LICENSE[0]="GPL2 MIT"
+ ENTERED=20130308
+ KEYWORDS=""
+ SHORT="Bazaar Fast Import Plugin"
+cat << EOF
+Bazaar Fast Import is a plugin providing fast loading of revision control
data
+into Bazaar.
+
+It is designed to be used in combination with front-end programs that
generate
+a command/data stream for it to process. Front-ends are available for a wide
+range of foreign VCS tools including Subversion, CVS, Git, Mercurial, Darcs
+and Perforce. New front-ends are easy to develop in whatever programming
+language you prefer, making Bazaar Fast Import useful for teams needing a
+custom migration solution.
+EOF



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d20ddff37d25b57d08cb382db7e5fab68e914372), Ismael Luceno, 03/10/2013

Archive powered by MHonArc 2.6.24.

Top of Page