Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/oidc-agent/
Date: Wed, 07 Oct 2020 16:54:43
Message-Id: 1602089659.01abbfeb8a950daa7d2578a2e704d92a5cf6b236.marecki@gentoo
1 commit: 01abbfeb8a950daa7d2578a2e704d92a5cf6b236
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 7 16:29:14 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 16:54:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01abbfeb
7
8 net-misc/oidc-agent: fix description
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 net-misc/oidc-agent/oidc-agent-3.3.1.ebuild | 2 +-
13 net-misc/oidc-agent/oidc-agent-3.3.5-r1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/oidc-agent/oidc-agent-3.3.1.ebuild b/net-misc/oidc-agent/oidc-agent-3.3.1.ebuild
17 index ca748e52e6d..2ca56ed3f68 100644
18 --- a/net-misc/oidc-agent/oidc-agent-3.3.1.ebuild
19 +++ b/net-misc/oidc-agent/oidc-agent-3.3.1.ebuild
20 @@ -5,7 +5,7 @@ EAPI=7
21
22 inherit flag-o-matic xdg-utils
23
24 -DESCRIPTION="oidc-agent for managing OpenID Connect tokens on the command line"
25 +DESCRIPTION="Agent and tools for managing OpenID Connect tokens on the command line"
26 HOMEPAGE="https://github.com/indigo-dc/oidc-agent"
27 SRC_URI="https://github.com/indigo-dc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28
29
30 diff --git a/net-misc/oidc-agent/oidc-agent-3.3.5-r1.ebuild b/net-misc/oidc-agent/oidc-agent-3.3.5-r1.ebuild
31 index 5d92fd75b2c..1a5486a56b5 100644
32 --- a/net-misc/oidc-agent/oidc-agent-3.3.5-r1.ebuild
33 +++ b/net-misc/oidc-agent/oidc-agent-3.3.5-r1.ebuild
34 @@ -5,7 +5,7 @@ EAPI=7
35
36 inherit flag-o-matic xdg-utils
37
38 -DESCRIPTION="oidc-agent for managing OpenID Connect tokens on the command line"
39 +DESCRIPTION="Agent and tools for managing OpenID Connect tokens on the command line"
40 HOMEPAGE="https://github.com/indigo-dc/oidc-agent"
41 SRC_URI="https://github.com/indigo-dc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"