summaryrefslogtreecommitdiff
path: root/net-print/hplip/files
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-10-25 17:12:06 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-10-25 17:12:06 +0100
commit0a5d7aa24c9b114ba6524ffbd22b15c40b888e66 (patch)
tree7fa42f882f55552589cff18206509ce85fe90585 /net-print/hplip/files
parentfe43e31c1c7edcb2fb11a43cd2081aede8170fea (diff)
downloadoverlay-0a5d7aa24c9b114ba6524ffbd22b15c40b888e66.tar.gz
overlay-0a5d7aa24c9b114ba6524ffbd22b15c40b888e66.tar.bz2
overlay-0a5d7aa24c9b114ba6524ffbd22b15c40b888e66.zip
Remove own hplip version
Diffstat (limited to '')
-rw-r--r--net-print/hplip/files/70-hpmud.rules19
-rw-r--r--net-print/hplip/files/hplip-2.8.6b-add-sane-lib.patch15
2 files changed, 0 insertions, 34 deletions
diff --git a/net-print/hplip/files/70-hpmud.rules b/net-print/hplip/files/70-hpmud.rules
deleted file mode 100644
index 1e6ab66..0000000
--- a/net-print/hplip/files/70-hpmud.rules
+++ /dev/null
@@ -1,19 +0,0 @@
-# Udev rules file for HP printer products.
-
-ACTION!="add", GOTO="hpmud_rules_end"
-
-SUBSYSTEM!="usb|usb_device", GOTO="hpmud_rules_end"
-SUBSYSTEM=="usb", ENV{DEVTYPE}!="usb_device" ,GOTO="hpmud_rules_end"
-
-# Check for AiO products (0x03f0xx11).
-ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="??11", GROUP="lp"
-# Check for Photosmart products (0x03f0xx02).
-ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="??02", GROUP="lp"
-# Check for Business Inkjet products (0x03f0xx12).
-ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="??12", GROUP="lp"
-# Check for Deskjet products (0x03f0xx04).
-ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="??04", GROUP="lp"
-# Check for LaserJet products (0x03f0xx17).
-ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="??17", GROUP="lp"
-
-LABEL="hpmud_rules_end"
diff --git a/net-print/hplip/files/hplip-2.8.6b-add-sane-lib.patch b/net-print/hplip/files/hplip-2.8.6b-add-sane-lib.patch
deleted file mode 100644
index ac543bd..0000000
--- a/net-print/hplip/files/hplip-2.8.6b-add-sane-lib.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-=== modified file 'Makefile.am'
---- Makefile.am 2008-11-10 17:43:43 +0000
-+++ Makefile.am 2008-11-10 17:44:10 +0000
-@@ -198,8 +198,8 @@
- # scanext
- scanextdir = $(pyexecdir)
- scanext_LTLIBRARIES = scanext.la
--#scanext_la_LDFLAGS = -module -avoid-version -lsane
--scanext_la_LDFLAGS = -module -avoid-version
-+scanext_la_LDFLAGS = -module -avoid-version -lsane
-+#scanext_la_LDFLAGS = -module -avoid-version
- scanext_la_SOURCES = scan/scanext/scanext.c
- scanext_la_CFLAGS = -I$(PYTHONINCLUDEDIR)
- endif
-