Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/growl-for-linux: ChangeLog growl-for-linux-0.2.ebuild
Date: Sun, 01 May 2011 03:48:01
Message-Id: 20110501034751.BFD772004F@flycatcher.gentoo.org
1 matsuu 11/05/01 03:47:51
2
3 Modified: ChangeLog
4 Added: growl-for-linux-0.2.ebuild
5 Log:
6 Version bumped.
7
8 (Portage version: 2.1.9.46/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 x11-misc/growl-for-linux/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/growl-for-linux/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/growl-for-linux/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/growl-for-linux/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/growl-for-linux/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 27 Apr 2011 22:33:39 -0000 1.1
24 +++ ChangeLog 1 May 2011 03:47:51 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-misc/growl-for-linux
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/growl-for-linux/ChangeLog,v 1.1 2011/04/27 22:33:39 matsuu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/growl-for-linux/ChangeLog,v 1.2 2011/05/01 03:47:51 matsuu Exp $
30 +
31 +*growl-for-linux-0.2 (01 May 2011)
32 +
33 + 01 May 2011; MATSUU Takuto <matsuu@g.o> +growl-for-linux-0.2.ebuild:
34 + Version bumped.
35
36 *growl-for-linux-0.1 (27 Apr 2011)
37
38
39
40
41 1.1 x11-misc/growl-for-linux/growl-for-linux-0.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/growl-for-linux/growl-for-linux-0.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/growl-for-linux/growl-for-linux-0.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: growl-for-linux-0.2.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-misc/growl-for-linux/growl-for-linux-0.2.ebuild,v 1.1 2011/05/01 03:47:51 matsuu Exp $
51
52 EAPI=3
53 inherit multilib
54
55 DESCRIPTION="Growl Implementation For Linux"
56 HOMEPAGE="http://mattn.github.com/growl-for-linux/"
57 SRC_URI="https://github.com/downloads/mattn/growl-for-linux/${P}.tar.gz"
58
59 LICENSE="BSD-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 RDEPEND="dev-db/sqlite:3
65 dev-libs/dbus-glib
66 dev-libs/glib:2
67 dev-libs/libxml2
68 dev-libs/openssl
69 net-misc/curl
70 x11-libs/gtk+:2"
71 DEPEND="${RDEPEND}
72 dev-util/pkgconfig"
73
74 src_configure() {
75 econf --disable-static
76 }
77
78 src_install() {
79 emake DESTDIR="${D}" install || die
80
81 find "${ED}/usr/$(get_libdir)/growl-for-linux" -name "*.la" -exec rm {} + || die
82
83 dodoc AUTHORS ChangeLog NEWS README* TODO || die
84 }