diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-10-22 21:51:37 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-10-22 21:51:37 +0000 |
commit | 73096c971aa190c74b694110c4530b19990e62c7 (patch) | |
tree | cdd0cc646368e2dadd1c544f2ab46174fab2810a /net-im/climm | |
parent | Add flags for net-im/climm (diff) | |
download | gentoo-2-73096c971aa190c74b694110c4530b19990e62c7.tar.gz gentoo-2-73096c971aa190c74b694110c4530b19990e62c7.tar.bz2 gentoo-2-73096c971aa190c74b694110c4530b19990e62c7.zip |
New version with gloox and otr support, also quoting fixes
(Portage version: 2.1.3.15)
Diffstat (limited to 'net-im/climm')
-rw-r--r-- | net-im/climm/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/climm/climm-0.6.1-r1.ebuild | 32 | ||||
-rw-r--r-- | net-im/climm/climm-0.6.1.ebuild | 4 | ||||
-rw-r--r-- | net-im/climm/climm-0.6.ebuild | 4 | ||||
-rw-r--r-- | net-im/climm/files/digest-climm-0.6.1-r1 | 3 |
5 files changed, 46 insertions, 5 deletions
diff --git a/net-im/climm/ChangeLog b/net-im/climm/ChangeLog index 81768edc9098..f4d87fc5d94a 100644 --- a/net-im/climm/ChangeLog +++ b/net-im/climm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-im/climm # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/climm/ChangeLog,v 1.2 2007/10/22 21:39:04 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/climm/ChangeLog,v 1.3 2007/10/22 21:51:36 jokey Exp $ + +*climm-0.6.1-r1 (22 Oct 2007) + + 22 Oct 2007; Markus Ullmann <jokey@gentoo.org> climm-0.6.ebuild, + climm-0.6.1.ebuild, +climm-0.6.1-r1.ebuild: + New version with gloox and otr support, also quoting fixes *climm-0.6.1 (22 Oct 2007) diff --git a/net-im/climm/climm-0.6.1-r1.ebuild b/net-im/climm/climm-0.6.1-r1.ebuild new file mode 100644 index 000000000000..35b54042da7b --- /dev/null +++ b/net-im/climm/climm-0.6.1-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/climm/climm-0.6.1-r1.ebuild,v 1.1 2007/10/22 21:51:36 jokey Exp $ + +DESCRIPTION="ICQ text-mode client with many features" +HOMEPAGE="http://www.climm.org/" +SRC_URI="http://www.climm.org/source/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gloox otr tcl ssl" + +DEPEND="gloox? ( net-libs/gloox ) + ssl? ( >=net-libs/gnutls-0.8.10 dev-libs/openssl ) + tcl? ( dev-lang/tcl )" + +src_compile() { + econf \ + $(use_enable gloox) \ + $(use_enable otr) \ + $(use_enable ssl) \ + $(use_enable tcl) \ + || die "econf failed" + + emake || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog FAQ INSTALL NEWS README TODO +} diff --git a/net-im/climm/climm-0.6.1.ebuild b/net-im/climm/climm-0.6.1.ebuild index eef45e04164e..55b6cd4f60a7 100644 --- a/net-im/climm/climm-0.6.1.ebuild +++ b/net-im/climm/climm-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/climm/climm-0.6.1.ebuild,v 1.1 2007/10/22 21:39:04 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/climm/climm-0.6.1.ebuild,v 1.2 2007/10/22 21:51:36 jokey Exp $ DESCRIPTION="ICQ text-mode client with many features" HOMEPAGE="http://www.climm.org/" @@ -24,6 +24,6 @@ src_compile() { } src_install() { - emake DESTDIR=${D} install || die "emake install failed" + emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog FAQ INSTALL NEWS README TODO } diff --git a/net-im/climm/climm-0.6.ebuild b/net-im/climm/climm-0.6.ebuild index 33c2b6796491..4a8b37e255eb 100644 --- a/net-im/climm/climm-0.6.ebuild +++ b/net-im/climm/climm-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/climm/climm-0.6.ebuild,v 1.1 2007/09/17 10:48:41 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/climm/climm-0.6.ebuild,v 1.2 2007/10/22 21:51:36 jokey Exp $ DESCRIPTION="ICQ text-mode client with many features" HOMEPAGE="http://www.climm.org/" @@ -24,6 +24,6 @@ src_compile() { } src_install() { - emake DESTDIR=${D} install || die "emake install failed" + emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog FAQ INSTALL NEWS README TODO } diff --git a/net-im/climm/files/digest-climm-0.6.1-r1 b/net-im/climm/files/digest-climm-0.6.1-r1 new file mode 100644 index 000000000000..3cee7d73797b --- /dev/null +++ b/net-im/climm/files/digest-climm-0.6.1-r1 @@ -0,0 +1,3 @@ +MD5 d315eac8ee64179ad1cceb2c3681b18c climm-0.6.1.tgz 1177518 +RMD160 11ec17ee64515c03eff621168200cb4ea0ada405 climm-0.6.1.tgz 1177518 +SHA256 900b054c4cfc27e3f0363038705eaee5c2457a0b3d0ae5e587deaf7cfb94eea2 climm-0.6.1.tgz 1177518 |