diff options
Diffstat (limited to 'gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.2.ebuild')
-rw-r--r-- | gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.2.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.2.ebuild b/gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.2.ebuild new file mode 100644 index 000000000000..ac34743e95f3 --- /dev/null +++ b/gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-vfs-extras/gnome-vfs-extras-0.99.2.ebuild,v 1.1 2002/08/07 00:24:28 spider Exp $ + +inherit gnome2 +S=${WORKDIR}/${P} +DESCRIPTION="the Gnome Virtual Filesystem extra libraries" +SRC_URI="mirror://gnome/sources/${PN}/${P}.tar.bz2" +HOMEPAGE="http://www.gnome.org/" +SLOT="1" +LICENSE="GPL-2" +KEYWORDS="x86" + +RDEPEND=">=dev-libs/glib-2.0.6 + >=gnome-base/gconf-1.2.1 + >=gnome-base/ORBit2-2.4.1 + >=gnome-base/gnome-mime-data-2.0.0 + >=gnome-base/gnome-vfs-2.0.2 + >=sys-devel/gettext-0.10.40" + +DEPEND="${RDEPEND} + doc? ( dev-util/gtk-doc ) + >=dev-util/pkgconfig-0.12.0" + +DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README" |