summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2005-10-22 22:01:29 +0000
committerLuis Medinas <metalgod@gentoo.org>2005-10-22 22:01:29 +0000
commit56c6512f2587a3146fbac7ed0eec91da28d4597c (patch)
tree16ae94e7761d2965416af599a6bf9138e500d53e /net-print
parentVersion Bump (diff)
downloadgentoo-2-56c6512f2587a3146fbac7ed0eec91da28d4597c.tar.gz
gentoo-2-56c6512f2587a3146fbac7ed0eec91da28d4597c.tar.bz2
gentoo-2-56c6512f2587a3146fbac7ed0eec91da28d4597c.zip
Fix typo thanks to ph <phajdan.jr@gmail.com> closes bug #110061. Removing older version.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'net-print')
-rw-r--r--net-print/mtink/ChangeLog7
-rw-r--r--net-print/mtink/files/digest-mtink-1.0.81
-rw-r--r--net-print/mtink/mtink-1.0.5.ebuild4
-rw-r--r--net-print/mtink/mtink-1.0.8.ebuild54
-rw-r--r--net-print/mtink/mtink-1.0.9.ebuild6
5 files changed, 11 insertions, 61 deletions
diff --git a/net-print/mtink/ChangeLog b/net-print/mtink/ChangeLog
index ed719709af49..3802a77e18b6 100644
--- a/net-print/mtink/ChangeLog
+++ b/net-print/mtink/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-print/mtink
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/ChangeLog,v 1.16 2005/08/09 17:58:11 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/ChangeLog,v 1.17 2005/10/22 22:01:29 metalgod Exp $
+
+ 22 Oct 2005; Luis Medinas <metalgod@gentoo.org> mtink-1.0.5.ebuild,
+ -mtink-1.0.8.ebuild, mtink-1.0.9.ebuild:
+ Fix typo thanks to ph <phajdan.jr@gmail.com> closes bug #110061. Removing
+ older version.
09 Aug 2005; David Holm <dholm@gentoo.org> mtink-1.0.9.ebuild:
Added to ~ppc.
diff --git a/net-print/mtink/files/digest-mtink-1.0.8 b/net-print/mtink/files/digest-mtink-1.0.8
deleted file mode 100644
index ab22ca7f4e11..000000000000
--- a/net-print/mtink/files/digest-mtink-1.0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 924b11db2c65ebb88394f8911dfa4212 mtink-1.0.8.tar.gz 899082
diff --git a/net-print/mtink/mtink-1.0.5.ebuild b/net-print/mtink/mtink-1.0.5.ebuild
index 834316b615ee..e6a25e2503e6 100644
--- a/net-print/mtink/mtink-1.0.5.ebuild
+++ b/net-print/mtink/mtink-1.0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 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.3 2004/11/09 23:40:01 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/mtink-1.0.5.ebuild,v 1.4 2005/10/22 22:01:29 metalgod Exp $
DESCRIPTION="mtink is a status monitor and inkjet cartridge changer for some Epson printers"
HOMEPAGE="http://xwtools.automatix.de/"
diff --git a/net-print/mtink/mtink-1.0.8.ebuild b/net-print/mtink/mtink-1.0.8.ebuild
deleted file mode 100644
index aff2f2e00076..000000000000
--- a/net-print/mtink/mtink-1.0.8.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/mtink-1.0.8.ebuild,v 1.1 2005/05/04 05:45:18 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() {
- # see #70310
- chmod 700 /var/mtink /var/run/mtink 2>/dev/null
-
- 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
-}
diff --git a/net-print/mtink/mtink-1.0.9.ebuild b/net-print/mtink/mtink-1.0.9.ebuild
index c7df4c2a17ec..7633fbf93bd9 100644
--- a/net-print/mtink/mtink-1.0.9.ebuild
+++ b/net-print/mtink/mtink-1.0.9.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/mtink-1.0.9.ebuild,v 1.2 2005/08/09 17:58:11 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/mtink-1.0.9.ebuild,v 1.3 2005/10/22 22:01:29 metalgod Exp $
+
+inherit eutils
DESCRIPTION="mtink is a status monitor and inkjet cartridge changer for some Epson printers"
HOMEPAGE="http://xwtools.automatix.de/"
@@ -13,8 +15,6 @@ IUSE="cups doc X"
DEPEND="X? ( x11-libs/openmotif virtual/x11 )
cups? ( net-print/cups )"
-inherit eutils
-
src_compile() {
local mytargets
mytargets="ttink detect/askPrinter mtinkd"