diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-01-08 15:39:14 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-01-08 15:39:14 +0000 |
commit | a5803ecfbfc7b53803e4fed066e9698d13dc494d (patch) | |
tree | 8fd5e38e8ea13db901208218ee78a2df142dd40e /net-im | |
parent | Bug 118053, missing optional xml deps. Bug 118296 opened to get keywords adde... (diff) | |
download | historical-a5803ecfbfc7b53803e4fed066e9698d13dc494d.tar.gz historical-a5803ecfbfc7b53803e4fed066e9698d13dc494d.tar.bz2 historical-a5803ecfbfc7b53803e4fed066e9698d13dc494d.zip |
Use fixlocalpod from perl-module.eclass to fix the file collision for perllocal.pod. Bug #118292.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/silc-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/silc-plugin/Manifest | 10 | ||||
-rw-r--r-- | net-im/silc-plugin/silc-plugin-1.0.1-r4.ebuild | 8 |
3 files changed, 16 insertions, 10 deletions
diff --git a/net-im/silc-plugin/ChangeLog b/net-im/silc-plugin/ChangeLog index c2832dea3d73..1cd28393a681 100644 --- a/net-im/silc-plugin/ChangeLog +++ b/net-im/silc-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/silc-plugin -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/silc-plugin/ChangeLog,v 1.17 2005/12/12 10:14:53 ticho Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/silc-plugin/ChangeLog,v 1.18 2006/01/08 15:39:14 ticho Exp $ + + 08 Jan 2006; Andrej Kacian <ticho@gentoo.org> silc-plugin-1.0.1-r4.ebuild: + Use fixlocalpod from perl-module.eclass to fix the file collision for + perllocal.pod. Bug #118292. 12 Dec 2005; Andrej Kacian <ticho@gentoo.org> -silc-plugin-1.0.1.ebuild, -silc-plugin-1.0.1-r1.ebuild, -silc-plugin-1.0.1-r2.ebuild, diff --git a/net-im/silc-plugin/Manifest b/net-im/silc-plugin/Manifest index 150be798e15d..b591e0765c86 100644 --- a/net-im/silc-plugin/Manifest +++ b/net-im/silc-plugin/Manifest @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 ea2e76596a5e86043423d7e03d6efdcf ChangeLog 3663 +MD5 40ce1d2bdcb86f8342195c5e2e8154dd ChangeLog 3843 MD5 71989b1101d6cf41e9f61a1b62d2cc85 files/1.0.1-branch-update.patch 6717 MD5 1acb3335a10232ac14f179305e20477f files/1.0.1-gcc34.patch 471 MD5 ce1069db2e4cfc5c0b0d4b988c6c053c files/digest-silc-plugin-1.0.1-r4 202 MD5 3d21d1bc81cfd81bfd0b0b3b2123b71c metadata.xml 271 -MD5 fd8b3c72de83d3a00ebfd4170e870190 silc-plugin-1.0.1-r4.ebuild 3434 +MD5 ea462b09ce22f10f19ffbd2ebb547333 silc-plugin-1.0.1-r4.ebuild 3460 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDnU2tQlM6RnzZP+IRAhMCAKCtEZiQyAksKTEtryXEN84/tdffBgCeOOC/ -SMzWonn+hixgti4i54hjP58= -=F6AW +iD8DBQFDwTKFQlM6RnzZP+IRAvOjAKCCPg1jCaRCXD6B5yeEvrN1ofbVUgCfV1a9 +oh7hycDFXV3GEvP/by1/Seg= +=qaUK -----END PGP SIGNATURE----- diff --git a/net-im/silc-plugin/silc-plugin-1.0.1-r4.ebuild b/net-im/silc-plugin/silc-plugin-1.0.1-r4.ebuild index a45032db574f..a30f633125ea 100644 --- a/net-im/silc-plugin/silc-plugin-1.0.1-r4.ebuild +++ b/net-im/silc-plugin/silc-plugin-1.0.1-r4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/silc-plugin/silc-plugin-1.0.1-r4.ebuild,v 1.3 2005/12/12 10:14:53 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/silc-plugin/silc-plugin-1.0.1-r4.ebuild,v 1.4 2006/01/08 15:39:14 ticho Exp $ -inherit eutils +inherit eutils perl-module IRSSI_PV=0.8.9 @@ -83,6 +83,8 @@ src_install() { doins default.theme dodoc AUTHORS COPYING README USAGE + + fixlocalpod } pkg_postinst() { |