diff options
-rw-r--r-- | dev-go/protobuf-go/Manifest | 2 | ||||
-rw-r--r-- | dev-go/protobuf-go/protobuf-go-1.30.0-r1.ebuild | 25 | ||||
-rw-r--r-- | metadata/md5-cache/dev-go/protobuf-go-1.30.0-r1 | 15 | ||||
-rw-r--r-- | metadata/pkg_desc_index | 1 |
4 files changed, 43 insertions, 0 deletions
diff --git a/dev-go/protobuf-go/Manifest b/dev-go/protobuf-go/Manifest new file mode 100644 index 00000000..3d11e2f3 --- /dev/null +++ b/dev-go/protobuf-go/Manifest @@ -0,0 +1,2 @@ +DIST protobuf-go-1.30.0-deps.tar.xz 565680 BLAKE2B 711bdcd31c7986dd63a47db946d84081087c9a815b41c7239e8da312ca20faa7fbb8e4b03c59819c7403ff99e2eb691c436a3c03c7065c5ff99f513c90fc5d34 SHA512 73fffe68233c25b19edd0f22c0b1fb3e769a72a74ce00dcf5c1614ae2ec1f450e41283709791bbf0b31d08c462dc51ac08c07fece957aaec7850de66833c3648 +DIST protobuf-go-1.30.0.tar.gz 1298988 BLAKE2B 8ab6a105e691eacc60b6dc8ab872298469fcd38aad2fe7f5373761b2fa8e6208499db1b7eaccc40e5159dfcc2d1e4c9b5b5cbd81cb85787f88bcf93f355aa263 SHA512 379860dda3ccff3d6687520d92320a7543562cea104634a17abe5733c2d028116d2740434b33e39e7b263b9468806da7fe15af40c8e23c490c67fd9f9db8b770 diff --git a/dev-go/protobuf-go/protobuf-go-1.30.0-r1.ebuild b/dev-go/protobuf-go/protobuf-go-1.30.0-r1.ebuild new file mode 100644 index 00000000..4a38a596 --- /dev/null +++ b/dev-go/protobuf-go/protobuf-go-1.30.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit go-module + +DESCRIPTION="Go support for Google's protocol buffers" +HOMEPAGE="http://protobuf.dev" +SRC_URI="https://github.com/protocolbuffers/protobuf-go/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="!dev-go/go-protobuf" +RDEPEND="dev-libs/protobuf" + +src_compile() { + ego build ./cmd/protoc-gen-go +} + +src_install() { +dobin protoc-gen-go +} diff --git a/metadata/md5-cache/dev-go/protobuf-go-1.30.0-r1 b/metadata/md5-cache/dev-go/protobuf-go-1.30.0-r1 new file mode 100644 index 00000000..7446089e --- /dev/null +++ b/metadata/md5-cache/dev-go/protobuf-go-1.30.0-r1 @@ -0,0 +1,15 @@ +BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip +DEFINED_PHASES=compile install unpack +DEPEND=!dev-go/go-protobuf +DESCRIPTION=Go support for Google's protocol buffers +EAPI=8 +HOMEPAGE=http://protobuf.dev +INHERIT=go-module +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=dev-libs/protobuf +RESTRICT=strip +SLOT=0 +SRC_URI=https://github.com/protocolbuffers/protobuf-go/archive/v1.30.0.tar.gz -> protobuf-go-1.30.0.tar.gz https://dev.gentoo.org/~williamh/dist/protobuf-go-1.30.0-deps.tar.xz +_eclasses_=flag-o-matic e8de74bac929ba17427e740e95707d00 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module df32d29550d40a92da723d3b8e17b467 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 +_md5_=97a0b0b139b8df8aa926de48b6f6be09 diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index ada98de9..1ce31f7d 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -20,6 +20,7 @@ app-portage/sisyphus 6.2502.0: A simple portage python wrapper which works like app-portage/sisyphus-qt 6.2502.0: A simple portage python wrapper which works like other package managers(apt-get/yum/dnf) app-text/simplenote 2.6.0-r1: The simplest way to keep notes dev-go/go-protobuf 1.5.2: Go support for Google's protocol buffers +dev-go/protobuf-go 1.30.0-r1: Go support for Google's protocol buffers dev-go/protoc-gen-go-grpc 1.2.0: This tool generates Go language bindings of services in protobuf definition files for gRPC dev-lang/ruby 3.1.4-r10: An object-oriented scripting language dev-libs/libdbusmenu-qt 0.9.3_pre20160218-r2: A library providing Qt implementation of DBusMenu specification (meta mackage) |