summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-print/fax4cups/ChangeLog7
-rw-r--r--net-print/fax4cups/fax4cups-1.28.ebuild35
2 files changed, 5 insertions, 37 deletions
diff --git a/net-print/fax4cups/ChangeLog b/net-print/fax4cups/ChangeLog
index c38df732f471..417047a13e14 100644
--- a/net-print/fax4cups/ChangeLog
+++ b/net-print/fax4cups/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-print/fax4cups
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/ChangeLog,v 1.22 2012/08/16 18:15:50 nativemad Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/ChangeLog,v 1.23 2014/03/09 01:22:33 mrueg Exp $
+
+ 09 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -fax4cups-1.28.ebuild:
+ Cleanup old.
16 Aug 2012; Andreas Schuerch <nativemad@gentoo.org> fax4cups-1.29.ebuild:
x86 stable, see bug 422155
diff --git a/net-print/fax4cups/fax4cups-1.28.ebuild b/net-print/fax4cups/fax4cups-1.28.ebuild
deleted file mode 100644
index 3573c42d97d8..000000000000
--- a/net-print/fax4cups/fax4cups-1.28.ebuild
+++ /dev/null
@@ -1,35 +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.28.ebuild,v 1.5 2012/08/02 08:21:51 sbriesen 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"
-RDEPEND="${DEPEND}
- || ( net-misc/hylafaxplus net-misc/efax net-dialup/mgetty )
- app-admin/sudo"
-
-S=${WORKDIR}/fax4CUPS-${PV}
-
-src_install() {
- doman fax4CUPS.1
-
- # Backends
- exeinto $(cups-config --serverbin)/backend
- doexe efax hylafax
-
- # PPD's
- insinto /usr/share/cups/model
- doins efax.ppd hylafax.ppd
-}
-
-pkg_postinst() {
- elog "Please execute '/etc/init.d/cups restart'"
- elog "to get these *.ppd files working properly"
-}