summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2007-10-10 18:16:02 +0000
committerStefan Schweizer <genstef@gentoo.org>2007-10-10 18:16:02 +0000
commit0e657053a9d4f77da7580ceace44dd552c7dc6f1 (patch)
tree0a7ddda63d2ae4e15528a6758f963a83a4a977c7 /net-print/fax4cups
parentactually enable svg module when svg useflag is set (diff)
downloadgentoo-2-0e657053a9d4f77da7580ceace44dd552c7dc6f1.tar.gz
gentoo-2-0e657053a9d4f77da7580ceace44dd552c7dc6f1.tar.bz2
gentoo-2-0e657053a9d4f77da7580ceace44dd552c7dc6f1.zip
Fix install directory thanks to Yogesh <ysharma@catprosystems.com> in bug 194298
(Portage version: 2.1.3.12)
Diffstat (limited to 'net-print/fax4cups')
-rw-r--r--net-print/fax4cups/ChangeLog7
-rw-r--r--net-print/fax4cups/fax4cups-1.26.ebuild35
-rw-r--r--net-print/fax4cups/fax4cups-1.28.ebuild12
-rw-r--r--net-print/fax4cups/files/digest-fax4cups-1.263
4 files changed, 12 insertions, 45 deletions
diff --git a/net-print/fax4cups/ChangeLog b/net-print/fax4cups/ChangeLog
index 98c4846d8965..ef7ba3018b11 100644
--- a/net-print/fax4cups/ChangeLog
+++ b/net-print/fax4cups/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-print/fax4cups
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/ChangeLog,v 1.15 2007/03/14 16:31:15 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/ChangeLog,v 1.16 2007/10/10 18:16:02 genstef Exp $
+
+ 10 Oct 2007; Stefan Schweizer <genstef@gentoo.org> -fax4cups-1.26.ebuild,
+ fax4cups-1.28.ebuild:
+ Fix install directory thanks to Yogesh <ysharma@catprosystems.com> in bug
+ 194298
*fax4cups-1.28 (14 Mar 2007)
diff --git a/net-print/fax4cups/fax4cups-1.26.ebuild b/net-print/fax4cups/fax4cups-1.26.ebuild
deleted file mode 100644
index 31178d6019d6..000000000000
--- a/net-print/fax4cups/fax4cups-1.26.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/fax4cups-1.26.ebuild,v 1.1 2005/08/22 15:42:59 metalgod Exp $
-
-DESCRIPTION="efax/hylafax backend for CUPS"
-
-HOMEPAGE="http://vigna.dsi.unimi.it/fax4CUPS/"
-SRC_URI="http://vigna.dsi.unimi.it/fax4CUPS/fax4CUPS-${PV}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-DEPEND="net-print/cups
- || ( net-misc/hylafax net-misc/efax net-dialup/mgetty )
- app-admin/sudo"
-
-S=${WORKDIR}/fax4CUPS-${PV}
-
-src_install() {
-
- doman fax4CUPS.1
-
- # Backends
- exeinto /usr/lib/cups/backend
- doexe efax hylafax
-
- # PPD's
- insinto /usr/share/cups/model
- doins efax.ppd hylafax.ppd
-}
-
-pkg_postinst() {
- einfo "Please execute '/etc/init.d/cups restart'"
- einfo "to get this *.ppd files working properly"
-}
diff --git a/net-print/fax4cups/fax4cups-1.28.ebuild b/net-print/fax4cups/fax4cups-1.28.ebuild
index 2faa0ccc8ea2..ad3488080f22 100644
--- a/net-print/fax4cups/fax4cups-1.28.ebuild
+++ b/net-print/fax4cups/fax4cups-1.28.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/fax4cups-1.28.ebuild,v 1.1 2007/03/14 16:31:15 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/fax4cups-1.28.ebuild,v 1.2 2007/10/10 18:16:02 genstef Exp $
DESCRIPTION="efax/hylafax backend for CUPS"
@@ -10,18 +10,18 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-DEPEND="net-print/cups
+DEPEND="net-print/cups"
+RDEPEND="${DEPEND}
|| ( net-misc/hylafax net-misc/efax net-dialup/mgetty )
app-admin/sudo"
S=${WORKDIR}/fax4CUPS-${PV}
src_install() {
-
doman fax4CUPS.1
# Backends
- exeinto /usr/lib/cups/backend
+ exeinto $(cups-config --serverbin)/backend
doexe efax hylafax
# PPD's
@@ -30,6 +30,6 @@ src_install() {
}
pkg_postinst() {
- einfo "Please execute '/etc/init.d/cups restart'"
- einfo "to get this *.ppd files working properly"
+ elog "Please execute '/etc/init.d/cups restart'"
+ elog "to get these *.ppd files working properly"
}
diff --git a/net-print/fax4cups/files/digest-fax4cups-1.26 b/net-print/fax4cups/files/digest-fax4cups-1.26
deleted file mode 100644
index f6d160d0df8c..000000000000
--- a/net-print/fax4cups/files/digest-fax4cups-1.26
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c435c69e1786318720f1e05cc85337f5 fax4CUPS-1.26.tar.gz 14723
-RMD160 d033a22b71a1124de1c9f306b3d00bc0be7d7712 fax4CUPS-1.26.tar.gz 14723
-SHA256 000a9d8149a94fc8992c8707ddfa9ff74fb746ceb2a0b2a00f47e26baa86ef52 fax4CUPS-1.26.tar.gz 14723