diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-07-22 19:25:35 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-07-22 19:25:35 +0000 |
commit | e7beaa2b48f90fd80df1d763f5f599c08f4110d2 (patch) | |
tree | 222b30f3873ad9476b1ca83c0cfd51bb60923470 /net-irc | |
parent | amd64/x86 stable, bug #508102 (diff) | |
download | gentoo-2-e7beaa2b48f90fd80df1d763f5f599c08f4110d2.tar.gz gentoo-2-e7beaa2b48f90fd80df1d763f5f599c08f4110d2.tar.bz2 gentoo-2-e7beaa2b48f90fd80df1d763f5f599c08f4110d2.zip |
Drop old (#513912)
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/loqui/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/loqui/loqui-0.4.4.ebuild | 31 | ||||
-rw-r--r-- | net-irc/loqui/loqui-0.5.3.ebuild | 21 |
3 files changed, 5 insertions, 53 deletions
diff --git a/net-irc/loqui/ChangeLog b/net-irc/loqui/ChangeLog index d10cf6862865..36f484915bd6 100644 --- a/net-irc/loqui/ChangeLog +++ b/net-irc/loqui/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/loqui # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/ChangeLog,v 1.50 2014/05/10 13:46:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/ChangeLog,v 1.51 2014/07/22 19:25:35 pacho Exp $ + + 22 Jul 2014; Pacho Ramos <pacho@gentoo.org> -loqui-0.4.4.ebuild, + -loqui-0.5.3.ebuild: + Drop old (#513912) 10 May 2014; Agostino Sarubbo <ago@gentoo.org> loqui-0.5.4.ebuild: Stable for ppc, wrt bug #502882 diff --git a/net-irc/loqui/loqui-0.4.4.ebuild b/net-irc/loqui/loqui-0.4.4.ebuild deleted file mode 100644 index 23264459c25d..000000000000 --- a/net-irc/loqui/loqui-0.4.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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.4.4.ebuild,v 1.10 2012/09/11 15:02:50 armin76 Exp $ - -EAPI=1 - -DESCRIPTION="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="amd64 ppc x86" -IUSE="nls" - -RDEPEND=">=dev-libs/glib-2.2.1:2 - >=x11-libs/gtk+-2.4:2 - >=net-libs/gnet-2.0.3" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -src_compile() { - econf $(use_enable nls) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make desktopdir=/usr/share/applications DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" -} diff --git a/net-irc/loqui/loqui-0.5.3.ebuild b/net-irc/loqui/loqui-0.5.3.ebuild deleted file mode 100644 index c447c08c3638..000000000000 --- a/net-irc/loqui/loqui-0.5.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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.5 2012/09/11 15:02:50 armin76 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" |