summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2005-03-10 15:24:07 +0000
committerStefan Schweizer <genstef@gentoo.org>2005-03-10 15:24:07 +0000
commitbdb23336d87d1ecc2d3b71ceaea3f434ee0ece3e (patch)
treece1de6ff261ee402fe060eac39989c67754d22d7 /sys-fs/gnomevfs-mount
parentnew in portage (diff)
downloadhistorical-bdb23336d87d1ecc2d3b71ceaea3f434ee0ece3e.tar.gz
historical-bdb23336d87d1ecc2d3b71ceaea3f434ee0ece3e.tar.bz2
historical-bdb23336d87d1ecc2d3b71ceaea3f434ee0ece3e.zip
New ebuild thanks to Larry D'Anna <larry-web@elder-gods.org> in bug 81168
Package-Manager: portage-1.582-cvs
Diffstat (limited to 'sys-fs/gnomevfs-mount')
-rw-r--r--sys-fs/gnomevfs-mount/ChangeLog10
-rw-r--r--sys-fs/gnomevfs-mount/files/digest-gnomevfs-mount-0.2.01
-rw-r--r--sys-fs/gnomevfs-mount/gnomevfs-mount-0.2.0.ebuild20
-rw-r--r--sys-fs/gnomevfs-mount/metadata.xml9
4 files changed, 40 insertions, 0 deletions
diff --git a/sys-fs/gnomevfs-mount/ChangeLog b/sys-fs/gnomevfs-mount/ChangeLog
new file mode 100644
index 000000000000..29780d26a420
--- /dev/null
+++ b/sys-fs/gnomevfs-mount/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-fs/gnomevfs-mount
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/gnomevfs-mount/ChangeLog,v 1.1 2005/03/10 15:24:07 genstef Exp $
+
+*gnomevfs-mount-0.2.0 (10 Mar 2005)
+
+ 10 Mar 2005; Stefan Schweizer <genstef@gentoo.org> +metadata.xml,
+ +gnomevfs-mount-0.2.0.ebuild:
+ New ebuild thanks to Larry D'Anna <larry-web@elder-gods.org> in bug 81168
+
diff --git a/sys-fs/gnomevfs-mount/files/digest-gnomevfs-mount-0.2.0 b/sys-fs/gnomevfs-mount/files/digest-gnomevfs-mount-0.2.0
new file mode 100644
index 000000000000..00e70635c523
--- /dev/null
+++ b/sys-fs/gnomevfs-mount/files/digest-gnomevfs-mount-0.2.0
@@ -0,0 +1 @@
+MD5 7784545235aac3d47b0f275887953024 gnomevfs-mount-0.2.0.tar.bz2 68239
diff --git a/sys-fs/gnomevfs-mount/gnomevfs-mount-0.2.0.ebuild b/sys-fs/gnomevfs-mount/gnomevfs-mount-0.2.0.ebuild
new file mode 100644
index 000000000000..3afd37c9bc79
--- /dev/null
+++ b/sys-fs/gnomevfs-mount/gnomevfs-mount-0.2.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/gnomevfs-mount/gnomevfs-mount-0.2.0.ebuild,v 1.1 2005/03/10 15:24:07 genstef Exp $
+
+DESCRIPTION="A program for mounting gnome-vfs-uris onto the linux filesystem."
+HOMEPAGE="http://primates.ximian.com/~sandino/gnomevfs-mount/"
+SRC_URI="http://primates.ximian.com/~sandino/gnomevfs-mount/files/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND=">=sys-fs/fuse-2.2
+ >=gnome-base/gnome-vfs-2.6.1.1"
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+ dodoc AUTHORS ChangeLog INSTALL README
+}
diff --git a/sys-fs/gnomevfs-mount/metadata.xml b/sys-fs/gnomevfs-mount/metadata.xml
new file mode 100644
index 000000000000..c8f81b37cf66
--- /dev/null
+++ b/sys-fs/gnomevfs-mount/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kernel</herd>
+ <maintainer>
+ <email>genstef@gentoo.org</email>
+ <name>Stefan Schweizer</name>
+ </maintainer>
+</pkgmetadata>