From 2c836c71218d2124a11e2af4433c4da479e49c1e Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Thu, 18 Aug 2005 01:59:31 +0000 Subject: Removed old ebuild. Package-Manager: portage-2.0.51.22-r2 --- net-irc/lostirc/ChangeLog | 5 ++++- net-irc/lostirc/Manifest | 16 +++++++++---- net-irc/lostirc/files/digest-lostirc-0.4.4 | 1 - net-irc/lostirc/lostirc-0.4.4.ebuild | 36 ------------------------------ 4 files changed, 16 insertions(+), 42 deletions(-) delete mode 100644 net-irc/lostirc/files/digest-lostirc-0.4.4 delete mode 100644 net-irc/lostirc/lostirc-0.4.4.ebuild (limited to 'net-irc/lostirc') diff --git a/net-irc/lostirc/ChangeLog b/net-irc/lostirc/ChangeLog index 9e3943d88161..428078f302b6 100644 --- a/net-irc/lostirc/ChangeLog +++ b/net-irc/lostirc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/lostirc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/ChangeLog,v 1.44 2005/08/12 19:17:40 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/ChangeLog,v 1.45 2005/08/18 01:59:31 swegener Exp $ + + 18 Aug 2005; Sven Wegener -lostirc-0.4.4.ebuild: + Removed old ebuild. 12 Aug 2005; Luis Medinas lostirc-0.4.6.ebuild: Marked Stable on AMD64. diff --git a/net-irc/lostirc/Manifest b/net-irc/lostirc/Manifest index 262aa5d955a8..7d039d769c79 100644 --- a/net-irc/lostirc/Manifest +++ b/net-irc/lostirc/Manifest @@ -1,6 +1,14 @@ -MD5 e5c04e9db06c510f0e4c59f977d051af ChangeLog 8028 -MD5 7fbb28c627a53c3e7ee2cc83faf9e4eb lostirc-0.4.4.ebuild 1004 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 e784783596d3c639b2750953dd798979 ChangeLog 8124 +MD5 259ee51ebd15d7c9f73b59915b29d9ca files/digest-lostirc-0.4.6 65 MD5 53d11ab57dd4e042d338d33a2a8bd55f lostirc-0.4.6.ebuild 836 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 -MD5 8f3731faefb20f5e822332fbfc31ee8b files/digest-lostirc-0.4.4 65 -MD5 259ee51ebd15d7c9f73b59915b29d9ca files/digest-lostirc-0.4.6 65 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDA+uXI1lqEGTUzyQRAidkAJ4oRMK63y9/ani0LXv02t8786/fVgCfbEuY +3lFWAI39A+GNtYKGwJ5XyHs= +=CRdD +-----END PGP SIGNATURE----- diff --git a/net-irc/lostirc/files/digest-lostirc-0.4.4 b/net-irc/lostirc/files/digest-lostirc-0.4.4 deleted file mode 100644 index 1e3491c0bf5a..000000000000 --- a/net-irc/lostirc/files/digest-lostirc-0.4.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 5f3c0ec0c4fe3ed41e6a349f9c52a0bf lostirc-0.4.4.tar.gz 619281 diff --git a/net-irc/lostirc/lostirc-0.4.4.ebuild b/net-irc/lostirc/lostirc-0.4.4.ebuild deleted file mode 100644 index c228a9238249..000000000000 --- a/net-irc/lostirc/lostirc-0.4.4.ebuild +++ /dev/null @@ -1,36 +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/lostirc/lostirc-0.4.4.ebuild,v 1.6 2005/04/26 22:55:01 swegener Exp $ - -inherit base - -IUSE="debug" -DESCRIPTION="A simple but functional graphical IRC client" -HOMEPAGE="http://lostirc.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc amd64 sparc" - -RDEPEND=">=dev-cpp/gtkmm-2.4 - >=dev-cpp/glibmm-2.4.4 - =dev-libs/libsigc++-2.0*" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - # Note: --enable-gnome installs the .desktop file in - # /usr/share/applications, it does not add gnome dependencies - # so, as this is the standard place, we should enable it always - econf \ - --enable-gnome \ - --disable-kde \ - $(use_enable debug logdebug) \ - || die "econf failed" - base_src_compile make -} - -src_install() { - base_src_install - dodoc AUTHORS ChangeLog README TODO NEWS || die "dodoc failed" -} -- cgit v1.2.3-65-gdbad