From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RUQ3q-0002za-IT for garchives@archives.gentoo.org; Sat, 26 Nov 2011 21:45:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE79A21C1CB; Sat, 26 Nov 2011 21:45:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7F5BB21C1CB for ; Sat, 26 Nov 2011 21:45:04 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F07591B4020 for ; Sat, 26 Nov 2011 21:45:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B8E9A80052 for ; Sat, 26 Nov 2011 21:45:02 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <8a4ebf12d20072fd53a53cffd5b0a18d81cae21e.alexxy@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: sys-apps/maemo-flasher35/ X-VCS-Repository: proj/betagarden X-VCS-Files: sys-apps/maemo-flasher35/maemo-flasher35-2.5.2.2.ebuild sys-apps/maemo-flasher35/metadata.xml X-VCS-Directories: sys-apps/maemo-flasher35/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 8a4ebf12d20072fd53a53cffd5b0a18d81cae21e Date: Sat, 26 Nov 2011 21:45:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 39ab2cd7-78e1-4684-96a0-25f39e6326c5 X-Archives-Hash: 4538b41d05a73361a921ffa8088ad3bf commit: 8a4ebf12d20072fd53a53cffd5b0a18d81cae21e Author: Alexey Shvetsov gentoo org> AuthorDate: Sat Nov 26 21:38:52 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sat Nov 26 21:38:52 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/betagarden.gi= t;a=3Dcommit;h=3D8a4ebf12 [sys-apps/maemo-flasher35] Import from alexxy overlay (Portage version: 2.2.0_alpha78/git/Linux x86_64, signed Manifest commit = with key F82F92E6) --- .../maemo-flasher35/maemo-flasher35-2.5.2.2.ebuild | 38 ++++++++++++++= ++++++ sys-apps/maemo-flasher35/metadata.xml | 8 ++++ 2 files changed, 46 insertions(+), 0 deletions(-) diff --git a/sys-apps/maemo-flasher35/maemo-flasher35-2.5.2.2.ebuild b/sy= s-apps/maemo-flasher35/maemo-flasher35-2.5.2.2.ebuild new file mode 100644 index 0000000..2d0f02a --- /dev/null +++ b/sys-apps/maemo-flasher35/maemo-flasher35-2.5.2.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D3 + +MY_PN=3D"${PN/-/_}" +MY_PN=3D"${MY_PN/35/}" +MY_PV=3D"3.5_${PV}" +MY_P=3D"${MY_PN}-${MY_PV}" + +FN=3D"${MY_P}.tar.gz" +DESCRIPTION=3D"Firmware flasher for Maemo" +HOMEPAGE=3D"http://www.maemo.org" +SRC_URI=3D"${FN}" + +LICENSE=3D"Nokia-EULA" +SLOT=3D"0" +KEYWORDS=3D"~amd64" +IUSE=3D"" +RESTRICT=3D"fetch strip" + +DEPEND=3D"virtual/libc" +RDEPEND=3D"${DEPEND}" + +pkg_nofetch() { + elog "Please obtain ${FN} from + http://tablets-dev.nokia.com/maemo-dev-env-downloads.php + and place it in ${DISTDIR}" +} + +S=3D"${WORKDIR}"/${MY_P} + +src_install() { + newbin flasher-3.5 flasher || die + newman man/man1/flasher-3.5.1 flasher.1 || die + dodoc doc/changelog doc/README.Debian || die +} diff --git a/sys-apps/maemo-flasher35/metadata.xml b/sys-apps/maemo-flash= er35/metadata.xml new file mode 100644 index 0000000..247f458 --- /dev/null +++ b/sys-apps/maemo-flasher35/metadata.xml @@ -0,0 +1,8 @@ + + + + + alexxy@gentoo.org + Alexey Shvetsov + +