[73796] trunk/dports/python

and.damore at macports.org and.damore at macports.org
Thu Nov 25 09:02:56 PST 2010


Revision: 73796
          http://trac.macports.org/changeset/73796
Author:   and.damore at macports.org
Date:     2010-11-25 09:02:51 -0800 (Thu, 25 Nov 2010)
Log Message:
-----------
new port: repo, tool for handling Android git repositories

Added Paths:
-----------
    trunk/dports/python/gcalcli/
    trunk/dports/python/repo/
    trunk/dports/python/repo/Portfile

Added: trunk/dports/python/repo/Portfile
===================================================================
--- trunk/dports/python/repo/Portfile	                        (rev 0)
+++ trunk/dports/python/repo/Portfile	2010-11-25 17:02:51 UTC (rev 73796)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem          1.0
+
+name                repo
+version             1.9
+categories          python
+platforms           darwin
+maintainers         and.damore openmaintainer
+description         tool that helps to manage Android Git repositories 
+long_description    \
+            Repo is a tool that we built on top of Git. Repo helps us \
+            manage the many Git repositories, does the uploads to our \
+            revision control system , and automates parts of the Android \
+            development workflow. Repo is not meant to replace Git, only \
+            to make it easier to work with Git in the context of Android.
+
+homepage            http://source.android.com/source/git-repo.html
+
+master_sites        http://android.git.kernel.org/
+
+checksums           md5     2d1a8f64006dda271f6ba31f3b44ae86 \
+                    sha1    10fb73af430dc33f6f1d17bd6e842c0ffc0032ad \
+                    rmd160  63bdefc1cba7390eb42e624b5a64275f8d7a5f1d
+
+extract.suffix      
+distname            ${name}
+use_configure       no
+extract             { }
+build               { }
+destroot            {
+        xinstall -m 755 ${distpath}/${name} ${destroot}${prefix}/bin
+}
+


Property changes on: trunk/dports/python/repo/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101125/686e2be9/attachment.html>


More information about the macports-changes mailing list