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