[gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/

2023-12-29 Thread David Seifert
commit: 7f4a2c751b4896b0e2c4a07fa643cd2ddb445d51
Author: David Seifert  gentoo  org>
AuthorDate: Fri Dec 29 10:41:51 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Dec 29 10:41:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f4a2c75

net-print/cups-pdf: format metadata.xml

Signed-off-by: David Seifert  gentoo.org>

 net-print/cups-pdf/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-print/cups-pdf/metadata.xml b/net-print/cups-pdf/metadata.xml
index e2fedda90ee1..882504794e17 100644
--- a/net-print/cups-pdf/metadata.xml
+++ b/net-print/cups-pdf/metadata.xml
@@ -1,8 +1,8 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   print...@gentoo.org
-   Gentoo Printing Project
-
+   
+   print...@gentoo.org
+   Gentoo Printing Project
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/

2023-12-29 Thread David Seifert
commit: b9b9bbe0f861fd54e2cd4ec838c3dced0e94ac77
Author: David Seifert  gentoo  org>
AuthorDate: Fri Dec 29 10:41:50 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Dec 29 10:41:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b9bbe0

net-print/cups-pdf: update EAPI 7 -> 8

Signed-off-by: David Seifert  gentoo.org>

 .../{cups-pdf-3.0.1-r2.ebuild => cups-pdf-3.0.1-r3.ebuild}  | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild 
b/net-print/cups-pdf/cups-pdf-3.0.1-r3.ebuild
similarity index 84%
rename from net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild
rename to net-print/cups-pdf/cups-pdf-3.0.1-r3.ebuild
index 0a7504e127f7..ed52b55cd752 100644
--- a/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild
+++ b/net-print/cups-pdf/cups-pdf-3.0.1-r3.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI=8
 
 inherit toolchain-funcs
 
@@ -16,16 +16,17 @@ KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="+ppds"
 
 DEPEND="net-print/cups"
-
 RDEPEND="${DEPEND}
>=app-text/ghostscript-gpl-9.54"
 
 PATCHES=( "${FILESDIR}"/${PN}-3.0.1-ghostscript-gpl-9.54-compat.patch )
 
+src_configure() {
+   tc-export CC
+}
+
 src_compile() {
-   pushd src &>/dev/null || die
-   $(tc-getCC) ${LDFLAGS} ${CFLAGS} ${PN}.c -o ${PN} -lcups || die
-   popd &>/dev/null || die
+   LDLIBS="-lcups" emake -C src ${PN}
 }
 
 src_install() {
@@ -43,5 +44,5 @@ src_install() {
doins extra/CUPS-PDF_noopt.ppd
fi
 
-   dodoc ChangeLog README
+   einstalldocs
 }



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/

2023-05-16 Thread Sam James
commit: 47b4571ea2cbc6a04c857227cf624bda1702c5a1
Author: Sam James  gentoo  org>
AuthorDate: Wed May 17 02:48:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 17 02:48:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b4571e

net-print/cups-pdf: Keyword 3.0.1-r2 arm64, #906390

Signed-off-by: Sam James  gentoo.org>

 net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild 
b/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild
index d95f554289f9..0a7504e127f7 100644
--- a/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild
+++ b/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-${PV/_}
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="+ppds"
 
 DEPEND="net-print/cups"



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/

2022-01-15 Thread Andreas Sturmlechner
commit: 22c235a9f135d9469fb3c5e9dd9d35ae08c8524f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan 15 13:27:17 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan 15 14:14:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c235a9

net-print/cups-pdf: Drop 3.0.1-r1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-print/cups-pdf/cups-pdf-3.0.1-r1.ebuild | 46 -
 1 file changed, 46 deletions(-)

diff --git a/net-print/cups-pdf/cups-pdf-3.0.1-r1.ebuild 
b/net-print/cups-pdf/cups-pdf-3.0.1-r1.ebuild
deleted file mode 100644
index f775a9ed1b83..
--- a/net-print/cups-pdf/cups-pdf-3.0.1-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files"
-HOMEPAGE="https://www.cups-pdf.de/;
-SRC_URI="https://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz;
-S=${WORKDIR}/${PN}-${PV/_}
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
-IUSE="+ppds"
-
-RDEPEND="
-   net-print/cups
-   /dev/null
-   $(tc-getCC) ${LDFLAGS} ${CFLAGS} ${PN}.c -o ${PN} -lcups || die
-   popd >/dev/null
-}
-
-src_install() {
-   exeinto /usr/libexec/cups/backend
-   exeopts -m0700
-   doexe src/cups-pdf
-
-   insinto /etc/cups
-   doins extra/cups-pdf.conf
-
-   insinto /usr/share/cups/model
-   if use ppds; then
-   doins extra/CUPS-PDF_opt.ppd
-   else
-   doins extra/CUPS-PDF_noopt.ppd
-   fi
-
-   dodoc ChangeLog README
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/

2021-10-20 Thread Sam James
commit: f7dd165cb3373ef37d6bce03624b3f67e316bd26
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 20 06:58:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 20 06:58:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7dd165c

net-print/cups-pdf: Stabilize 3.0.1-r2 ppc, #796659

Signed-off-by: Sam James  gentoo.org>

 net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild 
b/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild
index eb1bfa41755..d95f554289f 100644
--- a/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild
+++ b/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-${PV/_}
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
 IUSE="+ppds"
 
 DEPEND="net-print/cups"



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/

2021-09-24 Thread Agostino Sarubbo
commit: 09c847940d58f51031676cacf10739493f0d48fe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Sep 24 06:59:30 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Sep 24 06:59:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c84794

net-print/cups-pdf: amd64 stable wrt bug #796659

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild 
b/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild
index 52e02f74d6f..eb1bfa41755 100644
--- a/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild
+++ b/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-${PV/_}
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="+ppds"
 
 DEPEND="net-print/cups"



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/

2021-09-23 Thread Agostino Sarubbo
commit: fabca636fe022166cd0da27cf9c11fff9b4b0fbe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 23 06:39:45 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 23 06:39:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fabca636

net-print/cups-pdf: x86 stable wrt bug #796659

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild 
b/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild
index a27e4fb17d9..52e02f74d6f 100644
--- a/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild
+++ b/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}/${PN}-${PV/_}
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="+ppds"
 
 DEPEND="net-print/cups"



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/, net-print/cups-pdf/files/

2021-04-26 Thread Thomas Deutschmann
commit: e72a26a68a6127cebccecead414b323c3d35
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Apr 26 17:26:18 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Apr 26 17:27:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e72a26a6

net-print/cups-pdf: unbreak >=app-text/ghostscript-gpl-9.54.0

While here, migrate to EAPI 7.

Closes: https://bugs.gentoo.org/779706
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild| 47 ++
 ...ups-pdf-3.0.1-ghostscript-gpl-9.54-compat.patch | 28 +
 2 files changed, 75 insertions(+)

diff --git a/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild 
b/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild
new file mode 100644
index 000..a27e4fb17d9
--- /dev/null
+++ b/net-print/cups-pdf/cups-pdf-3.0.1-r2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit toolchain-funcs
+
+DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files"
+HOMEPAGE="https://www.cups-pdf.de/;
+SRC_URI="https://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz;
+S=${WORKDIR}/${PN}-${PV/_}
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="+ppds"
+
+DEPEND="net-print/cups"
+
+RDEPEND="${DEPEND}
+   >=app-text/ghostscript-gpl-9.54"
+
+PATCHES=( "${FILESDIR}"/${PN}-3.0.1-ghostscript-gpl-9.54-compat.patch )
+
+src_compile() {
+   pushd src &>/dev/null || die
+   $(tc-getCC) ${LDFLAGS} ${CFLAGS} ${PN}.c -o ${PN} -lcups || die
+   popd &>/dev/null || die
+}
+
+src_install() {
+   exeinto /usr/libexec/cups/backend
+   exeopts -m0700
+   doexe src/cups-pdf
+
+   insinto /etc/cups
+   doins extra/cups-pdf.conf
+
+   insinto /usr/share/cups/model
+   if use ppds; then
+   doins extra/CUPS-PDF_opt.ppd
+   else
+   doins extra/CUPS-PDF_noopt.ppd
+   fi
+
+   dodoc ChangeLog README
+}

diff --git 
a/net-print/cups-pdf/files/cups-pdf-3.0.1-ghostscript-gpl-9.54-compat.patch 
b/net-print/cups-pdf/files/cups-pdf-3.0.1-ghostscript-gpl-9.54-compat.patch
new file mode 100644
index 000..3890743107e
--- /dev/null
+++ b/net-print/cups-pdf/files/cups-pdf-3.0.1-ghostscript-gpl-9.54-compat.patch
@@ -0,0 +1,28 @@
+https://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=180419375973b9ce4664286a67106d712260ef7f
+
+--- a/extra/cups-pdf.conf
 b/extra/cups-pdf.conf
+@@ -250,9 +250,9 @@
+ ### Key: GSCall (config)
+ ## command line for calling GhostScript (!!! DO NOT USE NEWLINES !!!)
+ ## MacOSX: for using pstopdf set this to %s %s -o %s %s
+-### Default: %s -q -dCompatibilityLevel=%s -dNOPAUSE -dBATCH -dSAFER 
-sDEVICE=pdfwrite -sOutputFile="%s" -dAutoRotatePages=/PageByPage 
-dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode 
-dPDFSETTINGS=/prepress -c .setpdfwrite -f %s
++### Default: %s -q -dCompatibilityLevel=%s -dNOPAUSE -dBATCH -dSAFER 
-sDEVICE=pdfwrite -sOutputFile="%s" -dAutoRotatePages=/PageByPage 
-dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode 
-dPDFSETTINGS=/prepress -c -f %s
+ 
+-#GSCall %s -q -dCompatibilityLevel=%s -dNOPAUSE -dBATCH -dSAFER 
-sDEVICE=pdfwrite -sOutputFile="%s" -dAutoRotatePages=/PageByPage 
-dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode 
-dPDFSETTINGS=/prepress -c .setpdfwrite -f %s
++#GSCall %s -q -dCompatibilityLevel=%s -dNOPAUSE -dBATCH -dSAFER 
-sDEVICE=pdfwrite -sOutputFile="%s" -dAutoRotatePages=/PageByPage 
-dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode 
-dPDFSETTINGS=/prepress -c -f %s
+ 
+ ### Key: PDFVer (config, ppd, lptopions)
+ ##  PDF version to be created - can be "1.5", "1.4", "1.3" or "1.2" 
+--- a/src/cups-pdf.h
 b/src/cups-pdf.h
+@@ -58,7 +58,7 @@ struct {
+   { "AnonDirName", SEC_CONF|SEC_PPD, { "/var/spool/cups-pdf/ANONYMOUS" } },
+   { "AnonUser", SEC_CONF|SEC_PPD, { "nobody" } },
+   { "GhostScript", SEC_CONF|SEC_PPD, { "/usr/bin/gs" } },
+-  { "GSCall", SEC_CONF|SEC_PPD, { "%s -q -dCompatibilityLevel=%s -dNOPAUSE 
-dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile=\"%s\" 
-dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false 
-dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -c .setpdfwrite -f %s" 
} },
++  { "GSCall", SEC_CONF|SEC_PPD, { "%s -q -dCompatibilityLevel=%s -dNOPAUSE 
-dBATCH -dSAFER -sDEVICE=pdfwrite -sOutputFile=\"%s\" 
-dAutoRotatePages=/PageByPage -dAutoFilterColorImages=false 
-dColorImageFilter=/FlateEncode -dPDFSETTINGS=/prepress -c -f %s" } },
+   { "Grp", SEC_CONF|SEC_PPD, { "lp" } },
+   { "GSTmp", SEC_CONF|SEC_PPD, { "TMPDIR=/var/tmp" } },
+   { "Log", SEC_CONF|SEC_PPD, { "/var/log/cups" } },
+ 



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/

2021-04-20 Thread Michał Górny
commit: 728e6e01022da2eab741364507fa8e34a87c65a4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 20 21:47:17 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 20 21:47:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728e6e01

net-print/cups-pdf: Force working ghostscript-gpl version

Bug: https://bugs.gentoo.org/779706
Signed-off-by: Michał Górny  gentoo.org>

 .../cups-pdf/{cups-pdf-3.0.1.ebuild => cups-pdf-3.0.1-r1.ebuild} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-print/cups-pdf/cups-pdf-3.0.1.ebuild 
b/net-print/cups-pdf/cups-pdf-3.0.1-r1.ebuild
similarity index 96%
rename from net-print/cups-pdf/cups-pdf-3.0.1.ebuild
rename to net-print/cups-pdf/cups-pdf-3.0.1-r1.ebuild
index c2856b42381..f775a9ed1b8 100644
--- a/net-print/cups-pdf/cups-pdf-3.0.1.ebuild
+++ b/net-print/cups-pdf/cups-pdf-3.0.1-r1.ebuild
@@ -8,6 +8,7 @@ inherit toolchain-funcs
 DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files"
 HOMEPAGE="https://www.cups-pdf.de/;
 SRC_URI="https://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz;
+S=${WORKDIR}/${PN}-${PV/_}
 
 LICENSE="GPL-2+"
 SLOT="0"
@@ -16,12 +17,10 @@ IUSE="+ppds"
 
 RDEPEND="
net-print/cups
-   app-text/ghostscript-gpl
+   /dev/null
$(tc-getCC) ${LDFLAGS} ${CFLAGS} ${PN}.c -o ${PN} -lcups || die



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/

2021-02-16 Thread Sergei Trofimovich
commit: d04481b7e02c5023b9afda3467946fe1344385b1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Feb 16 08:20:31 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Feb 16 08:20:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04481b7

net-print/cups-pdf: keyworded 3.0.1 for ppc64

keyworded wrt bug #769905

Package-Manager: Portage-3.0.14, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-print/cups-pdf/cups-pdf-3.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-print/cups-pdf/cups-pdf-3.0.1.ebuild 
b/net-print/cups-pdf/cups-pdf-3.0.1.ebuild
index cd78862b5de..c2856b42381 100644
--- a/net-print/cups-pdf/cups-pdf-3.0.1.ebuild
+++ b/net-print/cups-pdf/cups-pdf-3.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86"
 IUSE="+ppds"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/

2020-05-19 Thread Andreas Sturmlechner
commit: 2a7ed2ee4d4416452dc3e6c9a26ff0bfbf6bf8a1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 19 20:52:41 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 19 20:55:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7ed2ee

net-print/cups-pdf: Drop 2.6.1 (EAPI4--), 3.0.0

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 net-print/cups-pdf/Manifest  |  2 --
 net-print/cups-pdf/cups-pdf-2.6.1.ebuild | 46 ---
 net-print/cups-pdf/cups-pdf-3.0.0.ebuild | 47 
 3 files changed, 95 deletions(-)

diff --git a/net-print/cups-pdf/Manifest b/net-print/cups-pdf/Manifest
index 2b4f14b8915..20292479369 100644
--- a/net-print/cups-pdf/Manifest
+++ b/net-print/cups-pdf/Manifest
@@ -1,3 +1 @@
-DIST cups-pdf_2.6.1.tar.gz 33315 BLAKE2B 
8268777d9c604622a801e663f9aac9ea1fd7253ea87f1f65c7954134f7473b7d8baf94cec09c5dd14bb5470df47ea4484cfbd90afb4b0da652395d657011f86d
 SHA512 
60702159907f95e005c93a38551b5aaa65b7e4b8e009b48becf4523d606c4bbb127e81e5acf8519ce4c9aed90b41deb01d80171f3145086351dbd022863a3816
-DIST cups-pdf_3.0.0.tar.gz 29654 BLAKE2B 
ec1e89eb876161bd2b123568448e9b0075537aacc01623ca2ae5128f946ff2ea797893a009bcf88a1f26af9755d803e57de2271b4cd828fed00e74790f66f9f8
 SHA512 
14420e50b9ac93d12e75b98ba8c3456d35a3bcce0778eee8308ac7a3c3a987b4dca5a4f140353bd2060a5f0f4d3434c442b00ea309660b4e5a72fe11dba25276
 DIST cups-pdf_3.0.1.tar.gz 29754 BLAKE2B 
f964358c5e465447e703848a697f6c801624a1836e2a0a4026c507c66048cf4bef92327508598ec7e9a356d4f57894a6b610e55b7a9a34e942cf2b88c6c55b85
 SHA512 
a06580f3056dddbb883c8db0c71b37b883482ae1ac8aa9bcfd85e679c4dcb44278006b7110d2988173d0eeb05b0f19fb39081fad49bf26839235e97fbe27a818

diff --git a/net-print/cups-pdf/cups-pdf-2.6.1.ebuild 
b/net-print/cups-pdf/cups-pdf-2.6.1.ebuild
deleted file mode 100644
index 785c25e6510..000
--- a/net-print/cups-pdf/cups-pdf-2.6.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit toolchain-funcs
-
-DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files"
-HOMEPAGE="https://www.cups-pdf.de/;
-SRC_URI="https://www.cups-pdf.de/src/${PN}_${PV}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="net-print/cups
-   app-text/ghostscript-gpl"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-   cd "${S}"/src
-   $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} ${PN}.c || die "Compilation 
failed."
-}
-
-src_install() {
-   exeinto /usr/libexec/cups/backend
-   exeopts -m0700
-   doexe src/cups-pdf
-
-   insinto /usr/share/cups/model
-   doins extra/CUPS-PDF.ppd
-
-   insinto /etc/cups
-   doins extra/cups-pdf.conf
-
-   dodoc ChangeLog README
-   newdoc contrib/Contents contrib_Contents
-}
-
-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"
-   elog "to extract some files from the ${P} distfile."
-}

diff --git a/net-print/cups-pdf/cups-pdf-3.0.0.ebuild 
b/net-print/cups-pdf/cups-pdf-3.0.0.ebuild
deleted file mode 100644
index b2a6c83640a..000
--- a/net-print/cups-pdf/cups-pdf-3.0.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files"
-HOMEPAGE="https://www.cups-pdf.de/;
-SRC_URI="https://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="+ppds"
-
-RDEPEND="
-   net-print/cups
-   app-text/ghostscript-gpl
-"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}-${PV/_}
-
-src_compile() {
-   pushd src >/dev/null
-   $(tc-getCC) ${LDFLAGS} ${CFLAGS} ${PN}.c -o ${PN} -lcups || die
-   popd >/dev/null
-}
-
-src_install() {
-   exeinto /usr/libexec/cups/backend
-   exeopts -m0700
-   doexe src/cups-pdf
-
-   insinto /etc/cups
-   doins extra/cups-pdf.conf
-
-   insinto /usr/share/cups/model
-   if use ppds; then
-   doins extra/CUPS-PDF_opt.ppd
-   else
-   doins extra/CUPS-PDF_noopt.ppd
-   fi
-
-   dodoc ChangeLog README
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/

2020-02-11 Thread Agostino Sarubbo
commit: ee927d4a92d0e38178b690f9c92bf98bb21fe9d4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 11:29:40 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 11:29:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee927d4a

net-print/cups-pdf: ppc stable wrt bug #704440

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-print/cups-pdf/cups-pdf-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cups-pdf/cups-pdf-3.0.1.ebuild 
b/net-print/cups-pdf/cups-pdf-3.0.1.ebuild
index 3cba360b5cd..cd78862b5de 100644
--- a/net-print/cups-pdf/cups-pdf-3.0.1.ebuild
+++ b/net-print/cups-pdf/cups-pdf-3.0.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ppc x86"
 IUSE="+ppds"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/

2020-02-11 Thread Agostino Sarubbo
commit: 693d499fa3a71935e873bad8c0b747e78bc3f872
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 11:09:05 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 11:09:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693d499f

net-print/cups-pdf: amd64 stable wrt bug #704440

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-print/cups-pdf/cups-pdf-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/cups-pdf/cups-pdf-3.0.1.ebuild 
b/net-print/cups-pdf/cups-pdf-3.0.1.ebuild
index cc8db51da53..3cba360b5cd 100644
--- a/net-print/cups-pdf/cups-pdf-3.0.1.ebuild
+++ b/net-print/cups-pdf/cups-pdf-3.0.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
 IUSE="+ppds"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/

2020-02-11 Thread Agostino Sarubbo
commit: 7bf5e21e545572b4aa84f36fe798b39bd58f8597
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb 11 09:51:37 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb 11 09:51:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf5e21e

net-print/cups-pdf: x86 stable wrt bug #704440

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-print/cups-pdf/cups-pdf-3.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-print/cups-pdf/cups-pdf-3.0.1.ebuild 
b/net-print/cups-pdf/cups-pdf-3.0.1.ebuild
index b2a6c83640a..cc8db51da53 100644
--- a/net-print/cups-pdf/cups-pdf-3.0.1.ebuild
+++ b/net-print/cups-pdf/cups-pdf-3.0.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
@@ -11,7 +11,7 @@ SRC_URI="https://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc x86"
 IUSE="+ppds"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/

2018-06-03 Thread Aaron Bauman
commit: 1ba465be38a0e63479d94cc24ed72d2850381c0e
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jun  3 09:16:02 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Jun  3 13:48:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba465be

net-print/cups-pdf: use HTTPs

 net-print/cups-pdf/cups-pdf-2.6.1.ebuild | 6 +++---
 net-print/cups-pdf/cups-pdf-3.0.0.ebuild | 6 +++---
 net-print/cups-pdf/cups-pdf-3.0.1.ebuild | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

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 edd5a5eba83..bbf9677a3f4 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-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -6,8 +6,8 @@ EAPI=4
 inherit toolchain-funcs
 
 DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files"
-HOMEPAGE="http://www.cups-pdf.de/;
-SRC_URI="http://www.cups-pdf.de/src/${PN}_${PV}.tar.gz;
+HOMEPAGE="https://www.cups-pdf.de/;
+SRC_URI="https://www.cups-pdf.de/src/${PN}_${PV}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/net-print/cups-pdf/cups-pdf-3.0.0.ebuild 
b/net-print/cups-pdf/cups-pdf-3.0.0.ebuild
index 4bc7323b001..b2a6c83640a 100644
--- a/net-print/cups-pdf/cups-pdf-3.0.0.ebuild
+++ b/net-print/cups-pdf/cups-pdf-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files"
-HOMEPAGE="http://www.cups-pdf.de/;
-SRC_URI="http://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz;
+HOMEPAGE="https://www.cups-pdf.de/;
+SRC_URI="https://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"

diff --git a/net-print/cups-pdf/cups-pdf-3.0.1.ebuild 
b/net-print/cups-pdf/cups-pdf-3.0.1.ebuild
index 4bc7323b001..b2a6c83640a 100644
--- a/net-print/cups-pdf/cups-pdf-3.0.1.ebuild
+++ b/net-print/cups-pdf/cups-pdf-3.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files"
-HOMEPAGE="http://www.cups-pdf.de/;
-SRC_URI="http://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz;
+HOMEPAGE="https://www.cups-pdf.de/;
+SRC_URI="https://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/

2017-03-19 Thread Manuel Rüger
commit: 36943499a5e5d7e4d7e9e3ebcc486b057fea0c5b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Mar 19 21:45:02 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Mar 19 21:45:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36943499

net-print/cups-pdf: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-print/cups-pdf/Manifest  |  1 -
 net-print/cups-pdf/cups-pdf-3.0_beta1.ebuild | 46 
 2 files changed, 47 deletions(-)

diff --git a/net-print/cups-pdf/Manifest b/net-print/cups-pdf/Manifest
index 06c60ab0735..5d99116be32 100644
--- a/net-print/cups-pdf/Manifest
+++ b/net-print/cups-pdf/Manifest
@@ -1,4 +1,3 @@
 DIST cups-pdf_2.6.1.tar.gz 33315 SHA256 
04e17eb563dceea048e1a435edcbcf52faa5288f85e8390cd64d702edb6745f1 SHA512 
60702159907f95e005c93a38551b5aaa65b7e4b8e009b48becf4523d606c4bbb127e81e5acf8519ce4c9aed90b41deb01d80171f3145086351dbd022863a3816
 WHIRLPOOL 
dec796386df1b13c6fa8cfaed71cf9442a0aa8fc8ba739f8aa8ac3f2fc1e0ec3a1cbd205835f6f10314b805b0744641f3788458863df63104373bbf11e64e886
 DIST cups-pdf_3.0.0.tar.gz 29654 SHA256 
a0b94d09ccf92761a83e1af13fcdbfba737d7fcbbe2774ec24297ddbbf13aebe SHA512 
14420e50b9ac93d12e75b98ba8c3456d35a3bcce0778eee8308ac7a3c3a987b4dca5a4f140353bd2060a5f0f4d3434c442b00ea309660b4e5a72fe11dba25276
 WHIRLPOOL 
f95b21be0db15e2aa6af8d769a5d8efcf4447c3b69a2e7128f6ba51ce6e8c575aec78c69ef97ad8b6e7cc69c6a10635acf52b81ba0e415b553e99bef5675864e
 DIST cups-pdf_3.0.1.tar.gz 29754 SHA256 
738669edff7f1469fe5e411202d87f93ba25b45f332a623fb607d49c59aa9531 SHA512 
a06580f3056dddbb883c8db0c71b37b883482ae1ac8aa9bcfd85e679c4dcb44278006b7110d2988173d0eeb05b0f19fb39081fad49bf26839235e97fbe27a818
 WHIRLPOOL 
e84ab73c79dffc84f88c9285ad8672cb745f6b1cbb1ca5c72566af259026393649776093229a7588b4d071248d8fc1401c7cfbaf3e26fd96d8aa50b7aed40c4e
-DIST cups-pdf_3.0beta1.tar.gz 38040 SHA256 
d8f30740e0092e7b53cd228d9ddae8085bde744b5e63064bf79ad0c3e3ebe578 SHA512 
89d77bf8daa4f82cde4db32c607a5d503ae37bc720906b9fafbd7dedac3cb522fbc342475cf4cff62fdbb16c59c7a1a62814cf85492f6a97e277e64c886985f5
 WHIRLPOOL 
6d44d4c62f198a4b8da83791bb22bad9e3a43dbcad2a587729e41eb80cd9a5cb14561dff522c6452cb591ad6463b14d9d0ff41b19e7c58db494db421d2446bf6

diff --git a/net-print/cups-pdf/cups-pdf-3.0_beta1.ebuild 
b/net-print/cups-pdf/cups-pdf-3.0_beta1.ebuild
deleted file mode 100644
index 2c111556fee..000
--- a/net-print/cups-pdf/cups-pdf-3.0_beta1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit toolchain-funcs
-
-DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files"
-HOMEPAGE="http://www.cups-pdf.de/;
-SRC_URI="http://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="+ppds"
-
-RDEPEND="net-print/cups
-   app-text/ghostscript-gpl"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}-${PV/_}
-
-src_compile() {
-   pushd src >/dev/null
-   $(tc-getCC) ${LDFLAGS} ${CFLAGS} ${PN}.c -o ${PN} -lcups || die
-   popd >/dev/null
-}
-
-src_install() {
-   exeinto /usr/libexec/cups/backend
-   exeopts -m0700
-   doexe src/cups-pdf
-
-   insinto /etc/cups
-   doins extra/cups-pdf.conf
-
-   insinto /usr/share/cups/model
-   if use ppds; then
-   doins extra/CUPS-PDF_opt.ppd
-   else
-   doins extra/CUPS-PDF_noopt.ppd
-   fi
-
-   dodoc ChangeLog README
-
-   dodoc -r contrib
-}



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/

2017-03-19 Thread Manuel Rüger
commit: 93a59d15330f7adc32e214a3e4f162e0bbad797f
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Mar 19 21:44:34 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Mar 19 21:44:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a59d15

net-print/cups-pdf: Version bump to 3.0.1

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 net-print/cups-pdf/Manifest  |  1 +
 net-print/cups-pdf/cups-pdf-3.0.1.ebuild | 47 
 2 files changed, 48 insertions(+)

diff --git a/net-print/cups-pdf/Manifest b/net-print/cups-pdf/Manifest
index a91a48f7966..06c60ab0735 100644
--- a/net-print/cups-pdf/Manifest
+++ b/net-print/cups-pdf/Manifest
@@ -1,3 +1,4 @@
 DIST cups-pdf_2.6.1.tar.gz 33315 SHA256 
04e17eb563dceea048e1a435edcbcf52faa5288f85e8390cd64d702edb6745f1 SHA512 
60702159907f95e005c93a38551b5aaa65b7e4b8e009b48becf4523d606c4bbb127e81e5acf8519ce4c9aed90b41deb01d80171f3145086351dbd022863a3816
 WHIRLPOOL 
dec796386df1b13c6fa8cfaed71cf9442a0aa8fc8ba739f8aa8ac3f2fc1e0ec3a1cbd205835f6f10314b805b0744641f3788458863df63104373bbf11e64e886
 DIST cups-pdf_3.0.0.tar.gz 29654 SHA256 
a0b94d09ccf92761a83e1af13fcdbfba737d7fcbbe2774ec24297ddbbf13aebe SHA512 
14420e50b9ac93d12e75b98ba8c3456d35a3bcce0778eee8308ac7a3c3a987b4dca5a4f140353bd2060a5f0f4d3434c442b00ea309660b4e5a72fe11dba25276
 WHIRLPOOL 
f95b21be0db15e2aa6af8d769a5d8efcf4447c3b69a2e7128f6ba51ce6e8c575aec78c69ef97ad8b6e7cc69c6a10635acf52b81ba0e415b553e99bef5675864e
+DIST cups-pdf_3.0.1.tar.gz 29754 SHA256 
738669edff7f1469fe5e411202d87f93ba25b45f332a623fb607d49c59aa9531 SHA512 
a06580f3056dddbb883c8db0c71b37b883482ae1ac8aa9bcfd85e679c4dcb44278006b7110d2988173d0eeb05b0f19fb39081fad49bf26839235e97fbe27a818
 WHIRLPOOL 
e84ab73c79dffc84f88c9285ad8672cb745f6b1cbb1ca5c72566af259026393649776093229a7588b4d071248d8fc1401c7cfbaf3e26fd96d8aa50b7aed40c4e
 DIST cups-pdf_3.0beta1.tar.gz 38040 SHA256 
d8f30740e0092e7b53cd228d9ddae8085bde744b5e63064bf79ad0c3e3ebe578 SHA512 
89d77bf8daa4f82cde4db32c607a5d503ae37bc720906b9fafbd7dedac3cb522fbc342475cf4cff62fdbb16c59c7a1a62814cf85492f6a97e277e64c886985f5
 WHIRLPOOL 
6d44d4c62f198a4b8da83791bb22bad9e3a43dbcad2a587729e41eb80cd9a5cb14561dff522c6452cb591ad6463b14d9d0ff41b19e7c58db494db421d2446bf6

diff --git a/net-print/cups-pdf/cups-pdf-3.0.1.ebuild 
b/net-print/cups-pdf/cups-pdf-3.0.1.ebuild
new file mode 100644
index 000..4bc7323b001
--- /dev/null
+++ b/net-print/cups-pdf/cups-pdf-3.0.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files"
+HOMEPAGE="http://www.cups-pdf.de/;
+SRC_URI="http://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="+ppds"
+
+RDEPEND="
+   net-print/cups
+   app-text/ghostscript-gpl
+"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${PN}-${PV/_}
+
+src_compile() {
+   pushd src >/dev/null
+   $(tc-getCC) ${LDFLAGS} ${CFLAGS} ${PN}.c -o ${PN} -lcups || die
+   popd >/dev/null
+}
+
+src_install() {
+   exeinto /usr/libexec/cups/backend
+   exeopts -m0700
+   doexe src/cups-pdf
+
+   insinto /etc/cups
+   doins extra/cups-pdf.conf
+
+   insinto /usr/share/cups/model
+   if use ppds; then
+   doins extra/CUPS-PDF_opt.ppd
+   else
+   doins extra/CUPS-PDF_noopt.ppd
+   fi
+
+   dodoc ChangeLog README
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/

2017-01-28 Thread Andreas Hüttel
commit: 19948b6f0211355afbb0370ce562719b92e09e32
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jan 28 23:02:53 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Jan 28 23:03:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19948b6f

net-print/cups-pdf: Version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-print/cups-pdf/Manifest  |  1 +
 net-print/cups-pdf/cups-pdf-3.0.0.ebuild | 48 
 2 files changed, 49 insertions(+)

diff --git a/net-print/cups-pdf/Manifest b/net-print/cups-pdf/Manifest
index 901da97..a91a48f 100644
--- a/net-print/cups-pdf/Manifest
+++ b/net-print/cups-pdf/Manifest
@@ -1,2 +1,3 @@
 DIST cups-pdf_2.6.1.tar.gz 33315 SHA256 
04e17eb563dceea048e1a435edcbcf52faa5288f85e8390cd64d702edb6745f1 SHA512 
60702159907f95e005c93a38551b5aaa65b7e4b8e009b48becf4523d606c4bbb127e81e5acf8519ce4c9aed90b41deb01d80171f3145086351dbd022863a3816
 WHIRLPOOL 
dec796386df1b13c6fa8cfaed71cf9442a0aa8fc8ba739f8aa8ac3f2fc1e0ec3a1cbd205835f6f10314b805b0744641f3788458863df63104373bbf11e64e886
+DIST cups-pdf_3.0.0.tar.gz 29654 SHA256 
a0b94d09ccf92761a83e1af13fcdbfba737d7fcbbe2774ec24297ddbbf13aebe SHA512 
14420e50b9ac93d12e75b98ba8c3456d35a3bcce0778eee8308ac7a3c3a987b4dca5a4f140353bd2060a5f0f4d3434c442b00ea309660b4e5a72fe11dba25276
 WHIRLPOOL 
f95b21be0db15e2aa6af8d769a5d8efcf4447c3b69a2e7128f6ba51ce6e8c575aec78c69ef97ad8b6e7cc69c6a10635acf52b81ba0e415b553e99bef5675864e
 DIST cups-pdf_3.0beta1.tar.gz 38040 SHA256 
d8f30740e0092e7b53cd228d9ddae8085bde744b5e63064bf79ad0c3e3ebe578 SHA512 
89d77bf8daa4f82cde4db32c607a5d503ae37bc720906b9fafbd7dedac3cb522fbc342475cf4cff62fdbb16c59c7a1a62814cf85492f6a97e277e64c886985f5
 WHIRLPOOL 
6d44d4c62f198a4b8da83791bb22bad9e3a43dbcad2a587729e41eb80cd9a5cb14561dff522c6452cb591ad6463b14d9d0ff41b19e7c58db494db421d2446bf6

diff --git a/net-print/cups-pdf/cups-pdf-3.0.0.ebuild 
b/net-print/cups-pdf/cups-pdf-3.0.0.ebuild
new file mode 100644
index ..7bed03e
--- /dev/null
+++ b/net-print/cups-pdf/cups-pdf-3.0.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files"
+HOMEPAGE="http://www.cups-pdf.de/;
+SRC_URI="http://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="+ppds"
+
+RDEPEND="
+   net-print/cups
+   app-text/ghostscript-gpl
+"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${PN}-${PV/_}
+
+src_compile() {
+   pushd src >/dev/null
+   $(tc-getCC) ${LDFLAGS} ${CFLAGS} ${PN}.c -o ${PN} -lcups || die
+   popd >/dev/null
+}
+
+src_install() {
+   exeinto /usr/libexec/cups/backend
+   exeopts -m0700
+   doexe src/cups-pdf
+
+   insinto /etc/cups
+   doins extra/cups-pdf.conf
+
+   insinto /usr/share/cups/model
+   if use ppds; then
+   doins extra/CUPS-PDF_opt.ppd
+   else
+   doins extra/CUPS-PDF_noopt.ppd
+   fi
+
+   dodoc ChangeLog README
+}