diff options
author | Chuck Short <zul@gentoo.org> | 2004-03-06 02:50:30 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-03-06 02:50:30 +0000 |
commit | 830960bc256562e2c2f227d943b9a903dd0103e1 (patch) | |
tree | 72eb724fe4d0d9399bee9c36b9dd9c761f162f47 /net-irc | |
parent | Version bump, closes #43488. (diff) | |
download | historical-830960bc256562e2c2f227d943b9a903dd0103e1.tar.gz historical-830960bc256562e2c2f227d943b9a903dd0103e1.tar.bz2 historical-830960bc256562e2c2f227d943b9a903dd0103e1.zip |
Version bump, closes #43488.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/loqui/Manifest | 4 | ||||
-rw-r--r-- | net-irc/loqui/files/digest-loqui-0.2.4 | 1 | ||||
-rw-r--r-- | net-irc/loqui/loqui-0.2.4.ebuild | 31 |
3 files changed, 34 insertions, 2 deletions
diff --git a/net-irc/loqui/Manifest b/net-irc/loqui/Manifest index 768f67935094..c4c3222e64b2 100644 --- a/net-irc/loqui/Manifest +++ b/net-irc/loqui/Manifest @@ -1,8 +1,8 @@ MD5 0d1aa3e9f7d092a45d7c8998f4c6424e loqui-0.2.3.ebuild 847 MD5 109d1f1f1db62e497aea03c7576cde2c loqui-0.1.18.ebuild 828 MD5 c7764d6704dd50230e49122885fb38b5 loqui-0.2.2.ebuild 848 -MD5 0d1aa3e9f7d092a45d7c8998f4c6424e loqui-0.2.4.ebuild 847 -MD5 49f0d1ec5ff5b07c94757dea49bdce24 ChangeLog 1058 +MD5 a3dee201f55df1d207038a3a201a6d03 loqui-0.2.4.ebuild 847 +MD5 a8e309074bdbe19de308689490d820df ChangeLog 1182 MD5 44cf203d3fe2e135bec9a6bd90c1dc6a loqui-0.1.19.ebuild 828 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 MD5 e0135eb102bab306c893a922886c36cb files/digest-loqui-0.1.18 64 diff --git a/net-irc/loqui/files/digest-loqui-0.2.4 b/net-irc/loqui/files/digest-loqui-0.2.4 new file mode 100644 index 000000000000..7f9c3364eb2e --- /dev/null +++ b/net-irc/loqui/files/digest-loqui-0.2.4 @@ -0,0 +1 @@ +MD5 20313644d06f216b0dc0d7804e9e54db loqui-0.2.4.tar.gz 605091 diff --git a/net-irc/loqui/loqui-0.2.4.ebuild b/net-irc/loqui/loqui-0.2.4.ebuild new file mode 100644 index 000000000000..2d377731d4c9 --- /dev/null +++ b/net-irc/loqui/loqui-0.2.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/loqui-0.2.4.ebuild,v 1.1 2004/03/06 02:50:19 zul Exp $ + +DESCRIPTION="Loqui is a graphical IRC client for GNOME2 on UNIX like operating system." +SRC_URI="http://loqui.good-day.net/src/${P}.tar.gz" +HOMEPAGE="http://loqui.good-day.net" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +IUSE="nls" + +RDEPEND=">=dev-libs/glib-2.2.1 + >=x11-libs/gtk+-2.2.1 + >=net-libs/gnet-2.0.3" +DEPEND=">=dev-libs/glib-2.2.1 + >=x11-libs/gtk+-2.2.1 + >=net-libs/gnet-2.0.3 + dev-perl/XML-Parser + nls? ( sys-devel/gettext )" + +src_compile() { + econf `use_enable nls`|| die "Configure failed" + emake || die "Compile failed" +} + +src_install() { + einstall install || die "Install failed" + dodoc COPYING ChangeLog README +} |