Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/dssp/files/
Date: Tue, 31 Jan 2017 08:42:43
Message-Id: 1485852064.cab595fe564959e0709fd06b9c09d1ecef12c465.soap@gentoo
1 commit: cab595fe564959e0709fd06b9c09d1ecef12c465
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 30 16:59:36 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 08:41:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab595fe
7
8 sci-chemistry/dssp: remove unused Makefile
9
10 Closes: https://github.com/gentoo/gentoo/pull/3730
11
12 sci-chemistry/dssp/files/Makefile | 7 -------
13 1 file changed, 7 deletions(-)
14
15 diff --git a/sci-chemistry/dssp/files/Makefile b/sci-chemistry/dssp/files/Makefile
16 deleted file mode 100644
17 index 575202e..00000000
18 --- a/sci-chemistry/dssp/files/Makefile
19 +++ /dev/null
20 @@ -1,7 +0,0 @@
21 -#OBJ = AccSurf.o CalcAccSurf.o Contacts.o Date.o Dssp.o DsspCMBI.o p2clib.o Vector.o
22 -OBJ = AccSurf.o CalcAccSurf.o Contacts.o Date.o DsspCMBI.o p2clib.o Vector.o
23 -
24 -LIBS = -lm
25 -
26 -dssp: $(OBJ)
27 - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)