public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-99999999.ebuild hwids-20121208.5.ebuild ChangeLog
@ 2012-12-09 16:02 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2012-12-09 16:02 UTC (permalink / raw
  To: gentoo-commits

grobian     12/12/09 16:02:37

  Modified:             hwids-99999999.ebuild hwids-20121208.5.ebuild
                        ChangeLog
  Log:
  Fix install for Prefix, bug #446568
  
  (Portage version: 2.2.01.21418-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.13                 sys-apps/hwids/hwids-99999999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-99999999.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-99999999.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-99999999.ebuild?r1=1.12&r2=1.13

Index: hwids-99999999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-99999999.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- hwids-99999999.ebuild	8 Dec 2012 11:54:20 -0000	1.12
+++ hwids-99999999.ebuild	9 Dec 2012 16:02:37 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-99999999.ebuild,v 1.12 2012/12/08 11:54:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-99999999.ebuild,v 1.13 2012/12/09 16:02:37 grobian Exp $
 
 EAPI=5
 inherit udev git-2
@@ -25,9 +25,9 @@
 
 src_configure() {
 	MAKEOPTS+=" UDEV=$(usex udev)"
-	MAKEOPTS+=" DOCDIR=/usr/share/doc/${PF}"
-	MAKEOPTS+=" MISCDIR=/usr/share/misc"
-	MAKEOPTS+=" HWDBDIR=$(udev_get_udevdir)/hwdb.d"
+	MAKEOPTS+=" DOCDIR=${EPREFIX}/usr/share/doc/${PF}"
+	MAKEOPTS+=" MISCDIR=${EPREFIX}/usr/share/misc"
+	MAKEOPTS+=" HWDBDIR=${EPREFIX}$(udev_get_udevdir)/hwdb.d"
 	MAKEOPTS+=" DESTDIR=${D}"
 }
 



1.2                  sys-apps/hwids/hwids-20121208.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-20121208.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-20121208.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/hwids-20121208.5.ebuild?r1=1.1&r2=1.2

Index: hwids-20121208.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20121208.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hwids-20121208.5.ebuild	8 Dec 2012 11:54:20 -0000	1.1
+++ hwids-20121208.5.ebuild	9 Dec 2012 16:02:37 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20121208.5.ebuild,v 1.1 2012/12/08 11:54:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20121208.5.ebuild,v 1.2 2012/12/09 16:02:37 grobian Exp $
 
 EAPI=5
 inherit udev
@@ -22,9 +22,9 @@
 
 src_configure() {
 	MAKEOPTS+=" UDEV=$(usex udev)"
-	MAKEOPTS+=" DOCDIR=/usr/share/doc/${PF}"
-	MAKEOPTS+=" MISCDIR=/usr/share/misc"
-	MAKEOPTS+=" HWDBDIR=$(udev_get_udevdir)/hwdb.d"
+	MAKEOPTS+=" DOCDIR=${EPREFIX}/usr/share/doc/${PF}"
+	MAKEOPTS+=" MISCDIR=${EPREFIX}/usr/share/misc"
+	MAKEOPTS+=" HWDBDIR=${EPREFIX}$(udev_get_udevdir)/hwdb.d"
 	MAKEOPTS+=" DESTDIR=${D}"
 }
 



1.53                 sys-apps/hwids/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/hwids/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	8 Dec 2012 11:54:20 -0000	1.52
+++ ChangeLog	9 Dec 2012 16:02:37 -0000	1.53
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/hwids
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.52 2012/12/08 11:54:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/ChangeLog,v 1.53 2012/12/09 16:02:37 grobian Exp $
+
+  09 Dec 2012; Fabian Groffen <grobian@gentoo.org> hwids-20121208.5.ebuild,
+  hwids-99999999.ebuild:
+  Fix install for Prefix, bug #446568
 
 *hwids-20121208.5 (08 Dec 2012)
 





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

only message in thread, other threads:[~2012-12-09 16:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-09 16:02 [gentoo-commits] gentoo-x86 commit in sys-apps/hwids: hwids-99999999.ebuild hwids-20121208.5.ebuild ChangeLog Fabian Groffen (grobian)

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