diff options
Diffstat (limited to 'x11-terms/gnome-terminal/gnome-terminal-2.0.0.ebuild')
-rw-r--r-- | x11-terms/gnome-terminal/gnome-terminal-2.0.0.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/x11-terms/gnome-terminal/gnome-terminal-2.0.0.ebuild b/x11-terms/gnome-terminal/gnome-terminal-2.0.0.ebuild new file mode 100644 index 000000000000..8ffcbbb1d74c --- /dev/null +++ b/x11-terms/gnome-terminal/gnome-terminal-2.0.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-2.0.0.ebuild,v 1.1 2002/06/12 11:17:27 spider Exp $ + +inherit gnome2 +S=${WORKDIR}/${P} +DESCRIPTION="The Gnome Terminal" + +SRC_URI="ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2 + ftp://archive.progeny.com/GNOME/pre-gnome2/sources/${PN}/${P}.tar.bz2" + +HOMEPAGE="http://www.gnome.org/" +SLOT="0" +LICENSE="GPL-2" + +RDEPEND=">=x11-libs/pango-1.0.0 + >=x11-libs/gtk+-2.0.0 + >=x11-libs/libzvt-1.99999.0 + >=gnome-base/libglade-2.0.0 + >=gnome-base/gconf-1.1.11 + >=gnome-base/libgnomeui-2.0.1 + >=app-text/scrollkeeper-0.3.9" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.12.0 + !gnome-base/gnome-core" +# gnome-core overwrite /usr/bin/gnome-terminal + +DOCS="ABOUT-NLS AUTHORS ChangeLog COPYING README* INSTALL NEWS TODO" + |