Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (97c3bd6eb7adbe5e7542c17a88b2fb8b81a33f29)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (97c3bd6eb7adbe5e7542c17a88b2fb8b81a33f29)
  • Date: Thu, 18 Dec 2014 12:10:55 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
libs/libgit2/BUILD | 2 ++
libs/libgit2/CONFIGURE | 1 +
libs/libgit2/DEPENDS | 4 ++++
libs/libgit2/DETAILS | 14 ++++++++++++++
libs/libgit2/HISTORY | 9 +++++++++
6 files changed, 33 insertions(+)

New commits:
commit 97c3bd6eb7adbe5e7542c17a88b2fb8b81a33f29
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

/libgit2-0.21.2 - new spell

diff --git a/ChangeLog b/ChangeLog
index 450eaa2..d9199fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2014-12-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * libs/libgit2: new spell, C implemation of git functions
+
2014-12-18 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/recaptcha-client: new spell, plugin for reCAPTCHA and
reCAPTCHA Mailhide
diff --git a/libs/libgit2/BUILD b/libs/libgit2/BUILD
new file mode 100755
index 0000000..c3fcb4b
--- /dev/null
+++ b/libs/libgit2/BUILD
@@ -0,0 +1,2 @@
+OPTS+="-DBUILD_CLAR=0" &&
+cmake_build
diff --git a/libs/libgit2/CONFIGURE b/libs/libgit2/CONFIGURE
new file mode 100644
index 0000000..b2f02c3
--- /dev/null
+++ b/libs/libgit2/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/libs/libgit2/DEPENDS b/libs/libgit2/DEPENDS
new file mode 100755
index 0000000..9dd290d
--- /dev/null
+++ b/libs/libgit2/DEPENDS
@@ -0,0 +1,4 @@
+depends cmake &&
+depends PYTHON &&
+depends SSL &&
+depends zlib
diff --git a/libs/libgit2/DETAILS b/libs/libgit2/DETAILS
new file mode 100755
index 0000000..d0afb1d
--- /dev/null
+++ b/libs/libgit2/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=libgit2
+ VERSION=0.21.2
+ SOURCE=v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:16c35aba5d50e3264982b0ecf9b30882f7edf34488be4607c42b98f50fac96c379485bc737edf85abca0a3251379d178651ea2bccdc55804776ecbf752b318de
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-${VERSION}
+ WEB_SITE=https://github.com/libgit2
+ SOURCE_URL=$WEB_SITE/$SPELL/archive/$SOURCE
+ ENTERED=20130123
+ LICENSE[0]=GPL
+ KEYWORDS="disk"
+ SHORT="support library for git usage"
+cat << EOF
+support library for git usage
+EOF
diff --git a/libs/libgit2/HISTORY b/libs/libgit2/HISTORY
new file mode 100644
index 0000000..e16042e
--- /dev/null
+++ b/libs/libgit2/HISTORY
@@ -0,0 +1,9 @@
+2014-12-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.21.2
+
+2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: openssl => SSL
+
+2013-01-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version master
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (97c3bd6eb7adbe5e7542c17a88b2fb8b81a33f29), Treeve Jelbert, 12/18/2014

Archive powered by MHonArc 2.6.24.

Top of Page