public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-print/pnm2ppa/
@ 2018-01-07 14:45 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2018-01-07 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     985a1f895f870e89bc6c1528783217ce80df278f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 14:45:02 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 14:45:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=985a1f89

net-print/pnm2ppa: Migrate from LINGUAS to L10N.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild b/net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild
index 0e30bb15471..8756c6c1059 100644
--- a/net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild
+++ b/net-print/pnm2ppa/pnm2ppa-1.13-r1.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
@@ -17,7 +17,7 @@ IUSE="syslog"
 # en on first place so others can override it
 LANGS="en cs es fr it nl"
 for lng in ${LANGS}; do
-	IUSE+=" linguas_${lng}"
+	IUSE+=" l10n_${lng}"
 done
 
 RDEPEND="
@@ -33,7 +33,7 @@ src_configure() {
 	local lng i withval
 
 	for lng in ${LANGS}; do
-		if use linguas_${lng}; then
+		if use l10n_${lng}; then
 			if [[ -n ${i} ]] ; then
 				ewarn "This package supports only one translation at a time."
 				ewarn "Overriding previous value: \"${withval}\" with \"${lng}\""


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-print/pnm2ppa/
@ 2018-08-26 17:40 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2018-08-26 17:40 UTC (permalink / raw
  To: gentoo-commits

commit:     ed65428d0f7f5f3fdf6a7cbc02941c4cabbed1b9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 17:35:02 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 17:35:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed65428d

net-print/pnm2ppa: Remove support for non-existent deps

 net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild b/net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild
index 8756c6c1059..55c86714e94 100644
--- a/net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild
+++ b/net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild
@@ -23,7 +23,7 @@ done
 RDEPEND="
 	app-text/ghostscript-gpl
 	net-print/cups
-	|| ( >=net-print/cups-filters-1.0.43-r1[foomatic] net-print/foomatic-filters )
+	>=net-print/cups-filters-1.0.43-r1[foomatic]
 	sys-libs/glibc
 	syslog? ( virtual/logger )
 "


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-print/pnm2ppa/
@ 2020-10-24 17:19 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2020-10-24 17:19 UTC (permalink / raw
  To: gentoo-commits

commit:     04293109f3b154e87614071f6f3860325c837f63
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 17:18:36 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 17:18:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04293109

net-print/pnm2ppa: Port to EAPI 7

Closes: https://bugs.gentoo.org/742167
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild b/net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild
index 55c86714e94..bab71f44628 100644
--- a/net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild
+++ b/net-print/pnm2ppa/pnm2ppa-1.13-r1.ebuild
@@ -1,17 +1,15 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
-
-inherit base
+EAPI=7
 
 DESCRIPTION="Print driver for Hp Deskjet 710, 712, 720, 722, 820, 1000 series"
 HOMEPAGE="http://pnm2ppa.sourceforge.net"
 SRC_URI="mirror://sourceforge/pnm2ppa/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
 LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
 IUSE="syslog"
 
 # en on first place so others can override it
@@ -25,8 +23,7 @@ RDEPEND="
 	net-print/cups
 	>=net-print/cups-filters-1.0.43-r1[foomatic]
 	sys-libs/glibc
-	syslog? ( virtual/logger )
-"
+	syslog? ( virtual/logger )"
 DEPEND="${RDEPEND}"
 
 src_configure() {
@@ -65,13 +62,17 @@ src_install() {
 
 	exeinto /etc/pdq/drivers/ghostscript
 	doexe pdq/gs-pnm2ppa
+
 	exeinto /etc/pdq/interfaces
 	doexe pdq/dummy
 
 	# install docs
-	cd docs/en
+	cd docs/en || die
 	dodoc CALIBRATION*txt COLOR*txt PPA*txt RELEASE* CREDITS README sgml/*.sgml
 
-	cd "${S}"
-	dohtml -r .
+	cd "${S}" || die
+	docinto html/docs/en
+	dodoc docs/en/*.html
+	docinto html/ppa_protocol
+	dodoc ppa_protocol/*.html
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-24 17:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-07 14:45 [gentoo-commits] repo/gentoo:master commit in: net-print/pnm2ppa/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2018-08-26 17:40 Michał Górny
2020-10-24 17:19 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox