public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Pagano" <mpagano@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/epson-inkjet-printer-escpr/
Date: Sat, 16 Mar 2024 23:05:46 +0000 (UTC)	[thread overview]
Message-ID: <1710630332.df357a514f58db4431bde73bf04190a897a7fd75.mpagano@gentoo> (raw)

commit:     df357a514f58db4431bde73bf04190a897a7fd75
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 23:05:32 2024 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 23:05:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df357a51

net-print/epson-inkjet-printer-escpr: add 1.8.5

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 net-print/epson-inkjet-printer-escpr/Manifest      |  1 +
 .../epson-inkjet-printer-escpr-1.8.5.ebuild        | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/net-print/epson-inkjet-printer-escpr/Manifest b/net-print/epson-inkjet-printer-escpr/Manifest
index 263649d30d5c..f38129586062 100644
--- a/net-print/epson-inkjet-printer-escpr/Manifest
+++ b/net-print/epson-inkjet-printer-escpr/Manifest
@@ -1,3 +1,4 @@
 DIST epson-inkjet-printer-escpr-1.8.3-1.src.rpm 5127233 BLAKE2B f00ec01459411100c0502afbda4d9b3449af80ac4517e4288c3861558eef6ec946f4a6c04ea4e22818a455befa652d7135a5d2bce5e3941284f16862ebc4546f SHA512 d4cbf8342e5c664c7473c43f00739bc5ea5f6ccdb818893338bab103cee77630aaf33c1714313e4ae79687a152f8389d9a68faff685d63a35888c28d9abce9dc
 DIST epson-inkjet-printer-escpr-1.8.4-1.tar.gz 5595766 BLAKE2B 9baba92331d0f55a6831d23a7b9b2824b5f33392d41f6ef0e2c45a4df7b54503d16b14dccc5dcc0d9b163f2677ba473b502e605f2f9509a1fc8c6c3095bbe858 SHA512 548b0cc27ab91c19b1d4fad79e3c3cacfb821b7c3156d8f1f3aafd31b94405794a86ff8b6abf5e56fb6692a471d96b5665a006cdc748d8de83c2ebadb0f634bc
+DIST epson-inkjet-printer-escpr-1.8.5-1.tar.gz 5666905 BLAKE2B 549c948709993779b5615b501038fdceb6c3d6f173709b8cf99459346fff89923bdbe1babe34ee98eed4e1ebbd7a4b5962ddbc9cec9711aa15ff2056fec3d436 SHA512 4117b1efe903e4f506bbc67c45079f1d467ff6527691308734e55d32feeda3ec44b2dd85361e0243114f924eef04a91b0a5e86b5008f0a32ef323989b3d2896f
 DIST epson-inkjet-printer-escpr2-1.2.9-1.tar.gz 5367737 BLAKE2B 6868569a6bed622e2f50619a36ffb0a0f7e834fd8a794ae3bc906d971db26b0c86386c9545190ec384027d0b8e8f62ddda6cb24f1e3f60b9c535a1eeddff4332 SHA512 70ff744d42fac4c79d2994648763b0b3970ee5463a7a310a0721a63735d536cb9a0499c894289d946b30e6f564f9bf60aa61801580ab6635af211d50867921a1

diff --git a/net-print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.8.5.ebuild b/net-print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.8.5.ebuild
new file mode 100644
index 000000000000..051693641546
--- /dev/null
+++ b/net-print/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr-1.8.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Epson Inkjet Printer Driver (ESC/P-R)"
+HOMEPAGE="https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
+
+# https://support.epson.net/linux/Printer/LSB_distribution_pages/en/escpr.php
+# Use the "source package for arm CPU" to get a tarball instead of an srpm.
+SRC_URI="https://download3.ebz.epson.net/dsc/f/03/00/15/68/89/fbff579f15226ffcc4a16895bd6bce6842277802/${P}-1.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+DEPEND="net-print/cups"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${FILESDIR}/1.6.5-warnings.patch"
+	"${FILESDIR}/${PN}-1.7.7-fnocommon.patch"
+	"${FILESDIR}/${P}-1-missing-include.patch"
+)
+
+src_configure() {
+	econf --disable-shared
+
+	# Makefile calls ls to generate a file list which is included in Makefile.am
+	# Set the collation to C to avoid automake being called automatically
+	unset LC_ALL
+	export LC_COLLATE=C
+}
+
+src_install() {
+	emake -C ppd DESTDIR="${D}" install
+	emake -C src DESTDIR="${D}" install
+	einstalldocs
+}


             reply	other threads:[~2024-03-16 23:05 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-16 23:05 Mike Pagano [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-25  8:07 [gentoo-commits] repo/gentoo:master commit in: net-print/epson-inkjet-printer-escpr/ Sven Wegener
2024-07-19 22:39 Mike Pagano
2024-07-19 22:39 Mike Pagano
2024-05-16 12:46 Mike Pagano
2024-05-10 19:43 Mike Pagano
2024-05-10 17:04 Mike Pagano
2024-04-24 20:00 Mike Pagano
2024-03-13 19:26 Mike Pagano
2024-02-08 15:27 Mike Pagano
2024-02-08 15:27 Mike Pagano
2024-02-07 21:42 Mike Pagano
2024-02-07 17:59 Mike Pagano
2024-02-07 17:57 Mike Pagano
2024-02-07 17:57 Mike Pagano
2024-01-28 14:19 Mike Pagano
2024-01-28 14:19 Mike Pagano
2024-01-28 14:19 Mike Pagano
2024-01-28 14:19 Mike Pagano
2023-12-26 17:55 Mike Pagano
2023-12-22 12:27 Mike Pagano
2023-11-12 18:56 Mike Pagano
2023-11-08 17:33 Mike Pagano
2023-10-20 13:10 Mike Pagano
2023-09-01 14:30 Mike Pagano
2023-09-01 14:30 Mike Pagano
2023-07-11 13:10 Mike Pagano
2023-05-27 19:30 Mike Pagano
2023-05-27 19:30 Mike Pagano
2023-05-27 11:04 Arthur Zamarin
2023-05-19 13:49 Mike Pagano
2023-04-21 16:50 Mike Pagano
2023-03-05 17:26 Mike Pagano
2023-03-03 23:24 Mike Pagano
2023-03-03 23:23 Mike Pagano
2023-02-18 22:12 Mike Pagano
2023-02-18 22:11 Mike Pagano
2023-02-07 13:07 Mike Pagano
2023-01-30 12:38 Mike Pagano
2023-01-29 19:48 Arthur Zamarin
2023-01-29 18:52 Mike Pagano
2022-11-21 17:35 Mike Pagano
2022-11-21 13:14 Andreas Sturmlechner
2022-11-21 10:35 Andreas Sturmlechner
2021-01-25 16:48 Andreas Sturmlechner
2021-01-14 23:59 Sam James
2020-12-17 23:05 Andreas Sturmlechner
2020-03-09 20:22 Andreas Sturmlechner
2020-03-09 12:39 Agostino Sarubbo
2020-01-29 18:39 Andreas Sturmlechner
2020-01-29 18:39 Andreas Sturmlechner
2019-12-22 13:51 Andreas K. Hüttel
2019-08-30  9:10 Louis Sautier
2019-08-29 15:14 Louis Sautier
2019-07-21  8:31 Sergei Trofimovich
2019-01-06 17:04 Andreas Sturmlechner
2019-01-06 17:04 Andreas Sturmlechner
2018-11-28 15:34 Andreas Sturmlechner
2018-08-14 19:52 Mike Gilbert
2017-11-28 18:43 Mike Gilbert
2017-09-24 22:26 Mike Gilbert
2016-12-12 20:35 Mike Gilbert
2016-09-03 20:10 Mike Gilbert
2016-03-13  2:46 Mike Gilbert
2016-03-13  2:30 Mike Gilbert

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=1710630332.df357a514f58db4431bde73bf04190a897a7fd75.mpagano@gentoo \
    --to=mpagano@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