summaryrefslogtreecommitdiff
path: root/dev-go/protobuf-go
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-go/protobuf-go
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-go/protobuf-go')
-rw-r--r--dev-go/protobuf-go/Manifest2
-rw-r--r--dev-go/protobuf-go/metadata.xml11
-rw-r--r--dev-go/protobuf-go/protobuf-go-1.30.0.ebuild24
3 files changed, 0 insertions, 37 deletions
diff --git a/dev-go/protobuf-go/Manifest b/dev-go/protobuf-go/Manifest
deleted file mode 100644
index 3d11e2f353a7..000000000000
--- a/dev-go/protobuf-go/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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/metadata.xml b/dev-go/protobuf-go/metadata.xml
deleted file mode 100644
index 7da7f208bd96..000000000000
--- a/dev-go/protobuf-go/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>williamh@gentoo.org</email>
- <name>William Hubbs</name>
- </maintainer>
- <upstream>
- <remote-id type="github">protocolbuffers/protobuf-go</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-go/protobuf-go/protobuf-go-1.30.0.ebuild b/dev-go/protobuf-go/protobuf-go-1.30.0.ebuild
deleted file mode 100644
index 614b5698d2ee..000000000000
--- a/dev-go/protobuf-go/protobuf-go-1.30.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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"
-
-RDEPEND="dev-libs/protobuf"
-
-src_compile() {
- ego build ./cmd/protoc-gen-go
-}
-
-src_install() {
-dobin protoc-gen-go
-}