diff options
Diffstat (limited to 'net-misc/gfax/gfax-0.7.3.ebuild')
-rw-r--r-- | net-misc/gfax/gfax-0.7.3.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/net-misc/gfax/gfax-0.7.3.ebuild b/net-misc/gfax/gfax-0.7.3.ebuild deleted file mode 100644 index c41c78f356f3..000000000000 --- a/net-misc/gfax/gfax-0.7.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gfax/gfax-0.7.3.ebuild,v 1.3 2005/07/15 01:16:00 agriffis Exp $ - -inherit gnome2 mono eutils - -DESCRIPTION="Gfax is a free fax front end" -HOMEPAGE="http://gfax.cowlug.org/" -SRC_URI="http://gfax.cowlug.org/${P}-1.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -RDEPEND=">=dev-lang/mono-0.93 - =dev-dotnet/gtk-sharp-1.0* - =dev-dotnet/gconf-sharp-1.0* - =dev-dotnet/glade-sharp-1.0* - =dev-dotnet/gnome-sharp-1.0*" -DEPEND="${RDEPEND} ->=dev-util/intltool-0.25" - -S=${WORKDIR}/${PN} - -G2CONF="${G2CONF} --disable-dbus" -DOCS="AUTHORS ChangeLog FAQ NEWS README TODO" -USE_DESTDIR="1" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/gfax-0.7.3-sandbox.diff -} - -src_install() { - gnome2_src_install - - keepdir /var/spool/gfax/doneq /var/spool/gfax/recq -} |