Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/ecls/files/, dev-lisp/ecls/
Date: Fri, 05 Nov 2021 10:05:08
Message-Id: 1636097894.f3be0acc5cdbe7e42e00926f3ee00b3542f2a4ef.ulm@gentoo
1 commit: f3be0acc5cdbe7e42e00926f3ee00b3542f2a4ef
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 5 07:37:49 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 5 07:38:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3be0acc
7
8 dev-lisp/ecls: Remove duplicate README.Gentoo file
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 dev-lisp/ecls/ecls-16.1.3-r1.ebuild | 2 +-
14 dev-lisp/ecls/ecls-20.4.24-r1.ebuild | 2 +-
15 dev-lisp/ecls/ecls-21.2.1-r3.ebuild | 2 +-
16 dev-lisp/ecls/files/README.Gentoo | 15 ---------------
17 4 files changed, 3 insertions(+), 18 deletions(-)
18
19 diff --git a/dev-lisp/ecls/ecls-16.1.3-r1.ebuild b/dev-lisp/ecls/ecls-16.1.3-r1.ebuild
20 index 864fb47fc12..4109b67d44f 100644
21 --- a/dev-lisp/ecls/ecls-16.1.3-r1.ebuild
22 +++ b/dev-lisp/ecls/ecls-16.1.3-r1.ebuild
23 @@ -88,7 +88,7 @@ src_install() {
24 emake DESTDIR="${D}" install
25
26 dodoc README.md CHANGELOG
27 - dodoc "${FILESDIR}"/README.Gentoo
28 + dodoc "${FILESDIR}"/README.gentoo
29 pushd build/doc
30 newman ecl.man ecl.1
31 newman ecl-config.man ecl-config.1
32
33 diff --git a/dev-lisp/ecls/ecls-20.4.24-r1.ebuild b/dev-lisp/ecls/ecls-20.4.24-r1.ebuild
34 index b3ab59498a8..0c2c641c4ac 100644
35 --- a/dev-lisp/ecls/ecls-20.4.24-r1.ebuild
36 +++ b/dev-lisp/ecls/ecls-20.4.24-r1.ebuild
37 @@ -88,7 +88,7 @@ src_install() {
38 emake DESTDIR="${D}" install
39
40 dodoc README.md CHANGELOG
41 - dodoc "${FILESDIR}"/README.Gentoo
42 + dodoc "${FILESDIR}"/README.gentoo
43 pushd build/doc
44 newman ecl.man ecl.1
45 newman ecl-config.man ecl-config.1
46
47 diff --git a/dev-lisp/ecls/ecls-21.2.1-r3.ebuild b/dev-lisp/ecls/ecls-21.2.1-r3.ebuild
48 index 87a427e8612..c6913c125b7 100644
49 --- a/dev-lisp/ecls/ecls-21.2.1-r3.ebuild
50 +++ b/dev-lisp/ecls/ecls-21.2.1-r3.ebuild
51 @@ -79,7 +79,7 @@ src_install() {
52 emake DESTDIR="${D}" install
53
54 dodoc README.md CHANGELOG
55 - dodoc "${FILESDIR}"/README.Gentoo
56 + dodoc "${FILESDIR}"/README.gentoo
57 pushd build/doc
58 newman ecl.man ecl.1
59 newman ecl-config.man ecl-config.1
60
61 diff --git a/dev-lisp/ecls/files/README.Gentoo b/dev-lisp/ecls/files/README.Gentoo
62 deleted file mode 100644
63 index 9bb82f22009..00000000000
64 --- a/dev-lisp/ecls/files/README.Gentoo
65 +++ /dev/null
66 @@ -1,15 +0,0 @@
67 --*- outline -*-
68 -
69 -Gentoo GNU/Linux specific notes for ECL
70 ----------------------------------------
71 -
72 -This is the README.Gentoo file from /usr/share/doc/@PF@/ directory.
73 -
74 - * The Gentoo port includes a patch to ECL's installed header file (ech.h) so
75 - that TRUE and FALSE are not redefined if they're already included from
76 - elsewhere. This makes it easier to use ECL with other software which defines
77 - those C preprocesser symbols (eg. glib-2.0).
78 -
79 -If you encounter any problems or have suggestions, use http://bugs.gentoo.org.
80 -Please don't bother the upstream authors unless you are absolutely certain it is
81 -not Gentoo-related.