diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2003-05-29 19:14:44 +0000 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2003-05-29 19:14:44 +0000 |
commit | 3c73779fe8fdb60325467ff8015f41ce20458b8a (patch) | |
tree | b2949f8a8cfeac030c51b4ef3d2a5dc1a41f5c51 /net-print/hpoj | |
parent | Major cleaning and updates (thanks to Torsten and Florian Bauhaus). (diff) | |
download | gentoo-2-3c73779fe8fdb60325467ff8015f41ce20458b8a.tar.gz gentoo-2-3c73779fe8fdb60325467ff8015f41ce20458b8a.tar.bz2 gentoo-2-3c73779fe8fdb60325467ff8015f41ce20458b8a.zip |
cvs added ChangeLog
Diffstat (limited to 'net-print/hpoj')
-rw-r--r-- | net-print/hpoj/ChangeLog | 9 | ||||
-rw-r--r-- | net-print/hpoj/Manifest | 5 | ||||
-rw-r--r-- | net-print/hpoj/files/ExMgr.cpp_patch | 11 | ||||
-rw-r--r-- | net-print/hpoj/files/mlcd_make.patch | 11 |
4 files changed, 36 insertions, 0 deletions
diff --git a/net-print/hpoj/ChangeLog b/net-print/hpoj/ChangeLog new file mode 100644 index 000000000000..72853c4fddba --- /dev/null +++ b/net-print/hpoj/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-print/hpoj +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/hpoj/ChangeLog,v 1.1 2003/05/29 19:13:47 lordvan Exp $ + + +*hpoj-0.90 (25 Apr 2003) + 25 Apr 2003; Thomas Raschbacher <lordvan@gentoo.org> hpoj-0.90.ebuild + initial import (bug #11527 ) +
\ No newline at end of file diff --git a/net-print/hpoj/Manifest b/net-print/hpoj/Manifest new file mode 100644 index 000000000000..986a2c10adb5 --- /dev/null +++ b/net-print/hpoj/Manifest @@ -0,0 +1,5 @@ +MD5 c662c9ff7d419777cf311f40e24b4537 hpoj-0.90.ebuild 2788 +MD5 7bd1cff5c2a75aadd3822f320c049e17 ChangeLog 341 +MD5 ea087eb849513831b112071ca1a71029 files/mlcd_make.patch 292 +MD5 e56953b799bb0ac5fa2e9cc49c885de2 files/ExMgr.cpp_patch 328 +MD5 c5cedb38ee0632e6d0ca973da68e6a5f files/digest-hpoj-0.90 58 diff --git a/net-print/hpoj/files/ExMgr.cpp_patch b/net-print/hpoj/files/ExMgr.cpp_patch new file mode 100644 index 000000000000..9e094325392e --- /dev/null +++ b/net-print/hpoj/files/ExMgr.cpp_patch @@ -0,0 +1,11 @@ +--- ExMgr.cpp 2003-01-21 20:04:01.000000000 +0000 ++++ ExMgr.cpp.patch 2003-01-21 20:03:44.000000000 +0000 +@@ -32,8 +32,6 @@ + #undef LOG_SYSLOG + #include <bp/ex/transport/ExMlcTransport.h> + ++#include "ExMgr.h" ++ + #define SAFE_STRING(s) ((s)?((char *)(s)):"") + + static ExMgr *gpMgr=0; /* Needed by the ExWatchdogTimer class. */ diff --git a/net-print/hpoj/files/mlcd_make.patch b/net-print/hpoj/files/mlcd_make.patch new file mode 100644 index 000000000000..e5d15067b88d --- /dev/null +++ b/net-print/hpoj/files/mlcd_make.patch @@ -0,0 +1,11 @@ +--- mlcd/Makefile 2003-01-21 19:51:03.000000000 +0000 ++++ mlcd/Makefile_patch 2003-01-21 19:53:09.000000000 +0000 +@@ -30,7 +30,7 @@ + %.o : %.c $(INCLUDES) + $(CC) $(CFLAGS) -c -o $@ $< + +-all: $(LINKS) $(GOAL) ++all: $(GOAL) + + $(LINKS): + for link in $(LINKS) ; do ln -s . $$link ; done |