summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2009-06-20 21:57:27 +0000
committerAlin Năstac <mrness@gentoo.org>2009-06-20 21:57:27 +0000
commit9b112e93fb7ce526908c2ad391371e1b9b090970 (patch)
treea9ee05635795082ff4439075838f59ef4f350cca /app-mobilephone
parentUpdate libusb dependency atom (#270039). (diff)
downloadgentoo-2-9b112e93fb7ce526908c2ad391371e1b9b090970.tar.gz
gentoo-2-9b112e93fb7ce526908c2ad391371e1b9b090970.tar.bz2
gentoo-2-9b112e93fb7ce526908c2ad391371e1b9b090970.zip
Migrate to EAPI 2. Update libusb dependency atom (#270039).
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/openmoko-dfu-util/ChangeLog8
-rw-r--r--app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild14
2 files changed, 14 insertions, 8 deletions
diff --git a/app-mobilephone/openmoko-dfu-util/ChangeLog b/app-mobilephone/openmoko-dfu-util/ChangeLog
index dd237cc20b4e..c0c0870657d6 100644
--- a/app-mobilephone/openmoko-dfu-util/ChangeLog
+++ b/app-mobilephone/openmoko-dfu-util/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-mobilephone/openmoko-dfu-util
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/openmoko-dfu-util/ChangeLog,v 1.2 2008/11/28 20:03:58 pva Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/openmoko-dfu-util/ChangeLog,v 1.3 2009/06/20 21:57:27 mrness Exp $
+
+ 20 Jun 2009; Alin Năstac <mrness@gentoo.org>
+ openmoko-dfu-util-9999.ebuild:
+ Migrate to EAPI 2. Update libusb dependency atom (#270039).
28 Nov 2008; Peter Volkov <pva@gentoo.org> openmoko-dfu-util-9999.ebuild:
Install manual page.
diff --git a/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild b/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild
index 9c72b15bd098..7dc917afda24 100644
--- a/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild
+++ b/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild,v 1.2 2008/11/28 20:03:58 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/openmoko-dfu-util/openmoko-dfu-util-9999.ebuild,v 1.3 2009/06/20 21:57:27 mrness Exp $
+
+EAPI="2"
ESVN_REPO_URI="http://svn.openmoko.org/trunk/src/host/dfu-util/"
inherit subversion autotools
@@ -13,11 +15,11 @@ SLOT="0"
KEYWORDS=""
IUSE=""
-DEPEND="dev-libs/libusb"
+DEPEND="dev-libs/libusb:0"
+RDEPEND="${DEPEND}"
-src_unpack() {
- subversion_src_unpack
- cd "${S}"
+src_prepare() {
+ subversion_src_prepare
sed -i '/^bin_PROGRAMS/s:dfu-util_static::' src/Makefile.am
eautoreconf
}