public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-print/mtink/
@ 2017-02-16 23:43 Andreas Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2017-02-16 23:43 UTC (permalink / raw
  To: gentoo-commits

commit:     9c3ad9c7d332cf5cf495ba28c6f1ea3bd43a0a1a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 23:43:27 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 23:43:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c3ad9c7

net-print/mtink: Make build without X / Motif possible again, bug 514646

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-print/mtink/mtink-1.0.16-r1.ebuild | 8 ++++++--
 net-print/mtink/mtink-1.0.16-r2.ebuild | 6 +++++-
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/net-print/mtink/mtink-1.0.16-r1.ebuild b/net-print/mtink/mtink-1.0.16-r1.ebuild
index 4aef896823..d4ae19a6c8 100644
--- a/net-print/mtink/mtink-1.0.16-r1.ebuild
+++ b/net-print/mtink/mtink-1.0.16-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -28,7 +28,11 @@ PATCHES=(
 )
 
 src_configure() {
-	./Configure || die
+	if use X ; then
+		./Configure || die
+	else
+		./Configure -x || die
+	fi
 }
 
 src_compile() {

diff --git a/net-print/mtink/mtink-1.0.16-r2.ebuild b/net-print/mtink/mtink-1.0.16-r2.ebuild
index 8261d64867..6e87ae6885 100644
--- a/net-print/mtink/mtink-1.0.16-r2.ebuild
+++ b/net-print/mtink/mtink-1.0.16-r2.ebuild
@@ -27,7 +27,11 @@ PATCHES=(
 )
 
 src_configure() {
-	./Configure || die
+	if use X ; then
+		./Configure || die
+	else
+		./Configure -x || die
+	fi
 }
 
 src_compile() {


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

* [gentoo-commits] repo/gentoo:master commit in: net-print/mtink/
@ 2017-10-29 19:03 Jonas Stein
  0 siblings, 0 replies; 5+ messages in thread
From: Jonas Stein @ 2017-10-29 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     b307703e30b6abf38cd12c1ad20b0342c97ef647
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 19:02:46 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 19:03:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b307703e

net-print/mtink: Removed proxied maintainer

Removed proxied maintainer due to inactivity.
Closes: https://bugs.gentoo.org/632948
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 net-print/mtink/metadata.xml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/net-print/mtink/metadata.xml b/net-print/mtink/metadata.xml
index ed5cd7b6526..c439b06d8c8 100644
--- a/net-print/mtink/metadata.xml
+++ b/net-print/mtink/metadata.xml
@@ -1,13 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="person"><email>SebastianLuther@gmx.de</email></maintainer>
 <maintainer type="project">
-<email>printing@gentoo.org</email>
-<name>Gentoo Printing Project</name>
-</maintainer>
-<maintainer type="project">
-<email>proxy-maint@gentoo.org</email>
-<name>Proxy Maintainers</name>
+	<email>printing@gentoo.org</email>
+	<name>Gentoo Printing Project</name>
 </maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: net-print/mtink/
@ 2018-04-18 23:52 Aaron Bauman
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2018-04-18 23:52 UTC (permalink / raw
  To: gentoo-commits

commit:     df93845d3595a99cbe38052d63ea760d3acd34f0
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 23:50:37 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 23:50:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df93845d

net-print/mtink: amd64 stable wrt bug #650236

Bug: https://bugs.gentoo.org/650236
Package-Manager: Portage-2.3.29, Repoman-2.3.9

 net-print/mtink/mtink-1.0.16-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-print/mtink/mtink-1.0.16-r2.ebuild b/net-print/mtink/mtink-1.0.16-r2.ebuild
index 7869cce7fcc..c828a268f89 100644
--- a/net-print/mtink/mtink-1.0.16-r2.ebuild
+++ b/net-print/mtink/mtink-1.0.16-r2.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
@@ -9,7 +9,7 @@ SRC_URI="http://xwtools.automatix.de/files/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE="cups doc X"
 
 DEPEND="X? ( x11-libs/libX11


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

* [gentoo-commits] repo/gentoo:master commit in: net-print/mtink/
@ 2018-05-21 17:05 Aaron Bauman
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2018-05-21 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     e8a42fffb7f6c8ef7c2283cb40af097b4582e888
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon May 21 08:08:44 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 21 17:03:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a42fff

net-print/mtink: remove old

Closes: https://github.com/gentoo/gentoo/pull/8511

 net-print/mtink/mtink-1.0.16-r1.ebuild | 80 ----------------------------------
 1 file changed, 80 deletions(-)

diff --git a/net-print/mtink/mtink-1.0.16-r1.ebuild b/net-print/mtink/mtink-1.0.16-r1.ebuild
deleted file mode 100644
index eabf2d90655..00000000000
--- a/net-print/mtink/mtink-1.0.16-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils base
-
-DESCRIPTION="mtink is a status monitor and inkjet cartridge changer for some Epson printers"
-HOMEPAGE="http://xwtools.automatix.de/"
-SRC_URI="http://xwtools.automatix.de/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE="cups doc X"
-
-DEPEND="X? ( x11-libs/libX11
-		x11-libs/libXpm
-		x11-libs/libXt
-		>=x11-libs/motif-2.3:0 )
-	cups? ( net-print/cups )
-	virtual/libusb:0"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	"${FILESDIR}/${P}-options.patch"
-	"${FILESDIR}/${P}-overflow.patch"
-)
-
-src_configure() {
-	if use X ; then
-		./Configure || die
-	else
-		./Configure -x || die
-	fi
-}
-
-src_compile() {
-	local mytargets
-	mytargets="ttink detect/askPrinter mtinkd"
-
-	if use X; then
-		mytargets="${mytargets} mtink mtinkc";
-	fi
-
-	emake ${mytargets}
-}
-
-src_install() {
-	dobin ttink detect/askPrinter
-
-	if use X; then
-		dobin mtinkc mtink
-	fi
-
-	dosbin mtinkd
-
-	newinitd "${FILESDIR}"/mtinkd.rc mtinkd
-	newconfd "${FILESDIR}"/mtinkd.confd mtinkd
-
-	if use cups; then
-		exeinto /usr/lib/cups/backend
-		doexe etc/mtink-cups
-	fi
-
-	dodoc README CHANGE.LOG
-	use doc && \
-		dohtml html/*.gif html/*.html
-}
-
-pkg_postinst() {
-	# see #70310
-	chmod 700 /var/mtink /var/run/mtink 2>/dev/null
-
-	elog
-	elog "mtink needs correct permissions to access printer device."
-	elog "To do this you either need to run the following chmod command:"
-	elog "chmod 666 /dev/<device>"
-	elog "or set the suid bit on mtink, mtinkc and ttink in /usr/bin"
-	elog
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-print/mtink/
@ 2024-03-12  5:16 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-03-12  5:16 UTC (permalink / raw
  To: gentoo-commits

commit:     28a87b8c6c255d81a19449b8ef9e4a32c0b1a4fd
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Tue Mar 12 03:39:28 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 05:15:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28a87b8c

net-print/mtink: update HOMEPAGE, SRC_URI

Original website is gone. Still available via archive.org though.

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-print/mtink/mtink-1.0.16-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-print/mtink/mtink-1.0.16-r2.ebuild b/net-print/mtink/mtink-1.0.16-r2.ebuild
index 8f231fa1e74e..32b8c51473ac 100644
--- a/net-print/mtink/mtink-1.0.16-r2.ebuild
+++ b/net-print/mtink/mtink-1.0.16-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,8 +6,8 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="mtink is a status monitor and inkjet cartridge changer for some Epson printers"
-HOMEPAGE="http://xwtools.automatix.de/"
-SRC_URI="http://xwtools.automatix.de/files/${P}.tar.gz"
+HOMEPAGE="https://web.archive.org/web/20160316185818/http://xwtools.automatix.de/"
+SRC_URI="https://web.archive.org/web/20160316185818/http://xwtools.automatix.de/files/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


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

end of thread, other threads:[~2024-03-12  5:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-16 23:43 [gentoo-commits] repo/gentoo:master commit in: net-print/mtink/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2017-10-29 19:03 Jonas Stein
2018-04-18 23:52 Aaron Bauman
2018-05-21 17:05 Aaron Bauman
2024-03-12  5:16 Sam James

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