diff options
author | Marinus Schraal <foser@gentoo.org> | 2006-08-03 22:24:01 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2006-08-03 22:24:01 +0000 |
commit | beb5589a6cf06e6decc36ffc02845482ccc66617 (patch) | |
tree | a8adf378e1967edaa3d3582aadc150cb109baf02 /net-im | |
parent | add openvrml, remove that anti-virus thing because someone is taking care of it. (diff) | |
download | historical-beb5589a6cf06e6decc36ffc02845482ccc66617.tar.gz historical-beb5589a6cf06e6decc36ffc02845482ccc66617.tar.bz2 historical-beb5589a6cf06e6decc36ffc02845482ccc66617.zip |
ffix 0.13 patching
Package-Manager: portage-2.1
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gossip/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/gossip/files/gossip-0.13-ppc_conn_fix.patch.gz | bin | 0 -> 791 bytes | |||
-rw-r--r-- | net-im/gossip/gossip-0.13-r1.ebuild | 4 |
3 files changed, 6 insertions, 3 deletions
diff --git a/net-im/gossip/ChangeLog b/net-im/gossip/ChangeLog index b5a8237ec2c0..7ba88bc3761e 100644 --- a/net-im/gossip/ChangeLog +++ b/net-im/gossip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/gossip # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.44 2006/08/03 16:37:04 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.45 2006/08/03 22:24:01 foser Exp $ + + 03 Aug 2006; Marinus Schraal <foser@gentoo.org> files/gossip-0.13-ppc_conn_fix.patch : + zip patch so it doesn't get a cvs id tag *gossip-0.13-r1 (03 Aug 2006) diff --git a/net-im/gossip/files/gossip-0.13-ppc_conn_fix.patch.gz b/net-im/gossip/files/gossip-0.13-ppc_conn_fix.patch.gz Binary files differnew file mode 100644 index 000000000000..8e6ac92bbc6d --- /dev/null +++ b/net-im/gossip/files/gossip-0.13-ppc_conn_fix.patch.gz diff --git a/net-im/gossip/gossip-0.13-r1.ebuild b/net-im/gossip/gossip-0.13-r1.ebuild index 190de23d19ef..a78206fe9fac 100644 --- a/net-im/gossip/gossip-0.13-r1.ebuild +++ b/net-im/gossip/gossip-0.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.13-r1.ebuild,v 1.1 2006/08/03 16:37:04 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.13-r1.ebuild,v 1.2 2006/08/03 22:24:01 foser Exp $ inherit gnome2 eutils autotools @@ -47,7 +47,7 @@ src_unpack() { cd ${S} # fix connection issues on ppc - epatch ${FILESDIR}/${P}-ppc_conn_fix.patch + epatch ${FILESDIR}/${P}-ppc_conn_fix.patch.gz eautomake |