public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/fujiplay/files/, profiles/, app-misc/fujiplay/
Date: Tue, 11 Dec 2018 13:10:26 +0000 (UTC)	[thread overview]
Message-ID: <1544533805.c78511c687638ec3a69f3a53d3606e2f05c1d8f8.mgorny@gentoo> (raw)

commit:     c78511c687638ec3a69f3a53d3606e2f05c1d8f8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 11 13:07:53 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 13:10:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78511c6

app-misc/fujiplay: Remove last-rited pkg

Closes: https://bugs.gentoo.org/666456
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-misc/fujiplay/Manifest                         |  2 -
 .../files/fujiplay-1.33-unterminated-strings.patch | 75 ----------------------
 app-misc/fujiplay/fujiplay-1.33-r1.ebuild          | 45 -------------
 app-misc/fujiplay/fujiplay-1.33.ebuild             | 51 ---------------
 app-misc/fujiplay/metadata.xml                     |  5 --
 profiles/package.mask                              |  4 --
 6 files changed, 182 deletions(-)

diff --git a/app-misc/fujiplay/Manifest b/app-misc/fujiplay/Manifest
deleted file mode 100644
index ef977f241d8..00000000000
--- a/app-misc/fujiplay/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST fujiplay-1.33.tar.gz 12588 BLAKE2B 4be2b4d44696f5d43942c19cde308874684c87762b2778026750c4db9ba249c2ec8b7986bca5c526c7199289b3094157c068067db38a015372fd6fbd5a1e285d SHA512 168ce95b6926da2438fb858b2537060877145b28638217214f72833fcc75b76dd7e5bba9ed0ca966cd2f7f1c31ca3302ee4662907bf743c393314d615d795149
-DIST fujiplay.tgz 12588 BLAKE2B 4be2b4d44696f5d43942c19cde308874684c87762b2778026750c4db9ba249c2ec8b7986bca5c526c7199289b3094157c068067db38a015372fd6fbd5a1e285d SHA512 168ce95b6926da2438fb858b2537060877145b28638217214f72833fcc75b76dd7e5bba9ed0ca966cd2f7f1c31ca3302ee4662907bf743c393314d615d795149

diff --git a/app-misc/fujiplay/files/fujiplay-1.33-unterminated-strings.patch b/app-misc/fujiplay/files/fujiplay-1.33-unterminated-strings.patch
deleted file mode 100644
index 1ae94633624..00000000000
--- a/app-misc/fujiplay/files/fujiplay-1.33-unterminated-strings.patch
+++ /dev/null
@@ -1,75 +0,0 @@
---- a/fujiplay.c	1999-02-23 10:30:31.000000000 +0100
-+++ b/fujiplay.c	2006-08-05 00:50:08.000000000 +0200
-@@ -759,40 +759,38 @@
- 	return 1;
- }
- 
--const char *Usage = "\
--Usage: fujiplay [OPTIONS] PICTURES...          (download)
--                          charge NUMBER        (recharge the flash)
--                          shoot                (take picture)
--                          preview              (preview to standard output)
--                          upload FILES...
--                          delete FILES...
--                          setid STRING         (set camera ID)
--                          setflash MODE        (0=Off, 1=On, 2=Strobe, 3=Auto)
--                          setdate gmt|local|YYYYMMDDHHMMSS
--Options:
--  -B NUMBER	Set baudrate (115200, 57600, 38400, 19200, 9600 or 0)
--  -D DEVICE	Select another device file (default is /dev/fujifilm)
--  -L		List command set
--  -7		DS-7 compatibility mode (experimental)
--  -d		Delete pictures after successful download
--  -f		Force (overwrite existing files)
--  -p		Assume picture numbers instead of frame numbers
--  -h		Display this help message
--  -v		Version information
--Pictures:
--  all		All pictures
--  last		Last picture
--  4		Only picture 4
--  2-10		Pictures between 2 and 10
--Files:
--  DSCxxxxx.JPG	Files to delete or to upload into the camera
--";
--
--const char *Copyright = "\
--Fujiplay, $Id: fujiplay.c,v 1.33 1999/02/22 14:13:01 bousch Exp $
--Written by Thierry Bousch <bousch@topo.math.u-psud.fr>
--Public domain. Absolutely no warranty.
--";
-+const char *Usage = "\n" \
-+"Usage: fujiplay [OPTIONS] PICTURES...          (download) \n" \
-+"                          charge NUMBER        (recharge the flash) \n" \
-+"                          shoot                (take picture) \n" \
-+"                          preview              (preview to standard output) \n" \
-+"                          upload FILES... \n" \
-+"                          delete FILES... \n" \
-+"                          setid STRING         (set camera ID) \n" \
-+"                          setflash MODE        (0=Off, 1=On, 2=Strobe, 3=Auto) \n" \
-+"                          setdate gmt|local|YYYYMMDDHHMMSS \n" \
-+"Options: \n" \
-+"  -B NUMBER	Set baudrate (115200, 57600, 38400, 19200, 9600 or 0) \n" \
-+"  -D DEVICE	Select another device file (default is /dev/fujifilm) \n" \
-+"  -L		List command set \n" \
-+"  -7		DS-7 compatibility mode (experimental) \n" \
-+"  -d		Delete pictures after successful download \n" \
-+"  -f		Force (overwrite existing files) \n" \
-+"  -p		Assume picture numbers instead of frame numbers \n" \
-+"  -h		Display this help message \n" \
-+"  -v		Version information \n" \
-+"Pictures: \n" \
-+"  all		All pictures \n" \
-+"  last		Last picture \n" \
-+"  4		Only picture 4 \n" \
-+"  2-10		Pictures between 2 and 10 \n" \
-+"Files: \n" \
-+"  DSCxxxxx.JPG	Files to delete or to upload into the camera \n";
-+
-+const char *Copyright = "\n" \
-+"Fujiplay, $Id: fujiplay.c,v 1.33 1999/02/22 14:13:01 bousch Exp $\n" \
-+"Written by Thierry Bousch <bousch@topo.math.u-psud.fr>\n" \
-+"Public domain. Absolutely no warranty.\n";
- 
- static void sigint_handler (int sig)
- {

diff --git a/app-misc/fujiplay/fujiplay-1.33-r1.ebuild b/app-misc/fujiplay/fujiplay-1.33-r1.ebuild
deleted file mode 100644
index 796eccb8d31..00000000000
--- a/app-misc/fujiplay/fujiplay-1.33-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Utility for Fujifilm/Leica digital cameras (via serial port)"
-HOMEPAGE="https://www.math.u-psud.fr/~bousch/fujiplay.html"
-SRC_URI="https://www.math.u-psud.fr/~bousch/${PN}.tgz -> ${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}"
-
-PATCHES=( "${FILESDIR}"/${P}-unterminated-strings.patch )
-
-src_compile() {
-	emake CC="$(tc-getCC)" \
-		CFLAGS="${CFLAGS}" \
-		LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-	dobin fujiplay yycc2ppm
-	dodoc README fujiplay.lsm mx700-commands.html
-	emake all clean
-}
-
-pkg_postinst() {
-	ln -s /dev/ttyS0 /dev/fujifilm || die
-	elog "A symbolic link /dev/ttyS0 -> /dev/fujifilm was created."
-	elog "You may want to create a serial group to allow non-root"
-	elog "members R/W access to the serial device."
-	elog
-}
-
-pkg_postrm() {
-	rm -f /dev/fujifilm || die
-	elog
-	elog "The symbolic link /dev/fujifilm was removed."
-	elog
-}

diff --git a/app-misc/fujiplay/fujiplay-1.33.ebuild b/app-misc/fujiplay/fujiplay-1.33.ebuild
deleted file mode 100644
index 17402bcb385..00000000000
--- a/app-misc/fujiplay/fujiplay-1.33.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Utility for Fujifilm/Leica digital cameras (via serial port)"
-HOMEPAGE="http://topo.math.u-psud.fr/~bousch/fujiplay.html"
-SRC_URI="http://topo.math.u-psud.fr/~bousch/${PN}.tgz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-S="${WORKDIR}"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}-unterminated-strings.patch
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)" \
-		CFLAGS="${CFLAGS}" \
-		LDFLAGS="${LDFLAGS}" \
-		|| die "emake failed"
-}
-
-src_install() {
-	dobin fujiplay yycc2ppm || die
-	dodoc README fujiplay.lsm mx700-commands.html
-	emake all clean
-}
-
-pkg_postinst() {
-	ln -s /dev/ttyS0 /dev/fujifilm
-	elog "A symbolic link /dev/ttyS0 -> /dev/fujifilm was created."
-	elog "You may want to create a serial group to allow non-root"
-	elog "members R/W access to the serial device."
-	echo
-}
-
-pkg_postrm() {
-	rm -f /dev/fujifilm
-	echo
-	elog "The symbolic link /dev/fujifilm was removed."
-	echo
-}

diff --git a/app-misc/fujiplay/metadata.xml b/app-misc/fujiplay/metadata.xml
deleted file mode 100644
index 6f49eba8f49..00000000000
--- a/app-misc/fujiplay/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 098d8dfc1ec..1228bcf469c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -286,10 +286,6 @@ media-plugins/vdr-picselshow
 # Dead for years, no reverse deps (#665046). Removal in a month.
 app-text/clara
 
-# Pacho Ramos <pacho@gentoo.org> (11 Nov 2018)
-# ebuild plays with /dev (#666456). Removal in a month.
-app-misc/fujiplay
-
 # Mike Gilbert <floppym@gentoo.org> (10 Nov 2018)
 # Open bugs and no Gentoo maintainer.
 # Removal in 30 days.


                 reply	other threads:[~2018-12-11 13:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1544533805.c78511c687638ec3a69f3a53d3606e2f05c1d8f8.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox