From: "Santiago M. Mola (coldwind)" <coldwind@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/qc-usb-messenger: ChangeLog qc-usb-messenger-1.8.ebuild
Date: Sun, 02 Nov 2008 12:59:44 +0000 [thread overview]
Message-ID: <E1KwcYS-00050j-1H@stork.gentoo.org> (raw)
coldwind 08/11/02 12:59:44
Modified: ChangeLog
Added: qc-usb-messenger-1.8.ebuild
Log:
Version bump, fix kernel 2.6.26 compatibility (bug #232700). Module is now
called qcmessenger.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo-r1 x86_64)
Revision Changes Path
1.12 media-video/qc-usb-messenger/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qc-usb-messenger/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qc-usb-messenger/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qc-usb-messenger/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/qc-usb-messenger/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 8 Feb 2008 16:52:35 -0000 1.11
+++ ChangeLog 2 Nov 2008 12:59:43 -0000 1.12
@@ -1,6 +1,14 @@
# ChangeLog for media-video/qc-usb-messenger
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb-messenger/ChangeLog,v 1.11 2008/02/08 16:52:35 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb-messenger/ChangeLog,v 1.12 2008/11/02 12:59:43 coldwind Exp $
+
+*qc-usb-messenger-1.8 (02 Nov 2008)
+
+ 02 Nov 2008; Santiago M. Mola <coldwind@gentoo.org>
+ +files/qc-usb-messenger-1.8-kcompat-2.6.26.patch,
+ +qc-usb-messenger-1.8.ebuild:
+ Version bump, fix kernel 2.6.26 compatibility (bug #232700). Module is now
+ called qcmessenger.
08 Feb 2008; Torsten Veller <tove@gentoo.org>
qc-usb-messenger-1.7-r1.ebuild:
1.1 media-video/qc-usb-messenger/qc-usb-messenger-1.8.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qc-usb-messenger/qc-usb-messenger-1.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qc-usb-messenger/qc-usb-messenger-1.8.ebuild?rev=1.1&content-type=text/plain
Index: qc-usb-messenger-1.8.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb-messenger/qc-usb-messenger-1.8.ebuild,v 1.1 2008/11/02 12:59:43 coldwind Exp $
inherit eutils linux-mod
DESCRIPTION="Logitech USB Quickcam Express Messenger & Communicate Linux Driver Modules"
HOMEPAGE="http://home.mag.cx/messenger"
SRC_URI="http://home.mag.cx/messenger/source/${P}.tar.gz"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
CONFIG_CHECK="USB VIDEO_DEV VIDEO_V4L1_COMPAT"
MODULE_NAMES="qcmessenger(usb:)"
BUILD_TARGETS="all"
DEPEND="virtual/linux-sources"
pkg_setup() {
ABI=${KERNEL_ABI}
linux-mod_pkg_setup
BUILD_PARAMS="LINUX_DIR=${KV_DIR} OUTPUT_DIR=${KV_OUT_DIR}"
}
src_unpack() {
unpack ${A}
cd "${S}"
convert_to_m Makefile
epatch "${FILESDIR}"/${PN}-koutput.patch
epatch "${FILESDIR}"/${P}-kcompat-2.6.26.patch
}
src_install() {
linux-mod_src_install
dobin qcset
dodoc README* APPLICATIONS CREDITS TODO FAQ _CHANGES_MESSENGER _README_MESSENGER
insinto /usr/share/doc/${PF}
doins *.sh
}
pkg_postinst() {
elog "QuickCam Messenger module is now called 'qcmessenger'."
}
next reply other threads:[~2008-11-02 12:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-02 12:59 Santiago M. Mola (coldwind) [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-11-02 13:05 [gentoo-commits] gentoo-x86 commit in media-video/qc-usb-messenger: ChangeLog qc-usb-messenger-1.8.ebuild Santiago M. Mola (coldwind)
2008-11-05 22:43 Santiago M. Mola (coldwind)
2008-11-13 11:25 Torsten Veller (tove)
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=E1KwcYS-00050j-1H@stork.gentoo.org \
--to=coldwind@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