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-ppds/
Date: Tue,  1 Nov 2016 21:35:23 +0000 (UTC)	[thread overview]
Message-ID: <1478036107.7e4d5252bf176ac40c6f2820c42af2f7e1db068a.mrueg@gentoo> (raw)

commit:     7e4d5252bf176ac40c6f2820c42af2f7e1db068a
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  1 21:33:16 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Nov  1 21:35:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e4d5252

net-print/foomatic-db-ppds: Version bump

Package-Manager: portage-2.3.2

 net-print/foomatic-db-ppds/Manifest                |  1 +
 .../foomatic-db-ppds-4.0.20161101.ebuild           | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/net-print/foomatic-db-ppds/Manifest b/net-print/foomatic-db-ppds/Manifest
index 11ea305..15c04ca 100644
--- a/net-print/foomatic-db-ppds/Manifest
+++ b/net-print/foomatic-db-ppds/Manifest
@@ -2,3 +2,4 @@ DIST foomatic-db-4.0-20140105.tar.gz 38845034 SHA256 8c94ca9316f0e7ebc9cd6981834
 DIST foomatic-db-4.0-20141025.tar.gz 39889820 SHA256 6167c45fe3c59f45a41fe9e66514be335b0cfa554bded3155937debfa0d7b6b2 SHA512 bd430f41ae3bd76c4d9f521ee0ba03366aff88ced499dcdbd994f594129343739eda54c345525338ffc254bca1cb62863415504ccd29e3871acab7272759d40e WHIRLPOOL 5a8cf6d99941c61e92e5fe209ee1bce4c4ec7e211b05ef23ad42e13e9482fa621519e1562272d0e5337806ce79fa9b5206a658ed14e5ac429e8caaab5cfbb429
 DIST foomatic-db-4.0-20150819.tar.gz 44435833 SHA256 e9824ae1a7b20894a4be4083e49b66ed828ccc520d55abfdfa835c1eae99dee3 SHA512 18a0404ebed59f16a681c834aaa15e27411a314f5212a8c9cc70fb3af93de7ddc8a7aa320952a6e4ddc36c609a8feac8ebf32a332bddd57bfc47f7fa413a15ac WHIRLPOOL f813fe89658c2adc490ed8d4ebcff3834963378a1a2e6a9a312642049b8e0816b9773af1d6be4f36dda5ee9915e241201caf975a88f6700a67b574471a9ad2a9
 DIST foomatic-db-4.0-20160504.tar.gz 45782654 SHA256 9f5a08e665925effea9377155902548a367f03a39beec3c65b8ad9a4f45d3022 SHA512 816a857b9529c8f71ba524c261812b83e30c660bd6f99a150e45950d212a54c62a8aad9ea9f7485f270972d42f5f333bcee8da55eb5c837b542187f25322f47f WHIRLPOOL 2cdadcefd7f4fdd478c8788d152f9d4066a7f44baa94d36fc43c67a625c6f28d9278c12eeb9aeeb2dab7aee3397f71650c51ceceaf3a57184e3e9e9b7d9ab2f6
+DIST foomatic-db-4.0-20161101.tar.gz 48879184 SHA256 d868d9f76b9d1b772c42bd651eeb308cae47ada02398d91d226dcbd63efb85fc SHA512 64bd45889b74ea376d432696541b7d7c03978ea126e9e08302761208b8e7d54399cdd7e218101ebccebc97d2f800cbe9f63c844bb3d943d4662ea2463c21653d WHIRLPOOL 6922b5af01f8a66dc267fdd992b592d166f37909b843bc3127cc7cf9d62c0ac73ae38ebb1c1c4d76137864bd674e1e97e47549cd6fe81a92e566df31e005f67f

diff --git a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20161101.ebuild b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20161101.ebuild
new file mode 100644
index 00000000..fd982d3
--- /dev/null
+++ b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20161101.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils versionator
+
+MY_P=${PN/-ppds}-$(replace_version_separator 2 '-')
+
+DESCRIPTION="linuxprinting.org PPD files for postscript printers"
+HOMEPAGE="http://www.linuxprinting.org/foomatic.html"
+SRC_URI="http://linuxprinting.org/download/foomatic/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+IUSE=""
+
+S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})"
+
+src_prepare() {
+	epatch "${FILESDIR}/Makefile.in-4.0.20120117.patch"
+	rm db/source/PPD/Kyocera/ReadMe.htm || die # bug #559008
+}
+
+src_install() {
+	default
+	rm -v "${ED}"/usr/share/foomatic/xmlschema/{driver,option,printer,types}.xsd || die "Cannot remove duplicates"
+}


             reply	other threads:[~2016-11-01 21:35 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-01 21:35 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-ppds/ Arthur Zamarin
2021-10-29 12:36 Sam James
2021-04-22 12:23 Sam James
2021-04-22 12:18 Sam James
2021-04-22  3:01 Sam James
2021-04-22  3:01 Sam James
2021-04-22  2:59 Sam James
2019-02-26  9:26 Manuel Rüger
2019-02-26  9:26 Manuel Rüger
2019-02-26  8:34 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:58 Manuel Rüger
2016-11-01 21:35 Manuel Rüger
2016-05-04 11:43 Manuel Rüger
2015-08-28 13:22 Manuel Rüger
2015-08-27 22:43 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=1478036107.7e4d5252bf176ac40c6f2820c42af2f7e1db068a.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