summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-11-08 11:02:23 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-11-08 11:02:23 +0000
commit2d7a791914ac9987c179dfe9df0bdf7a8f6fcb04 (patch)
treecbf4309ed3c95dcc53a5115d275c29cfc22674b0 /net-print
parentremove old versions (diff)
downloadhistorical-2d7a791914ac9987c179dfe9df0bdf7a8f6fcb04.tar.gz
historical-2d7a791914ac9987c179dfe9df0bdf7a8f6fcb04.tar.bz2
historical-2d7a791914ac9987c179dfe9df0bdf7a8f6fcb04.zip
version bump because of security issues: bug #70310; mark stable on x86
Diffstat (limited to 'net-print')
-rw-r--r--net-print/mtink/ChangeLog7
-rw-r--r--net-print/mtink/Manifest18
-rw-r--r--net-print/mtink/files/digest-mtink-1.0.51
-rw-r--r--net-print/mtink/mtink-1.0.5.ebuild51
4 files changed, 63 insertions, 14 deletions
diff --git a/net-print/mtink/ChangeLog b/net-print/mtink/ChangeLog
index d1167f2e11e3..e414687704fb 100644
--- a/net-print/mtink/ChangeLog
+++ b/net-print/mtink/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-print/mtink
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/ChangeLog,v 1.10 2004/07/07 21:51:04 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/ChangeLog,v 1.11 2004/11/08 11:02:23 lanius Exp $
+
+*mtink-1.0.5 (08 Nov 2004)
+
+ 08 Nov 2004; Heinrich Wendel <lanius@gentoo.org> +mtink-1.0.5.ebuild:
+ version bump because of security issues: bug #70310; mark stable on x86
07 Jul 2004; Danny van Dyk <kugelfang@gentoo.org> mtink-1.0.1.ebuild:
Marked ~amd64.
diff --git a/net-print/mtink/Manifest b/net-print/mtink/Manifest
index 1ee5980cbb20..ecdb7061bf15 100644
--- a/net-print/mtink/Manifest
+++ b/net-print/mtink/Manifest
@@ -1,16 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 e909b13784555c94774d26bbc3fe7a9e ChangeLog 1235
-MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
MD5 a9350c5b9b02ef26225936eff7abd396 mtink-1.0.1.ebuild 1256
-MD5 8d8ea32e5671c4e59c1f7c6933b454cd files/digest-mtink-1.0.1 63
+MD5 35702d6dd11b2b990ed368fcb02e5e8b ChangeLog 1407
+MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
+MD5 64cc5c90dbb9328a438eaeaa5605e855 mtink-1.0.5.ebuild 1254
MD5 3d7d657325f8c614eab923174f39d213 files/mtinkd.confd 494
MD5 3d70b9a7f2797c53b2514593ca34d634 files/mtinkd.rc 439
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.9.10 (GNU/Linux)
-
-iD8DBQFBYHSxI1lqEGTUzyQRAqc+AKCKxhauz3AjDT9tm/reyUjVhJXjSwCgwP7O
-63c1UQ7Wd0K52ozMOuR1Xfk=
-=yZrf
------END PGP SIGNATURE-----
+MD5 8d8ea32e5671c4e59c1f7c6933b454cd files/digest-mtink-1.0.1 63
+MD5 6bf7b30c283a992ce56095736e46c764 files/digest-mtink-1.0.5 63
diff --git a/net-print/mtink/files/digest-mtink-1.0.5 b/net-print/mtink/files/digest-mtink-1.0.5
new file mode 100644
index 000000000000..4ccc3ecb30dc
--- /dev/null
+++ b/net-print/mtink/files/digest-mtink-1.0.5
@@ -0,0 +1 @@
+MD5 0f6915d10fe976d99d65bddd361a9525 mtink-1.0.5.tar.gz 880950
diff --git a/net-print/mtink/mtink-1.0.5.ebuild b/net-print/mtink/mtink-1.0.5.ebuild
new file mode 100644
index 000000000000..cdcde639436d
--- /dev/null
+++ b/net-print/mtink/mtink-1.0.5.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/mtink-1.0.5.ebuild,v 1.1 2004/11/08 11:02:23 lanius Exp $
+
+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="x86 ~amd64"
+IUSE="doc cups"
+
+DEPEND="x11-libs/openmotif
+ virtual/x11
+ cups? ( net-print/cups )"
+
+src_compile() {
+ make || die "Compile problem"
+}
+
+src_install() {
+ exeinto /usr/bin
+ doexe mtinkc mtink ttink detect/askPrinter
+
+ exeinto /usr/sbin
+ doexe mtinkd
+
+ exeinto /etc/init.d
+ newexe ${FILESDIR}/mtinkd.rc mtinkd
+
+ insinto /etc/conf.d
+ newins ${FILESDIR}/mtinkd.confd mtinkd
+
+ use cups && \
+ exeinto /usr/lib/cups/backend; \
+ doexe etc/mtink-cups
+
+ dodoc README CHANGE.LOG LICENCE
+ use doc && {
+ dohtml html/*.gif html/*.html
+ }
+}
+
+pkg_postinst() {
+ einfo
+ einfo "mtink needs correct permissions to access printer device."
+ einfo "To do this you either need to run the following chmod command:"
+ einfo "chmod 666 /dev/<device>"
+ einfo "or set the suid bit on mtink, mtinkc and ttink in /usr/bin"
+ einfo
+}