dev-go/reader: New package, dependency for dev-go/xmlstream
Package-Manager: Portage-2.3.51, Repoman-2.3.11 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
parent
c97bc24f52
commit
5cbd73fa83
2
dev-go/reader/Manifest
Normal file
2
dev-go/reader/Manifest
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
EBUILD reader-9999.ebuild 353 BLAKE2B 1b63db38385d080f9151c25ce9e84074c8bf0d2dfc99fae66e6bc4f7e8cca2fe81ff91910f59ca3d47547fecbcd1bb39e205002a8424d6fc92153c97f2d501f7 SHA512 43d3cc6236a264893e6d83d1867d5abb0a0ae7b02ebacabde09e8df914069b89ef888bd120a17cc0a5d3a18787311f5ddb17edcdc399ed5ad5ee4ae20cf38074
|
||||||
|
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d
|
8
dev-go/reader/metadata.xml
Normal file
8
dev-go/reader/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>gentoo@tastytea.de</email>
|
||||||
|
<name>tastytea</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
17
dev-go/reader/reader-9999.ebuild
Normal file
17
dev-go/reader/reader-9999.ebuild
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Copyright 1999-2018 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=6
|
||||||
|
inherit golang-build golang-vcs
|
||||||
|
|
||||||
|
DESCRIPTION="Common operations performed with Go's io.Reader interface."
|
||||||
|
HOMEPAGE="https://github.com/mellium/reader"
|
||||||
|
EGO_PN="mellium.im/reader"
|
||||||
|
|
||||||
|
LICENSE="BSD-2"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS=""
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
dev-lang/go
|
||||||
|
"
|
2
dev-go/xmlstream/Manifest
Normal file
2
dev-go/xmlstream/Manifest
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
EBUILD xmlstream-9999.ebuild 367 BLAKE2B d750e1a894dc0af3a07af49a00911ffa30c427e059c30f270a4d6bad604c6e880ff5b213922ecbc63fa3889c649f8551927a3e9a74d866680c6eeee40390cb14 SHA512 31e00f6abc11500c15ff4fb92addf4de50d939c6f05678ee72e065456789ec537ab8df93145c4cb145e9138dfcd2bb00f160d4f1fbc7554d203a100be99ede7b
|
||||||
|
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d
|
8
dev-go/xmlstream/metadata.xml
Normal file
8
dev-go/xmlstream/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>gentoo@tastytea.de</email>
|
||||||
|
<name>tastytea</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
18
dev-go/xmlstream/xmlstream-9999.ebuild
Normal file
18
dev-go/xmlstream/xmlstream-9999.ebuild
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Copyright 1999-2018 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=6
|
||||||
|
inherit golang-build golang-vcs
|
||||||
|
|
||||||
|
DESCRIPTION="A library for manipulating XML token streams."
|
||||||
|
HOMEPAGE="https://github.com/mellium/xmlstream"
|
||||||
|
EGO_PN="mellium.im/xmlstream"
|
||||||
|
|
||||||
|
LICENSE="BSD-2"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS=""
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
dev-lang/go
|
||||||
|
dev-go/reader
|
||||||
|
"
|
Reference in New Issue
Block a user