From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-898652-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB88F138330 for <garchives@archives.gentoo.org>; Thu, 25 Aug 2016 19:04:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD0FCE0A69; Thu, 25 Aug 2016 19:04:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B0F2E0A69 for <gentoo-commits@lists.gentoo.org>; Thu, 25 Aug 2016 19:04:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55FCE34081F for <gentoo-commits@lists.gentoo.org>; Thu, 25 Aug 2016 19:04:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23A60245B for <gentoo-commits@lists.gentoo.org>; Thu, 25 Aug 2016 19:04:21 +0000 (UTC) From: "Tim Harder" <radhermit@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" <radhermit@gentoo.org> Message-ID: <1472151846.fd058e831e7e754bfa424ca309cb52ef64647eb8.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/dfu-util/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-mobilephone/dfu-util/Manifest app-mobilephone/dfu-util/dfu-util-0.9.ebuild app-mobilephone/dfu-util/dfu-util-9999.ebuild app-mobilephone/dfu-util/metadata.xml X-VCS-Directories: app-mobilephone/dfu-util/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: fd058e831e7e754bfa424ca309cb52ef64647eb8 X-VCS-Branch: master Date: Thu, 25 Aug 2016 19:04:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9c58c8a7-abee-40fe-82d5-75887fa9f19b X-Archives-Hash: b95dabf6f48a7010a5421e67c7e82317 commit: fd058e831e7e754bfa424ca309cb52ef64647eb8 Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Thu Aug 25 19:02:40 2016 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Thu Aug 25 19:04:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd058e83 app-mobilephone/dfu-util: version bump to 0.9 app-mobilephone/dfu-util/Manifest | 1 + app-mobilephone/dfu-util/dfu-util-0.9.ebuild | 28 +++++++++++++++++++++++++++ app-mobilephone/dfu-util/dfu-util-9999.ebuild | 24 +++++++---------------- app-mobilephone/dfu-util/metadata.xml | 5 ++++- 4 files changed, 40 insertions(+), 18 deletions(-) diff --git a/app-mobilephone/dfu-util/Manifest b/app-mobilephone/dfu-util/Manifest index e979d4f..a5049ac 100644 --- a/app-mobilephone/dfu-util/Manifest +++ b/app-mobilephone/dfu-util/Manifest @@ -1 +1,2 @@ DIST dfu-util-0.7.tar.gz 125356 SHA256 f52a2a5489fbf9f3204a6ada05e0b47ee322e19d81c712e0c58a332d80ec3eab SHA512 df5227655d2d39e8c0323e87a97e38e86481b12ef91528045e8a5a2009a3fe3b6f09acfed8612756c3895253075dbe958aeaf1c9c50c2266efeb22b88d3842e2 WHIRLPOOL 9c74edd96e8f85dd86e0c8a5862a1277cd74b0821b73823f1ecc86e046fdc5cc6ac5fa45cd67de6a65d73ad935b58d0c4109362c2650ac233e18d6727e0ac944 +DIST dfu-util-0.9.tar.gz 138397 SHA256 36428c6a6cb3088cad5a3592933385253da5f29f2effa61518ee5991ea38f833 SHA512 caa7148b7a9004e2b1f7bc4f1a26b48abfe311743bc0eeed1ab57459910371affc39b6fe7e74b7cac6ca9de41a9901b7a970253ca92d7d66d5008f8a11d2c952 WHIRLPOOL 5eff75635854bb77ffde458b7c6c3dbe7d366207eaf340a5a6a8db132d34ca86d545c87a38c97c1c9bf109c2218b2499aa4c3dce374da5def952a39c7d893391 diff --git a/app-mobilephone/dfu-util/dfu-util-0.9.ebuild b/app-mobilephone/dfu-util/dfu-util-0.9.ebuild new file mode 100644 index 00000000..d5ccd44 --- /dev/null +++ b/app-mobilephone/dfu-util/dfu-util-0.9.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="git://git.code.sf.net/p/dfu-util/dfu-util" + inherit autotools git-r3 +else + SRC_URI="http://dfu-util.gnumonks.org/releases/${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="implements the Host (PC) side of the USB DFU (Device Firmware Upgrade) protocol" +HOMEPAGE="http://dfu-util.sourceforge.net/" + +LICENSE="GPL-2" +SLOT="0" + +RDEPEND="virtual/libusb:1" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + default + [[ ${PV} == "9999" ]] && eautoreconf +} diff --git a/app-mobilephone/dfu-util/dfu-util-9999.ebuild b/app-mobilephone/dfu-util/dfu-util-9999.ebuild index 50df59c..d5ccd44 100644 --- a/app-mobilephone/dfu-util/dfu-util-9999.ebuild +++ b/app-mobilephone/dfu-util/dfu-util-9999.ebuild @@ -1,38 +1,28 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://git.openezx.org/dfu-util.git" - inherit autotools git-2 - SRC_URI="" - #KEYWORDS="" + EGIT_REPO_URI="git://git.code.sf.net/p/dfu-util/dfu-util" + inherit autotools git-r3 else SRC_URI="http://dfu-util.gnumonks.org/releases/${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi DESCRIPTION="implements the Host (PC) side of the USB DFU (Device Firmware Upgrade) protocol" -HOMEPAGE="http://wiki.openmoko.org/wiki/Dfu-util" +HOMEPAGE="http://dfu-util.sourceforge.net/" LICENSE="GPL-2" SLOT="0" -IUSE="" RDEPEND="virtual/libusb:1" DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { - if [[ ${PV} == "9999" ]] ; then - eautoreconf - fi - sed -i '/^bin_PROGRAMS/s:dfu-util_static[^ ]*::' src/Makefile.in -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog README TODO + default + [[ ${PV} == "9999" ]] && eautoreconf } diff --git a/app-mobilephone/dfu-util/metadata.xml b/app-mobilephone/dfu-util/metadata.xml index 6f49eba..e248196 100644 --- a/app-mobilephone/dfu-util/metadata.xml +++ b/app-mobilephone/dfu-util/metadata.xml @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> + <maintainer type="project"> + <email>embedded@gentoo.org</email> + <name>Embedded Gentoo</name> + </maintainer> </pkgmetadata>