summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/lostirc/lostirc-0.2.3.ebuild')
-rw-r--r--net-irc/lostirc/lostirc-0.2.3.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-irc/lostirc/lostirc-0.2.3.ebuild b/net-irc/lostirc/lostirc-0.2.3.ebuild
deleted file mode 100644
index 08aab6dac8c0..000000000000
--- a/net-irc/lostirc/lostirc-0.2.3.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/lostirc/lostirc-0.2.3.ebuild,v 1.6 2004/01/13 01:14:55 zul Exp $
-
-inherit base
-
-IUSE=""
-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"
-S=${WORKDIR}/${P}
-DEPEND=">=dev-cpp/gtkmm-2.0*
- =dev-libs/libsigc++-1.2*"
-
-src_install() {
- base_src_install
- dodoc AUTHORS ChangeLog COPYING INSTALL README TODO NEWS
-}