public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in net-print/mtink: ChangeLog mtink-1.0.16.ebuild
@ 2009-10-27 20:31 99% Thilo Bangert (bangert)
  0 siblings, 0 replies; 1+ results
From: Thilo Bangert (bangert) @ 2009-10-27 20:31 UTC (permalink / raw
  To: gentoo-commits

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
}






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2009-10-27 20:31 99% [gentoo-commits] gentoo-x86 commit in net-print/mtink: ChangeLog mtink-1.0.16.ebuild Thilo Bangert (bangert)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox