summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2007-03-03 17:02:11 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2007-03-03 17:02:11 +0000
commit2154bbb61a9472327789d8094cd39d532dea33b3 (patch)
tree23c300f633e1b6cc8aea7d53607b985cc1a7a73a /net-print/hplip/files
parent1.7.2 version bump, remove old ebuilds. Note that this does not fix the SANE ... (diff)
downloadgentoo-2-2154bbb61a9472327789d8094cd39d532dea33b3.tar.gz
gentoo-2-2154bbb61a9472327789d8094cd39d532dea33b3.tar.bz2
gentoo-2-2154bbb61a9472327789d8094cd39d532dea33b3.zip
1.7.2 version bump, remove old ebuilds. Note that this does not fix the SANE problem.
(Portage version: 2.1.1-r2) (Unsigned Manifest commit)
Diffstat (limited to 'net-print/hplip/files')
-rw-r--r--net-print/hplip/files/digest-hplip-1.6.126
-rw-r--r--net-print/hplip/files/digest-hplip-1.7.16
-rw-r--r--net-print/hplip/files/hplip-1.7.1-1.patch12
3 files changed, 0 insertions, 24 deletions
diff --git a/net-print/hplip/files/digest-hplip-1.6.12 b/net-print/hplip/files/digest-hplip-1.6.12
deleted file mode 100644
index ae62527870b2..000000000000
--- a/net-print/hplip/files/digest-hplip-1.6.12
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 1c4b65222333d048450d37082d521b1e foomatic-db-hpijs-20060720.tar.gz 98252
-RMD160 0c2c09f3cea6fc2a8e5da216bd9996b96d91613d foomatic-db-hpijs-20060720.tar.gz 98252
-SHA256 1e50f603b46b1d07980212b2e5dfc5d72d07c889259e79ecbf09469fef5ad20e foomatic-db-hpijs-20060720.tar.gz 98252
-MD5 8adcb93703f6e90510f51b3cf96567c9 hplip-1.6.12.tar.gz 10679971
-RMD160 eec181a1edbbb9087118b4f4c9447b042e202814 hplip-1.6.12.tar.gz 10679971
-SHA256 dd7d992c9d79c3ee7b2949a0c68034411e98f16f2a19aecb120f8d03bc5f8b24 hplip-1.6.12.tar.gz 10679971
diff --git a/net-print/hplip/files/digest-hplip-1.7.1 b/net-print/hplip/files/digest-hplip-1.7.1
deleted file mode 100644
index 9c5196847453..000000000000
--- a/net-print/hplip/files/digest-hplip-1.7.1
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 1c4b65222333d048450d37082d521b1e foomatic-db-hpijs-20060720.tar.gz 98252
-RMD160 0c2c09f3cea6fc2a8e5da216bd9996b96d91613d foomatic-db-hpijs-20060720.tar.gz 98252
-SHA256 1e50f603b46b1d07980212b2e5dfc5d72d07c889259e79ecbf09469fef5ad20e foomatic-db-hpijs-20060720.tar.gz 98252
-MD5 1732a8544413ba8557c8b71929d848fa hplip-1.7.1.tar.gz 10874573
-RMD160 a6fb08542256408c29fc08974442c89308a7a0a7 hplip-1.7.1.tar.gz 10874573
-SHA256 155bddb595466a8008665fb1bbef6ab2a84addfc0cb3e60fa63592dc4525eac8 hplip-1.7.1.tar.gz 10874573
diff --git a/net-print/hplip/files/hplip-1.7.1-1.patch b/net-print/hplip/files/hplip-1.7.1-1.patch
deleted file mode 100644
index f5c4f61f41fe..000000000000
--- a/net-print/hplip/files/hplip-1.7.1-1.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -uNr hplip-1.7.1_old/prnt/hpijs/dj3320.cpp hplip-1.7.1_new/prnt/hpijs/dj3320.cpp
---- hplip-1.7.1_old/prnt/hpijs/dj3320.cpp 2007-01-24 15:42:03.000000000 -0800
-+++ hplip-1.7.1_new/prnt/hpijs/dj3320.cpp 2007-01-31 13:33:42.000000000 -0800
-@@ -3066,7 +3066,7 @@
- }
-
- // Send Sync packet
-- err = pPrinterXBow->Send (pbySync, (DWORD) sizeof (pbySync));
-+ err = pPrinterXBow->Send (pbySync, SYNCSIZE);
- if(err)
- {
- return err;