Remove obsolete cups-pdf package
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 5 Jan 2015 04:33:51 +0000 (23:33 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Thu, 8 Jan 2015 22:12:31 +0000 (17:12 -0500)
CUPS already has output to pdf option.

config/packages-list
stage5/hv-install-1
stage5/packages-update
stage5/pkg/cups-pdf [deleted file]

index 5f0063b..aff2db1 100644 (file)
@@ -51,7 +51,6 @@ COREUTILS="coreutils-8.21"
 CPIO="cpio-2.11"
 CUPS="cups-2.0.1"
 CUPS_FILTERS="cups-filters-1.0.61"
-CUPS_PDF="cups-pdf-2.5.1"
 CURL="curl-7.39.0"
 CVS="cvs-1.11.23"
 
index 4213e25..c5bc5a8 100755 (executable)
@@ -100,7 +100,6 @@ ipkg ${CUPS_FILTERS} " \
     --with-gs-path=/usr/bin/gs \
     --with-pdftops-path=/usr/bin/gs \
     --disable-static"
-ipkg -m noac ${CUPS_PDF}
 ipkg -m noac ${SPLIX}
 ipkg ${FOOMATIC_FILTERS}
 ipkg -m noac ${FOO2ZJS}
index 6e2dc2a..12f208a 100755 (executable)
@@ -83,8 +83,6 @@ fpkg -m sf ${INKSCAPE}
 fpkg -m sf ${QPDF}
 fpkg -e "tar.gz" ${CUPS_FILTERS} \
     "https://www.openprinting.org/download/cups-filters"
-fpkg -e "tar.gz" -f "$(get_pkg_name ${CUPS_PDF})_$(get_pkg_ver ${CUPS_PDF})" \
-    ${CUPS_PDF} "http://www.cups-pdf.de/src"
 fpkg -m sf -e "tar.bz2" ${SPLIX}
 fpkg -e "tar.gz" ${FOOMATIC_FILTERS} "http://www.openprinting.org/download/foomatic/"
 fpkg -e "tar.gz" ${FOO2ZJS} "http://foo2zjs.rkkda.com"
diff --git a/stage5/pkg/cups-pdf b/stage5/pkg/cups-pdf
deleted file mode 100644 (file)
index 926577e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-hvbuild()
-{
-    cd ${SRC_DIR}/src
-    gcc -O9 -s -o cups-pdf cups-pdf.c
-    install -v -m 0700 cups-pdf /usr/lib/cups/backend
-
-    cd ${SRC_DIR}
-    cp extra/cups-pdf.conf /etc/cups
-    cp extra/CUPS-PDF.ppd /usr/share/cups/model
-}