summaryrefslogtreecommitdiff
path: root/dev-go/gogo-protobuf
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-go/gogo-protobuf
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-go/gogo-protobuf')
-rw-r--r--dev-go/gogo-protobuf/Manifest2
-rw-r--r--dev-go/gogo-protobuf/gogo-protobuf-1.3.2.ebuild27
-rw-r--r--dev-go/gogo-protobuf/metadata.xml8
3 files changed, 0 insertions, 37 deletions
diff --git a/dev-go/gogo-protobuf/Manifest b/dev-go/gogo-protobuf/Manifest
deleted file mode 100644
index 22fcce1ef77f..000000000000
--- a/dev-go/gogo-protobuf/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST gogo-protobuf-1.3.2-deps.tar.xz 8551480 BLAKE2B 9e153de5c75f45dc1cd8638d62ab97414823cf258d55eabd0820179434479ffc79b0cba1f7b80ac1c8e6dc9fe6eaad9bec8b768442e303dc202d236c1572e253 SHA512 64e7236da3d315a20a40c22ec2d2fb50858c1c355bd71d096cd28f276ccc3889f487e5ae21bee6e6a905e64a403584ac478aebd8a39578c248219b5fc4132d39
-DIST gogo-protobuf-1.3.2.tar.gz 2038725 BLAKE2B ecd0578f60d24107e61ef93ab0d74e0aa10d632823da8c41c21a9304f188415ef6fa5b746196be6eee9389d2d6e38277b2f1546d1365b47b4965785085da93ac SHA512 4a9ef75ff14f53a466c783a113a3e4b58dac518befc57c4eeafc8c9c3b6323ca16fc238c90b512818a45a0dc582f2bbb544b07463779db589ed46413f96aa2f5
diff --git a/dev-go/gogo-protobuf/gogo-protobuf-1.3.2.ebuild b/dev-go/gogo-protobuf/gogo-protobuf-1.3.2.ebuild
deleted file mode 100644
index 0362f8ea12fa..000000000000
--- a/dev-go/gogo-protobuf/gogo-protobuf-1.3.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Protocol Buffers for Go with Gadgets"
-HOMEPAGE="https://github.com/gogo/protobuf"
-SRC_URI="https://github.com/gogo/protobuf/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz"
-S="${WORKDIR}/protobuf-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RESTRICT+=" test"
-
-src_compile() {
- GOBIN="${S}/bin" emake install
-}
-
-src_install() {
- dobin bin/*
- dodoc README
-}
diff --git a/dev-go/gogo-protobuf/metadata.xml b/dev-go/gogo-protobuf/metadata.xml
deleted file mode 100644
index fbfc0c96b917..000000000000
--- a/dev-go/gogo-protobuf/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">gogo/protobuf</remote-id>
- </upstream>
-</pkgmetadata>