blob: 1fa8cf788f9159fa6f7dcde1824092635b6d3885 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libpanelappletmm/libpanelappletmm-2.26.0.ebuild,v 1.7 2012/05/04 03:44:58 jdhore Exp $
EAPI="3"
GCONF_DEBUG="no"
inherit gnome2
DESCRIPTION="C++ interface for gnome panel"
HOMEPAGE="http://www.gtkmm.org/"
LICENSE="LGPL-2.1"
SLOT="2.6"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND=">=dev-cpp/gconfmm-2.4
>=dev-cpp/glibmm-2.4:2
>=dev-cpp/gtkmm-2.4:2.4
|| ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 )
<gnome-base/gnome-panel-2.91.6"
DEPEND="${RDEPEND}
>=dev-lang/perl-5
virtual/pkgconfig"
|