diff options
Diffstat (limited to 'net-irc/lostirc/lostirc-0.2.2.ebuild')
-rw-r--r-- | net-irc/lostirc/lostirc-0.2.2.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-irc/lostirc/lostirc-0.2.2.ebuild b/net-irc/lostirc/lostirc-0.2.2.ebuild new file mode 100644 index 000000000000..d6bf5a7e9108 --- /dev/null +++ b/net-irc/lostirc/lostirc-0.2.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2002 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.2.ebuild,v 1.1 2002/12/01 13:25:44 phoenix 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="=x11-libs/gtkmm-2.0* + =dev-libs/libsigc++-1.2*" |