public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/usb_modeswitch: ChangeLog usb_modeswitch-1.1.0.ebuild
@ 2010-02-21 18:28 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2010-02-21 18:28 UTC (permalink / raw
  To: gentoo-commits

robbat2     10/02/21 18:28:49

  Modified:             ChangeLog
  Added:                usb_modeswitch-1.1.0.ebuild
  Log:
  Version bump per bug #306133
  (Portage version: 2.2_rc63/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sys-apps/usb_modeswitch/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usb_modeswitch/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usb_modeswitch/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usb_modeswitch/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/usb_modeswitch/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -p -w -b -B -u -u -r1.4 -r1.5
--- ChangeLog	11 Nov 2009 07:47:17 -0000	1.4
+++ ChangeLog	21 Feb 2010 18:28:48 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/usb_modeswitch
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/usb_modeswitch/ChangeLog,v 1.4 2009/11/11 07:47:17 robbat2 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/usb_modeswitch/ChangeLog,v 1.5 2010/02/21 18:28:48 robbat2 Exp $
+
+*usb_modeswitch-1.1.0 (21 Feb 2010)
+
+  21 Feb 2010; Robin H. Johnson <robbat2@gentoo.org>
+  +usb_modeswitch-1.1.0.ebuild:
+  Version bump per bug #306133
 
   11 Nov 2009; Robin H. Johnson <robbat2@gentoo.org>
   usb_modeswitch-0.9.4.ebuild, usb_modeswitch-1.0.2.ebuild:



1.1                  sys-apps/usb_modeswitch/usb_modeswitch-1.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usb_modeswitch/usb_modeswitch-1.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/usb_modeswitch/usb_modeswitch-1.1.0.ebuild?rev=1.1&content-type=text/plain

Index: usb_modeswitch-1.1.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/usb_modeswitch/usb_modeswitch-1.1.0.ebuild,v 1.1 2010/02/21 18:28:48 robbat2 Exp $

inherit multilib

MY_PN="${PN/_/-}"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="USB_ModeSwitch is a tool for controlling 'flip flop' (multiple devices) USB gear like UMTS sticks."
HOMEPAGE="http://www.draisberghof.de/usb_modeswitch/"
SRC_URI="http://www.draisberghof.de/usb_modeswitch/${MY_P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="=virtual/libusb-0*"
RDEPEND="${DEPEND}
		 dev-lang/tcl"
# TCL rdep is not an error. The runner script is written in it.

S="${WORKDIR}/${MY_P}"

src_install() {
	UDEVDIR="/$(get_libdir)/udev/"
	dodir "${UDEVDIR}" /usr/share/man/man1 "${UDEVDIR}"/rules.d /etc/udev/rules.d/
	emake files-install DESTDIR="${D}" UDEVDIR="${D}/${UDEVDIR}"
	insinto /etc/udev/rules.d/
	newins "${FILESDIR}"/91-usb_modeswitch.rules.udev-ge-106 \
		91-usb_modeswitch.rules
}

pkg_postinst() {
	einfo 'For automated mode switching via udev, use "lsusb"'
	einfo 'to find the correct values for your device and modify'
	einfo 'them in /etc/udev/rules.d/91-usb_modeswitch.rules'
	einfo
	einfo 'You should also read the documentation on'
	einfo "${HOMEPAGE}"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-21 18:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-21 18:28 [gentoo-commits] gentoo-x86 commit in sys-apps/usb_modeswitch: ChangeLog usb_modeswitch-1.1.0.ebuild Robin H. Johnson (robbat2)

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