Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xmlrpc-c/
Date: Tue, 06 Sep 2022 06:47:01
Message-Id: 1662446345.0444345168cea1f57a369138caf29886ccf2704f.sam@gentoo
1 commit: 0444345168cea1f57a369138caf29886ccf2704f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 6 06:39:05 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 6 06:39:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04443451
7
8 dev-libs/xmlrpc-c: fix DESCRIPTION typo
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r2.ebuild | 2 +-
13 dev-libs/xmlrpc-c/xmlrpc-c-1.54.05.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r2.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r2.ebuild
17 index 283f805275ca..2493a2da7f75 100644
18 --- a/dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r2.ebuild
19 +++ b/dev-libs/xmlrpc-c/xmlrpc-c-1.51.06-r2.ebuild
20 @@ -10,7 +10,7 @@ inherit multilib-minimal
21 # 2. SVN tagging of releases seems spotty: http://svn.code.sf.net/p/xmlrpc-c/code/release_number/
22 # Because of this, we are following the "Super Stable" release channel
23
24 -DESCRIPTION="A lightweigt RPC library based on XML and HTTP"
25 +DESCRIPTION="A lightweight RPC library based on XML and HTTP"
26 HOMEPAGE="http://xmlrpc-c.sourceforge.net/"
27 SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
28
29
30 diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-1.54.05.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-1.54.05.ebuild
31 index a59fac938410..b09f6997a32b 100644
32 --- a/dev-libs/xmlrpc-c/xmlrpc-c-1.54.05.ebuild
33 +++ b/dev-libs/xmlrpc-c/xmlrpc-c-1.54.05.ebuild
34 @@ -10,7 +10,7 @@ inherit multilib-minimal
35 # 2. SVN tagging of releases seems spotty: http://svn.code.sf.net/p/xmlrpc-c/code/release_number/
36 # Because of this, we are following the "Super Stable" release channel
37
38 -DESCRIPTION="A lightweigt RPC library based on XML and HTTP"
39 +DESCRIPTION="A lightweight RPC library based on XML and HTTP"
40 HOMEPAGE="http://xmlrpc-c.sourceforge.net/"
41 SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"