public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/libgit2sharp/
@ 2016-07-27  6:39 Heather Cynede
  0 siblings, 0 replies; 4+ messages in thread
From: Heather Cynede @ 2016-07-27  6:39 UTC (permalink / raw
  To: gentoo-commits

commit:     bcbe5c55326786d03d463a9ea04e0ac72067c5c6
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Tue Jul 26 14:09:48 2016 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 14:09:48 2016 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=bcbe5c55

initial attempt - no ebuild for xunit

 dev-dotnet/libgit2sharp/libgit2sharp-0.22.ebuild | 37 ++++++++++++++++++++++++
 dev-dotnet/libgit2sharp/metadata.xml             | 16 ++++++++++
 2 files changed, 53 insertions(+)

diff --git a/dev-dotnet/libgit2sharp/libgit2sharp-0.22.ebuild b/dev-dotnet/libgit2sharp/libgit2sharp-0.22.ebuild
new file mode 100644
index 0000000..afbc3e5
--- /dev/null
+++ b/dev-dotnet/libgit2sharp/libgit2sharp-0.22.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+USE_DOTNET="net45"
+IUSE="${USE_DOTNET}"
+
+inherit nupkg
+
+KEYWORDS="amd64 x86 ~ppc-macos"
+
+DESCRIPTION="A C# PInvoke wrapper library for LibGit2 C library"
+
+EGIT_COMMIT="8daef23223e1374141bf496e4b310ded9ae4639e"
+HOMEPAGE="https://github.com/libgit2/libgit2sharp"
+SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+#RESTRICT="mirror"
+
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
+
+LICENSE="MIT"
+SLOT="0"
+
+CDEPEND="
+	dev-libs/libgit2
+"
+
+DEPEND="${CDEPEND}
+	dev-dotnet/nuget
+"
+RDEPEND="${CDEPEND}"
+
+src_unpack() {
+    nuget restore ${S}/LibGit2Sharp.sln || die
+}

diff --git a/dev-dotnet/libgit2sharp/metadata.xml b/dev-dotnet/libgit2sharp/metadata.xml
new file mode 100644
index 0000000..3356044
--- /dev/null
+++ b/dev-dotnet/libgit2sharp/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>dotnet@gentoo.org</email>
+	</maintainer>
+	<longdescription lang="en">
+		libgit2starp is PInvoke wrapper (in C# language) for libgit2,
+		which 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
+		custom Git applications.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">libgit2/libgit2sharp</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/libgit2sharp/
@ 2016-07-27  6:39 Heather Cynede
  0 siblings, 0 replies; 4+ messages in thread
From: Heather Cynede @ 2016-07-27  6:39 UTC (permalink / raw
  To: gentoo-commits

commit:     219aea8c3681f9dbb8eca498d04614710dfe77a6
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Wed Jul 27 05:01:41 2016 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 05:01:41 2016 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=219aea8c

more repoman fixes :)

 dev-dotnet/libgit2sharp/libgit2sharp-0.22.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-dotnet/libgit2sharp/libgit2sharp-0.22.ebuild b/dev-dotnet/libgit2sharp/libgit2sharp-0.22.ebuild
index f404b13..fe56488 100644
--- a/dev-dotnet/libgit2sharp/libgit2sharp-0.22.ebuild
+++ b/dev-dotnet/libgit2sharp/libgit2sharp-0.22.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~x86 ~amd64"
 
 USE_DOTNET="net45"
 EBUILD_FRAMEWORK="4.5"
@@ -12,8 +12,6 @@ IUSE="${USE_DOTNET} +gac +nupkg"
 
 inherit nuget nupkg
 
-KEYWORDS="amd64 x86 ~ppc-macos"
-
 DESCRIPTION="A C# PInvoke wrapper library for LibGit2 C library"
 
 EGIT_COMMIT="8daef23223e1374141bf496e4b310ded9ae4639e"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/libgit2sharp/
@ 2016-07-27  6:39 Heather Cynede
  0 siblings, 0 replies; 4+ messages in thread
From: Heather Cynede @ 2016-07-27  6:39 UTC (permalink / raw
  To: gentoo-commits

commit:     1612f52f7d5d721568c905adabffc493055dcf87
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Wed Jul 27 04:58:28 2016 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 04:58:28 2016 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=1612f52f

repoman fixes

 dev-dotnet/libgit2sharp/libgit2sharp-0.22.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-dotnet/libgit2sharp/libgit2sharp-0.22.ebuild b/dev-dotnet/libgit2sharp/libgit2sharp-0.22.ebuild
index 8e9c5e9..f404b13 100644
--- a/dev-dotnet/libgit2sharp/libgit2sharp-0.22.ebuild
+++ b/dev-dotnet/libgit2sharp/libgit2sharp-0.22.ebuild
@@ -4,6 +4,8 @@
 
 EAPI=6
 
+KEYWORDS="~amd64 ~x86"
+
 USE_DOTNET="net45"
 EBUILD_FRAMEWORK="4.5"
 IUSE="${USE_DOTNET} +gac +nupkg"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/libgit2sharp/
@ 2016-12-02 10:04 Mikhail Pukhlikov
  0 siblings, 0 replies; 4+ messages in thread
From: Mikhail Pukhlikov @ 2016-12-02 10:04 UTC (permalink / raw
  To: gentoo-commits

commit:     04ea6e19b5c1378dcddc2a52c923fc98731562b9
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Thu Dec  1 06:14:08 2016 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Dec  1 06:14:08 2016 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=04ea6e19

rename ebuild

 .../{libgit2sharp-0.22.ebuild => libgit2sharp-0.22.0.431.ebuild}          | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-dotnet/libgit2sharp/libgit2sharp-0.22.ebuild b/dev-dotnet/libgit2sharp/libgit2sharp-0.22.0.431.ebuild
similarity index 100%
rename from dev-dotnet/libgit2sharp/libgit2sharp-0.22.ebuild
rename to dev-dotnet/libgit2sharp/libgit2sharp-0.22.0.431.ebuild


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-02 10:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-02 10:04 [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/libgit2sharp/ Mikhail Pukhlikov
  -- strict thread matches above, loose matches on Subject: below --
2016-07-27  6:39 Heather Cynede
2016-07-27  6:39 Heather Cynede
2016-07-27  6:39 Heather Cynede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox