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 | 2654eec29c7c7687459a46a87ba362bdf3d04496 (patch) | |
tree | d4dc7d485e0a681252b7e4992b4568351cc66e90 /net-im/silc-plugin | |
parent | Bug 118053, missing optional xml deps. Bug 118296 opened to get keywords adde... (diff) | |
download | gentoo-2-2654eec29c7c7687459a46a87ba362bdf3d04496.tar.gz gentoo-2-2654eec29c7c7687459a46a87ba362bdf3d04496.tar.bz2 gentoo-2-2654eec29c7c7687459a46a87ba362bdf3d04496.zip |
Use fixlocalpod from perl-module.eclass to fix the file collision for perllocal.pod. Bug #118292.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-im/silc-plugin')
-rw-r--r-- | net-im/silc-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/silc-plugin/Manifest | 12 | ||||
-rw-r--r-- | net-im/silc-plugin/silc-plugin-1.0.1-r4.ebuild | 8 |
3 files changed, 12 insertions, 16 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..9286444bed3a 100644 --- a/net-im/silc-plugin/Manifest +++ b/net-im/silc-plugin/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 ea2e76596a5e86043423d7e03d6efdcf ChangeLog 3663 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 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDnU2tQlM6RnzZP+IRAhMCAKCtEZiQyAksKTEtryXEN84/tdffBgCeOOC/ -SMzWonn+hixgti4i54hjP58= -=F6AW ------END PGP SIGNATURE----- +MD5 bb9ef363e6852927496d0b2313ee32a9 silc-plugin-1.0.1-r4.ebuild 3460 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() { |