From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 77696138350 for ; Wed, 1 Apr 2020 22:58:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6C35E0D54; Wed, 1 Apr 2020 22:58:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C909E0D54 for ; Wed, 1 Apr 2020 22:58:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 068CD34FBB9 for ; Wed, 1 Apr 2020 22:58:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FAE0178 for ; Wed, 1 Apr 2020 22:58:38 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1585781904.c9abccd81fbb81cb7479d308dc05731d665ea3b2.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/woeusb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/woeusb/Manifest sys-boot/woeusb/woeusb-3.3.0.ebuild X-VCS-Directories: sys-boot/woeusb/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c9abccd81fbb81cb7479d308dc05731d665ea3b2 X-VCS-Branch: master Date: Wed, 1 Apr 2020 22:58:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 064d7b92-f06c-4f68-b105-89ee20396e1c X-Archives-Hash: 7fa503508b5f44557b72549798351aa2 commit: c9abccd81fbb81cb7479d308dc05731d665ea3b2 Author: Pacho Ramos gentoo org> AuthorDate: Wed Apr 1 22:58:24 2020 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Apr 1 22:58:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9abccd8 sys-boot/woeusb: Drop old Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Pacho Ramos gentoo.org> sys-boot/woeusb/Manifest | 1 - sys-boot/woeusb/woeusb-3.3.0.ebuild | 58 ------------------------------------- 2 files changed, 59 deletions(-) diff --git a/sys-boot/woeusb/Manifest b/sys-boot/woeusb/Manifest index 2232b8a4703..8bb853f6f1a 100644 --- a/sys-boot/woeusb/Manifest +++ b/sys-boot/woeusb/Manifest @@ -1,2 +1 @@ -DIST woeusb-3.3.0.tar.gz 386251 BLAKE2B 9767fc3ab3ae438ff126c05a197cb41550704b93f3b508ad88b7a39c74777fdd863794970ebc839f79f8b2f1da9f6041bb355783ec1040e31814fead8185439c SHA512 8cac015df2309e4978f38adae9b9da04d896301f8d9d971d3d21801b24c3287d7d405bc4b2b1e0ff285497b5777462eb8cd6ce7dce079daf49b4d5d313a449a3 DIST woeusb-3.3.1.tar.gz 386399 BLAKE2B 1423ecca39018c674b0eea36de732f54cfcdd14b8cc465e6d3c0639192cbd8355436b7a39ba453b19fa6f1c5b1f6938ef12f49710bc2a4af0f2eaed967e03ce7 SHA512 e3460efabaee199eb5ffc73ca99fe2d9141ed3a5f72acd2f8910b093b2b3a93928ee4eeb27d634293448f036101d8bf24aef65dc338c80e6e3e1738004594d52 diff --git a/sys-boot/woeusb/woeusb-3.3.0.ebuild b/sys-boot/woeusb/woeusb-3.3.0.ebuild deleted file mode 100644 index 573d9db62c7..00000000000 --- a/sys-boot/woeusb/woeusb-3.3.0.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -WX_GTK_VER="3.0-gtk3" - -inherit autotools wxwidgets - -DESCRIPTION="Creates windows installer on usb media from an iso image" -HOMEPAGE="https://github.com/slacka/WoeUSB" -SRC_URI="https://github.com/slacka/WoeUSB/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="minimal" - -RDEPEND=" - sys-apps/util-linux - sys-block/parted - sys-fs/dosfstools - sys-fs/ntfs3g - sys-boot/grub:2[grub_platforms_pc] - !minimal? ( x11-libs/wxGTK:${WX_GTK_VER}[X] ) -" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/WoeUSB-${PV}" - -src_prepare() { - default - find . -type f -print0 | xargs -0 sed -i "s/@@WOEUSB_VERSION@@/${PV}/" || die - if ! use minimal; then - setup-wxwidgets - eautoreconf - fi -} - -src_configure() { - ! use minimal && default -} - -src_compile() { - ! use minimal && default -} - -src_test() { - ! use minimal && default -} - -src_install() { - if use minimal; then - dosbin src/woeusb - einstalldocs - else - default - fi -}