diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-19 11:30:41 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-19 11:30:41 +0000 |
commit | 7dab82750ad0a5e18631eaf0d0a809a956d7cd9c (patch) | |
tree | 1f151ece9db4d372ba3df0547b373c3a0bdb8831 /net-print | |
parent | Keyword ~ppc and ~ppc64. Bug #498686. (diff) | |
download | gentoo-2-7dab82750ad0a5e18631eaf0d0a809a956d7cd9c.tar.gz gentoo-2-7dab82750ad0a5e18631eaf0d0a809a956d7cd9c.tar.bz2 gentoo-2-7dab82750ad0a5e18631eaf0d0a809a956d7cd9c.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/fax4cups/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/fax4cups/fax4cups-1.29.ebuild | 50 | ||||
-rw-r--r-- | net-print/fax4cups/metadata.xml | 1 |
3 files changed, 5 insertions, 52 deletions
diff --git a/net-print/fax4cups/ChangeLog b/net-print/fax4cups/ChangeLog index f82705e2aa8d..7848bab06926 100644 --- a/net-print/fax4cups/ChangeLog +++ b/net-print/fax4cups/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/fax4cups # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/ChangeLog,v 1.26 2015/04/19 09:59:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/ChangeLog,v 1.27 2015/04/19 11:30:41 mrueg Exp $ + + 19 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -fax4cups-1.29.ebuild, + metadata.xml: + Remove old. 19 Apr 2015; Agostino Sarubbo <ago@gentoo.org> fax4cups-1.29-r1.ebuild: Stable for x86, wrt bug #544926 diff --git a/net-print/fax4cups/fax4cups-1.29.ebuild b/net-print/fax4cups/fax4cups-1.29.ebuild deleted file mode 100644 index 4020603e60a9..000000000000 --- a/net-print/fax4cups/fax4cups-1.29.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/fax4cups-1.29.ebuild,v 1.4 2012/08/16 18:15:50 nativemad Exp $ - -EAPI=4 - -DESCRIPTION="Fax 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="+hylafax mgetty-fax efax capisuite-fax" - -DEPEND="net-print/cups" -RDEPEND="${DEPEND} - || ( - hylafax? ( net-misc/hylafaxplus ) - efax? ( net-misc/efax ) - mgetty-fax? ( net-dialup/mgetty ) - capisuite-fax? ( net-dialup/capisuite ) - ) - app-admin/sudo" - -S=${WORKDIR}/fax4CUPS-${PV} - -REQUIRED_USE="|| ( hylafax mgetty-fax efax capisuite-fax )" - -src_install() { - doman fax4CUPS.1 - - exeinto $(cups-config --serverbin)/backend - insinto /usr/share/cups/model - - for i in hylafax efax mgetty-fax capisuite-fax; do - if use $i - then - # Backend - doexe $i - # PPD - doins $i.ppd - fi - done -} - -pkg_postinst() { - elog "Please execute '/etc/init.d/cups restart'" - elog "to get the *.ppd files working properly" -} diff --git a/net-print/fax4cups/metadata.xml b/net-print/fax4cups/metadata.xml index 00a86f66c960..b5041330ba8b 100644 --- a/net-print/fax4cups/metadata.xml +++ b/net-print/fax4cups/metadata.xml @@ -6,6 +6,5 @@ <flag name="hylafax">Install net-misc/hylafax backend</flag> <flag name="efax">Install net-misc/efax backend</flag> <flag name="mgetty-fax">Install net-dialup/mgetty backend</flag> - <flag name="capisuite-fax">Install net-dialup/capisuite backend</flag> </use> </pkgmetadata> |