pkgsrc-WIP-changes archive

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

wip/libgit2: remove (mechanical cleanup) Parameters considered: - pkgsrc/ devel/libgit2 exists - pkgsrc (0.23.2) >= wip (0.21.1) - doc/CHANGES-2015: Updated to 0.22.2 [taca 2015-06-03] - doc/CHANGES-2015: Updated to 0.23.2 [taca 2015-09-13] - wip/libgit2 last touched [ wiz 2014-08-10] - package does not appear to be actively used to stage updates - manual inspection of diff revealed no uncommitted improvements



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Wed Sep 23 04:58:31 2015 +0200
Changeset:	98916660f9547a248cee1d7b4ef5360e022a7481

Removed Files:
	libgit2/DESCR
	libgit2/Makefile
	libgit2/PLIST
	libgit2/buildlink3.mk
	libgit2/distinfo

Log Message:
wip/libgit2: remove (mechanical cleanup)
Parameters considered:
- pkgsrc/devel/libgit2 exists
- pkgsrc (0.23.2) >= wip (0.21.1)
- doc/CHANGES-2015: Updated to 0.22.2 [taca 2015-06-03]
- doc/CHANGES-2015: Updated to 0.23.2 [taca 2015-09-13]
- wip/libgit2 last touched [wiz 2014-08-10]
- package does not appear to be actively used to stage updates
- manual inspection of diff revealed no uncommitted improvements

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=98916660f9547a248cee1d7b4ef5360e022a7481

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libgit2/DESCR         |  3 ---
 libgit2/Makefile      | 24 -----------------
 libgit2/PLIST         | 72 ---------------------------------------------------
 libgit2/buildlink3.mk | 15 -----------
 libgit2/distinfo      |  5 ----
 5 files changed, 119 deletions(-)

diffs:
diff --git a/libgit2/DESCR b/libgit2/DESCR
deleted file mode 100644
index 1f84497..0000000
--- a/libgit2/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-libgit2 is a portable, pure C implementation of the Git core methods provided as
-a re-entrant linkable library with a solid API, allowing you to write native
-speed custom Git applications in any language which supports C bindings.
diff --git a/libgit2/Makefile b/libgit2/Makefile
deleted file mode 100644
index a723707..0000000
--- a/libgit2/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2014/08/10 11:27:44 thomasklausner Exp $
-
-DISTNAME=	v0.21.1
-PKGNAME=	libgit2-${DISTNAME:S/v//1}
-CATEGORIES=	devel
-MASTER_SITES=	https://github.com/libgit2/libgit2/archive/
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://libgit2.github.com/
-COMMENT=	Portable, pure C implementation of the Git core methods
-LICENSE=	gnu-gpl-v2 # linking exception (linking allowed in more ways)
-
-DIST_SUBDIR=	${PKGBASE}
-WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
-EXTRACT_USING=	bsdtar
-USE_TOOLS+=	pkg-config
-USE_CMAKE=	yes
-
-PKGCONFIG_OVERRIDE+=	libgit2.pc.in
-PYTHON_VERSIONS_INCOMPATIBLE=	33 34 # not yet ported as of 0.21.1
-
-.include "../../lang/python/pyversion.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/libgit2/PLIST b/libgit2/PLIST
deleted file mode 100644
index 488a843..0000000
--- a/libgit2/PLIST
+++ /dev/null
@@ -1,72 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2014/08/10 11:27:44 thomasklausner Exp $
-include/git2.h
-include/git2/attr.h
-include/git2/blame.h
-include/git2/blob.h
-include/git2/branch.h
-include/git2/buffer.h
-include/git2/checkout.h
-include/git2/cherrypick.h
-include/git2/clone.h
-include/git2/commit.h
-include/git2/common.h
-include/git2/config.h
-include/git2/cred_helpers.h
-include/git2/diff.h
-include/git2/errors.h
-include/git2/filter.h
-include/git2/graph.h
-include/git2/ignore.h
-include/git2/index.h
-include/git2/indexer.h
-include/git2/inttypes.h
-include/git2/merge.h
-include/git2/message.h
-include/git2/net.h
-include/git2/notes.h
-include/git2/object.h
-include/git2/odb.h
-include/git2/odb_backend.h
-include/git2/oid.h
-include/git2/pack.h
-include/git2/patch.h
-include/git2/pathspec.h
-include/git2/push.h
-include/git2/refdb.h
-include/git2/reflog.h
-include/git2/refs.h
-include/git2/refspec.h
-include/git2/remote.h
-include/git2/repository.h
-include/git2/reset.h
-include/git2/revert.h
-include/git2/revparse.h
-include/git2/revwalk.h
-include/git2/signature.h
-include/git2/stash.h
-include/git2/status.h
-include/git2/stdint.h
-include/git2/strarray.h
-include/git2/submodule.h
-include/git2/sys/commit.h
-include/git2/sys/config.h
-include/git2/sys/diff.h
-include/git2/sys/filter.h
-include/git2/sys/index.h
-include/git2/sys/mempack.h
-include/git2/sys/odb_backend.h
-include/git2/sys/refdb_backend.h
-include/git2/sys/reflog.h
-include/git2/sys/refs.h
-include/git2/sys/repository.h
-include/git2/tag.h
-include/git2/threads.h
-include/git2/trace.h
-include/git2/transport.h
-include/git2/tree.h
-include/git2/types.h
-include/git2/version.h
-lib/libgit2.so
-lib/libgit2.so.0.21.0
-lib/libgit2.so.21
-lib/pkgconfig/libgit2.pc
diff --git a/libgit2/buildlink3.mk b/libgit2/buildlink3.mk
deleted file mode 100644
index 9ff8ce4..0000000
--- a/libgit2/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2013/01/02 18:21:18 othyro Exp $
-
-BUILDLINK_TREE+=	libgit2
-
-.if !defined(LIBGIT2_BUILDLINK3_MK)
-LIBGIT2_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libgit2+=	libgit2>=0.17.0
-BUILDLINK_PKGSRCDIR.libgit2?=	../../wip/libgit2
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../lang/python/pyversion.mk"
-.endif	# LIBGIT2_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-libgit2
diff --git a/libgit2/distinfo b/libgit2/distinfo
deleted file mode 100644
index 07da6bf..0000000
--- a/libgit2/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2014/08/10 11:27:44 thomasklausner Exp $
-
-SHA1 (libgit2/v0.21.1.tar.gz) = 8975eb3fa6999e30b1fa01a84b7b09d0a2672ac5
-RMD160 (libgit2/v0.21.1.tar.gz) = 0eec1dab866c0deffcd774cbb26870f2c1576a19
-Size (libgit2/v0.21.1.tar.gz) = 3426897 bytes


Home | Main Index | Thread Index | Old Index