mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
1
dev-scheme/guile-git/Manifest
Normal file
1
dev-scheme/guile-git/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST guile-git-0.0.20171110.tar.gz 269708 BLAKE2B 89095fcf666fdb4810e44155829413c3878c783d66d7b60416b9535f57edf27719515c22d9e15e07dbfe0976613fb5ca323ea0559b5a0533f1818b87d248db87 SHA512 b542c6ac30f596599ffa05074be7f71407a062ea3b23e80153894d13220f7935711abf74060bb0cea5e9c46b12492ee78c6914d4a15227bd393b3a833edf4fe9
|
||||
20
dev-scheme/guile-git/guile-git-0.0.20171110.ebuild
Normal file
20
dev-scheme/guile-git/guile-git-0.0.20171110.ebuild
Normal 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}"
|
||||
7
dev-scheme/guile-git/metadata.xml
Normal file
7
dev-scheme/guile-git/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user