summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-09-25 13:37:18 +0000
committerSven Wegener <swegener@gentoo.org>2005-09-25 13:37:18 +0000
commit83b7c8e7217a418402ebb582369f380e8b5d9082 (patch)
treeac1edbf5e539469a119f8c8e70b437bea01f995e /net-irc
parentChangeLog entry (diff)
downloadhistorical-83b7c8e7217a418402ebb582369f380e8b5d9082.tar.gz
historical-83b7c8e7217a418402ebb582369f380e8b5d9082.tar.bz2
historical-83b7c8e7217a418402ebb582369f380e8b5d9082.zip
Removed old ebuild.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/loqui/ChangeLog5
-rw-r--r--net-irc/loqui/Manifest10
-rw-r--r--net-irc/loqui/files/digest-loqui-0.3.91
-rw-r--r--net-irc/loqui/loqui-0.3.9.ebuild29
4 files changed, 14 insertions, 31 deletions
diff --git a/net-irc/loqui/ChangeLog b/net-irc/loqui/ChangeLog
index 622c48cdb986..585457addeaa 100644
--- a/net-irc/loqui/ChangeLog
+++ b/net-irc/loqui/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/loqui
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/ChangeLog,v 1.29 2005/09/02 19:34:32 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/ChangeLog,v 1.30 2005/09/25 13:37:18 swegener Exp $
+
+ 25 Sep 2005; Sven Wegener <swegener@gentoo.org> -loqui-0.3.9.ebuild:
+ Removed old ebuild.
02 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> loqui-0.4.1.ebuild:
Stable on ppc.
diff --git a/net-irc/loqui/Manifest b/net-irc/loqui/Manifest
index a6aca0a6ec87..7a5cef38501c 100644
--- a/net-irc/loqui/Manifest
+++ b/net-irc/loqui/Manifest
@@ -1,6 +1,16 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 4b564047e86914a9259b3f078c256926 ChangeLog 4795
MD5 c1bb1a08be714780754a25f709e9248d files/digest-loqui-0.4.1 63
MD5 184c6bfc7d517359d3db520bcdf34c69 files/digest-loqui-0.4.2 63
MD5 ba8299b362fade9175bdf77f9d6c1095 loqui-0.4.1.ebuild 832
MD5 e8ecb2d5cd681aba6d4e3cc6a09052a7 loqui-0.4.2.ebuild 836
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDNqgiI1lqEGTUzyQRAmS+AJsGrfHpGOmwNXtnVDtMvFhaveimjQCdECLU
+1RRmgGeWG96MmsKefKk7mkE=
+=l1g1
+-----END PGP SIGNATURE-----
diff --git a/net-irc/loqui/files/digest-loqui-0.3.9 b/net-irc/loqui/files/digest-loqui-0.3.9
deleted file mode 100644
index d8a59d7f32d6..000000000000
--- a/net-irc/loqui/files/digest-loqui-0.3.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 40da3aff8f9adffa70b40c384a281f02 loqui-0.3.9.tar.gz 726241
diff --git a/net-irc/loqui/loqui-0.3.9.ebuild b/net-irc/loqui/loqui-0.3.9.ebuild
deleted file mode 100644
index 7571de3e70ed..000000000000
--- a/net-irc/loqui/loqui-0.3.9.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/loqui/loqui-0.3.9.ebuild,v 1.7 2005/08/31 17:04:27 swegener 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 ppc sparc"
-IUSE="nls"
-
-RDEPEND=">=dev-libs/glib-2.2.1
- >=x11-libs/gtk+-2.2.1
- >=net-libs/gnet-2.0.3"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- nls? ( sys-devel/gettext )"
-
-src_compile() {
- econf $(use_enable nls) || die "Configure failed"
- emake || die "Compile failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "Install failed"
- dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
-}