Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/binutils-config:master commit in: /
Date: Thu, 21 May 2020 18:48:51
Message-Id: 1590086907.23e0a288ea57e70fd29dfb24faabfaef6ce0ddf7.slyfox@gentoo
1 commit: 23e0a288ea57e70fd29dfb24faabfaef6ce0ddf7
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 18:48:27 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 18:48:27 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/binutils-config.git/commit/?id=23e0a288
7
8 README.md: rename to plaitext README
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11
12 Makefile | 2 +-
13 README.md => README | 2 --
14 2 files changed, 1 insertion(+), 3 deletions(-)
15
16 diff --git a/Makefile b/Makefile
17 index 42dbeff..7fd7959 100644
18 --- a/Makefile
19 +++ b/Makefile
20 @@ -19,7 +19,7 @@ all: # no-op
21 install: all
22 $(MKDIR_P) $(DESTDIR)$(BINDIR) $(DESTDIR)$(DOCDIR) $(DESTDIR)$(ESELECTDIR) $(DESTDIR)$(MANDIR)/man8
23 $(INSTALL_EXE) src/binutils-config $(DESTDIR)$(BINDIR)
24 - $(INSTALL_DATA) README.md $(DESTDIR)$(DOCDIR)
25 + $(INSTALL_DATA) README $(DESTDIR)$(DOCDIR)
26 $(INSTALL_DATA) src/binutils.eselect $(DESTDIR)$(ESELECTDIR)
27 $(INSTALL_DATA) src/binutils-config.8 $(DESTDIR)$(MANDIR)/man8
28
29
30 diff --git a/README.md b/README
31 similarity index 82%
32 rename from README.md
33 rename to README
34 index 178587b..4d20a02 100644
35 --- a/README.md
36 +++ b/README
37 @@ -1,5 +1,3 @@
38 -# binutils-config
39 sys-devel/binutils-config : Utility to change the binutils version being used
40
41 -# development
42 Repository lives at https://gitweb.gentoo.org/proj/binutils-config.git/