diff options
author | Andrej Kacian <ticho@gentoo.org> | 2007-06-24 11:55:52 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2007-06-24 11:55:52 +0000 |
commit | 898395d53904795c4833d58d9a4bd877b9d0c8dd (patch) | |
tree | a3b8863f252482bceb1e3e67134a735bf5ddcc80 /net-im | |
parent | Add setuptools to the RDEPEND (diff) | |
download | gentoo-2-898395d53904795c4833d58d9a4bd877b9d0c8dd.tar.gz gentoo-2-898395d53904795c4833d58d9a4bd877b9d0c8dd.tar.bz2 gentoo-2-898395d53904795c4833d58d9a4bd877b9d0c8dd.zip |
Version bump.
(Portage version: 2.1.3_rc4)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/silc-plugin/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/silc-plugin/files/digest-silc-plugin-1.0.4.1 | 9 | ||||
-rw-r--r-- | net-im/silc-plugin/silc-plugin-1.0.4.1.ebuild | 129 |
3 files changed, 144 insertions, 1 deletions
diff --git a/net-im/silc-plugin/ChangeLog b/net-im/silc-plugin/ChangeLog index b973e4b0e69b..a4ed8f2f72d0 100644 --- a/net-im/silc-plugin/ChangeLog +++ b/net-im/silc-plugin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/silc-plugin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/silc-plugin/ChangeLog,v 1.23 2007/02/22 02:25:35 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/silc-plugin/ChangeLog,v 1.24 2007/06/24 11:55:52 ticho Exp $ + +*silc-plugin-1.0.4.1 (24 Jun 2007) + + 24 Jun 2007; Andrej Kacian <ticho@gentoo.org> +silc-plugin-1.0.4.1.ebuild: + Version bump. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/net-im/silc-plugin/files/digest-silc-plugin-1.0.4.1 b/net-im/silc-plugin/files/digest-silc-plugin-1.0.4.1 new file mode 100644 index 000000000000..06371743d6db --- /dev/null +++ b/net-im/silc-plugin/files/digest-silc-plugin-1.0.4.1 @@ -0,0 +1,9 @@ +MD5 38e616bccb6a34ff6d91690317c2fa19 irssi-0.8.10a.tar.bz2 759953 +RMD160 02ea076da7100bd81ce2ff66188ff81854b7bcba irssi-0.8.10a.tar.bz2 759953 +SHA256 728101061a8b561bad2d516c7b8d1d696dc78b85b25208da6000c9a9b3927db4 irssi-0.8.10a.tar.bz2 759953 +MD5 315492b403ed3b1bd000b8165e5ae0d2 silc-client-1.0.4.1.tar.gz 1973143 +RMD160 b94f0fe3a6fb42907b7accc2ff8161a89f082d8a silc-client-1.0.4.1.tar.gz 1973143 +SHA256 2569f756008ec48df7b38300ac1bf03cb2891ef2b0b11b67b762b2190957bf69 silc-client-1.0.4.1.tar.gz 1973143 +MD5 cdba5df4e367e11cc05674550f1a8284 silc-plugin-1.0.4.1.tar.gz 26771 +RMD160 6f01f96ccbb828521a357c03f9cdb4e890f42493 silc-plugin-1.0.4.1.tar.gz 26771 +SHA256 9b0d10f91cde9c7b0401e892e4b43253df792d315ba56f18e732e42c19112708 silc-plugin-1.0.4.1.tar.gz 26771 diff --git a/net-im/silc-plugin/silc-plugin-1.0.4.1.ebuild b/net-im/silc-plugin/silc-plugin-1.0.4.1.ebuild new file mode 100644 index 000000000000..e9a7d9d59997 --- /dev/null +++ b/net-im/silc-plugin/silc-plugin-1.0.4.1.ebuild @@ -0,0 +1,129 @@ +# Copyright 1999-2007 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.4.1.ebuild,v 1.1 2007/06/24 11:55:52 ticho Exp $ + +inherit eutils perl-module + +IRSSI_PV="0.8.10a" + +DESCRIPTION="A SILC plugin for Irssi" +HOMEPAGE="http://penguin-breeder.org/silc/" +SRC_URI="http://www.irssi.org/files/irssi-${IRSSI_PV}.tar.bz2 + http://silcnet.org/download/client/sources/silc-client-${PV}.tar.gz + http://penguin-breeder.org/silc/download/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="debug" + +# All necessary dependencies are pulled in by irssi. +DEPEND="=dev-libs/glib-1.2* + www-client/lynx" # this is for .html -> .txt docs convert +RDEPEND=">=net-irc/irssi-${IRSSI_PV%a} + >=dev-perl/MIME-tools-5.413 + dev-perl/File-MMagic + dev-perl/MailTools" + +S_SILC="${S}/../silc-client-${PV}" +S_IRSSI="${S}/../irssi-${IRSSI_PV%a}" + +src_compile() { + + echo + einfo "Preparing silc-client\n" + cd ${S_SILC} + + local myconf + + myconf="--without-libtoolfix \ + --enable-static \ + --with-helpdir=${D}/usr/share/irssi/help/silc/\ + --without-silc-libs \ + --with-pthreads=no" + + if use debug ; then + myconf="${myconf} --enable-debug" + else + myconf="${myconf} --disable-debug" + fi + + if use amd64; then + myconf="${myconf} --with-pic" + fi + + econf ${myconf} || die "configure failed" + + ( MAKEOPTS="-j1" emake -C lib ) || die "silc-client's lib compilation failed" + + echo + einfo "Patching irssi source for silc-plugin\n" + cd ${S} + emake patch IRSSI=${S_IRSSI} SILC=${S_SILC} || die "patching irssi sources failed" + + cd ${S_IRSSI} + + # this tiny patch fixes a compile-time error (bug #67255) - ticho + #epatch ${FILESDIR}/${PV}-gcc34.patch || die "${PV}-gcc34.patch failed" + + echo + einfo "Configuring irssi\n" + econf --sysconfdir=/etc || die "irssi configure failed" + echo + einfo "Compiling silc-plugin\n" + emake -C src/perl || die "irssi's src/perl compilation failed" + emake -C src/fe-common/silc || die "irssi's src/fe-common/silc compilation failed" + emake -C src/silc/core || die "irssi's src/silc/core compilation failed" +} + +src_install() { + cd ${S_IRSSI} + make -C src/perl/silc DESTDIR=${D} install || die "irssi's src/perl/silc installation failed" + make -C src/fe-common/silc DESTDIR=${D} install || die "irssi's src/fe-common/silc installation failed" + make -C src/silc/core install DESTDIR=${D} install || die "irssi's src/silc/core installation failed" + + cd ${S_SILC} + make -C apps/irssi/docs/help install || die "silc-client's helpfiles installation failed" + + cd ${S} + insinto /usr/share/irssi/scripts + doins scripts/* + + insinto /usr/share/irssi + doins default.theme + + dodoc AUTHORS COPYING README USAGE + + # to fix segfault on connect with + if has_version '<net-irc/irssi-0.8.11'; then + cd ${D}/usr/$(get_libdir)/irssi/modules + mv libfe_common_silc.a libfe_silc.a + mv libfe_common_silc.la libfe_silc.a + mv libfe_common_silc.so libfe_silc.so + cd ${S} + fi + + fixlocalpod +} + +pkg_postinst() { + elog "You can load the plugin with following command in Irssi:" + elog + elog "\t/LOAD silc" + elog + elog "It will automatically generate a new key pair for you. You will be asked to" + elog "enter a passphrase for this keypair twice. If you leave the passphrase" + elog "empty, your key will not be stored encrypted." + elog + elog "To make full use of silc-plugin, you should load the following perl scripts" + elog "into irssi:" + elog + elog "\t/SCRIPT LOAD silc" + elog "\t/SCRIPT LOAD silc-mime" + elog + elog "To connect to the SILCNet, you can use following command in Irssi:" + elog + elog "\t/CONNECT -silcnet SILCNet silc.silcnet.org" + elog + elog "Have fun." +} |