public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/golang-github-kit] rawhide: Retired: Long term failure to build
Date: Sun, 09 Aug 2026 22:06:53 GMT	[thread overview]
Message-ID: <178631321333.1.6365583972473773643.rpms-golang-github-kit-db21b3c512bc@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/golang-github-kit
Branch : rawhide
Commit : db21b3c512bcf555275e9bede4e70c4fe1cbc9b7
Author : Miro Hrončok <miro@hroncok.cz>
Date   : 2026-08-10T00:06:48+02:00
Stats  : +1/-164 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/golang-github-kit/c/db21b3c512bcf555275e9bede4e70c4fe1cbc9b7?branch=rawhide

Log:
Retired: Long term failure to build

---
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 30288b3..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-/kit-0.8.0.tar.gz
-/kit-0.10.0.tar.gz
-/kit-0.11.0.tar.gz

diff --git a/README.md b/README.md
deleted file mode 100644
index cc5e750..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# golang-github-kit
-
-The golang-github-kit package
\ No newline at end of file

diff --git a/changelog b/changelog
deleted file mode 100644
index f280f43..0000000
--- a/changelog
+++ /dev/null
@@ -1,27 +0,0 @@
-* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
-
-* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
-
-* Fri Jan 15 22:41:38 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.10.0-2
-- Use compatibility for github.com/aws/aws-sdk-go-v2-0.24
-
-* Mon Aug 10 04:16:30 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.10.0-1
-- Update to 0.10.0
-
-* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-5
-- Second attempt - Rebuilt for
-  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
-
-* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
-
-* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Thu Apr 18 18:53:04 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.8.0-1
-- Initial package

diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..ab7426e
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Retired: Long term failure to build

diff --git a/golang-github-kit.spec b/golang-github-kit.spec
deleted file mode 100644
index 10a2caf..0000000
--- a/golang-github-kit.spec
+++ /dev/null
@@ -1,130 +0,0 @@
-# Generated by go2rpm
-%bcond_without check
-%bcond_without bootstrap
-
-%global debug_package %{nil}
-
-# https://github.com/go-kit/kit
-%global goipath         github.com/go-kit/kit
-Version:                0.11.0
-
-%gometa
-
-%global goipaths0       github.com/go-kit/kit
-%global goipathsex0     github.com/go-kit/kit/sd/etcd github.com/go-kit/kit/sd/etcdv3
-
-%if %{without bootstrap}
-%global goipaths1       github.com/go-kit/kit/sd/etcd github.com/go-kit/kit/sd/etcdv3
-%endif
-
-%global common_description %{expand:
-Go kit is a programming toolkit for building microservices (or elegant
-monoliths) in Go. We solve common problems in distributed systems and
-application architecture so you can focus on delivering business value.}
-
-%global golicenses      LICENSE log/term/LICENSE
-%global godocs          examples CONTRIBUTING.md README.md
-
-Name:           %{goname}
-Release:        %autorelease
-Summary:        Standard library for microservices
-
-License:        MIT
-URL:            %{gourl}
-Source0:        %{gosource}
-
-BuildRequires:  golang(github.com/afex/hystrix-go/hystrix)
-BuildRequires:  golang(github.com/aws/aws-sdk-go-v2/aws)
-BuildRequires:  golang(github.com/aws/aws-sdk-go-v2/service/cloudwatch)
-BuildRequires:  golang(github.com/aws/aws-sdk-go-v2/service/cloudwatch/types)
-BuildRequires:  golang(github.com/aws/aws-sdk-go/aws)
-BuildRequires:  golang(github.com/aws/aws-sdk-go/service/cloudwatch)
-BuildRequires:  golang(github.com/aws/aws-sdk-go/service/cloudwatch/cloudwatchiface)
-BuildRequires:  golang(github.com/casbin/casbin/v2)
-BuildRequires:  golang(github.com/dgrijalva/jwt-go)
-BuildRequires:  golang(github.com/go-logfmt/logfmt)
-BuildRequires:  golang(github.com/go-zookeeper/zk)
-BuildRequires:  golang(github.com/hashicorp/consul/api)
-BuildRequires:  golang(github.com/hudl/fargo)
-BuildRequires:  golang(github.com/influxdata/influxdb1-client/v2)
-BuildRequires:  golang(github.com/nats-io/nats.go)
-BuildRequires:  golang(github.com/opentracing/opentracing-go)
-BuildRequires:  golang(github.com/opentracing/opentracing-go/ext)
-BuildRequires:  golang(github.com/opentracing/opentracing-go/log)
-BuildRequires:  golang(github.com/openzipkin/zipkin-go)
-BuildRequires:  golang(github.com/openzipkin/zipkin-go/model)
-BuildRequires:  golang(github.com/openzipkin/zipkin-go/propagation/b3)
-BuildRequires:  golang(github.com/performancecopilot/speed)
-BuildRequires:  golang(github.com/prometheus/client_golang/prometheus)
-BuildRequires:  golang(github.com/sirupsen/logrus)
-BuildRequires:  golang(github.com/sony/gobreaker)
-BuildRequires:  golang(github.com/streadway/amqp)
-BuildRequires:  golang(github.com/streadway/handy/breaker)
-BuildRequires:  golang(github.com/VividCortex/gohistogram)
-%if %{without bootstrap}
-BuildRequires:  golang(go.etcd.io/etcd/client/pkg/v3/transport)
-BuildRequires:  golang(go.etcd.io/etcd/client/v2)
-BuildRequires:  golang(go.etcd.io/etcd/client/v3)
-%endif
-BuildRequires:  golang(go.opencensus.io/plugin/ochttp)
-BuildRequires:  golang(go.opencensus.io/plugin/ochttp/propagation/b3)
-BuildRequires:  golang(go.opencensus.io/trace)
-BuildRequires:  golang(go.opencensus.io/trace/propagation)
-BuildRequires:  golang(go.uber.org/zap)
-BuildRequires:  golang(go.uber.org/zap/zapcore)
-BuildRequires:  golang(golang.org/x/sync/errgroup)
-BuildRequires:  golang(google.golang.org/grpc)
-BuildRequires:  golang(google.golang.org/grpc/codes)
-BuildRequires:  golang(google.golang.org/grpc/metadata)
-BuildRequires:  golang(google.golang.org/grpc/status)
-BuildRequires:  golang(google.golang.org/protobuf/proto)
-
-%if %{with check}
-# Tests
-BuildRequires:  golang(github.com/casbin/casbin/v2/model)
-BuildRequires:  golang(github.com/casbin/casbin/v2/persist/file-adapter)
-BuildRequires:  golang(github.com/prometheus/client_golang/prometheus/promhttp)
-BuildRequires:  golang(google.golang.org/protobuf/reflect/protoreflect)
-BuildRequires:  golang(google.golang.org/protobuf/runtime/protoimpl)
-%endif
-
-%description
-%{common_description}
-
-%gopkg
-
-%prep
-%goprep
-
-%if %{without bootstrap}
-%build
-for cmd in cmd/* ; do
-  %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd
-done
-%endif
-
-%install
-%gopkginstall
-%if %{without bootstrap}
-install -m 0755 -vd                     %{buildroot}%{_bindir}
-install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
-%endif
-
-%if %{without bootstrap}
-%if %{with check}
-%check
-%gocheck -t metrics
-%endif
-%endif
-
-%if %{without bootstrap}
-%files
-%license %{golicenses}
-%doc %{godocs}
-%{_bindir}/*
-%endif
-
-%gopkgfiles
-
-%changelog
-%autochangelog

diff --git a/sources b/sources
deleted file mode 100644
index 6496071..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (kit-0.11.0.tar.gz) = ef5460ca2e4587c8d6148c2c7ca6ce0d6531a0b55bf23fd66e91b84f52112bce446ecc1a93118aa8b3dc8261c1abcfb15451513d749f4caf5749f542eebab3c4

                 reply	other threads:[~2026-08-09 22:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178631321333.1.6365583972473773643.rpms-golang-github-kit-db21b3c512bc@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox