public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/dev-zero:master commit in: sys-fs/vdfuse/
@ 2015-05-10 14:46 Tiziano Müller
  0 siblings, 0 replies; only message in thread
From: Tiziano Müller @ 2015-05-10 14:46 UTC (permalink / raw
  To: gentoo-commits

commit:     31d69a332b5a93eb9f79cb10c6bd1c8b5932a666
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 14:37:38 2015 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Sun May 10 14:37:38 2015 +0000
URL:        https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=31d69a33

remove outdated package

 sys-fs/vdfuse/Manifest         |  3 ---
 sys-fs/vdfuse/vdfuse-70.ebuild | 57 ------------------------------------------
 2 files changed, 60 deletions(-)

diff --git a/sys-fs/vdfuse/Manifest b/sys-fs/vdfuse/Manifest
deleted file mode 100644
index c045a3d..0000000
--- a/sys-fs/vdfuse/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-EBUILD vdfuse-60.ebuild 1370 RMD160 d0c993199d3d406f7881e5a73447347c4070f932 SHA1 4afbb05fb2e5c8b7dfc240988c193d9dd4e2ac9d SHA256 3849e801fda3034dd2416c6f3910b4d0c7e748f234d26c924d0c1a5e32c6f840
-DIST vdfuse-v60.c 23975 RMD160 ecaebbc4dde2affd243c6ea84f41633e3c22dbb2 SHA1 da1bca5334bc71e9d2612357dd9950ca31ad860b SHA256 9ab3ffc4763ad4e083e6d8dfe7d316a92c39d6299bd1fa5e301e8730281d19d3
-DIST VirtualBox-3.1.0-OSE.tar.bz2 55491869 RMD160 7e3600ca1320af601d01d24f0a4e78ef04c89aac SHA1 fb7c97d692fc8e9973578ef44a848a5988694606 SHA256 da8affc44342d3988c96ad2d98c248b99f481ecd001af1557aeb31cd15e10639

diff --git a/sys-fs/vdfuse/vdfuse-70.ebuild b/sys-fs/vdfuse/vdfuse-70.ebuild
deleted file mode 100644
index aef7bd7..0000000
--- a/sys-fs/vdfuse/vdfuse-70.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2010 Tiziano Müller
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit multilib toolchain-funcs
-
-VB_V="3.1.0"
-VB_P="VirtualBox-${VB_V}-OSE"
-
-DESCRIPTION="Fuse module to open a VBox supported VD image file and mount it."
-HOMEPAGE="http://forums.virtualbox.org/viewtopic.php?f=7&t=17574"
-SRC_URI="http://forums.virtualbox.org/download/file.php?id=834&sid=deb9ffd016e0f57aa0eb5d4e6b7cc443 -> vdfuse-v${PV}.c
-	http://download.virtualbox.org/virtualbox/${VB_V}/${VB_P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="~app-emulation/virtualbox-ose-3.1.0
-	sys-fs/fuse"
-DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
-
-S="${WORKDIR}"
-
-pkg_setup() {
-	ewarn "You may have to make /usr/$(get_libdir)/virtualbox-ose/VBox{DDU,RT}.so"
-	ewarn "readable for everyone first."
-}
-
-src_unpack() {
-	tar xjpf "${DISTDIR}/${VB_P}.tar.bz2" "${VB_P/-OSE/_OSE}/include" || die "unpacking VirtualBox headers failed"
-	cp "${DISTDIR}/vdfuse-v${PV}.c" .
-}
-
-src_compile() {
-	$(tc-getCC) \
-		${CFLAGS} \
-		$(pkg-config --cflags fuse) \
-		${LDFLAGS} \
-		"vdfuse-v${PV}.c" \
-		-o vdfuse \
-		-I${VB_P/-OSE/_OSE}/include \
-		$(pkg-config --libs fuse) \
-		-l:/usr/$(get_libdir)/virtualbox-ose/VBoxDDU.so \
-		-Wl,-rpath,/usr/$(get_libdir)/virtualbox-ose \
-		|| die "building vdfuse failed"
-}
-
-src_install() {
-	dobin vdfuse
-}
-
-


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-10 14:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-10 14:46 [gentoo-commits] dev/dev-zero:master commit in: sys-fs/vdfuse/ Tiziano Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox