summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-07-24 18:08:54 +0000
committerPacho Ramos <pacho@gentoo.org>2012-07-24 18:08:54 +0000
commitd784f4de00045c8d77e9464d90e7766faef68e76 (patch)
tree47a4ffb0747091bc900ccef2d8988813872c1ac0 /net-irc
parentmarked x86 per bug 427224 (diff)
downloadgentoo-2-d784f4de00045c8d77e9464d90e7766faef68e76.tar.gz
gentoo-2-d784f4de00045c8d77e9464d90e7766faef68e76.tar.bz2
gentoo-2-d784f4de00045c8d77e9464d90e7766faef68e76.zip
Version bump, this also solves glib-2.32 compilation.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/loqui/ChangeLog8
-rw-r--r--net-irc/loqui/loqui-0.5.3.ebuild21
2 files changed, 27 insertions, 2 deletions
diff --git a/net-irc/loqui/ChangeLog b/net-irc/loqui/ChangeLog
index c7ddef5dacb2..79c50ac53107 100644
--- a/net-irc/loqui/ChangeLog
+++ b/net-irc/loqui/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-irc/loqui
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/ChangeLog,v 1.41 2012/05/03 06:27:13 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/ChangeLog,v 1.42 2012/07/24 18:08:54 pacho Exp $
+
+*loqui-0.5.3 (24 Jul 2012)
+
+ 24 Jul 2012; Pacho Ramos <pacho@gentoo.org> +loqui-0.5.3.ebuild:
+ Version bump, this also solves glib-2.32 compilation.
03 May 2012; Jeff Horelick <jdhore@gentoo.org> loqui-0.4.4.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
@@ -183,4 +188,3 @@
07 Sep 2003; Chuck Short <zul@gentoo.org> loqui-0.1.18.ebuild:
Initial version, ebuild submitted by Ryosuke KUTSUNA
<ryosuke@cool.email.ne.jp>. Closes bug #27863.
-
diff --git a/net-irc/loqui/loqui-0.5.3.ebuild b/net-irc/loqui/loqui-0.5.3.ebuild
new file mode 100644
index 000000000000..6b3a766ecdea
--- /dev/null
+++ b/net-irc/loqui/loqui-0.5.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/loqui-0.5.3.ebuild,v 1.1 2012/07/24 18:08:54 pacho Exp $
+
+EAPI=4
+
+DESCRIPTION="a graphical IRC client for GNOME2 on UNIX like operating system."
+HOMEPAGE="https://launchpad.net/loqui/"
+SRC_URI="https://launchpad.net/loqui/${PV%.*}/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.22:2
+ >=x11-libs/gtk+-2.4:2
+ >=net-libs/gnet-2.0.3"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ sys-devel/gettext"