Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/bzr-xmloutput/
Date: Sat, 02 Dec 2017 12:52:50
Message-Id: 1512219125.c263bebe456e00bdf662edc0390358524abccd1e.soap@gentoo
1 commit: c263bebe456e00bdf662edc0390358524abccd1e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 12:52:05 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 12:52:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c263bebe
7
8 dev-vcs/bzr-xmloutput: [QA] Fix DESCRIPTION.toolong
9
10 dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8-r2.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8-r2.ebuild b/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8-r2.ebuild
14 index a724c30907c..6006269067a 100644
15 --- a/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8-r2.ebuild
16 +++ b/dev-vcs/bzr-xmloutput/bzr-xmloutput-0.8.8-r2.ebuild
17 @@ -8,7 +8,7 @@ DISTUTILS_SINGLE_IMPL=1
18
19 inherit distutils-r1
20
21 -DESCRIPTION="A Bazaar plugin that provides a option to generate XML output forbuiltin commands."
22 +DESCRIPTION="Bazaar plugin providing an option to generate XML output for builtin commands"
23 HOMEPAGE="http://bazaar-vcs.org/XMLOutput"
24 SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"