Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/growl-for-linux/
Date: Fri, 04 Dec 2015 09:43:28
Message-Id: 1449222637.378ae86f360a85b15e7d071d7298187c4a45cabc.blueness@gentoo
1 commit: 378ae86f360a85b15e7d071d7298187c4a45cabc
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 4 09:33:50 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 4 09:50:37 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378ae86f
7
8 x11-misc/growl-for-linux: add libressl support
9
10 Package-Manager: portage-2.2.20.1
11
12 ...growl-for-linux-0.6.7.ebuild => growl-for-linux-0.6.7-r1.ebuild} | 6 ++++--
13 x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild | 4 ++--
14 x11-misc/growl-for-linux/growl-for-linux-9999.ebuild | 6 ++++--
15 3 files changed, 10 insertions(+), 6 deletions(-)
16
17 diff --git a/x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild b/x11-misc/growl-for-linux/growl-for-linux-0.6.7-r1.ebuild
18 similarity index 85%
19 copy from x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild
20 copy to x11-misc/growl-for-linux/growl-for-linux-0.6.7-r1.ebuild
21 index c406ebe..69103e2 100644
22 --- a/x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild
23 +++ b/x11-misc/growl-for-linux/growl-for-linux-0.6.7-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 @@ -13,12 +13,14 @@ SRC_URI="mirror://github/mattn/growl-for-linux/${P}.tar.gz"
31 LICENSE="BSD-2"
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 +IUSE="libressl"
35
36 RDEPEND="dev-db/sqlite:3
37 dev-libs/dbus-glib
38 dev-libs/glib:2
39 dev-libs/libxml2
40 - dev-libs/openssl
41 + !libressl? ( dev-libs/openssl:0 )
42 + libressl? ( dev-libs/libressl )
43 net-misc/curl
44 x11-libs/gtk+:2"
45 DEPEND="${RDEPEND}
46
47 diff --git a/x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild b/x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild
48 index c406ebe..10f7e1e 100644
49 --- a/x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild
50 +++ b/x11-misc/growl-for-linux/growl-for-linux-0.6.7.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2013 Gentoo Foundation
53 +# Copyright 1999-2015 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Id$
56
57 @@ -18,7 +18,7 @@ RDEPEND="dev-db/sqlite:3
58 dev-libs/dbus-glib
59 dev-libs/glib:2
60 dev-libs/libxml2
61 - dev-libs/openssl
62 + dev-libs/openssl:0
63 net-misc/curl
64 x11-libs/gtk+:2"
65 DEPEND="${RDEPEND}
66
67 diff --git a/x11-misc/growl-for-linux/growl-for-linux-9999.ebuild b/x11-misc/growl-for-linux/growl-for-linux-9999.ebuild
68 index 5787e8d..4d78169 100644
69 --- a/x11-misc/growl-for-linux/growl-for-linux-9999.ebuild
70 +++ b/x11-misc/growl-for-linux/growl-for-linux-9999.ebuild
71 @@ -1,4 +1,4 @@
72 -# Copyright 1999-2013 Gentoo Foundation
73 +# Copyright 1999-2015 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 # $Id$
76
77 @@ -14,12 +14,14 @@ HOMEPAGE="https://mattn.github.com/growl-for-linux/"
78 LICENSE="BSD-2"
79 SLOT="0"
80 KEYWORDS=""
81 +IUSE="libressl"
82
83 RDEPEND="dev-db/sqlite:3
84 dev-libs/dbus-glib
85 dev-libs/glib:2
86 dev-libs/libxml2
87 - dev-libs/openssl
88 + !libressl? ( dev-libs/openssl:0 )
89 + libressl? ( dev-libs/libressl )
90 net-misc/curl
91 x11-libs/gtk+:2"
92 DEPEND="${RDEPEND}