summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/gfax/gfax-0.7.2.ebuild')
-rw-r--r--net-misc/gfax/gfax-0.7.2.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-misc/gfax/gfax-0.7.2.ebuild b/net-misc/gfax/gfax-0.7.2.ebuild
deleted file mode 100644
index 7efd3da421e8..000000000000
--- a/net-misc/gfax/gfax-0.7.2.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.2.ebuild,v 1.3 2005/07/15 01:16:00 agriffis Exp $
-
-inherit gnome2 mono
-
-DESCRIPTION="Gfax is a free fax front end"
-HOMEPAGE="http://gfax.cowlug.org/"
-SRC_URI="http://gfax.cowlug.org/${P}-2.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_install() {
- gnome2_src_install eprefix=${D}
- keepdir /var/spool/gfax/doneq /var/spool/gfax/recq
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- einfo "Please run"
- echo 'env GCONF_CONFIG_SOURCE="" gconftool-2 --makefile-install-rule /etc/gconf/schemas/gfax.schemas'
- einfo "as your local user, to get gfax working"
-}