diff options
author | 2008-03-24 00:13:44 +0000 | |
---|---|---|
committer | 2008-03-24 00:13:44 +0000 | |
commit | 39879372642835f8456ed4a61ce4017506f03a42 (patch) | |
tree | 059d043fbb35fade25371196695639f018f0a286 /gnome-base/gvfs/metadata.xml | |
parent | New version for GNOME-2.22. Nothing much on the NEWS side. (diff) | |
download | gentoo-2-39879372642835f8456ed4a61ce4017506f03a42.tar.gz gentoo-2-39879372642835f8456ed4a61ce4017506f03a42.tar.bz2 gentoo-2-39879372642835f8456ed4a61ce4017506f03a42.zip |
Initial import of GVFS - the new Virtual Filesystem layer used by GNOME-2.22 and any other glib-2.16 GIO API using application for seamless remote filesystem access and more
(Portage version: 2.1.4.4)
Diffstat (limited to 'gnome-base/gvfs/metadata.xml')
-rw-r--r-- | gnome-base/gvfs/metadata.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnome-base/gvfs/metadata.xml b/gnome-base/gvfs/metadata.xml new file mode 100644 index 000000000000..65d8dca8cac7 --- /dev/null +++ b/gnome-base/gvfs/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnome</herd> +<longdescription lang="en"> +gvfs is a userspace virtual filesystem designed to work with the i/o +abstractions of gio (a library availible in glib >= 2.15.1). It +installs several modules that are automatically used by applications +using the APIs of libgio. There is also fuse support that allows +applications not using gio to access the gvfs filesystems. +</longdescription> +</pkgmetadata> + |