public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-print/fax4cups/
@ 2021-11-01 21:56 Jakov Smolić
  0 siblings, 0 replies; 2+ messages in thread
From: Jakov Smolić @ 2021-11-01 21:56 UTC (permalink / raw
  To: gentoo-commits

commit:     5053b3238c2bc8bd89f3a8e6d0972bb912b8ec59
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 30 17:35:27 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Nov  1 21:55:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5053b323

net-print/fax4cups: Port to EAPI 8

Closes: https://bugs.gentoo.org/819273
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-print/fax4cups/fax4cups-1.29-r1.ebuild | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/net-print/fax4cups/fax4cups-1.29-r1.ebuild b/net-print/fax4cups/fax4cups-1.29-r1.ebuild
index fe10769ae33..37f2f9ce8f7 100644
--- a/net-print/fax4cups/fax4cups-1.29-r1.ebuild
+++ b/net-print/fax4cups/fax4cups-1.29-r1.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
 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"
+S="${WORKDIR}/fax4CUPS-${PV}"
 
+LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
-
 IUSE="+hylafax mgetty-fax efax"
 REQUIRED_USE="|| ( hylafax mgetty-fax efax )"
 
@@ -23,27 +23,26 @@ RDEPEND="${DEPEND}
 	)
 	app-admin/sudo
 "
-
-S=${WORKDIR}/fax4CUPS-${PV}
+BDEPEND="net-print/cups"
 
 src_install() {
 	doman fax4CUPS.1
 
-	exeinto $(cups-config --serverbin)/backend
+	exeinto $(cups-config --serverbin || die)/backend
 	insinto /usr/share/cups/model
 
+	local i
 	for i in hylafax efax mgetty-fax; do
-		if use $i
-		then
+		if use ${i}; then
 			# Backend
-			doexe $i
+			doexe ${i}
 			# PPD
-			doins $i.ppd
+			doins ${i}.ppd
 		fi
 	done
 }
 
 pkg_postinst() {
-	elog "Please execute '/etc/init.d/cups restart'"
+	elog "Please execute '${EROOT}/etc/init.d/cups restart'"
 	elog "to get the *.ppd files working properly"
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-print/fax4cups/
@ 2022-08-26 10:46 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-08-26 10:46 UTC (permalink / raw
  To: gentoo-commits

commit:     266617916c91185009701b23afe032b09d100148
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Thu Aug 25 21:40:49 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 10:46:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26661791

net-print/fax4cups: use <pkg> tags in metadata.xml

Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-print/fax4cups/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-print/fax4cups/metadata.xml b/net-print/fax4cups/metadata.xml
index 3c801f5869e0..7d4c6c8278ba 100644
--- a/net-print/fax4cups/metadata.xml
+++ b/net-print/fax4cups/metadata.xml
@@ -7,7 +7,7 @@
 </maintainer>
 <use>
     <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="efax">Install <pkg>net-misc/efax</pkg> backend</flag>
+    <flag name="mgetty-fax">Install <pkg>net-dialup/mgetty</pkg> backend</flag>
 </use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-26 10:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-01 21:56 [gentoo-commits] repo/gentoo:master commit in: net-print/fax4cups/ Jakov Smolić
  -- strict thread matches above, loose matches on Subject: below --
2022-08-26 10:46 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox