Skip to Content.
Sympa Menu

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

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 (847d12722570646cf2b4adf0505e30cb0aa17a13)
  • Date: Fri, 25 Nov 2011 02:06:25 -0600

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

ChangeLog | 3 +++
devel/repo/BUILD | 1 +
devel/repo/DEPENDS | 2 ++
devel/repo/DETAILS | 20 ++++++++++++++++++++
devel/repo/HISTORY | 3 +++
devel/repo/INSTALL | 1 +
devel/repo/PRE_BUILD | 1 +
7 files changed, 31 insertions(+)

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

repo: new spell, Repository management tool built on top of Git

diff --git a/ChangeLog b/ChangeLog
index 52bd74d..3f390e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-11-25 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/repo: new spell, Repository management tool built on top of
Git
+
2011-11-21 Ladislav Hagara <hgr AT vabo.cz>
* kernel.gpg: public keys added
00411886 - Linus Torvalds (linux-3.1.tar.sign)
diff --git a/devel/repo/BUILD b/devel/repo/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/devel/repo/BUILD
@@ -0,0 +1 @@
+true
diff --git a/devel/repo/DEPENDS b/devel/repo/DEPENDS
new file mode 100755
index 0000000..10f7ea6
--- /dev/null
+++ b/devel/repo/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends git
diff --git a/devel/repo/DETAILS b/devel/repo/DETAILS
new file mode 100755
index 0000000..668ccbe
--- /dev/null
+++ b/devel/repo/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=repo
+ VERSION=1.13
+ SOURCE="${SPELL}"
+
SOURCE_URL[0]=https://dl-ssl.google.com/dl/googlesource/git-${SOURCE}/${SOURCE}
+
SOURCE_HASH=sha512:71f740c385bd12d65e86616f3d002049d8d851cff68d7406af3cc8ee38bca0d932853d1d4de2b1a48c8e7f22bd92db2c8bf7ace2193cedc4f35a9fa69cbd4f84
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
+ WEB_SITE="http://source.android.com/";
+ LICENSE[0]=APL
+ ENTERED=20111125
+ SHORT="Repository management tool built on top of Git"
+cat << EOF
+Repo is a repository management tool that we built on top of Git. Repo
unifies
+the many Git repositories when necessary, 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. The repo command is an executable Python script that you can put
+anywhere in your path. In working with the Android source files, you will use
+Repo for across-network operations. For example, with a single Repo command
you
+can download files from multiple repositories into your local working
directory.
+EOF
diff --git a/devel/repo/HISTORY b/devel/repo/HISTORY
new file mode 100644
index 0000000..ea217a0
--- /dev/null
+++ b/devel/repo/HISTORY
@@ -0,0 +1,3 @@
+2011-11-25 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PRE_BUILD: spell created
+
diff --git a/devel/repo/INSTALL b/devel/repo/INSTALL
new file mode 100755
index 0000000..2e7ad0a
--- /dev/null
+++ b/devel/repo/INSTALL
@@ -0,0 +1 @@
+install -m755 "$SOURCE_CACHE"/repo "$INSTALL_ROOT"/usr/bin
diff --git a/devel/repo/PRE_BUILD b/devel/repo/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/devel/repo/PRE_BUILD
@@ -0,0 +1 @@
+true



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (847d12722570646cf2b4adf0505e30cb0aa17a13), Ismael Luceno, 11/25/2011

Archive powered by MHonArc 2.6.24.

Top of Page