diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-01-14 06:50:50 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-01-14 06:50:50 +0000 |
commit | c063162186b30c4d4004d96bbfd2664d36c6bf0e (patch) | |
tree | 1f00f4b6d7d176ca275ac5506f0d1106f3e73087 /net-irc | |
parent | metadata; add python herd, revbump; add py3.3 support (diff) | |
download | gentoo-2-c063162186b30c4d4004d96bbfd2664d36c6bf0e.tar.gz gentoo-2-c063162186b30c4d4004d96bbfd2664d36c6bf0e.tar.bz2 gentoo-2-c063162186b30c4d4004d96bbfd2664d36c6bf0e.zip |
Bump
(Portage version: 2.2.8/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/loqui/ChangeLog | 9 | ||||
-rw-r--r-- | net-irc/loqui/loqui-0.5.4.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/net-irc/loqui/ChangeLog b/net-irc/loqui/ChangeLog index fe3bf77068da..3e6f65ad9353 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.46 2012/09/11 15:02:50 armin76 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/ChangeLog,v 1.47 2014/01/14 06:50:50 patrick Exp $ + +*loqui-0.5.4 (14 Jan 2014) + + 14 Jan 2014; Patrick Lauer <patrick@gentoo.org> +loqui-0.5.4.ebuild: + Bump 11 Sep 2012; Raúl Porcel <armin76@gentoo.org> loqui-0.4.4.ebuild, loqui-0.5.3.ebuild: diff --git a/net-irc/loqui/loqui-0.5.4.ebuild b/net-irc/loqui/loqui-0.5.4.ebuild new file mode 100644 index 000000000000..b9d9845200f9 --- /dev/null +++ b/net-irc/loqui/loqui-0.5.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/loqui-0.5.4.ebuild,v 1.1 2014/01/14 06:50:50 patrick 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 ~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" |