diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-04-12 00:50:28 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-04-12 00:50:28 +0000 |
commit | 8a0f310a5f52dd48ba6a0e321cb12aa5c02829a3 (patch) | |
tree | 6873fa9ea3c1d94f3dd52fe7db4a26164dc84f06 /net-print/mtink | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-8a0f310a5f52dd48ba6a0e321cb12aa5c02829a3.tar.gz gentoo-2-8a0f310a5f52dd48ba6a0e321cb12aa5c02829a3.tar.bz2 gentoo-2-8a0f310a5f52dd48ba6a0e321cb12aa5c02829a3.zip |
fix xfree dep, remove 1.0.0
Diffstat (limited to 'net-print/mtink')
-rw-r--r-- | net-print/mtink/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/mtink/files/digest-mtink-1.0.0 | 1 | ||||
-rw-r--r-- | net-print/mtink/mtink-1.0.0.ebuild | 51 | ||||
-rw-r--r-- | net-print/mtink/mtink-1.0.1.ebuild | 2 |
4 files changed, 6 insertions, 54 deletions
diff --git a/net-print/mtink/ChangeLog b/net-print/mtink/ChangeLog index 6e11e48e9aa4..28561a0f8623 100644 --- a/net-print/mtink/ChangeLog +++ b/net-print/mtink/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/mtink # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/ChangeLog,v 1.7 2004/03/02 13:48:54 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/ChangeLog,v 1.8 2004/04/12 00:50:27 lanius Exp $ + + 12 Apr 2004; Heinrich Wendel <lanius@gentoo.org> mtink-1.0.0.ebuild, + mtink-1.0.1.ebuild: + fix xfree dep, remove 1.0.0 *mtink-1.0.1 (02 Mar 2004) diff --git a/net-print/mtink/files/digest-mtink-1.0.0 b/net-print/mtink/files/digest-mtink-1.0.0 deleted file mode 100644 index 929bfddbbf8b..000000000000 --- a/net-print/mtink/files/digest-mtink-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 0818215fb56e9726f4125fbdd92e29e9 mtink-1.0.0.tar.gz 863536 diff --git a/net-print/mtink/mtink-1.0.0.ebuild b/net-print/mtink/mtink-1.0.0.ebuild deleted file mode 100644 index ae2a6709c3c5..000000000000 --- a/net-print/mtink/mtink-1.0.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/mtink-1.0.0.ebuild,v 1.2 2004/01/27 20:24:50 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" -IUSE="doc cups" - -DEPEND="x11-libs/openmotif - x11-base/xfree - 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 -} diff --git a/net-print/mtink/mtink-1.0.1.ebuild b/net-print/mtink/mtink-1.0.1.ebuild index ab60637d68c5..d01ba5e9dd3c 100644 --- a/net-print/mtink/mtink-1.0.1.ebuild +++ b/net-print/mtink/mtink-1.0.1.ebuild @@ -10,7 +10,7 @@ KEYWORDS="x86" IUSE="doc cups" DEPEND="x11-libs/openmotif - x11-base/xfree + virtual/x11 cups? ( net-print/cups )" src_compile() { |