diff options
Diffstat (limited to 'x11-plugins/ignorance/ignorance-1.3.0.ebuild')
-rw-r--r-- | x11-plugins/ignorance/ignorance-1.3.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-plugins/ignorance/ignorance-1.3.0.ebuild b/x11-plugins/ignorance/ignorance-1.3.0.ebuild new file mode 100644 index 000000000000..fb862d8e1d14 --- /dev/null +++ b/x11-plugins/ignorance/ignorance-1.3.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ignorance/ignorance-1.3.0.ebuild,v 1.1 2005/04/21 13:32:17 anarchy Exp $ + +inherit eutils + +DESCRIPTION="GAIM Advanced Ignore filter" +HOMEPAGE="http://bard.sytes.net/ignorance/" +SRC_URI="http://bard.sytes.net/ignorance/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="" + +DEPEND=">=net-im/gaim-1.0.1" + +src_install() { + make install DESTDIR=${D} || die "Install failed" + dodoc ChangeLog INSTALL README AUTHORS +} |