summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Laue <brad@gentoo.org>2004-02-02 07:16:51 +0000
committerBrad Laue <brad@gentoo.org>2004-02-02 07:16:51 +0000
commita2bf54fd624b1346d021d78a000d0b71acabe4c4 (patch)
treec65ab15f8ae407c378c07417cb9657e0e7f73ded /x11-misc/efax-gtk
parentbring this package up to speed (Manifest recommit) (diff)
downloadgentoo-2-a2bf54fd624b1346d021d78a000d0b71acabe4c4.tar.gz
gentoo-2-a2bf54fd624b1346d021d78a000d0b71acabe4c4.tar.bz2
gentoo-2-a2bf54fd624b1346d021d78a000d0b71acabe4c4.zip
Bump to 2.2.4
Diffstat (limited to 'x11-misc/efax-gtk')
-rw-r--r--x11-misc/efax-gtk/ChangeLog7
-rw-r--r--x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild45
-rw-r--r--x11-misc/efax-gtk/files/digest-efax-gtk-2.2.41
3 files changed, 52 insertions, 1 deletions
diff --git a/x11-misc/efax-gtk/ChangeLog b/x11-misc/efax-gtk/ChangeLog
index 3d894c31f6f1..2d1bd6df69a3 100644
--- a/x11-misc/efax-gtk/ChangeLog
+++ b/x11-misc/efax-gtk/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/efax-gtk
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.4 2004/01/24 14:57:40 tseng Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.5 2004/02/02 07:16:51 brad Exp $
+
+*efax-gtk-2.2.4 (02 Feb 2004)
+
+ 02 Feb 2004; Brad Laue <brad@gentoo.org> efax-gtk-2.2.4.ebuild:
+ Bump to 2.2.4, now with CUPS support.
24 Jan 2004; Brandon Hale <tseng@gentoo.org> metadata.xml:
Fix corrupted metadata, bug 39234.
diff --git a/x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild b/x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild
new file mode 100644
index 000000000000..6cbf60a8211b
--- /dev/null
+++ b/x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild,v 1.1 2004/02/02 07:16:51 brad Exp $
+
+DESCRIPTION="GTK+2 frontend for the efax program."
+
+HOMEPAGE="http://www.cvine.freeserve.co.uk/efax-gtk"
+SRC_URI="http://www.cvine.freeserve.co.uk/efax-gtk/${P}.src.tgz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE=""
+DEPEND=">=dev-cpp/gtkmm-2.0.5
+ >=x11-libs/gtk+-2*"
+RDEPEND=">=net-misc/efax-0.9*"
+
+
+#S=${WORKDIR}/${PN}
+
+src_compile() {
+ econf
+ emake || die
+}
+
+src_install() {
+
+ # The binaries
+ dobin src/efax-gtk
+ # The man page
+ doman efax-gtk.1.gz
+
+ # The spool directory and print filter
+ dodir /var/spool/fax
+ fowners lp:lp /var/spool/fax
+ insinto /var/spool/fax
+ insopts -m755 -oroot -groot
+ doins efax-gtk-faxfilter/efax-gtk-faxfilter
+
+ # Config file
+ insinto /etc
+ doins efax-gtkrc
+
+ # Docs
+ dodoc BUGS COPYRIGHT HISTORY README
+}
diff --git a/x11-misc/efax-gtk/files/digest-efax-gtk-2.2.4 b/x11-misc/efax-gtk/files/digest-efax-gtk-2.2.4
new file mode 100644
index 000000000000..4f1a39b65291
--- /dev/null
+++ b/x11-misc/efax-gtk/files/digest-efax-gtk-2.2.4
@@ -0,0 +1 @@
+MD5 7be8828a6c9fea3a4d81c111c93ecfc8 efax-gtk-2.2.4.src.tgz 439893