Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] brother-dcp197c-{cupswrapper,lpr}: remove
@ 2019-07-11  3:14 voidlinux-github
  2019-07-11  9:13 ` voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2019-07-11  3:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 460 bytes --]

There is a new pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages 32bitdeps
https://github.com/void-linux/void-packages/pull/12982

brother-dcp197c-{cupswrapper,lpr}: remove
1. The use of `*-32bit` packages in building is broken now
2. They haven't been updated since 2011

I recommend they be removed. 

A patch file from https://github.com/void-linux/void-packages/pull/12982.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-32bitdeps-12982.patch --]
[-- Type: application/text/x-diff, Size: 15853 bytes --]

From c94a33371c4efd59683eb27c5458c3930be3431c Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Wed, 10 Jul 2019 22:09:54 -0500
Subject: [PATCH 1/2] brother-dcp197c-cupswrapper: remove package

---
 srcpkgs/brother-dcp197c-cupswrapper/INSTALL   |   7 -
 .../brother-dcp197c-cupswrapper/INSTALL.msg   |   1 +
 srcpkgs/brother-dcp197c-cupswrapper/REMOVE    |   3 -
 .../files/43-cups-usb.rules                   |  21 --
 .../files/cupswrapper.void                    | 283 ------------------
 srcpkgs/brother-dcp197c-cupswrapper/template  |  27 +-
 6 files changed, 6 insertions(+), 336 deletions(-)
 delete mode 100644 srcpkgs/brother-dcp197c-cupswrapper/INSTALL
 create mode 100644 srcpkgs/brother-dcp197c-cupswrapper/INSTALL.msg
 delete mode 100644 srcpkgs/brother-dcp197c-cupswrapper/REMOVE
 delete mode 100644 srcpkgs/brother-dcp197c-cupswrapper/files/43-cups-usb.rules
 delete mode 100755 srcpkgs/brother-dcp197c-cupswrapper/files/cupswrapper.void

diff --git a/srcpkgs/brother-dcp197c-cupswrapper/INSTALL b/srcpkgs/brother-dcp197c-cupswrapper/INSTALL
deleted file mode 100644
index c2693acc587..00000000000
--- a/srcpkgs/brother-dcp197c-cupswrapper/INSTALL
+++ /dev/null
@@ -1,7 +0,0 @@
-case "${ACTION}" in
-post)
-    opt/brother/Printers/dcp197c/cupswrapper/cupswrapper.void -i
-    chmod 755 opt/brother/Printers/dcp197c/cupswrapper
-    ;;
-esac
-
diff --git a/srcpkgs/brother-dcp197c-cupswrapper/INSTALL.msg b/srcpkgs/brother-dcp197c-cupswrapper/INSTALL.msg
new file mode 100644
index 00000000000..b07517ec007
--- /dev/null
+++ b/srcpkgs/brother-dcp197c-cupswrapper/INSTALL.msg
@@ -0,0 +1 @@
+brother-dcp197c-cupswrapper is no longer provided by Void Linux, and will be fully removed from the repos on 2019-10-10
diff --git a/srcpkgs/brother-dcp197c-cupswrapper/REMOVE b/srcpkgs/brother-dcp197c-cupswrapper/REMOVE
deleted file mode 100644
index 70dbfe58859..00000000000
--- a/srcpkgs/brother-dcp197c-cupswrapper/REMOVE
+++ /dev/null
@@ -1,3 +0,0 @@
-case ${ACTION} in
-    pre) opt/brother/Printers/dcp197c/cupswrapper/cupswrapper.void -e ;;
-esac
diff --git a/srcpkgs/brother-dcp197c-cupswrapper/files/43-cups-usb.rules b/srcpkgs/brother-dcp197c-cupswrapper/files/43-cups-usb.rules
deleted file mode 100644
index 2b09970cec9..00000000000
--- a/srcpkgs/brother-dcp197c-cupswrapper/files/43-cups-usb.rules
+++ /dev/null
@@ -1,21 +0,0 @@
-# This file is installed by brother-XXXX-cupswrapper
-# To adapt it to you needing make sure you:
-# install usb-utils package
-# launch lsusb and note a line resemblig this one:
-# 
-# Bus 004 Device 007: ID 04f9:023e Brother Industries, Ltd 
-# Explanation:
-# 
-#   Bus xxx Device xxx are the location of the usb port
-#
-#   ID 04f9:xxxx Brother Industries, Ltd
-# 
-#   note the xxxx hex number and put it in the field:
-#
-#   ATTR{idProduct}=="023e" at place of 023e (the code for DCP197C)
-#
-# This is needed to make the printer work correctly
-# even if you installed the brother-brsca3 package
-# version date 2014/05/12
-
-ATTR{idVendor}=="04f9", ATTR{idProduct}=="023e", MODE:="0664", GROUP:="lp", ENV{libsane_matched}:="yes"
diff --git a/srcpkgs/brother-dcp197c-cupswrapper/files/cupswrapper.void b/srcpkgs/brother-dcp197c-cupswrapper/files/cupswrapper.void
deleted file mode 100755
index c4fe691674e..00000000000
--- a/srcpkgs/brother-dcp197c-cupswrapper/files/cupswrapper.void
+++ /dev/null
@@ -1,283 +0,0 @@
-#! /bin/sh
-#
-# Brother Print filter
-# Copyright (C) 2005-2011 Brother. Industries, Ltd.
-
-# This program is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by the Free
-# Software Foundation; either version 2 of the License, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
-# more details.
-#
-# You should have received a copy of the GNU General Public License along with
-# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
-# Place, Suite 330, Boston, MA  02111-1307  USA
-#
-# modified for voidlinux by Carlo Dormeletti carlo.dormeletti <at> email.it
-# 2014/04/26 -- first version
-# 2014/08/25 -- adapted to runit 
-#
-
-
-printer_model=""dcp197c""
-cups_printer_name=`echo $printer_model | tr '[a-z]' '[A-Z]'`
-device_name=`echo $cups_printer_name | eval sed -e 's/MFC/MFC-/' -e 's/DCP/DCP-/' -e 's/FAX/FAX-/'`
-# pcfilename=`echo $cups_printer_name | tr -d '[A-Z]'`
-device_model="Printers"
-tmp_filter=/var/tmp/brlpdwrapper${printer_model}
-ppd_file_name=/usr/share/ppd/cupsfilters/brother_${printer_model}_printer_en.ppd
-brotherlpdwrapper=/usr/lib/cups/filter/brlpdwrapper${printer_model}
-
-
-if [ "$1" = "-c" ]; then
-  echo "----------  Printer  ----------"
-  echo "printer_model      => " $printer_model
-  echo "cups_printer_name  => " $cups_printer_name
-  echo "device_name        => " $device_name
-  echo "device_model       => " $device_model
-  echo "--------  Filters File  --------"	
-  echo "tmp_filter    => " $tmp_filter
-  echo "ppd_file_name => " $ppd_file_name
-
-  exit 0
-fi
-
-
-
-if [ "$1" = '-e' ]; then
-  lpadmin -x ${cups_printer_name}
-  rm -f $ppd_file_name
-  rm -f $brotherlpdwrapper
-
-  sv restart cups
-  exit 0
-fi
-
-if [ "$1" = "-r" ]; then
-  lpadmin -x ${cups_printer_name}
-
-  sv restart cups
-  exit 0
-fi
-
-
-if [ "$1" = "help" ] || [ "$1" = "-h" ]; then
-  echo   'option -h : help'
-  echo   '       -i : install'
-  echo   '       -e : uninstall'
-  echo   '       -r : remove printer'
-  echo   '       -c : check variables'
-  exit 0
-fi
-
-if [ -e "/opt/brother/${device_model}/${printer_model}/lpd/filter${printer_model}" ]; then
-  :
-else
-  echo "ERROR : Brother LPD filter is not installed."
-  echo "ERROR : please install it."
-fi
-
-
-cp "/opt/brother/${device_model}/${printer_model}/cupswrapper/brother_${printer_model}_printer_en.ppd" $ppd_file_name
-chmod 644 $ppd_file_name
-
-#
-#	create temporary CUPS Filter
-#
-
-cat <<!ENDOFWFILTER! >$tmp_filter
-#! /bin/sh
-#
-# Brother Print filter  >>
-# Copyright (C) 2005-2011 Brother. Industries, Ltd.
-#                                    Ver1.10
-
-# This program is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by the Free
-# Software Foundation; either version 2 of the License, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
-# more details.
-#
-# You should have received a copy of the GNU General Public License along with
-# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
-# Place, Suite 330, Boston, MA  02111-1307  USA
-#
-# modified for voidlinux by Carlo Dormeletti carlo.dormeletti <at> email.it
-# modify date 201/04/26
-#
-
-LOGFILE="/dev/null"
-LOGLEVEL="1"
-LOGCLEVEL="7"
-DEBUG=0
-NUPENABLE=1
-LOG_LATESTONLY=1
-errorcode=0
-
-if [ \$DEBUG != 0 ]; then
-  LOGFILE=/tmp/br_cupsfilter_debug_log
-fi
-
-PPDC=\`printenv | grep "PPD="\`
-PPDC=\`echo \$PPDC | sed -e 's/PPD=//'\`
-
-if [ "\$PPDC" = "" ]; then
-  PPDC=$ppd_file_name
-fi
-
-
-if [ \$LOGFILE != "/dev/null" ]; then
-  if [ \$LOG_LATESTONLY == "1" ]; then
-    rm -f \$LOGFILE
-    date  >\$LOGFILE
-  else
-    if [ -e \$LOGFILE ]; then
-	    date >>\$LOGFILE
-    else
-	    date >\$LOGFILE
-    fi
-  fi
-    echo "arg0 = \$0"        >>\$LOGFILE
-    echo "arg1 = \$1"        >>\$LOGFILE
-    echo "arg2 = \$2"        >>\$LOGFILE
-    echo "arg3 = \$3"        >>\$LOGFILE
-    echo "arg4 = \$4"        >>\$LOGFILE
-    echo "arg5 = \$5"        >>\$LOGFILE
-    echo "arg6 = \$6"        >>\$LOGFILE
-    echo "PPD  = \$PPD"      >>\$LOGFILE
-fi
-
-INPUT_TEMP_PS=\`mktemp /tmp/br_input_ps.XXXXXX\`
-
-nup="cat"
-if [ "`echo \$5 | grep 'Nup='`" != '' ] && [ \$NUPENABLE != 0 ]; then
-
-  if   [ "`echo \$5 | grep 'Nup=64'`" != '' ]; then
-    nup="psnup -64"
-  elif [ "`echo \$5 | grep 'Nup=32'`" != '' ]; then
-    nup="psnup -32"
-  elif [ "`echo \$5 | grep 'Nup=25'`" != '' ]; then
-    nup="psnup -25"
-  elif [ "`echo \$5 | grep 'Nup=16'`" != '' ]; then
-    nup="psnup -16"
-  elif [ "`echo \$5 | grep 'Nup=8'`" != '' ]; then
-    nup="psnup -8"
-  elif [ "`echo \$5 | grep 'Nup=6'`" != '' ]; then
-    nup="psnup -6"
-  elif [ "`echo \$5 | grep 'Nup=4'`" != '' ]; then
-    nup="psnup -4"
-  elif [ "`echo \$5 | grep 'Nup=2'`" != '' ]; then
-    nup="psnup -2"
-  elif [ "`echo \$5 | grep 'Nup=1'`" != '' ]; then
-    nup="cat"
-  fi
-  echo   "NUP=\$nup"         >>\$LOGFILE
-  if [ -e /usr/bin/psnup ]; then
-    if [ \$# -ge 7 ]; then
-      cat \$6  | \$nup > \$INPUT_TEMP_PS
-    else
-      cat       | \$nup > \$INPUT_TEMP_PS
-    fi
-  else
-    if [ \$# -ge 7 ]; then
-      cp \$6  \$INPUT_TEMP_PS
-    else
-      cat    > \$INPUT_TEMP_PS
-    fi
-  fi
-else
-  if [ \$# -ge 7 ]; then
-    cp \$6  \$INPUT_TEMP_PS
-  else
-    cat    > \$INPUT_TEMP_PS
-  fi
-fi
-
-if [ -e "/opt/brother/${device_model}/${printer_model}/lpd/filter${printer_model}" ]; then
-  :
-else
-  echo "ERROR: /opt/brother/${device_model}/${printer_model}/lpd/filter${printer_model} does not exist"   >>\$LOGFILE
-  errorcode=30
-  exit
-fi
-
-CUPSOPTION=\`echo "\$5 Copies=\$4" | sed -e 's/BrMirror=OFF/MirrorPrint=OFF/' -e 's/BrMirror=ON/MirrorPrint=ON/' -e 's/BrChain/Chain/' -e 's/BrBrightness/Brightness/' -e 's/BrContrast/Contrast/' -e 's/BrHalfCut/HalfCut/' -e 's/BrAutoTapeCut/AutoCut/' -e 's/BrHalftonePattern/Halftone/' -e 's/Binary/Binary/' -e 's/Dither/Dither/' -e 's/ErrorDiffusion/ErrorDiffusion/' -e 's/PageSize/media/' -e 's/BrSheets/Sheets/' -e 's/multiple-document-handling/Collate/' -e 's/separate-documents-collated-copies/ON/' -e 's/separate-documents-uncollated-copies/OFF/'\`
-
-if [ -e "/opt/brother/${device_model}/${printer_model}/cupswrapper/brcupsconfpt1" ]; then
-  if [ \$DEBUG = 0 ]; then
-     /opt/brother/${device_model}/${printer_model}/cupswrapper/brcupsconfpt1  ${cups_printer_name}  \$PPDC 0 "\$CUPSOPTION" "${printer_model}">> /dev/null
-  else
-     /opt/brother/${device_model}/${printer_model}/cupswrapper/brcupsconfpt1  ${cups_printer_name}  \$PPDC \$LOGCLEVEL "\$CUPSOPTION" "${printer_model}">>\$LOGFILE
-  fi
-fi
-
-if [ \$DEBUG -lt 10 ]; then
-  cat    \$INPUT_TEMP_PS | /opt/brother/${device_model}/${printer_model}/lpd/filter${printer_model} "\$\$" "CUPS" "USB"
-
-  if [ \$LOGLEVEL -gt 2 ];  then
-    if [ \$LOGFILE != "/dev/null" ]; then
-      echo ""                                  >>\$LOGFILE
-      echo "    ------PostScript Data-------"  >>\$LOGFILE
-      cat    \$INPUT_TEMP_PS                   >>\$LOGFILE
-    fi
-  fi
-fi
-
-rm -f  \$INPUT_TEMP_PS
-
-exit $errorcode
-
-!ENDOFWFILTER!
-
-chmod 755 $tmp_filter
-
-#
-# check brotherlpdwrapper in /usr/lib/cups/filter
-#
-
-if [ -d /usr/lib/cups/filter ]; then
-  rm -f  $brotherlpdwrapper
-  cp $tmp_filter $brotherlpdwrapper
-fi
-
-#
-#  remove temporary script file
-#
-
-rm -f  $tmp_filter
-
-chmod a+w /opt/brother/${device_model}/${printer_model}/inf/br${printer_model}rc
-chmod a+w /opt/brother/${device_model}/${printer_model}/inf
-
-sleep 2s
-
-sv restart cups
-
-port2=`lpinfo -v | grep -i 'usb://Brother/${device_name}' | head -1`
-
-if [ "$port2" = '' ];then
-  port2=`lpinfo -v | grep 'usb://Brother' | head -1`
-fi
-
-if [ "$port2" = '' ];then
-  port2=`lpinfo -v | grep 'usb://' | head -1`
-fi
-
-port=`echo $port2| sed s/direct//g`
-
-if [ "$port" = '' ];then
-  port=usb:/dev/usb/lp0
-fi
-
-lpadmin -p ${cups_printer_name} -E -v $port -P $ppd_file_name
-
-exit 0
-
diff --git a/srcpkgs/brother-dcp197c-cupswrapper/template b/srcpkgs/brother-dcp197c-cupswrapper/template
index c9b8226d7fb..298e020d687 100644
--- a/srcpkgs/brother-dcp197c-cupswrapper/template
+++ b/srcpkgs/brother-dcp197c-cupswrapper/template
@@ -1,26 +1,9 @@
 # Template file for 'brother-dcp197c-cupswrapper'
 pkgname=brother-dcp197c-cupswrapper
 version=1.1.3
-revision=8
-maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
-homepage="http://support.brother.com/g/b/index.aspx"
+revision=9
+archs=noarch
+build_style=meta
+short_desc="CUPS wrapper driver for the brother DCP-197C printer/scanner (removed package)"
 license="GPL-2"
-short_desc="CUPS wrapper driver for the brother DCP-197C printer/scanner"
-distfiles="http://download.brother.com/welcome/dlf005405/dcp197ccupswrapper-${version}-1.i386.deb"
-checksum="d3ebfad8231939900b8041022d6c35a0ee7a1a417f7ffdab2ae371b54a00bab8"
-archs="i686 x86_64"
-depends="brother-dcp197c-lpr cups"
-create_wrksrc=yes
-nopie=yes
-
-do_extract() {
-	ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/dcp197ccupswrapper-${version}-1.i386.deb
-}
-
-do_install() {
-	mkdir -p ${DESTDIR}
-	tar xzpvf data.tar.gz -C ${DESTDIR}
-	rm ${DESTDIR}/opt/brother/Printers/dcp197c/cupswrapper/cupswrapperdcp197c
-	vinstall ${FILESDIR}/cupswrapper.void 755 /opt/brother/Printers/dcp197c/cupswrapper/
-	vinstall ${FILESDIR}/43-cups-usb.rules 644 /usr/lib/udev/rules.d/
-}
+homepage="http://support.brother.com/g/b/index.aspx"

From fc5ab5a7e8df7902cb70bcdd5c6bc97b32f1d511 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Wed, 10 Jul 2019 22:10:20 -0500
Subject: [PATCH 2/2] brother-dcp197c-lpr: remove package

---
 srcpkgs/brother-dcp197c-lpr/INSTALL     |  6 -----
 srcpkgs/brother-dcp197c-lpr/INSTALL.msg |  1 +
 srcpkgs/brother-dcp197c-lpr/template    | 29 +++++--------------------
 3 files changed, 6 insertions(+), 30 deletions(-)
 delete mode 100644 srcpkgs/brother-dcp197c-lpr/INSTALL
 create mode 100644 srcpkgs/brother-dcp197c-lpr/INSTALL.msg

diff --git a/srcpkgs/brother-dcp197c-lpr/INSTALL b/srcpkgs/brother-dcp197c-lpr/INSTALL
deleted file mode 100644
index 87a4b6a62f4..00000000000
--- a/srcpkgs/brother-dcp197c-lpr/INSTALL
+++ /dev/null
@@ -1,6 +0,0 @@
-case "${ACTION}" in
-    post)
-        mkdir -p var/spool/lpd
-        opt/brother/Printers/dcp197c/inf/setupPrintcapij dcp197c -i
-    ;;
-esac
diff --git a/srcpkgs/brother-dcp197c-lpr/INSTALL.msg b/srcpkgs/brother-dcp197c-lpr/INSTALL.msg
new file mode 100644
index 00000000000..e8eef5ba34e
--- /dev/null
+++ b/srcpkgs/brother-dcp197c-lpr/INSTALL.msg
@@ -0,0 +1 @@
+brother-dcp197c-lpr is no longer provided by Void Linux, and will be fully removed from the repos on 2019-10-10
diff --git a/srcpkgs/brother-dcp197c-lpr/template b/srcpkgs/brother-dcp197c-lpr/template
index 80fe2a58dc7..5596933640b 100644
--- a/srcpkgs/brother-dcp197c-lpr/template
+++ b/srcpkgs/brother-dcp197c-lpr/template
@@ -1,28 +1,9 @@
 # Template file for 'brother-dcp197c-lpr'
 pkgname=brother-dcp197c-lpr
 version=1.1.3
-revision=6
-maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
-homepage="http://support.brother.com/g/b/index.aspx"
+revision=7
+archs=noarch
+build_style=meta
+short_desc="LPR driver for the brother DCP-197C printer/scanner (removed package)"
 license="GPL-2"
-short_desc="LPR driver for the brother DCP-197C printer/scanner"
-distfiles="http://download.brother.com/welcome/dlf005403/dcp197clpr-${version}-1.i386.deb"
-checksum="e6427ae596f0f65ca2d39167fe42a4a79c0b254b1f16bd282a2b245db56f4ea1"
-archs="i686 x86_64"
-create_wrksrc=yes
-depends="a2ps ghostscript"
-mutable_files="/opt/brother/Printers/dcp197c/inf/brdcp197crc"
-nopie=yes
-
-if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
-	depends+=" glibc-32bit"
-fi
-
-do_extract() {
-	ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/dcp197clpr-${version}-1.i386.deb
-}
-
-do_install() {
-	mkdir -p ${DESTDIR}
-	tar xzpvf data.tar.gz -C ${DESTDIR}
-}
+homepage="http://support.brother.com/g/b/index.aspx"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: brother-dcp197c-{cupswrapper,lpr}: remove
  2019-07-11  3:14 [PR PATCH] brother-dcp197c-{cupswrapper,lpr}: remove voidlinux-github
@ 2019-07-11  9:13 ` voidlinux-github
  2019-07-11 11:10 ` voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-07-11  9:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 239 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/12982#issuecomment-510403080
Comment:
Why was this merged anyway? This was such a specific package that nearly nobody else would use it.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: brother-dcp197c-{cupswrapper,lpr}: remove
  2019-07-11  3:14 [PR PATCH] brother-dcp197c-{cupswrapper,lpr}: remove voidlinux-github
  2019-07-11  9:13 ` voidlinux-github
@ 2019-07-11 11:10 ` voidlinux-github
  2019-07-11 11:29 ` voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-07-11 11:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 439 bytes --]

New comment by boson-at on void-packages repository

https://github.com/void-linux/void-packages/pull/12982#issuecomment-510442222
Comment:
 => ERROR: brother-dcp197c-lpr-1.1.3_6: runtime dependency 'glibc-32bit' does not exist! 

I think that's a bug in xbps-src since then
commit e4984d01ea049e7cde260fc1a05d61fbdd403180
I have the same problem for about 17 hours
<host dependency 'glibc-32bit' does not exist!>
(sorry my english)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: brother-dcp197c-{cupswrapper,lpr}: remove
  2019-07-11  3:14 [PR PATCH] brother-dcp197c-{cupswrapper,lpr}: remove voidlinux-github
  2019-07-11  9:13 ` voidlinux-github
  2019-07-11 11:10 ` voidlinux-github
@ 2019-07-11 11:29 ` voidlinux-github
  2019-07-11 11:32 ` voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-07-11 11:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/12982#issuecomment-510447328
Comment:
There is no bug here. A pkg shouldn't depend on unexistent or generated packages IMHO. 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: brother-dcp197c-{cupswrapper,lpr}: remove
  2019-07-11  3:14 [PR PATCH] brother-dcp197c-{cupswrapper,lpr}: remove voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-11 11:29 ` voidlinux-github
@ 2019-07-11 11:32 ` voidlinux-github
  2020-02-12 13:55 ` voidlinux-github
  2020-02-12 17:18 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-07-11 11:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/12982#issuecomment-510448175
Comment:
Thinking about it I think I could add something to make depending on 32bit pkgs work again. 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: brother-dcp197c-{cupswrapper,lpr}: remove
  2019-07-11  3:14 [PR PATCH] brother-dcp197c-{cupswrapper,lpr}: remove voidlinux-github
                   ` (3 preceding siblings ...)
  2019-07-11 11:32 ` voidlinux-github
@ 2020-02-12 13:55 ` voidlinux-github
  2020-02-12 17:18 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-02-12 13:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/12982#issuecomment-585216138

Comment:
How is the state on this PR?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: brother-dcp197c-{cupswrapper,lpr}: remove
  2019-07-11  3:14 [PR PATCH] brother-dcp197c-{cupswrapper,lpr}: remove voidlinux-github
                   ` (4 preceding siblings ...)
  2020-02-12 13:55 ` voidlinux-github
@ 2020-02-12 17:18 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2020-02-12 17:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 196 bytes --]

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/12982#issuecomment-585315987

Comment:
the `-32bit` dependency issue has been solved at very least

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-02-12 17:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-11  3:14 [PR PATCH] brother-dcp197c-{cupswrapper,lpr}: remove voidlinux-github
2019-07-11  9:13 ` voidlinux-github
2019-07-11 11:10 ` voidlinux-github
2019-07-11 11:29 ` voidlinux-github
2019-07-11 11:32 ` voidlinux-github
2020-02-12 13:55 ` voidlinux-github
2020-02-12 17:18 ` voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).