Moving djmount to net-fs
authorDoug Goldstein <cardoe@gentoo.org>
Thu, 1 Mar 2007 04:40:44 +0000 (04:40 +0000)
committerDoug Goldstein <cardoe@gentoo.org>
Thu, 1 Mar 2007 04:40:44 +0000 (04:40 +0000)
Package-Manager: portage-2.1.2-r12

net-fs/djmount/ChangeLog [new file with mode: 0644]
net-fs/djmount/djmount-0.71.ebuild [new file with mode: 0644]
net-fs/djmount/files/digest-djmount-0.71 [new file with mode: 0644]
net-fs/djmount/metadata.xml [new file with mode: 0644]

diff --git a/net-fs/djmount/ChangeLog b/net-fs/djmount/ChangeLog
new file mode 100644 (file)
index 0000000..9880691
--- /dev/null
@@ -0,0 +1,18 @@
+# ChangeLog for net-misc/djmount
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/djmount/ChangeLog,v 1.1 2007/03/01 04:40:44 cardoe Exp $
+
+  01 Mar 2007; Doug Goldstein <cardoe@gentoo.org> +metadata.xml,
+  +djmount-0.71.ebuild:
+  Moving djmount to net-fs
+
+  01 Mar 2007; Doug Goldstein <cardoe@gentoo.org> djmount-0.71.ebuild:
+  Switching to libupnp since gurligebis@gentoo.org notified me that
+  net-misc/upnp is dead upstream and has been forked off and maintained as
+  net-misc/libupnp
+
+*djmount-0.71 (30 Dec 2006)
+
+  30 Dec 2006; Doug Goldstein <cardoe@gentoo.org> +djmount-0.71.ebuild:
+  Adding new package called djmount for upnp -> fuse mounting
+
diff --git a/net-fs/djmount/djmount-0.71.ebuild b/net-fs/djmount/djmount-0.71.ebuild
new file mode 100644 (file)
index 0000000..f47ed29
--- /dev/null
@@ -0,0 +1,25 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/djmount/djmount-0.71.ebuild,v 1.1 2007/03/01 04:40:44 cardoe Exp $
+
+inherit eutils
+
+DESCRIPTION="mount AV device as a filesystem"
+HOMEPAGE="http://djmount.sf.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="sys-fs/fuse
+               net-misc/libupnp"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+       econf || die "econf failed"
+       emake || die "emake failed"
+}
+
+src_install() {
+       emake DESTDIR="${D}" install || die "emake install failed"
+}
diff --git a/net-fs/djmount/files/digest-djmount-0.71 b/net-fs/djmount/files/digest-djmount-0.71
new file mode 100644 (file)
index 0000000..bdb4f4d
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 c922753e706c194bf82a8b6ca77e6a9a djmount-0.71.tar.gz 1159653
+RMD160 695e2ea0cd3fe654339f82c5101eb74da739d3f7 djmount-0.71.tar.gz 1159653
+SHA256 aa5bb482af4cbd42695a7e396043d47b53d075ac2f6aa18a8f8e11383c030e4f djmount-0.71.tar.gz 1159653
diff --git a/net-fs/djmount/metadata.xml b/net-fs/djmount/metadata.xml
new file mode 100644 (file)
index 0000000..f99e49f
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+  <email>cardoe@gentoo.org</email>
+</maintainer>
+</pkgmetadata>