Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/argparse/
Date: Sat, 30 Jan 2021 22:13:02
Message-Id: 1612044762.2b1904dad674408b475727ab3d591c3468a2f6d8.conikost@gentoo
1 commit: 2b1904dad674408b475727ab3d591c3468a2f6d8
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 22:12:42 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 22:12:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1904da
7
8 dev-cpp/argparse: update DESCRIPTION
9
10 Closes: https://bugs.gentoo.org/758329
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 dev-cpp/argparse/argparse-2.1.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-cpp/argparse/argparse-2.1.ebuild b/dev-cpp/argparse/argparse-2.1.ebuild
18 index a09440f0a8c..e816482a83f 100644
19 --- a/dev-cpp/argparse/argparse-2.1.ebuild
20 +++ b/dev-cpp/argparse/argparse-2.1.ebuild
21 @@ -1,16 +1,16 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 CMAKE_ECLASS="cmake"
29 +
30 inherit cmake-multilib
31
32 -DESCRIPTION="AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker"
33 +DESCRIPTION="Argument Parser for Modern C++"
34 HOMEPAGE="https://github.com/p-ranav/argparse"
35 SRC_URI="https://github.com/p-ranav/argparse/archive/v${PV}.tar.gz -> ${P}.tar.gz"
36
37 LICENSE="MIT"
38 SLOT="0"
39 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
40 -IUSE=""