| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/net-dialup/moserial/moserial-3.0.7.ebuild,v 1.4 2012/10/16 04:40:49 blueness Exp $
|
| 4 |
|
| 5 |
EAPI="4"
|
| 6 |
GCONF_DEBUG="no"
|
| 7 |
|
| 8 |
inherit gnome2
|
| 9 |
|
| 10 |
DESCRIPTION="moserial is a clean, friendly gtk-based serial terminal"
|
| 11 |
HOMEPAGE="http://live.gnome.org/moserial"
|
| 12 |
|
| 13 |
LICENSE="GPL-3"
|
| 14 |
SLOT="0"
|
| 15 |
KEYWORDS="amd64 ppc x86"
|
| 16 |
IUSE=""
|
| 17 |
|
| 18 |
RDEPEND=">=dev-libs/glib-2.16:2
|
| 19 |
gnome-base/gsettings-desktop-schemas
|
| 20 |
>=x11-libs/gtk+-3.0.0:3"
|
| 21 |
DEPEND="${RDEPEND}
|
| 22 |
app-text/scrollkeeper
|
| 23 |
>=app-text/gnome-doc-utils-0.3.2
|
| 24 |
>=dev-util/intltool-0.35
|
| 25 |
virtual/pkgconfig"
|
| 26 |
|
| 27 |
DOCS="AUTHORS ChangeLog NEWS README"
|