diff options
Diffstat (limited to 'net-irc/lostirc/lostirc-0.2.0.ebuild')
-rw-r--r-- | net-irc/lostirc/lostirc-0.2.0.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/net-irc/lostirc/lostirc-0.2.0.ebuild b/net-irc/lostirc/lostirc-0.2.0.ebuild deleted file mode 100644 index a2600e65b73c..000000000000 --- a/net-irc/lostirc/lostirc-0.2.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# 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.0.ebuild,v 1.2 2002/11/28 16:51:18 phoenix Exp $ - -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" - -DEPEND="=x11-libs/gtkmm-2.0.0* - =dev-libs/libsigc++-1.2*" - - -S=${WORKDIR}/${P} - -src_compile() { - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die - - emake || die - -} - -src_install () { - - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - install || die - - rm ${D}/usr/share/gnome -fr - - dodoc AUTHORS ChangeLog COPYING INSTALL README TODO - -} |