diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-20 19:52:15 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-20 19:52:15 +0000 |
commit | ec1979d0c4332f153e140f1bed1ce079c39d45f1 (patch) | |
tree | 8d95d20d3e28ca1bfd46561291af3fbb609cb8f4 /net-irc/lostirc | |
parent | Added ~ppc wrt bug 207343 (diff) | |
download | gentoo-2-ec1979d0c4332f153e140f1bed1ce079c39d45f1.tar.gz gentoo-2-ec1979d0c4332f153e140f1bed1ce079c39d45f1.tar.bz2 gentoo-2-ec1979d0c4332f153e140f1bed1ce079c39d45f1.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-irc/lostirc')
-rw-r--r-- | net-irc/lostirc/lostirc-0.4.6.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/net-irc/lostirc/lostirc-0.4.6.ebuild b/net-irc/lostirc/lostirc-0.4.6.ebuild deleted file mode 100644 index ecd9972e10cd..000000000000 --- a/net-irc/lostirc/lostirc-0.4.6.ebuild +++ /dev/null @@ -1,33 +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.6.ebuild,v 1.5 2005/08/12 19:17:40 metalgod Exp $ - -inherit base - -IUSE="debug nls" -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="amd64 ppc sparc x86" - -RDEPEND=">=dev-cpp/gtkmm-2.4 - >=dev-cpp/glibmm-2.4.4 - =dev-libs/libsigc++-2.0*" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - econf \ - --enable-desktopfile \ - $(use_enable debug logdebug) \ - $(use_enable nls) \ - || die "econf failed" - base_src_compile make -} - -src_install() { - base_src_install - dodoc AUTHORS ChangeLog README TODO NEWS || die "dodoc failed" -} |