From fcf9d28d58f63d092e3f95e78284d88ea92b4001 Mon Sep 17 00:00:00 2001 From: Don Seiler Date: Wed, 8 Dec 2004 16:28:31 +0000 Subject: Initial add, closes bug #73750. Thanks to Yuri Vasilevski --- .../gaim-assistant/gaim-assistant-0.07.ebuild | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild (limited to 'x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild') diff --git a/x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild b/x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild new file mode 100644 index 000000000000..5e880d16b948 --- /dev/null +++ b/x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-assistant/gaim-assistant-0.07.ebuild,v 1.1 2004/12/08 16:28:31 rizzo Exp $ + +inherit eutils + +DESCRIPTION="Gaim Assistant is a plugin to Gaim that will allow you to forward messages to a different screen name should you become away." +HOMEPAGE="http://gaim-assistant.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=net-im/gaim-1.0.0" +#RDEPEND="" + +#S=${WORKDIR}/${P} + +src_compile() { + econf || die + emake || die "emake failed" +} + +src_install() { + make DESTDIR=${D} install || die + dodoc README TODO +} -- cgit v1.2.3-65-gdbad