diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-08-19 21:05:53 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-08-19 21:05:53 +0000 |
commit | 1194ffa151a83e0e2bfe7228634a213671e82c47 (patch) | |
tree | ac2f4b02d81cc0469b4934da59b13de818b927e5 /net-print | |
parent | stable on x86 (diff) | |
download | historical-1194ffa151a83e0e2bfe7228634a213671e82c47.tar.gz historical-1194ffa151a83e0e2bfe7228634a213671e82c47.tar.bz2 historical-1194ffa151a83e0e2bfe7228634a213671e82c47.zip |
Added patch to fix compilation with gcc-4; bug #103013
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hpijs/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/hpijs/Manifest | 19 | ||||
-rw-r--r-- | net-print/hpijs/files/hpijs-1.7.1-gcc4.patch | 11 | ||||
-rw-r--r-- | net-print/hpijs/hpijs-1.7.1.ebuild | 3 |
4 files changed, 33 insertions, 6 deletions
diff --git a/net-print/hpijs/ChangeLog b/net-print/hpijs/ChangeLog index bbe8fa47b4b4..aaca2e883a0d 100644 --- a/net-print/hpijs/ChangeLog +++ b/net-print/hpijs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/hpijs # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/ChangeLog,v 1.38 2005/06/17 20:29:13 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/ChangeLog,v 1.39 2005/08/19 21:05:53 halcy0n Exp $ + + 19 Aug 2005; Mark Loeser <halcy0n@gentoo.org> + +files/hpijs-1.7.1-gcc4.patch, hpijs-1.7.1.ebuild: + Added patch to fix compilation with gcc-4; bug #103013 17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> hpijs-1.7.1.ebuild: Stable on ppc. diff --git a/net-print/hpijs/Manifest b/net-print/hpijs/Manifest index 2e9f2186fbb7..c7fc96aeb6c7 100644 --- a/net-print/hpijs/Manifest +++ b/net-print/hpijs/Manifest @@ -1,8 +1,19 @@ -MD5 2fccbf151524d2852ca881a4c9635a01 hpijs-1.7.1.ebuild 2167 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 f3f4da462851d23c6808edcaae02238e ChangeLog 4211 MD5 29c3dda867492a08ea041bbc009fbece hpijs-1.5.ebuild 2072 +MD5 4bb6026a773d9b387b5b9dce14117099 hpijs-1.7.1.ebuild 2204 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 -MD5 2c5e1fbf3f531bce905c1d72f3a27800 ChangeLog 4051 -MD5 f332f0c4b395ed9a2c8d89cf38787447 files/hpijs-1.5-gcc34.patch 1482 +MD5 4a45d7f2afffa6ae0b5a8c27d7608ddc files/digest-hpijs-1.5 143 MD5 001779aa38e92ba16c9ee47f6c0051d9 files/digest-hpijs-1.7.1 144 MD5 153b11771cdc5889cbe726925c862292 files/hpijs-1.4.1-rss.1.patch 6182 -MD5 4a45d7f2afffa6ae0b5a8c27d7608ddc files/digest-hpijs-1.5 143 +MD5 f332f0c4b395ed9a2c8d89cf38787447 files/hpijs-1.5-gcc34.patch 1482 +MD5 b4f87a9b64a8c5dc510112a789429ea9 files/hpijs-1.7.1-gcc4.patch 348 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDBkm9CRZPokWLroQRAkXWAKCeCRwup+F88HW7doaqStpAHxDvZACgoFYl +Oyt6rHIeJuoEZDH2TVaSl3w= +=OYrL +-----END PGP SIGNATURE----- diff --git a/net-print/hpijs/files/hpijs-1.7.1-gcc4.patch b/net-print/hpijs/files/hpijs-1.7.1-gcc4.patch new file mode 100644 index 000000000000..47c16ca3b9fb --- /dev/null +++ b/net-print/hpijs/files/hpijs-1.7.1-gcc4.patch @@ -0,0 +1,11 @@ +diff -ur hpijs-1.7.1-orig/printerproxy.h hpijs-1.7.1/printerproxy.h +--- hpijs-1.7.1-orig/printerproxy.h 2005-08-18 18:07:18.000000000 -0400 ++++ hpijs-1.7.1/printerproxy.h 2005-08-18 18:08:44.000000000 -0400 +@@ -46,6 +46,7 @@ + VOTE_EXACT_MATCH = 100 //!< exact match id on this printer + }; + ++class Printer; + + + //PrinterProxy diff --git a/net-print/hpijs/hpijs-1.7.1.ebuild b/net-print/hpijs/hpijs-1.7.1.ebuild index 772813baf112..b5735ed83dfc 100644 --- a/net-print/hpijs/hpijs-1.7.1.ebuild +++ b/net-print/hpijs/hpijs-1.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/hpijs-1.7.1.ebuild,v 1.6 2005/06/17 20:29:13 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hpijs/hpijs-1.7.1.ebuild,v 1.7 2005/08/19 21:05:53 halcy0n Exp $ inherit eutils gnuconfig @@ -25,6 +25,7 @@ src_unpack() { cd ${S} gnuconfig_update epatch ${FILESDIR}/hpijs-1.4.1-rss.1.patch + epatch ${FILESDIR}/${P}-gcc4.patch } src_compile () { |