Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/woeusb/
Date: Thu, 01 Aug 2019 12:58:49
Message-Id: 1564664320.636b532bf806f7cadb931cb7671e678e735342fd.pacho@gentoo
1 commit: 636b532bf806f7cadb931cb7671e678e735342fd
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 1 12:57:29 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 1 12:58:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=636b532b
7
8 sys-boot/woeusb: Drop old
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 sys-boot/woeusb/Manifest | 2 --
14 sys-boot/woeusb/woeusb-3.1.5.ebuild | 58 ------------------------------------
15 sys-boot/woeusb/woeusb-3.2.12.ebuild | 58 ------------------------------------
16 3 files changed, 118 deletions(-)
17
18 diff --git a/sys-boot/woeusb/Manifest b/sys-boot/woeusb/Manifest
19 index d7077238214..c64b842cf3b 100644
20 --- a/sys-boot/woeusb/Manifest
21 +++ b/sys-boot/woeusb/Manifest
22 @@ -1,3 +1 @@
23 -DIST woeusb-3.1.5.tar.gz 399712 BLAKE2B d52b29249af680577299a02cb9a2c1436aef73a0240bff2525c494657c197a2fc0709e0ff6f35eb5d18592145347af284a998deacecff37effd95b75ab13bc9a SHA512 5cf4eb45b126d71bcb376148383faf9713bc06ec4ee3ccc2dfa6528d9fba382bceaae2cdd47f2d8ba775dad1ca8e6258af40fc6362336927894398193600c965
24 -DIST woeusb-3.2.12.tar.gz 386189 BLAKE2B 53629a185d0b8ff55cb2e60eaa6cb8f9e106d3f5b24f57cf8f777dbf5b9a1e43ed423e53e4710acf9ac5ce3171da7dbfcd40b5b3f297b0db240e7c0f9a687fc0 SHA512 9a4e20003970a3313b080bde9a534fb1724382555281aa510092a3698622dae46f22483ff8968903b5685e00ebfb454718de6db7f3c61c4a2e122c961bfc270f
25 DIST woeusb-3.3.0.tar.gz 386251 BLAKE2B 9767fc3ab3ae438ff126c05a197cb41550704b93f3b508ad88b7a39c74777fdd863794970ebc839f79f8b2f1da9f6041bb355783ec1040e31814fead8185439c SHA512 8cac015df2309e4978f38adae9b9da04d896301f8d9d971d3d21801b24c3287d7d405bc4b2b1e0ff285497b5777462eb8cd6ce7dce079daf49b4d5d313a449a3
26
27 diff --git a/sys-boot/woeusb/woeusb-3.1.5.ebuild b/sys-boot/woeusb/woeusb-3.1.5.ebuild
28 deleted file mode 100644
29 index 6e6027efa6a..00000000000
30 --- a/sys-boot/woeusb/woeusb-3.1.5.ebuild
31 +++ /dev/null
32 @@ -1,58 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -WX_GTK_VER="3.0-gtk3"
38 -
39 -inherit autotools wxwidgets
40 -
41 -DESCRIPTION="Creates windows installer on usb media from an iso image"
42 -HOMEPAGE="https://github.com/slacka/WoeUSB"
43 -SRC_URI="https://github.com/slacka/WoeUSB/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -IUSE="minimal"
49 -
50 -RDEPEND="
51 - sys-apps/util-linux
52 - sys-block/parted
53 - sys-fs/dosfstools
54 - sys-fs/ntfs3g
55 - sys-boot/grub:2[grub_platforms_pc]
56 - !minimal? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )
57 -"
58 -DEPEND="${RDEPEND}"
59 -
60 -S="${WORKDIR}/WoeUSB-${PV}"
61 -
62 -src_prepare() {
63 - default
64 - find . -type f -print0 | xargs -0 sed -i "s/@@WOEUSB_VERSION@@/${PV}/" || die
65 - if ! use minimal; then
66 - setup-wxwidgets
67 - eautoreconf
68 - fi
69 -}
70 -
71 -src_configure() {
72 - ! use minimal && default
73 -}
74 -
75 -src_compile() {
76 - ! use minimal && default
77 -}
78 -
79 -src_test() {
80 - ! use minimal && default
81 -}
82 -
83 -src_install() {
84 - if use minimal; then
85 - dosbin src/woeusb
86 - einstalldocs
87 - else
88 - default
89 - fi
90 -}
91
92 diff --git a/sys-boot/woeusb/woeusb-3.2.12.ebuild b/sys-boot/woeusb/woeusb-3.2.12.ebuild
93 deleted file mode 100644
94 index 573d9db62c7..00000000000
95 --- a/sys-boot/woeusb/woeusb-3.2.12.ebuild
96 +++ /dev/null
97 @@ -1,58 +0,0 @@
98 -# Copyright 1999-2019 Gentoo Authors
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI=6
102 -WX_GTK_VER="3.0-gtk3"
103 -
104 -inherit autotools wxwidgets
105 -
106 -DESCRIPTION="Creates windows installer on usb media from an iso image"
107 -HOMEPAGE="https://github.com/slacka/WoeUSB"
108 -SRC_URI="https://github.com/slacka/WoeUSB/archive/v${PV}.tar.gz -> ${P}.tar.gz"
109 -
110 -LICENSE="GPL-3"
111 -SLOT="0"
112 -KEYWORDS="amd64 x86"
113 -IUSE="minimal"
114 -
115 -RDEPEND="
116 - sys-apps/util-linux
117 - sys-block/parted
118 - sys-fs/dosfstools
119 - sys-fs/ntfs3g
120 - sys-boot/grub:2[grub_platforms_pc]
121 - !minimal? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )
122 -"
123 -DEPEND="${RDEPEND}"
124 -
125 -S="${WORKDIR}/WoeUSB-${PV}"
126 -
127 -src_prepare() {
128 - default
129 - find . -type f -print0 | xargs -0 sed -i "s/@@WOEUSB_VERSION@@/${PV}/" || die
130 - if ! use minimal; then
131 - setup-wxwidgets
132 - eautoreconf
133 - fi
134 -}
135 -
136 -src_configure() {
137 - ! use minimal && default
138 -}
139 -
140 -src_compile() {
141 - ! use minimal && default
142 -}
143 -
144 -src_test() {
145 - ! use minimal && default
146 -}
147 -
148 -src_install() {
149 - if use minimal; then
150 - dosbin src/woeusb
151 - einstalldocs
152 - else
153 - default
154 - fi
155 -}