gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r4924: update libgit2 to 0.26.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4924: update libgit2 to 0.26.0
Date: Fri, 3 Nov 2017 20:37:11 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 4924
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2017-11-03 17:37:07 -0700
message:
  update libgit2 to 0.26.0
added:
  pkg/other/libgit2/             libgit2-20171103232537-7jx9pv7yu7oaooua-1
  pkg/other/libgit2/Makefile     makefile-20171103232537-7jx9pv7yu7oaooua-3
  pkg/other/libgit2/config.mk    config.mk-20171103232537-7jx9pv7yu7oaooua-2
  pkg/other/libgit2/sha256sums   sha256sums-20171103232537-7jx9pv7yu7oaooua-4
=== added directory 'pkg/other/libgit2'
=== added file 'pkg/other/libgit2/Makefile'
--- a/pkg/other/libgit2/Makefile        1970-01-01 00:00:00 +0000
+++ b/pkg/other/libgit2/Makefile        2017-11-04 00:37:07 +0000
@@ -0,0 +1,49 @@
+# Copyright © 2016,2017 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+
+NAME = libgit2
+GARNAME = libgit2
+GARVERSION = 0.26.0
+HOME_URL = https://libgit2.github.com/
+DESCRIPTION = libgit2 is a portable, pure C implementation of the Git core 
methods    
+LICENSE = GPLv2 with Linking Exception
+define BLURB
+libgit2 is a portable, pure C implementation of the Git core methods 
+provided as a re-entrant linkable library with a solid API
+endef
+
+######################################################################
+MASTER_SITES = https://github.com/
+MASTER_SUBDIR = $(GARNAME)/$(GARNAME)/archive/
+
+# need to rename download file...
+# https://github.com/libgit2/libgit2/archive/v0.24.1.tar.gz
+DISTFILES = v$(GARVERSION).tar.gz
+WORKSRC = $(WORKDIR)/$(DISTNAME)/
+CONFIGURE_SCRIPTS  = $(WORKDIR)/$(DISTNAME)/CMakeLists.txt
+
+LICENSE = GPLv2 with Linking Exception. 
+#USE_AUTORECONF = y
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+include ../../../gar/gar.lib/cmake.mk
+include config.mk

=== added file 'pkg/other/libgit2/config.mk'
--- a/pkg/other/libgit2/config.mk       1970-01-01 00:00:00 +0000
+++ b/pkg/other/libgit2/config.mk       2017-11-04 00:37:07 +0000
@@ -0,0 +1,4 @@
+## Configuration options for libgit2 ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/other/libgit2/sha256sums'
--- a/pkg/other/libgit2/sha256sums      1970-01-01 00:00:00 +0000
+++ b/pkg/other/libgit2/sha256sums      2017-11-04 00:37:07 +0000
@@ -0,0 +1,1 @@
+6a62393e0ceb37d02fe0d5707713f504e7acac9006ef33da1e88960bd78b6eac  
download/v0.26.0.tar.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]