diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-03-23 17:51:55 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-03-23 17:51:55 +0000 |
commit | d0b30841b96e94d3edb38225ba137e7de5b32a5a (patch) | |
tree | a3257d543c613310715940e8eb3334ed986bb004 /net-irc/lostirc/lostirc-0.2.3.ebuild | |
parent | Backed out java changes, this will break some packages in portage for ppc (diff) | |
download | gentoo-2-d0b30841b96e94d3edb38225ba137e7de5b32a5a.tar.gz gentoo-2-d0b30841b96e94d3edb38225ba137e7de5b32a5a.tar.bz2 gentoo-2-d0b30841b96e94d3edb38225ba137e7de5b32a5a.zip |
cleanup
Diffstat (limited to 'net-irc/lostirc/lostirc-0.2.3.ebuild')
-rw-r--r-- | net-irc/lostirc/lostirc-0.2.3.ebuild | 21 |
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 -} |