]> Pileus Git - ~andy/sunrise/commitdiff
app-mobilephone/openmoko-dfu-util: In gentoo-x86
authorThomas Sachau <tommy@gentoo.org>
Sun, 7 Sep 2008 21:28:25 +0000 (21:28 +0000)
committerThomas Sachau <tommy@gentoo.org>
Sun, 7 Sep 2008 21:28:25 +0000 (21:28 +0000)
svn path=/sunrise/; revision=7010

app-mobilephone/openmoko-dfu-util/ChangeLog [deleted file]
app-mobilephone/openmoko-dfu-util/Manifest [deleted file]
app-mobilephone/openmoko-dfu-util/metadata.xml [deleted file]
app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild [deleted file]

diff --git a/app-mobilephone/openmoko-dfu-util/ChangeLog b/app-mobilephone/openmoko-dfu-util/ChangeLog
deleted file mode 100644 (file)
index 722aef6..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# ChangeLog for app-mobilephone/openmoko-dfu-util
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  21 Aug 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
-  openmoko-dfu-util-9999.ebuild:
-  Readd autotools.eclass
-
-  10 Jul 2008; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
-  openmoko-dfu-util-9999.ebuild:
-  Remove unused autotools.eclass
-
-  24 Feb 2008; (Tommy[D]) tommy100@gmx.de
-  -files/digest-openmoko-dfu-util-9999, -files:
-  Remove obsolete digests
-
-  14 Dec 2007; Markus Ullmann <jokey@gentoo.org> openmoko-dfu-util-9999:
-  Drop keywords as it's a live ebuild and move eautoreconf to src_unpack
-
-  14 Dec 2007; Christian Faulhammer <opfer@gentoo.org>
-  openmoko-dfu-util-9999.ebuild:
-  correct leading spaces, watch your repoman output
-
-  14 Dec 2007; Christian Faulhammer <opfer@gentoo.org>
-  openmoko-dfu-util-9999.ebuild:
-  no need to install COPYING file
-
-  11 Dec 2007; Mikael Lammentausta <mikael.lammentausta at gmail.com >
-  +metadata.xml:
-  Ebuild for dfu-util, bug #201920
-
diff --git a/app-mobilephone/openmoko-dfu-util/Manifest b/app-mobilephone/openmoko-dfu-util/Manifest
deleted file mode 100644 (file)
index bb00971..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-EBUILD openmoko-dfu-util-9999.ebuild 560 RMD160 26727ea40ddd3e38dcf04105ca30e035247b61d0 SHA1 99d9e94d0d8de783e8381912640846105f37e372 SHA256 9807347d7135c5989b171f392ad163cde575f878690a33ce4e305f7707ee9e80
-MISC ChangeLog 1030 RMD160 8506b0a767ef189f43e4777ebfc726bfd69b849e SHA1 afc9adf843a9d4023222770fd00216da42ccc7e8 SHA256 0db933ff4547f1b6d792ae8a8eae1d9fecebb9c05fca442a55a9dce56cded42c
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/app-mobilephone/openmoko-dfu-util/metadata.xml b/app-mobilephone/openmoko-dfu-util/metadata.xml
deleted file mode 100644 (file)
index 7e32869..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>
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 (file)
index 41f86ba..0000000
+++ /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"
-}