public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thilo Bangert (bangert)" <bangert@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-print/mtink: ChangeLog mtink-1.0.16.ebuild
Date: Tue, 27 Oct 2009 20:31:27 +0000	[thread overview]
Message-ID: <E1N2shT-0002XV-OB@stork.gentoo.org> (raw)

bangert     09/10/27 20:31:27

  Modified:             ChangeLog
  Added:                mtink-1.0.16.ebuild
  Log:
  version bump (bug #204163)
  (Portage version: 2.2_rc46/cvs/Linux i686)

Revision  Changes    Path
1.31                 net-print/mtink/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/mtink/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/mtink/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/mtink/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-print/mtink/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	27 Jun 2008 10:15:52 -0000	1.30
+++ ChangeLog	27 Oct 2009 20:31:27 -0000	1.31
@@ -1,6 +1,11 @@
 # ChangeLog for net-print/mtink
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/ChangeLog,v 1.30 2008/06/27 10:15:52 ulm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/ChangeLog,v 1.31 2009/10/27 20:31:27 bangert Exp $
+
+*mtink-1.0.16 (27 Oct 2009)
+
+  27 Oct 2009; Thilo Bangert <bangert@gentoo.org> +mtink-1.0.16.ebuild:
+  version bump (bug #204163)
 
   27 Jun 2008; Ulrich Mueller <ulm@gentoo.org> mtink-1.0.11.ebuild:
   Change dependency from virtual/motif to x11-libs/openmotif, bug 224749.



1.1                  net-print/mtink/mtink-1.0.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/mtink/mtink-1.0.16.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/mtink/mtink-1.0.16.ebuild?rev=1.1&content-type=text/plain

Index: mtink-1.0.16.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/mtink-1.0.16.ebuild,v 1.1 2009/10/27 20:31:27 bangert Exp $

EAPI="2"
inherit eutils

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/openmotif )
	cups? ( net-print/cups )
	dev-libs/libusb"

src_prepare() {
	#prevent stripping
	sed -i -e 's:DBG =.*:DBG =:' Makefile.ORG
}

src_configure() {
	./Configure || die
}

src_compile() {
	local mytargets
	mytargets="ttink detect/askPrinter mtinkd"

	if use X; then
		mytargets="${mytargets} mtink mtinkc";
	fi

	make ${mytargets} || die "Compile problem"
}

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
}






             reply	other threads:[~2009-10-27 20:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-27 20:31 Thilo Bangert (bangert) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-06-05 19:38 [gentoo-commits] gentoo-x86 commit in net-print/mtink: ChangeLog mtink-1.0.16.ebuild Andreas HAttel (dilfridge)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1N2shT-0002XV-OB@stork.gentoo.org \
    --to=bangert@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox