Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/xmlgraphics-commons/
Date: Wed, 27 Apr 2022 08:57:22
Message-Id: 1651049834.c075203e017c43310dfbc87543f885b1a17d74c8.flow@gentoo
1 commit: c075203e017c43310dfbc87543f885b1a17d74c8
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 08:56:20 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 08:57:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c075203e
7
8 dev-java/xmlgraphics-commons: Re-add DOCS=( NOTICE README)
9
10 We should install the NOTICE file, as per the Apache License 2.0.
11
12 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
13
14 dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7-r1.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7-r1.ebuild b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7-r1.ebuild
18 index ad42da6ed305..2bc679b79fbe 100644
19 --- a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7-r1.ebuild
20 +++ b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7-r1.ebuild
21 @@ -46,6 +46,8 @@ DEPEND="${CP_DEPEND}
22 RDEPEND="${CP_DEPEND}
23 >=virtual/jre-1.8:*"
24
25 +DOCS=( NOTICE README )
26 +
27 S="${WORKDIR}/${P}"
28
29 JAVA_SRC_DIR="src/main/java"