public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-tv/wis-go7007: wis-go7007-0.9.8-r3.ebuild ChangeLog wis-go7007-0.9.8-r1.ebuild wis-go7007-0.9.8.ebuild wis-go7007-0.9.8-r2.ebuild
@ 2011-04-30 22:50 Mark Loeser (halcy0n)
  0 siblings, 0 replies; only message in thread
From: Mark Loeser (halcy0n) @ 2011-04-30 22:50 UTC (permalink / raw
  To: gentoo-commits

halcy0n     11/04/30 22:50:32

  Modified:             wis-go7007-0.9.8-r3.ebuild ChangeLog
  Removed:              wis-go7007-0.9.8-r1.ebuild wis-go7007-0.9.8.ebuild
                        wis-go7007-0.9.8-r2.ebuild
  Log:
  Remove unnecessary revisions. dodir and insinto prepend ROOT
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-tv/wis-go7007/wis-go7007-0.9.8-r3.ebuild

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

Index: wis-go7007-0.9.8-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/wis-go7007/wis-go7007-0.9.8-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wis-go7007-0.9.8-r3.ebuild	20 Aug 2008 04:57:01 -0000	1.1
+++ wis-go7007-0.9.8-r3.ebuild	30 Apr 2011 22:50:32 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/wis-go7007/wis-go7007-0.9.8-r3.ebuild,v 1.1 2008/08/20 04:57:01 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/wis-go7007/wis-go7007-0.9.8-r3.ebuild,v 1.2 2011/04/30 22:50:32 halcy0n Exp $
 
 inherit eutils linux-mod
 
@@ -15,6 +15,7 @@
 DEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )
 		sys-apps/hotplug-base
 	sys-apps/fxload"
+RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_PN}-${PV}"
 
@@ -64,22 +65,22 @@
 	cd "${S}/apps"
 	make KERNELDIR="${KERNEL_DIR}" DESTDIR="${D}" PREFIX=/usr install || die "failed to install"
 	cd "${S}"
-	dodir "${ROOT}/lib/modules"
-	insinto "${ROOT}/lib/modules"
+	dodir "/lib/modules"
+	insinto "/lib/modules"
 	dodoc README README.saa7134 RELEASE-NOTES
 	cd "${S}/kernel"
 	linux-mod_src_install || die "failed to install modules"
 
 	insinto "${KERNEL_DIR}/include/linux"
 	doins "${S}/include/*.h"
-	insinto "${ROOT}/lib/firmware"
+	insinto "/lib/firmware"
 	doins "${S}/firmware/*.bin"
-	insinto "${ROOT}/lib/firmware/ezusb"
+	insinto "/lib/firmware/ezusb"
 	doins "${S}/firmware/ezusb/*.hex"
-	insinto" ${ROOT}/etc/udev/rules.d"
+	insinto"/etc/udev/rules.d"
 	doins "${S}/udev/wis-ezusb.rules"
 
-	exeinto "${ROOT}/usr/bin"
+	exeinto "/usr/bin"
 	use alsa && doexe "${S}/apps/gorecord"
 	doexe "${S}/apps/modet"
 }



1.7                  media-tv/wis-go7007/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/wis-go7007/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/wis-go7007/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/wis-go7007/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/wis-go7007/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	20 Aug 2008 04:57:01 -0000	1.6
+++ ChangeLog	30 Apr 2011 22:50:32 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for media-tv/wis-go7007
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/wis-go7007/ChangeLog,v 1.6 2008/08/20 04:57:01 beandog Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/wis-go7007/ChangeLog,v 1.7 2011/04/30 22:50:32 halcy0n Exp $
+
+  30 Apr 2011; Mark Loeser <halcy0n@gentoo.org> -wis-go7007-0.9.8.ebuild,
+  -wis-go7007-0.9.8-r1.ebuild, -wis-go7007-0.9.8-r2.ebuild,
+  wis-go7007-0.9.8-r3.ebuild:
+  Remove unnecessary revisions. dodir and insinto prepend ROOT
 
 *wis-go7007-0.9.8-r3 (20 Aug 2008)
 






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

only message in thread, other threads:[~2011-04-30 22:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-30 22:50 [gentoo-commits] gentoo-x86 commit in media-tv/wis-go7007: wis-go7007-0.9.8-r3.ebuild ChangeLog wis-go7007-0.9.8-r1.ebuild wis-go7007-0.9.8.ebuild wis-go7007-0.9.8-r2.ebuild Mark Loeser (halcy0n)

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