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-print
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-print')
-rw-r--r--net-print/apsfilter/apsfilter-7.2.8-r1.ebuild4
-rw-r--r--net-print/cups-pdf/cups-pdf-2.6.1.ebuild6
-rw-r--r--net-print/gtklp/gtklp-1.3.1.ebuild4
-rw-r--r--net-print/libinklevel/libinklevel-0.9.2.ebuild4
-rw-r--r--net-print/poster/poster-20060221-r2.ebuild4
-rw-r--r--net-print/poster/poster-20060221-r3.ebuild4
-rw-r--r--net-print/poster/poster-20060221.ebuild4
7 files changed, 15 insertions, 15 deletions
diff --git a/net-print/apsfilter/apsfilter-7.2.8-r1.ebuild b/net-print/apsfilter/apsfilter-7.2.8-r1.ebuild
index 80d004a13b7b..dcc618969c3a 100644
--- a/net-print/apsfilter/apsfilter-7.2.8-r1.ebuild
+++ b/net-print/apsfilter/apsfilter-7.2.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -33,7 +33,7 @@ src_configure() {
--docdir=/usr/share/doc/${PF} --sysconfdir=/etc ${myconf} || die
}
-src_install () {
+src_install() {
emake DESTDIR="${D}" install
dosym /usr/share/apsfilter/SETUP /usr/bin/apsfilter
use cups && \
diff --git a/net-print/cups-pdf/cups-pdf-2.6.1.ebuild b/net-print/cups-pdf/cups-pdf-2.6.1.ebuild
index bbf9677a3f41..785c25e65104 100644
--- a/net-print/cups-pdf/cups-pdf-2.6.1.ebuild
+++ b/net-print/cups-pdf/cups-pdf-2.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -23,7 +23,7 @@ src_compile() {
$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} ${PN}.c || die "Compilation failed."
}
-src_install () {
+src_install() {
exeinto /usr/libexec/cups/backend
exeopts -m0700
doexe src/cups-pdf
@@ -38,7 +38,7 @@ src_install () {
newdoc contrib/Contents contrib_Contents
}
-pkg_postinst () {
+pkg_postinst() {
elog "Please view both the README and contrib_Contents files"
elog "as you may want to adjust some settings and/or use"
elog "contributed software. In the latter case you may need"
diff --git a/net-print/gtklp/gtklp-1.3.1.ebuild b/net-print/gtklp/gtklp-1.3.1.ebuild
index 4243a9bc3430..b1eb8322df2e 100644
--- a/net-print/gtklp/gtklp-1.3.1.ebuild
+++ b/net-print/gtklp/gtklp-1.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -41,7 +41,7 @@ src_configure() {
--enable-forte #369003
}
-src_install () {
+src_install() {
default
doicon "${WORKDIR}"/gtklp-logo.xpm
diff --git a/net-print/libinklevel/libinklevel-0.9.2.ebuild b/net-print/libinklevel/libinklevel-0.9.2.ebuild
index ee8d9fc6e867..48ac1c077b47 100644
--- a/net-print/libinklevel/libinklevel-0.9.2.ebuild
+++ b/net-print/libinklevel/libinklevel-0.9.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -31,7 +31,7 @@ src_configure() {
econf $(use_enable debug)
}
-src_install () {
+src_install() {
emake DESTDIR="${D}" install
dodoc AUTHORS ChangeLog NEWS README
use static-libs || rm "${D}"/usr/$(get_libdir)/libinklevel.{a,la}
diff --git a/net-print/poster/poster-20060221-r2.ebuild b/net-print/poster/poster-20060221-r2.ebuild
index a34548ed8c65..294fbc285b51 100644
--- a/net-print/poster/poster-20060221-r2.ebuild
+++ b/net-print/poster/poster-20060221-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,7 +19,7 @@ PATCHES=(
"${FILESDIR}/${P}-fix_duplicate_DocumentMedia.patch"
)
-src_compile(){
+src_compile() {
$(tc-getCC) ${CFLAGS} ${LDFLAGS} ${PN}.c -lm -o ${PN} || die
}
diff --git a/net-print/poster/poster-20060221-r3.ebuild b/net-print/poster/poster-20060221-r3.ebuild
index 2ac9fde37759..b912c89acd95 100644
--- a/net-print/poster/poster-20060221-r3.ebuild
+++ b/net-print/poster/poster-20060221-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,7 +20,7 @@ PATCHES=(
"${FILESDIR}/${P}-fix_cutmarks.patch"
)
-src_compile(){
+src_compile() {
$(tc-getCC) ${CFLAGS} ${LDFLAGS} ${PN}.c -lm -o ${PN} || die
}
diff --git a/net-print/poster/poster-20060221.ebuild b/net-print/poster/poster-20060221.ebuild
index 942eeb94a92a..34c1a6bc4d55 100644
--- a/net-print/poster/poster-20060221.ebuild
+++ b/net-print/poster/poster-20060221.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
-src_compile(){
+src_compile() {
$(tc-getCC) ${CFLAGS} ${LDFLAGS} ${PN}.c -lm -o ${PN} || die
}