summaryrefslogtreecommitdiff
path: root/net-print
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-22 14:00:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-22 14:00:47 +0100
commit91c0ec2d7067f6ab1ef578bd9967b32ca07eb502 (patch)
treef4c7f54d0aeb344c21de9b9d1a3f1e9826d7a64c /net-print
parent2bacbb3374587799c77a999f56352233a353b19e (diff)
gentoo resync : 22.05.2018
Diffstat (limited to 'net-print')
-rw-r--r--net-print/Manifest.gzbin6926 -> 6922 bytes
-rw-r--r--net-print/mtink/Manifest1
-rw-r--r--net-print/mtink/mtink-1.0.16-r1.ebuild80
3 files changed, 0 insertions, 81 deletions
diff --git a/net-print/Manifest.gz b/net-print/Manifest.gz
index 70d3e0e38d25..3f30a7537877 100644
--- a/net-print/Manifest.gz
+++ b/net-print/Manifest.gz
Binary files differ
diff --git a/net-print/mtink/Manifest b/net-print/mtink/Manifest
index 7dfe7bd21f2b..e730a6c3f0e5 100644
--- a/net-print/mtink/Manifest
+++ b/net-print/mtink/Manifest
@@ -4,6 +4,5 @@ AUX mtink-1.0.16-overflow.patch 421 BLAKE2B 6588f9d2025e866a3fda2eb518e19c4cabf5
AUX mtinkd.confd 383 BLAKE2B f407d4f3302d027f8bc2208554100ef427e9fa0735d488b75447b87a3fd0588978ff25425b384da33edfd38c02e0e66cb3e8433a9a7ef97d0e03042616bec8e5 SHA512 83bdc7aa3947c0f4f2161288fe634d355205a9e097cac6e82c2bc7f55afd6ae8bbee15c1871089ddf1c718b587a0f6929ad4be0590c601b7e3428c0ef79ed331
AUX mtinkd.rc 332 BLAKE2B ba7902b7d2e2aa00530ba1466d78eb9f91311ea164c242e2980cf5139624e9fbd607d26e824925acfa4fa7c8a6f29c76435c05b5ad143268119aa5d1677f4e7d SHA512 764cf45bf56f2fa50b3b927422e2374e1142ac1b29022b0f44cd462618587fa568200b08f56d802d3754698928a6f65a39d05d3cfde51c32b57db3b85fbca034
DIST mtink-1.0.16.tar.gz 916315 BLAKE2B 27ea1a44b1271530ea9537ee651c5e8006a68239fbc350292bb26bbab36c619263804122e2ac20d8c473ed3515e8d2d03bccd74fa98da70dfcf215433b74d326 SHA512 e760b09643e55d4dfa6367cad2da3695db1af3e9b2f0ff1ad4a72eedfb0393b797af507b0e02d7f17300824959f4224ec8cbd745cfa1c45c55f7ab0fab34dec4
-EBUILD mtink-1.0.16-r1.ebuild 1574 BLAKE2B 342113229124953007134858839ea4c3d924ae1f66f6892127787e531d3a9978b5e3dedce861f5111d25e629cc4b4034373a448c11d698f61cf145d35fc10801 SHA512 27c234f35f53f76de5e2df8a853626759e391f7171bb170df51368cfc57f7f52cc760c035d2ed72376abff3183e33f880f5870fe1940e5ccdef287abf0c8a3c7
EBUILD mtink-1.0.16-r2.ebuild 1575 BLAKE2B 941f79d2a9526a24a6ccf49d543b8cf823c4b211cfc16f7247b04cfda0921bb9f21b05b0559f607e84afd550f763fa4a8d3f91f5dd6dacdc21aab0c2c5fc5a15 SHA512 6c7e76860c5e8a156e96683dc375297e5e24bf7ecd805f8f14357440c5f1f93c517a369e0f2b258f26d876c6bf1c61f5dca185500892deaf80a2c83ab943e498
MISC metadata.xml 255 BLAKE2B 06f078acf8e4416705c8bad8b4802a44592eb962c08c050e11332bfa97564fafdf08754ab056eb813f6baeaa6cdfaf5d71672455d77e74045f86098c221d5136 SHA512 c6c5f966cfbe396fde1b15334442de9e0004b44c4b48775588b0b25a058ad1751252761370c9c254280e97561fa6306f5aa0cc7959c675d4ee11f7f95d777a36
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 eabf2d90655e..000000000000
--- 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
-}