Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/kompose/
Date: Sun, 24 Nov 2019 21:59:45
Message-Id: 1574632765.6c0f23d2ca95ba0d3d0b16a98a07cb142d47fb81.mrueg@gentoo
1 commit: 6c0f23d2ca95ba0d3d0b16a98a07cb142d47fb81
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 24 21:59:25 2019 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 24 21:59:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0f23d2
7
8 app-emulation/kompose: Drop ROADMAP.md
9
10 Thanks to Dennis Schridde
11
12 Closes: https://bugs.gentoo.org/697984
13 Package-Manager: Portage-2.3.76, Repoman-2.3.16
14 Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
15
16 app-emulation/kompose/kompose-1.19.0.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/app-emulation/kompose/kompose-1.19.0.ebuild b/app-emulation/kompose/kompose-1.19.0.ebuild
20 index 6262daaf755..d6b2bc22f6a 100644
21 --- a/app-emulation/kompose/kompose-1.19.0.ebuild
22 +++ b/app-emulation/kompose/kompose-1.19.0.ebuild
23 @@ -26,5 +26,5 @@ src_compile() {
24
25 src_install() {
26 dobin bin/*
27 - dodoc -r src/${EGO_PN}/{docs,{README,RELEASE,ROADMAP,CHANGELOG,CONTRIBUTING}.md}
28 + dodoc -r src/${EGO_PN}/{docs,{README,RELEASE,CHANGELOG,CONTRIBUTING}.md}
29 }