summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-22 22:07:26 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-22 22:07:26 +0100
commit3b8cba93fab70dd0fa89cebdd4b37c732580e9ac (patch)
treecbcb946c9c0769acaec3648b63979c24ec30a5c2 /net-misc/efax
parentx11-libs/libxcb: Version bump to 1.14 (diff)
downloadgentoo-3b8cba93fab70dd0fa89cebdd4b37c732580e9ac.tar.gz
gentoo-3b8cba93fab70dd0fa89cebdd4b37c732580e9ac.tar.bz2
gentoo-3b8cba93fab70dd0fa89cebdd4b37c732580e9ac.zip
*/*: [QA] Use consistent function definition formatting
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc/efax')
-rw-r--r--net-misc/efax/efax-0.9a-r4.ebuild4
-rw-r--r--net-misc/efax/efax-0.9a_p19_p1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/efax/efax-0.9a-r4.ebuild b/net-misc/efax/efax-0.9a-r4.ebuild
index e206513ab3ab..ef730ef1ec3e 100644
--- a/net-misc/efax/efax-0.9a-r4.ebuild
+++ b/net-misc/efax/efax-0.9a-r4.ebuild
@@ -17,7 +17,7 @@ IUSE=""
SLOT="0"
LICENSE="GPL-2"
-src_prepare () {
+src_prepare() {
epatch "${WORKDIR}/${PN}_${PV}-19.diff"
rm -f "${S}"/${P}/debian/patches/series "${S}"/${P}/debian/patches/00list
EPATCH_FORCE="yes" epatch "${S}"/${P}/debian/patches/*
@@ -32,7 +32,7 @@ src_compile() {
emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}
-src_install () {
+src_install() {
dobin efax efix fax
doman efax.1 efix.1
newman fax.1 efax-fax.1 # Don't collide with net-dialup/mgetty, bug #429808
diff --git a/net-misc/efax/efax-0.9a_p19_p1.ebuild b/net-misc/efax/efax-0.9a_p19_p1.ebuild
index 8b89d9a44565..2bcfd9441501 100644
--- a/net-misc/efax/efax-0.9a_p19_p1.ebuild
+++ b/net-misc/efax/efax-0.9a_p19_p1.ebuild
@@ -21,7 +21,7 @@ PATCHES=(
)
S="${WORKDIR}/${P/_p*}-001114"
-src_prepare () {
+src_prepare() {
eapply "${WORKDIR}"/${PN}_${PV/_p*}-$(ver_cut 5).$(ver_cut 7).diff
local patch
for patch in $(< debian/patches/00list); do
@@ -41,7 +41,7 @@ src_compile() {
emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}
-src_install () {
+src_install() {
dobin efax efix fax
doman efax.1 efix.1
newman fax.1 efax-fax.1 # Don't collide with net-dialup/mgetty, bug #429808