Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/clockywock/files: clockywock-0.3.1a-makefile.patch
Date: Sat, 02 Mar 2013 20:37:26
Message-Id: 20130302203721.B208220081@flycatcher.gentoo.org
1 pinkbyte 13/03/02 20:37:21
2
3 Added: clockywock-0.3.1a-makefile.patch
4 Log:
5 Version bump: EAPI 5, use base eclass, add ~amd64-linux and ~x86-linux keywords, set new HOMEPAGE and SRC_URI, assign myself as maintainer
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.1 app-misc/clockywock/files/clockywock-0.3.1a-makefile.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/clockywock/files/clockywock-0.3.1a-makefile.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/clockywock/files/clockywock-0.3.1a-makefile.patch?rev=1.1&content-type=text/plain
14
15 Index: clockywock-0.3.1a-makefile.patch
16 ===================================================================
17 --- Makefile
18 +++ Makefile
19 @@ -1,5 +1,6 @@
20 +LIBS += -lncurses -lpthread
21 all:
22 - g++ -O3 -Wall -o clockywock clockywock.cpp -lncurses -lpthread
23 + $(CXX) $(CXXFLAGS) $(LDFLAGS) -o clockywock clockywock.cpp $(LIBS)
24
25 # install is done completely lazily
26 install: