Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/fujiplay/files/, profiles/, app-misc/fujiplay/
Date: Tue, 11 Dec 2018 13:10:32
Message-Id: 1544533805.c78511c687638ec3a69f3a53d3606e2f05c1d8f8.mgorny@gentoo
1 commit: c78511c687638ec3a69f3a53d3606e2f05c1d8f8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 11 13:07:53 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 13:10:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78511c6
7
8 app-misc/fujiplay: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/666456
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-misc/fujiplay/Manifest | 2 -
14 .../files/fujiplay-1.33-unterminated-strings.patch | 75 ----------------------
15 app-misc/fujiplay/fujiplay-1.33-r1.ebuild | 45 -------------
16 app-misc/fujiplay/fujiplay-1.33.ebuild | 51 ---------------
17 app-misc/fujiplay/metadata.xml | 5 --
18 profiles/package.mask | 4 --
19 6 files changed, 182 deletions(-)
20
21 diff --git a/app-misc/fujiplay/Manifest b/app-misc/fujiplay/Manifest
22 deleted file mode 100644
23 index ef977f241d8..00000000000
24 --- a/app-misc/fujiplay/Manifest
25 +++ /dev/null
26 @@ -1,2 +0,0 @@
27 -DIST fujiplay-1.33.tar.gz 12588 BLAKE2B 4be2b4d44696f5d43942c19cde308874684c87762b2778026750c4db9ba249c2ec8b7986bca5c526c7199289b3094157c068067db38a015372fd6fbd5a1e285d SHA512 168ce95b6926da2438fb858b2537060877145b28638217214f72833fcc75b76dd7e5bba9ed0ca966cd2f7f1c31ca3302ee4662907bf743c393314d615d795149
28 -DIST fujiplay.tgz 12588 BLAKE2B 4be2b4d44696f5d43942c19cde308874684c87762b2778026750c4db9ba249c2ec8b7986bca5c526c7199289b3094157c068067db38a015372fd6fbd5a1e285d SHA512 168ce95b6926da2438fb858b2537060877145b28638217214f72833fcc75b76dd7e5bba9ed0ca966cd2f7f1c31ca3302ee4662907bf743c393314d615d795149
29
30 diff --git a/app-misc/fujiplay/files/fujiplay-1.33-unterminated-strings.patch b/app-misc/fujiplay/files/fujiplay-1.33-unterminated-strings.patch
31 deleted file mode 100644
32 index 1ae94633624..00000000000
33 --- a/app-misc/fujiplay/files/fujiplay-1.33-unterminated-strings.patch
34 +++ /dev/null
35 @@ -1,75 +0,0 @@
36 ---- a/fujiplay.c 1999-02-23 10:30:31.000000000 +0100
37 -+++ b/fujiplay.c 2006-08-05 00:50:08.000000000 +0200
38 -@@ -759,40 +759,38 @@
39 - return 1;
40 - }
41 -
42 --const char *Usage = "\
43 --Usage: fujiplay [OPTIONS] PICTURES... (download)
44 -- charge NUMBER (recharge the flash)
45 -- shoot (take picture)
46 -- preview (preview to standard output)
47 -- upload FILES...
48 -- delete FILES...
49 -- setid STRING (set camera ID)
50 -- setflash MODE (0=Off, 1=On, 2=Strobe, 3=Auto)
51 -- setdate gmt|local|YYYYMMDDHHMMSS
52 --Options:
53 -- -B NUMBER Set baudrate (115200, 57600, 38400, 19200, 9600 or 0)
54 -- -D DEVICE Select another device file (default is /dev/fujifilm)
55 -- -L List command set
56 -- -7 DS-7 compatibility mode (experimental)
57 -- -d Delete pictures after successful download
58 -- -f Force (overwrite existing files)
59 -- -p Assume picture numbers instead of frame numbers
60 -- -h Display this help message
61 -- -v Version information
62 --Pictures:
63 -- all All pictures
64 -- last Last picture
65 -- 4 Only picture 4
66 -- 2-10 Pictures between 2 and 10
67 --Files:
68 -- DSCxxxxx.JPG Files to delete or to upload into the camera
69 --";
70 --
71 --const char *Copyright = "\
72 --Fujiplay, $Id: fujiplay.c,v 1.33 1999/02/22 14:13:01 bousch Exp $
73 --Written by Thierry Bousch <bousch@××××××××××××××××.fr>
74 --Public domain. Absolutely no warranty.
75 --";
76 -+const char *Usage = "\n" \
77 -+"Usage: fujiplay [OPTIONS] PICTURES... (download) \n" \
78 -+" charge NUMBER (recharge the flash) \n" \
79 -+" shoot (take picture) \n" \
80 -+" preview (preview to standard output) \n" \
81 -+" upload FILES... \n" \
82 -+" delete FILES... \n" \
83 -+" setid STRING (set camera ID) \n" \
84 -+" setflash MODE (0=Off, 1=On, 2=Strobe, 3=Auto) \n" \
85 -+" setdate gmt|local|YYYYMMDDHHMMSS \n" \
86 -+"Options: \n" \
87 -+" -B NUMBER Set baudrate (115200, 57600, 38400, 19200, 9600 or 0) \n" \
88 -+" -D DEVICE Select another device file (default is /dev/fujifilm) \n" \
89 -+" -L List command set \n" \
90 -+" -7 DS-7 compatibility mode (experimental) \n" \
91 -+" -d Delete pictures after successful download \n" \
92 -+" -f Force (overwrite existing files) \n" \
93 -+" -p Assume picture numbers instead of frame numbers \n" \
94 -+" -h Display this help message \n" \
95 -+" -v Version information \n" \
96 -+"Pictures: \n" \
97 -+" all All pictures \n" \
98 -+" last Last picture \n" \
99 -+" 4 Only picture 4 \n" \
100 -+" 2-10 Pictures between 2 and 10 \n" \
101 -+"Files: \n" \
102 -+" DSCxxxxx.JPG Files to delete or to upload into the camera \n";
103 -+
104 -+const char *Copyright = "\n" \
105 -+"Fujiplay, $Id: fujiplay.c,v 1.33 1999/02/22 14:13:01 bousch Exp $\n" \
106 -+"Written by Thierry Bousch <bousch@××××××××××××××××.fr>\n" \
107 -+"Public domain. Absolutely no warranty.\n";
108 -
109 - static void sigint_handler (int sig)
110 - {
111
112 diff --git a/app-misc/fujiplay/fujiplay-1.33-r1.ebuild b/app-misc/fujiplay/fujiplay-1.33-r1.ebuild
113 deleted file mode 100644
114 index 796eccb8d31..00000000000
115 --- a/app-misc/fujiplay/fujiplay-1.33-r1.ebuild
116 +++ /dev/null
117 @@ -1,45 +0,0 @@
118 -# Copyright 1999-2018 Gentoo Foundation
119 -# Distributed under the terms of the GNU General Public License v2
120 -
121 -EAPI=7
122 -
123 -inherit toolchain-funcs
124 -
125 -DESCRIPTION="Utility for Fujifilm/Leica digital cameras (via serial port)"
126 -HOMEPAGE="https://www.math.u-psud.fr/~bousch/fujiplay.html"
127 -SRC_URI="https://www.math.u-psud.fr/~bousch/${PN}.tgz -> ${P}.tar.gz"
128 -
129 -LICENSE="public-domain"
130 -SLOT="0"
131 -KEYWORDS="~amd64 ~x86"
132 -
133 -S="${WORKDIR}"
134 -
135 -PATCHES=( "${FILESDIR}"/${P}-unterminated-strings.patch )
136 -
137 -src_compile() {
138 - emake CC="$(tc-getCC)" \
139 - CFLAGS="${CFLAGS}" \
140 - LDFLAGS="${LDFLAGS}"
141 -}
142 -
143 -src_install() {
144 - dobin fujiplay yycc2ppm
145 - dodoc README fujiplay.lsm mx700-commands.html
146 - emake all clean
147 -}
148 -
149 -pkg_postinst() {
150 - ln -s /dev/ttyS0 /dev/fujifilm || die
151 - elog "A symbolic link /dev/ttyS0 -> /dev/fujifilm was created."
152 - elog "You may want to create a serial group to allow non-root"
153 - elog "members R/W access to the serial device."
154 - elog
155 -}
156 -
157 -pkg_postrm() {
158 - rm -f /dev/fujifilm || die
159 - elog
160 - elog "The symbolic link /dev/fujifilm was removed."
161 - elog
162 -}
163
164 diff --git a/app-misc/fujiplay/fujiplay-1.33.ebuild b/app-misc/fujiplay/fujiplay-1.33.ebuild
165 deleted file mode 100644
166 index 17402bcb385..00000000000
167 --- a/app-misc/fujiplay/fujiplay-1.33.ebuild
168 +++ /dev/null
169 @@ -1,51 +0,0 @@
170 -# Copyright 1999-2018 Gentoo Foundation
171 -# Distributed under the terms of the GNU General Public License v2
172 -
173 -EAPI=0
174 -
175 -inherit eutils toolchain-funcs
176 -
177 -DESCRIPTION="Utility for Fujifilm/Leica digital cameras (via serial port)"
178 -HOMEPAGE="http://topo.math.u-psud.fr/~bousch/fujiplay.html"
179 -SRC_URI="http://topo.math.u-psud.fr/~bousch/${PN}.tgz"
180 -
181 -LICENSE="public-domain"
182 -SLOT="0"
183 -KEYWORDS="~amd64 x86"
184 -IUSE=""
185 -
186 -S="${WORKDIR}"
187 -
188 -src_unpack() {
189 - unpack ${A}
190 - cd "${S}"
191 - epatch "${FILESDIR}"/${P}-unterminated-strings.patch
192 -}
193 -
194 -src_compile() {
195 - emake CC="$(tc-getCC)" \
196 - CFLAGS="${CFLAGS}" \
197 - LDFLAGS="${LDFLAGS}" \
198 - || die "emake failed"
199 -}
200 -
201 -src_install() {
202 - dobin fujiplay yycc2ppm || die
203 - dodoc README fujiplay.lsm mx700-commands.html
204 - emake all clean
205 -}
206 -
207 -pkg_postinst() {
208 - ln -s /dev/ttyS0 /dev/fujifilm
209 - elog "A symbolic link /dev/ttyS0 -> /dev/fujifilm was created."
210 - elog "You may want to create a serial group to allow non-root"
211 - elog "members R/W access to the serial device."
212 - echo
213 -}
214 -
215 -pkg_postrm() {
216 - rm -f /dev/fujifilm
217 - echo
218 - elog "The symbolic link /dev/fujifilm was removed."
219 - echo
220 -}
221
222 diff --git a/app-misc/fujiplay/metadata.xml b/app-misc/fujiplay/metadata.xml
223 deleted file mode 100644
224 index 6f49eba8f49..00000000000
225 --- a/app-misc/fujiplay/metadata.xml
226 +++ /dev/null
227 @@ -1,5 +0,0 @@
228 -<?xml version="1.0" encoding="UTF-8"?>
229 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
230 -<pkgmetadata>
231 -<!-- maintainer-needed -->
232 -</pkgmetadata>
233
234 diff --git a/profiles/package.mask b/profiles/package.mask
235 index 098d8dfc1ec..1228bcf469c 100644
236 --- a/profiles/package.mask
237 +++ b/profiles/package.mask
238 @@ -286,10 +286,6 @@ media-plugins/vdr-picselshow
239 # Dead for years, no reverse deps (#665046). Removal in a month.
240 app-text/clara
241
242 -# Pacho Ramos <pacho@g.o> (11 Nov 2018)
243 -# ebuild plays with /dev (#666456). Removal in a month.
244 -app-misc/fujiplay
245 -
246 # Mike Gilbert <floppym@g.o> (10 Nov 2018)
247 # Open bugs and no Gentoo maintainer.
248 # Removal in 30 days.