Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/trayer-srg: trayer-srg-1.1.6.ebuild ChangeLog
Date: Wed, 30 Jul 2014 21:49:16
Message-Id: 20140730214909.D6B502004E@flycatcher.gentoo.org
1 xmw 14/07/30 21:49:08
2
3 Modified: ChangeLog
4 Added: trayer-srg-1.1.6.ebuild
5 Log:
6 Version bump (euscan).
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
9
10 Revision Changes Path
11 1.12 x11-misc/trayer-srg/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/trayer-srg/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/trayer-srg/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/trayer-srg/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/trayer-srg/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 11 Dec 2012 23:29:00 -0000 1.11
24 +++ ChangeLog 30 Jul 2014 21:49:08 -0000 1.12
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-misc/trayer-srg
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer-srg/ChangeLog,v 1.11 2012/12/11 23:29:00 xmw Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer-srg/ChangeLog,v 1.12 2014/07/30 21:49:08 xmw Exp $
31 +
32 +*trayer-srg-1.1.6 (30 Jul 2014)
33 +
34 + 30 Jul 2014; Michael Weber <xmw@g.o> +trayer-srg-1.1.6.ebuild:
35 + Version bump (euscan).
36
37 11 Dec 2012; Michael Weber <xmw@g.o> -trayer-srg-1.1.4.ebuild:
38 Drop old
39 @@ -41,4 +46,3 @@
40 29 Jan 2012; Michael Weber <xmw@g.o> +trayer-srg-1.1.4.ebuild,
41 +metadata.xml:
42 Initial import (from xmw overlay)
43 -
44
45
46
47 1.1 x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild?rev=1.1&content-type=text/plain
51
52 Index: trayer-srg-1.1.6.ebuild
53 ===================================================================
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild,v 1.1 2014/07/30 21:49:08 xmw Exp $
57
58 EAPI=4
59
60 inherit toolchain-funcs vcs-snapshot
61
62 DESCRIPTION="trayer fork with multi monitor support, cleaned up codebase and other fancy stuff"
63 HOMEPAGE="https://github.com/sargon/trayer-srg"
64 SRC_URI="https://github.com/sargon/${PN}/tarball/${P/-srg/} -> ${P}.tar.gz"
65
66 LICENSE="MIT"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE=""
70
71 RDEPEND="x11-libs/gdk-pixbuf:2
72 x11-libs/gtk+:2
73 x11-libs/libX11
74 x11-libs/libXmu"
75 DEPEND="${RDEPEND}
76 virtual/pkgconfig"
77
78 src_compile() {
79 emake DEVEL=1 TARGET=${PN} CC="$(tc-getCC)"
80 }
81
82 src_install() {
83 dobin ${PN}
84 dodoc CHANGELOG CREDITS README TODO
85 }