summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild')
-rw-r--r--app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild b/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild
deleted file mode 100644
index 41f86ba5c..000000000
--- a/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit autotools subversion
-
-DESCRIPTION="Implements the Host (PC) side of USB DFU (Universal Serial Bus Device Firmware Upgrade) protocol."
-HOMEPAGE="http://wiki.openmoko.org/wiki/Dfu-util/"
-
-ESVN_REPO_URI="http://svn.openmoko.org/trunk/src/host/dfu-util/"
-ESVN_BOOTSTRAP="eautoreconf"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="dev-libs/libusb"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}