Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmcliphist: ChangeLog wmcliphist-1.0.ebuild
Date: Mon, 27 Aug 2012 09:27:04
Message-Id: 20120827092654.6B356208D2@flycatcher.gentoo.org
1 voyageur 12/08/27 09:26:54
2
3 Modified: ChangeLog
4 Added: wmcliphist-1.0.ebuild
5 Log:
6 Version bump, integrates Gentoo patches and some new features
7
8 (Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.18 x11-plugins/wmcliphist/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcliphist/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcliphist/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcliphist/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 5 May 2012 05:12:01 -0000 1.17
24 +++ ChangeLog 27 Aug 2012 09:26:54 -0000 1.18
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-plugins/wmcliphist
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v 1.17 2012/05/05 05:12:01 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/ChangeLog,v 1.18 2012/08/27 09:26:54 voyageur Exp $
30 +
31 +*wmcliphist-1.0 (27 Aug 2012)
32 +
33 + 27 Aug 2012; Bernard Cafarelli <voyageur@g.o> +wmcliphist-1.0.ebuild:
34 + Version bump, integrates Gentoo patches and some new features
35
36 05 May 2012; Jeff Horelick <jdhore@g.o> wmcliphist-0.6-r1.ebuild:
37 dev-util/pkgconfig -> virtual/pkgconfig
38
39
40
41 1.1 x11-plugins/wmcliphist/wmcliphist-1.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-1.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-1.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: wmcliphist-1.0.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcliphist/wmcliphist-1.0.ebuild,v 1.1 2012/08/27 09:26:54 voyageur Exp $
51
52 EAPI=4
53
54 inherit eutils toolchain-funcs
55
56 DESCRIPTION="Dockable clipboard history application for Window Maker"
57 HOMEPAGE="http://linux.nawebu.cz/wmcliphist"
58 SRC_URI="http://linux.nawebu.cz/${PN}/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
63 IUSE=""
64
65 RDEPEND="x11-libs/gtk+:2"
66 DEPEND="${RDEPEND}
67 virtual/pkgconfig"
68
69 S=${WORKDIR}/${PN}
70
71 src_compile() {
72 tc-export CC
73 emake
74 }
75
76 src_install() {
77 dobin ${PN}
78 dodoc ChangeLog README
79 newdoc ${PN}rc ${PN}rc.sample
80 }