Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 193309
Collapse All | Expand All

(-)org/efax-gtk-3.0.11.ebuild (-2 / +10 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2007 Gentoo Foundation
1
# Copyright 1999-2007 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.0.11.ebuild,v 1.4 2007/04/20 21:29:01 josejx Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.0.11-r1.ebuild,v 1.4 2007/10/09 12:55:00 gaaap Exp $
4
4
5
DESCRIPTION="GTK+2 frontend for the efax program."
5
DESCRIPTION="GTK+2 frontend for the efax program."
6
HOMEPAGE="http://efax-gtk.sourceforge.net/"
6
HOMEPAGE="http://efax-gtk.sourceforge.net/"
Lines 9-15 Link Here
9
LICENSE="GPL-2"
9
LICENSE="GPL-2"
10
SLOT="0"
10
SLOT="0"
11
KEYWORDS="~amd64 ~ppc x86"
11
KEYWORDS="~amd64 ~ppc x86"
12
IUSE=""
12
IUSE="nls"
13
13
14
RDEPEND=">=dev-libs/glib-2
14
RDEPEND=">=dev-libs/glib-2
15
	>=dev-libs/libsigc++-2
15
	>=dev-libs/libsigc++-2
Lines 26-31 Link Here
26
	# The man page
26
	# The man page
27
	doman efax-gtk.1
27
	doman efax-gtk.1
28
28
29
	# Native Language Support (NLS)
30
	if use nls; then
31
		for gmo in po/*.gmo; do
32
			cp --force $gmo $(echo $gmo | sed 's:\.g:\.:')
33
		done
34
		domo po/*.mo
35
	fi
36
29
	# The spool directory and print filter
37
	# The spool directory and print filter
30
	dodir /var/spool/fax
38
	dodir /var/spool/fax
31
	fowners lp:lp /var/spool/fax
39
	fowners lp:lp /var/spool/fax

Return to bug 193309