public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/usbirboy: ChangeLog usbirboy-0.3.1-r1.ebuild
@ 2009-10-23  8:13 Matthias Schwarzott (zzam)
  0 siblings, 0 replies; only message in thread
From: Matthias Schwarzott (zzam) @ 2009-10-23  8:13 UTC (permalink / raw
  To: gentoo-commits

zzam        09/10/23 08:13:50

  Modified:             ChangeLog
  Added:                usbirboy-0.3.1-r1.ebuild
  Log:
  Fix udev rule syntax.
  (Portage version: 2.2_rc46/cvs/Linux i686)

Revision  Changes    Path
1.19                 app-misc/usbirboy/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/usbirboy/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/usbirboy/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/usbirboy/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/usbirboy/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	16 May 2008 20:49:40 -0000	1.18
+++ ChangeLog	23 Oct 2009 08:13:49 -0000	1.19
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/usbirboy
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/usbirboy/ChangeLog,v 1.18 2008/05/16 20:49:40 zzam Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/usbirboy/ChangeLog,v 1.19 2009/10/23 08:13:49 zzam Exp $
+
+*usbirboy-0.3.1-r1 (23 Oct 2009)
+
+  23 Oct 2009; Matthias Schwarzott <zzam@gentoo.org>
+  +usbirboy-0.3.1-r1.ebuild:
+  Fix udev rule syntax.
 
 *usbirboy-0.3.1 (16 May 2008)
 



1.1                  app-misc/usbirboy/usbirboy-0.3.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/usbirboy/usbirboy-0.3.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/usbirboy/usbirboy-0.3.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: usbirboy-0.3.1-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/usbirboy/usbirboy-0.3.1-r1.ebuild,v 1.1 2009/10/23 08:13:49 zzam Exp $

inherit linux-mod eutils

DESCRIPTION="Use home made infrared receiver connected via USB"
HOMEPAGE="http://usbirboy.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

S="${WORKDIR}/${P}/usbirboykmod"

pkg_setup() {
	linux-mod_pkg_setup

	if ! kernel_is 2 6; then
		die "This package works only with 2.6 kernel!"
	fi

	if ! linux_chkconfig_present USB; then
		die "You need a kernel with enabled USB support!"
	fi

	MODULE_NAMES="usbirboy(misc:${S})"
	BUILD_PARAMS="INCLUDE=${KV_DIR}"
	BUILD_TARGETS="clean all"
}

src_install() {
	linux-mod_src_install

	dodoc README
	newdoc ../usbirboymcu/README README.mcu

	insinto /usr/share/${PN}
	doins ../mcubin/usbirboy.s19

	# Add configuration for udev
	dodir /etc/udev/rules.d
	echo 'KERNEL=="usbirboy", SYMLINK+="lirc"' \
		> "${D}etc/udev/rules.d/30-${PN}.rules"
}

pkg_postinst() {
	linux-mod_pkg_postinst
	elog
	elog "Firmware file has been installed to /usr/share/${PN}"
	elog
}






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

only message in thread, other threads:[~2009-10-23  8:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-23  8:13 [gentoo-commits] gentoo-x86 commit in app-misc/usbirboy: ChangeLog usbirboy-0.3.1-r1.ebuild Matthias Schwarzott (zzam)

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