summaryrefslogtreecommitdiffstats
path: root/printer
diff options
context:
space:
mode:
authorTreeve Jelbert2020-11-28 10:50:16 +0100
committerTreeve Jelbert2020-11-28 10:50:16 +0100
commitf763144e8585c0937dc1a81d657ac9fcc4e64585 (patch)
tree22f3fdb045c1f56d9231a28df67ee9596e6d0988 /printer
parent69bf42c0b1f80864e92182ea4362e7f0d9d079eb (diff)
opencups - delete spurious commit
Diffstat (limited to 'printer')
-rwxr-xr-xprinter/opencups/BUILD19
-rwxr-xr-xprinter/opencups/CONFIGURE17
-rwxr-xr-xprinter/opencups/CONFLICTS3
-rwxr-xr-xprinter/opencups/DEPENDS47
-rwxr-xr-xprinter/opencups/DETAILS23
-rwxr-xr-xprinter/opencups/FINAL2
-rw-r--r--printer/opencups/HISTORY3
-rwxr-xr-xprinter/opencups/POST_REMOVE1
-rwxr-xr-xprinter/opencups/PROVIDES1
-rwxr-xr-xprinter/opencups/TRIGGERS6
-rwxr-xr-xprinter/opencups/init.d/cups13
-rw-r--r--printer/opencups/xinetd.d/cups-lpd11
12 files changed, 0 insertions, 146 deletions
diff --git a/printer/opencups/BUILD b/printer/opencups/BUILD
deleted file mode 100755
index 6922de6439..0000000000
--- a/printer/opencups/BUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# prevent install of init scripts and Mac OS X localization bundle dir
-OPTS="--without-rcdir --without-bundledir $OPTS" &&
-
-# set language options
-if [[ $EXTRA_LANG == n ]]; then
- OPTS="--without-languages $OPTS"
-else
- if [[ $CUPS_LANG == all ]]; then
- OPTS="--with-languages $OPTS"
- else
- OPTS="--with-languages=$CUPS_LANG $OPTS"
- fi
-fi &&
-
-OPTS="--libdir=$INSTALL_ROOT/usr/lib $CUPS_OPTS $OPTS" &&
-OPTS="$OPTS CC=gcc CXX=g++" &&
-OPTS+=" --disable-static" &&
-
-default_build
diff --git a/printer/opencups/CONFIGURE b/printer/opencups/CONFIGURE
deleted file mode 100755
index 42c6b5c9bc..0000000000
--- a/printer/opencups/CONFIGURE
+++ /dev/null
@@ -1,17 +0,0 @@
-. $GRIMOIRE/FUNCTIONS &&
-
-persistent_remove CUPS_VER &&
-
-config_query EXTRA_LANG "Do you want to build extra languages?" n
-
-if [[ $EXTRA_LANG == y ]]; then
- config_query_list CUPS_LANG "Which additional language to install?" \
- all de es fr ja pl sv
-fi &&
-
-config_query_option CUPS_OPTS \
- "Do you want to enable raw printing" \
- n \
- '--enable-raw-printing' \
- '--disable-raw-printing'
-
diff --git a/printer/opencups/CONFLICTS b/printer/opencups/CONFLICTS
deleted file mode 100755
index 674124d803..0000000000
--- a/printer/opencups/CONFLICTS
+++ /dev/null
@@ -1,3 +0,0 @@
-conflicts gnulpr &&
-conflicts cups-old &&
-conflicts cups
diff --git a/printer/opencups/DEPENDS b/printer/opencups/DEPENDS
deleted file mode 100755
index cda12135ba..0000000000
--- a/printer/opencups/DEPENDS
+++ /dev/null
@@ -1,47 +0,0 @@
-depends zlib &&
-depends -sub CXX gcc &&
-depends pkgconfig &&
-
-depends shared-mime-info &&
-
-optional_depends avahi \
- '--enable-avahi' \
- '--disable-avahi' \
- 'use Avahi Service Discovery' &&
-
-optional_depends mdnsresponder \
- '--enable-dnssd' \
- '--disable-dnssd' \
- 'DNS Service Discovery' &&
-
-optional_depends libpaper \
- '--enable-libpaper' \
- '--disable-libpaper' \
- 'Enable libpaper support' &&
-
-optional_depends "libusb" \
- '--enable-libusb' \
- '--disable-libusb' \
- 'usb printers' &&
-optional_depends "dbus" \
- "--enable-dbus" \
- "--disable-dbus" \
- "hardware notifications" &&
-
-optional_depends "linux-pam" \
- "--enable-pam" \
- "--disable-pam" \
- "for pluggable authentication" &&
-
-optional_depends gnutls "--enable-gnutls" "--disable-gnutls --disable-ssl" 'security' &&
-
-optional_depends "acl" \
- "--enable-acl" \
- "--disable-acl" \
- "for file system access control lists support" &&
-
-optional_depends krb5 '--enable-gssapi' '--disable-gssapi' 'GSSAPI support' &&
-optional_depends systemd '--enable-systemd' '--disable-systemd' 'SystemD support' &&
-
-suggest_depends ghostscript '' '' 'to print Postscript files'
-suggest_depends cups-filters '' '' 'extra backends and filters'
diff --git a/printer/opencups/DETAILS b/printer/opencups/DETAILS
deleted file mode 100755
index 3bf303a1a8..0000000000
--- a/printer/opencups/DETAILS
+++ /dev/null
@@ -1,23 +0,0 @@
- SPELL=opencups
- SPELLX=cups
- VERSION=2.3.3op1
- SOURCE_HASH=sha512:
- SECURITY_PATCH=13
- SOURCE=$SPELLX-$VERSION-source.tar.gz
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
- WEB_SITE=https://github.com/OpenPrinting/cups
- SOURCE_URL[0]=$WEB_SITE/download ....
- ENTERED=20201018
- LICENSE[0]=APACHE
- KEYWORDS="printer"
- SHORT="Common Unix Printing System is a portable printing layer"
-cat << EOF
-OpenPrinting fork of Apple/Cups
-
-CUPS provides a portable printing layer for UNIX-based operating systems.
-It was developed to promote a standard printing solution. It is the standard
-printing system in Mac OS X and most Linux distributions.
-CUPS uses the Internet Printing Protocol ("IPP") as the basis for managing
-print jobs and queues and adds network printer browsing and PostScript Printer
-Description ("PPD") based printing options to support real-world printing.
-EOF
diff --git a/printer/opencups/FINAL b/printer/opencups/FINAL
deleted file mode 100755
index 604cb27a0f..0000000000
--- a/printer/opencups/FINAL
+++ /dev/null
@@ -1,2 +0,0 @@
-default_final &&
-update-mime-database /usr/share/mime/
diff --git a/printer/opencups/HISTORY b/printer/opencups/HISTORY
deleted file mode 100644
index 2294cd13a1..0000000000
--- a/printer/opencups/HISTORY
+++ /dev/null
@@ -1,3 +0,0 @@
-2020-10-18 Treeve Jelbert <treeve@sourcemage.org>
- * cloned from cups spell
-
diff --git a/printer/opencups/POST_REMOVE b/printer/opencups/POST_REMOVE
deleted file mode 100755
index 8abcc909e3..0000000000
--- a/printer/opencups/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-update-mime-database /usr/share/mime/
diff --git a/printer/opencups/PROVIDES b/printer/opencups/PROVIDES
deleted file mode 100755
index 7c846a0987..0000000000
--- a/printer/opencups/PROVIDES
+++ /dev/null
@@ -1 +0,0 @@
-CUPS
diff --git a/printer/opencups/TRIGGERS b/printer/opencups/TRIGGERS
deleted file mode 100755
index 9b329f7cc3..0000000000
--- a/printer/opencups/TRIGGERS
+++ /dev/null
@@ -1,6 +0,0 @@
-
-if is_depends_enabled $SPELL linux-pam; then
- on_cast linux-pam cast_self
-fi &&
-
-on_cast gnutls check_self
diff --git a/printer/opencups/init.d/cups b/printer/opencups/init.d/cups
deleted file mode 100755
index c35f34ee04..0000000000
--- a/printer/opencups/init.d/cups
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-PROGRAM=/usr/sbin/cupsd
-RUNLEVEL=3
-if [ -x /usr/sbin/ptal-init ]; then
- NEEDS="hpoj +network +remote_fs"
-elif [ -x /usr/sbin/hpiod ]; then
- NEEDS="hplip +network +remote_fs"
-else
- NEEDS="+network +remote_fs"
-fi
-
-. /etc/init.d/smgl_init
diff --git a/printer/opencups/xinetd.d/cups-lpd b/printer/opencups/xinetd.d/cups-lpd
deleted file mode 100644
index 499073fc9a..0000000000
--- a/printer/opencups/xinetd.d/cups-lpd
+++ /dev/null
@@ -1,11 +0,0 @@
-service printer
-{
- socket_type = stream
- protocol = tcp
- wait = no
- user = lp
- group = lp
- passenv =
- server = /usr/lib/cups/daemon/cups-lpd
- server_args = -o document-format=application/octet-stream
-}