public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db/
Date: Tue, 26 Feb 2019 08:34:54 +0000 (UTC)	[thread overview]
Message-ID: <1551169934.32ed816d1f0a06b49c73b36e12a56903c1ff04d3.mrueg@gentoo> (raw)

commit:     32ed816d1f0a06b49c73b36e12a56903c1ff04d3
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 26 08:32:14 2019 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Feb 26 08:32:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ed816d

net-print/foomatic-db: Add new snapshot

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>

 net-print/foomatic-db/Manifest                     |  1 +
 .../foomatic-db/foomatic-db-4.0.20190225.ebuild    | 41 ++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/net-print/foomatic-db/Manifest b/net-print/foomatic-db/Manifest
index f4e38f0e6b4..c10f3a1fc1a 100644
--- a/net-print/foomatic-db/Manifest
+++ b/net-print/foomatic-db/Manifest
@@ -1,2 +1,3 @@
 DIST foomatic-db-4.0-20170331.tar.xz 5083832 BLAKE2B 3c22869cc50f9e68e04bc9edaf6227764ede1566bf93311f1098d0022174911697a63685488be2c753205e40284ec22c31a64e672fee3851eeec920730b5a344 SHA512 f265a476533a77c27f0eb6414a3b93c6b269effba7bb0d46c9d3965c0e7218c3b081ae5e3f01ebfe7afbec70379543dd2e553b97b338eca43c34c11a4ffb4dcc
 DIST foomatic-db-4.0-20180126.tar.xz 5418608 BLAKE2B e11dbfc7e4cf121ba8b456820438b0418981c414c6a798dee463430dd8ccf65b424e1d597bc21b32929e858d0282b12df81fb419793bd34172b0c414619d2762 SHA512 1879e2601ad88262c99201bff5353ac40516985de72dd894eeeae2589ae2b82dd4dbfc972cb3ff43f209efb92753d4ed0ce584d89cd242fedc011511c45d8a87
+DIST foomatic-db-4.0-20190225.tar.xz 6436584 BLAKE2B ee3c0cddb6bf1d4e4a41511abbddd14bc92df3e67c298c93b1f83aa2d8922ce3e8f2d4075c732c71c264c92d1542d5eee10ca16033c98a54c4cfd2c694a1e4d9 SHA512 2e49b3f20e149136e522b7845d781e8bd858f7b9239ba8036290f3d03422a112878f9edea1dfc75365a326d794aaca796496871469169a51ff2084aaef6ea1da

diff --git a/net-print/foomatic-db/foomatic-db-4.0.20190225.ebuild b/net-print/foomatic-db/foomatic-db-4.0.20190225.ebuild
new file mode 100644
index 00000000000..0eb0def17b8
--- /dev/null
+++ b/net-print/foomatic-db/foomatic-db-4.0.20190225.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit versionator
+
+DESCRIPTION="Printer information files for foomatic-db-engine to generate ppds"
+HOMEPAGE="http://www.linuxprinting.org/foomatic.html"
+SRC_URI="http://www.openprinting.org/download/foomatic/${PN}-$(replace_version_separator 2 -).tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	net-print/foomatic-db-engine
+	!net-print/foo2zjs[hp2600n]"
+
+S="${WORKDIR}/${PN}-$(get_version_component_range 3 ${PV})"
+
+src_prepare() {
+	# ppd files do not belong to this package
+	rm -r db/source/PPD || die
+	default
+}
+
+src_configure() {
+	econf \
+		--disable-gzip-ppds \
+		--disable-ppds-to-cups
+}
+
+src_install() {
+	default
+	rmdir "${ED}"/usr/share/foomatic/db/source/PPD || die
+	# Avoid collision with foo2zjs, bug 185486
+	rm "${ED}"/usr/share/foomatic/db/source/{driver/foo2{hp,lava,xqx,zjs}.xml,printer/{Generic-ZjStream_Printer,HP-{Color_LaserJet_{1500,1600,2600n},LaserJet_{10{00,05,18,20,22},M1005_MFP}},Minolta-{Color_PageWorks_Pro_L,magicolor_2{20,30,43}0_DL},Samsung-CLP-{3,6}00}.xml}  || die
+}


             reply	other threads:[~2019-02-26  8:34 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-26  8:34 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-15 16:29 [gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db/ Arthur Zamarin
2021-10-29 12:36 Sam James
2021-10-29 12:35 Jakov Smolić
2021-10-29 12:34 Sam James
2021-10-29  2:00 Sam James
2021-10-28 14:02 Agostino Sarubbo
2021-10-27  4:15 Sam James
2021-10-26 17:53 Agostino Sarubbo
2021-10-26 13:30 Agostino Sarubbo
2019-02-26  9:26 Manuel Rüger
2019-02-26  9:26 Manuel Rüger
2018-01-26 13:58 Manuel Rüger
2018-01-26 13:49 Manuel Rüger
2017-12-05  8:49 Sergei Trofimovich
2017-05-30  4:55 Markus Meier
2017-05-22 19:53 Michael Weber
2017-05-22 18:07 Tobias Klausmann
2017-05-22  9:25 Agostino Sarubbo
2017-05-22  8:58 Agostino Sarubbo
2017-03-31 17:56 Manuel Rüger
2016-11-01 21:35 Manuel Rüger
2016-11-01 21:35 Manuel Rüger
2016-05-04 11:39 Manuel Rüger
2015-08-27 22:41 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1551169934.32ed816d1f0a06b49c73b36e12a56903c1ff04d3.mrueg@gentoo \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox