blob: 32df7ff4e434ba59f08b2b97922748cae55c163c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/terminal/terminal-0.2.2-r1.ebuild,v 1.5 2005/02/28 21:24:24 bcowan Exp $
DESCRIPTION="Terminal with close ties to xfce"
HOMEPAGE="http://www.os-cillation.com/"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
RDEPEND=">=x11-libs/gtk+-2.4*
>=xfce-extra/exo-0.2.0-r1
>=x11-libs/vte-0.11.11
>=xfce-base/libxfce4mcs-4.2.0"
MY_P="${PN/t/T}-${PV}"
BZIPPED=1
GOODIES=1
inherit xfce4
|