summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2011-01-21 20:52:27 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2011-01-21 20:52:27 +0000
commit77cc250b38443c77809f78150de6b9f880c05e0b (patch)
tree8210d2b9810c1b566c62e030977f5fabb6390fcd /media-gfx
parentFinally add Bernd Lommerzheim <bernd@lommerzheim.com> as maintainer, with mys... (diff)
downloadgentoo-2-77cc250b38443c77809f78150de6b9f880c05e0b.tar.gz
gentoo-2-77cc250b38443c77809f78150de6b9f880c05e0b.tar.bz2
gentoo-2-77cc250b38443c77809f78150de6b9f880c05e0b.zip
Changing udev rules installation directory to $(get_libdir)/udev/rules.d, see bug #348706.
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/sane-backends/ChangeLog11
-rw-r--r--media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild10
-rw-r--r--media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild10
-rw-r--r--media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild10
-rw-r--r--media-gfx/sane-backends/sane-backends-1.0.21-r1.ebuild10
-rw-r--r--media-gfx/sane-backends/sane-backends-1.0.21.ebuild10
6 files changed, 34 insertions, 27 deletions
diff --git a/media-gfx/sane-backends/ChangeLog b/media-gfx/sane-backends/ChangeLog
index d294f535c40d..ffe415fcb941 100644
--- a/media-gfx/sane-backends/ChangeLog
+++ b/media-gfx/sane-backends/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-gfx/sane-backends
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v 1.175 2010/11/16 21:00:45 phosphan Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v 1.176 2011/01/21 20:52:27 phosphan Exp $
+
+ 21 Jan 2011; Patrick Kursawe <phosphan@gentoo.org>
+ sane-backends-1.0.18-r6.ebuild, sane-backends-1.0.19-r2.ebuild,
+ sane-backends-1.0.20-r3.ebuild, sane-backends-1.0.21.ebuild,
+ sane-backends-1.0.21-r1.ebuild:
+ Changing udev rules installation directory to $(get_libdir)/udev/rules.d, see bug #
+ 348706.
16 Nov 2010; Patrick Kursawe <phosphan@gentoo.org>
sane-backends-1.0.17.ebuild, sane-backends-1.0.18-r6.ebuild,
diff --git a/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild b/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild
index b50076433c96..3ea9ad1d0602 100644
--- a/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild
+++ b/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild,v 1.14 2010/11/16 21:00:45 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild,v 1.15 2011/01/21 20:52:27 phosphan Exp $
EAPI="1"
-inherit eutils flag-o-matic
+inherit eutils flag-o-matic multilib
IUSE="usb gphoto2 ipv6 v4l doc"
@@ -140,8 +140,8 @@ src_install () {
cd ../..
fi
cd tools/udev
- dodir /etc/udev/rules.d
- insinto /etc/udev/rules.d
+ dodir /$(get_libdir)/udev/rules.d
+ insinto /$(get_libdir)/udev/rules.d
newins libsane.rules 70-libsane.rules
cd ../..
dodoc NEWS AUTHORS ChangeLog* README README.linux
diff --git a/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild b/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild
index 66272a924219..0bf174499885 100644
--- a/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild
+++ b/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild,v 1.16 2010/11/16 21:00:45 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild,v 1.17 2011/01/21 20:52:27 phosphan Exp $
EAPI="1"
-inherit eutils flag-o-matic
+inherit eutils flag-o-matic multilib
IUSE="usb gphoto2 ipv6 v4l doc"
@@ -144,8 +144,8 @@ src_install () {
cd ../..
fi
cd tools/udev
- dodir /etc/udev/rules.d
- insinto /etc/udev/rules.d
+ dodir /$(get_libdir)/udev/rules.d
+ insinto /$(get_libdir)/udev/rules.d
newins libsane.rules 70-libsane.rules
cd ../..
dodoc NEWS AUTHORS ChangeLog* README README.linux
diff --git a/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild b/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild
index fd3c2156b700..38e45b7b3e73 100644
--- a/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild
+++ b/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild,v 1.5 2010/11/16 21:00:45 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.20-r3.ebuild,v 1.6 2011/01/21 20:52:27 phosphan Exp $
EAPI="1"
-inherit eutils flag-o-matic
+inherit eutils flag-o-matic multilib
# gphoto and v4l are handled by their usual USE flags.
# The pint backend was disabled because I could not get it to compile.
@@ -205,8 +205,8 @@ src_install () {
cd ../..
fi
cd tools/udev
- dodir /etc/udev/rules.d
- insinto /etc/udev/rules.d
+ dodir /$(get_libdir)/udev/rules.d
+ insinto /$(get_libdir)/udev/rules.d
newins libsane.rules 70-libsane.rules
cd ../..
dodoc NEWS AUTHORS ChangeLog* README README.linux
diff --git a/media-gfx/sane-backends/sane-backends-1.0.21-r1.ebuild b/media-gfx/sane-backends/sane-backends-1.0.21-r1.ebuild
index cc39879100ce..8e026cba9644 100644
--- a/media-gfx/sane-backends/sane-backends-1.0.21-r1.ebuild
+++ b/media-gfx/sane-backends/sane-backends-1.0.21-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.21-r1.ebuild,v 1.3 2010/11/16 21:00:45 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.21-r1.ebuild,v 1.4 2011/01/21 20:52:27 phosphan Exp $
EAPI="1"
-inherit eutils flag-o-matic
+inherit eutils flag-o-matic multilib
# gphoto and v4l are handled by their usual USE flags.
# The pint backend was disabled because I could not get it to compile.
@@ -210,8 +210,8 @@ src_install () {
cd ../..
fi
cd tools/udev
- dodir /etc/udev/rules.d
- insinto /etc/udev/rules.d
+ dodir /$(get_libdir)/udev/rules.d
+ insinto /$(get_libdir)/udev/rules.d
newins libsane.rules 41-libsane.rules
cd ../..
dodoc NEWS AUTHORS ChangeLog* README README.linux
diff --git a/media-gfx/sane-backends/sane-backends-1.0.21.ebuild b/media-gfx/sane-backends/sane-backends-1.0.21.ebuild
index 7b4c0d6995e5..019f7b0be172 100644
--- a/media-gfx/sane-backends/sane-backends-1.0.21.ebuild
+++ b/media-gfx/sane-backends/sane-backends-1.0.21.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.21.ebuild,v 1.3 2010/11/16 21:00:45 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.21.ebuild,v 1.4 2011/01/21 20:52:27 phosphan Exp $
EAPI="1"
-inherit eutils flag-o-matic
+inherit eutils flag-o-matic multilib
# gphoto and v4l are handled by their usual USE flags.
# The pint backend was disabled because I could not get it to compile.
@@ -209,8 +209,8 @@ src_install () {
cd ../..
fi
cd tools/udev
- dodir /etc/udev/rules.d
- insinto /etc/udev/rules.d
+ dodir /$(get_libdir)/udev/rules.d
+ insinto /$(get_libdir)/udev/rules.d
newins libsane.rules 39-libsane.rules
cd ../..
dodoc NEWS AUTHORS ChangeLog* README README.linux