Use https by default
[gentoo.git] / net-irc / loqui / loqui-0.5.4.ebuild
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=4
6
7 DESCRIPTION="a graphical IRC client for GNOME2 on UNIX like operating system"
8 HOMEPAGE="https://launchpad.net/loqui/"
9 SRC_URI="https://launchpad.net/loqui/${PV%.*}/${PV}/+download/${P}.tar.gz"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="amd64 ppc x86"
14 IUSE=""
15
16 RDEPEND=">=dev-libs/glib-2.22:2
17         >=x11-libs/gtk+-2.4:2
18         >=net-libs/gnet-2.0.3"
19 DEPEND="${RDEPEND}
20         virtual/pkgconfig
21         sys-devel/gettext"