dev-scheme/guile-git: new package, a depend of guix-0.14.0, bug #644866

Package implements (as it says):
"guile bindings of git"

Bug: https://bugs.gentoo.org/644866
Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
Sergei Trofimovich
2018-01-19 22:59:20 +00:00
parent c93e407123
commit b53d87a46e
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST guile-git-0.0.20171110.tar.gz 269708 BLAKE2B 89095fcf666fdb4810e44155829413c3878c783d66d7b60416b9535f57edf27719515c22d9e15e07dbfe0976613fb5ca323ea0559b5a0533f1818b87d248db87 SHA512 b542c6ac30f596599ffa05074be7f71407a062ea3b23e80153894d13220f7935711abf74060bb0cea5e9c46b12492ee78c6914d4a15227bd393b3a833edf4fe9

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Structured access to bytevector contents"
HOMEPAGE="https://gitlab.com/guile-git/guile-git"
SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.gz"
LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=dev-scheme/guile-2.0.11:=
dev-scheme/bytestructures
dev-libs/libgit2:=
"
DEPEND="${RDEPEND}"

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>slyfox@gentoo.org</email>
</maintainer>
</pkgmetadata>