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
commitc647cc3e8bff5abad64a039acc7ac988a6ad511c (patch)
treef382562c956f8a0624459ab1ab465a257bb73862 /sys-fs/gnomevfs-mount
parentMarked ~amd64, keywording KDE split ebuilds, bug 80944. (diff)
downloadgentoo-2-c647cc3e8bff5abad64a039acc7ac988a6ad511c.tar.gz
gentoo-2-c647cc3e8bff5abad64a039acc7ac988a6ad511c.tar.bz2
gentoo-2-c647cc3e8bff5abad64a039acc7ac988a6ad511c.zip
New ebuild thanks to Larry D'Anna <larry-web@elder-gods.org> in bug 81168
(Portage version: 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/Manifest4
-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
5 files changed, 44 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/Manifest b/sys-fs/gnomevfs-mount/Manifest
new file mode 100644
index 000000000000..cd726355097b
--- /dev/null
+++ b/sys-fs/gnomevfs-mount/Manifest
@@ -0,0 +1,4 @@
+MD5 30434f85d6ea9bd1e30cb2251de1ac3e gnomevfs-mount-0.2.0.ebuild 569
+MD5 0b387d17a3fbf6ee04a173b75f96edc5 ChangeLog 336
+MD5 6e89ba8198764bfd079a0cfa18dca593 metadata.xml 264
+MD5 4bed6607c4e4b3f91130a902edfb8a8f files/digest-gnomevfs-mount-0.2.0 72
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>