public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-tv/cx18-firmware: cx18-firmware-20080628.ebuild ChangeLog
@ 2010-05-21  2:54 Steve Dibb (beandog)
  0 siblings, 0 replies; 2+ messages in thread
From: Steve Dibb (beandog) @ 2010-05-21  2:54 UTC (permalink / raw
  To: gentoo-commits

beandog     10/05/21 02:54:39

  Modified:             cx18-firmware-20080628.ebuild ChangeLog
  Log:
  Fix install dir; bug 320125
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-tv/cx18-firmware/cx18-firmware-20080628.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild?r1=1.1&r2=1.2

Index: cx18-firmware-20080628.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cx18-firmware-20080628.ebuild	21 Oct 2008 18:17:42 -0000	1.1
+++ cx18-firmware-20080628.ebuild	21 May 2010 02:54:39 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild,v 1.1 2008/10/21 18:17:42 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild,v 1.2 2010/05/21 02:54:39 beandog Exp $
 
 DESCRIPTION="firmware for Hauppauge PVR-1600 and Conexant 23418 based cards"
 HOMEPAGE="http://www.ivtvdriver.org/index.php/Firmware"
@@ -13,7 +13,7 @@
 IUSE=""
 RDEPEND=""
 
-S="${WORKDIR}"
+S="${WORKDIR}/${PN}"
 
 src_install() {
 	dodir /lib/firmware



1.2                  media-tv/cx18-firmware/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/cx18-firmware/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/cx18-firmware/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/cx18-firmware/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	21 Oct 2008 18:17:42 -0000	1.1
+++ ChangeLog	21 May 2010 02:54:39 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for media-tv/cx18-firmware
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/ChangeLog,v 1.1 2008/10/21 18:17:42 cardoe Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/ChangeLog,v 1.2 2010/05/21 02:54:39 beandog Exp $
+
+  21 May 2010; Steve Dibb <beandog@gentoo.org>
+  cx18-firmware-20080628.ebuild:
+  Fix install dir; bug 320125
 
 *cx18-firmware-20080628 (21 Oct 2008)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-tv/cx18-firmware: cx18-firmware-20080628.ebuild ChangeLog
@ 2013-02-11  4:27 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 2+ messages in thread
From: Doug Goldstein (cardoe) @ 2013-02-11  4:27 UTC (permalink / raw
  To: gentoo-commits

cardoe      13/02/11 04:27:53

  Modified:             cx18-firmware-20080628.ebuild ChangeLog
  Log:
  Remove RESTRICT=mirror. bug #446638
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  media-tv/cx18-firmware/cx18-firmware-20080628.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild?r1=1.2&r2=1.3

Index: cx18-firmware-20080628.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cx18-firmware-20080628.ebuild	21 May 2010 02:54:39 -0000	1.2
+++ cx18-firmware-20080628.ebuild	11 Feb 2013 04:27:53 -0000	1.3
@@ -1,12 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild,v 1.2 2010/05/21 02:54:39 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild,v 1.3 2013/02/11 04:27:53 cardoe Exp $
 
 DESCRIPTION="firmware for Hauppauge PVR-1600 and Conexant 23418 based cards"
 HOMEPAGE="http://www.ivtvdriver.org/index.php/Firmware"
 SRC_URI="http://dl.ivtvdriver.org/ivtv/firmware/${P}.tar.gz"
 
-RESTRICT="mirror"
 SLOT="0"
 LICENSE="Conexant-firmware"
 KEYWORDS="~amd64 ~ppc ~x86"



1.3                  media-tv/cx18-firmware/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/cx18-firmware/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/cx18-firmware/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/cx18-firmware/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	21 May 2010 02:54:39 -0000	1.2
+++ ChangeLog	11 Feb 2013 04:27:53 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for media-tv/cx18-firmware
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/ChangeLog,v 1.2 2010/05/21 02:54:39 beandog Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/ChangeLog,v 1.3 2013/02/11 04:27:53 cardoe Exp $
+
+  11 Feb 2013; Doug Goldstein <cardoe@gentoo.org>
+  cx18-firmware-20080628.ebuild:
+  Remove RESTRICT=mirror. bug #446638
 
   21 May 2010; Steve Dibb <beandog@gentoo.org>
   cx18-firmware-20080628.ebuild:





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-11  4:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-11  4:27 [gentoo-commits] gentoo-x86 commit in media-tv/cx18-firmware: cx18-firmware-20080628.ebuild ChangeLog Doug Goldstein (cardoe)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-21  2:54 Steve Dibb (beandog)

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